﻿@charset "utf-8";


/* made by exotheme

body
header
subheader
navigation
content
footer
blog
elements
	accordion
	button
	address
	blockquote
	breadcrumb
	call to action
	featured box
	form
	heading
	list
	separator
	tab
	testimonial
	timeline
	widget
plugin
misc

*/


/*------------------------------
BODY
------------------------------ */
	body {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.7em;
	margin: 0;
	padding: 0;
	color: #888;
	background: #fff;
	text-shadow: none !important;
	}

	#wrapper {
	overflow: hidden;
	}

/*------------------------------
HEADER
------------------------------ */
	header {
	position: absolute;
	width: 100%;
	z-index: 100;
	height: 80px;
	}

	header.overlay{
	background:rgba(12,121,227,.2);
	}


	header .logo-2 {
	display: none;
	}

	header.clone {
	width: 100%;
	position: fixed;
	top: -180px;
	transition: 0.5s top ease-in;
	margin-left: 0;
	border-bottom: solid 1px #eee;
	margin-top: 0;
	background: #fff;
	}

	header.clone .logo-1 {
	display: none;
	}

	header.clone .logo-2 {
	display: block;
	}

	body.down header.clone {
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	}

	header .buttons {
	margin-top: 35px;
	display: inline-block;
	float: right;
	}

	header .social {
	margin-top: 30px;
	display: inline-block;
	float: right;
	}


	header .social a {
	color: #D03232;
	font-size: 18px;
	padding: 0 8px 0 8px;
	}

	header .social a:hover {
	color: #D03232;
	}

	header .animated {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	}

	header .search {
	margin-top: 25px;
	display: inline-block;
	float: right;
	}

	header .search input[type=text]{
	border-radius:60px;
	border:none;
	padding:2px 20px 2px 20px;
	width:100px;
	opacity:.7;
	}


	header.clone .search input[type=text]{
	background:#eee;
	color:#333;
	opacity:.7;
	}

	header .search input[type=text]:focus{
	width:100%;
	opacity:1;
	}


/*------------------------------
SUBHEADER
------------------------------ */
	#subheader {
	padding-top: 80px;
	background: url(../img/bg/bg-subheader.jpg) top;
	background-size: cover !important;
	text-align: center;
	}

	#subheader.page-gallery {
	background: url(../img/bg/bg-subheader-1.jpg) top;
	}

	#subheader.page-about {
	background: url(../img/bg/bg-subheader-2.jpg) top;
	}

	#subheader.page-news {
	background: url(../img/bg/bg-subheader-3.jpg) top;
	}

	#subheader.page-contact {
	background: url(../img/bg/bg-subheader-4.jpg) top;
	}

	#subheader.page-track {
	background: url(../img/bg/bg-subheader-5.jpg) top;
	}

	#subheader h1 {
	color: #fff;
	}

	#subheader h1 span {
	display: block;
	font-family: "Georgia";
	font-style: italic;
	text-transform: none;
	font-size: 18px;
	color: #ddd;
	margin-top: 10px;
	letter-spacing: 0;
	}

	#subheader .overlay{
	padding:90px 0 60px 0;
	background:rgba(0,0,0,.2);
	}


/*------------------------------
MAINMENU
------------------------------ */
	#mainmenu-container {
	font-family: "Montserrat";
	text-align: center;
	height: 60px;
	margin-top: 20px;
	display: inline-block;
	font-weight: bold;
	}

	.menu-right{
	float:right;
	}

	#mainmenu {
	color: #D03232;
	font-size: 13px;
	display: inline-block;
	text-align: left;
	}

	#mainmenu a {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	outline: none;
	}

	#mainmenu ul {
	float: right;
	margin: 0px 0px;
	padding: 0px 0px;
	height: 30px;
	padding-top: 20px !important;
	}

	#mainmenu li {
	margin: 0px 0px;
	padding: 0px 0px;
	float: left;
	display: inline;
	list-style: none;
	position: relative;
	}

	#mainmenu li:last-child {
	}

	#mainmenu a {
	display: block;
	padding: 10px 16px 8px 16px;
	text-decoration: none;
	color: #fff;
	}

	header.clone #mainmenu a {
	color: #555;
	}


	#mainmenu a:hover {
	color: #fff;
	}

	#mainmenu li:hover a {
	color: #D03232;
	}

	#mainmenu li:hover li a {
	color: #fff;
	}


	#mainmenu li li, #mainmenu li li:last-child {
	font-size: 14px;
	border-left: none;
	border-right: none;
	}

	#mainmenu li li a {
	padding: 10px 15px 10px 15px;
	color: #fff;
	background: #222;
	border-top: none;
	text-transform: none;
	letter-spacing: normal;
	}

	#mainmenu li li a:hover {
	border-top: none;
	}

	#mainmenu li li a:hover {
	color: #fff;
	background: #D03232;
	}

	#mainmenu li ul {
	width: 170px;
	height: auto;
	position: absolute;
	top: 40px;
	left: 0px;
	z-index: 10;
	display: none;
	}

	#mainmenu li li {
	display: block;
	float: none;
	}

	#mainmenu li:hover > ul {
	display: block;
	}

	#mainmenu li ul ul {
	left: 100%;
	top: 0px;
	}

	#mainmenu select {
	padding: 10px;
	height: 36px;
	font-size: 14px;
	border: none;
	background: #ff4200;
	color: #fff;
	}

	#mainmenu select option {
	padding: 10px;
	}

	/* --------------- menu btn --------------- */
	#menu-btn {
		position:relative;
		z-index:1000;
		display:none;
		float:right;
		margin-top:22px;
		width:36px;
		height:36px;
		background:#D03232;
		padding:6px;
		text-align:center;
		cursor:pointer;
		border-radius:2px;
		-moz-border-radius:2px;
		-webkit-border-radius:2px
	}

	#menu-btn:before {
		font-family:FontAwesome;
		content:"\f0c9";
		font-size:24px;
		color:#fff
	}

	.selectnav {
	display: none;
	width: 80%;
	font-size: 16px;
	border: solid 1px #ccc;
	padding: 5px;
	}

/*------------------------------
/* FOOTER
/*------------------------------ */
	footer {
	background: #101314;
	color: #ccc;
	padding: 40px 0 40px 0;
	}

	footer a {
	color: #ccc;
	}

	footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

	footer li {
	padding: 0 10px 0 0;
	}

	footer .social {
	display: inline-block;
	}

	footer .social i{
		display:inline-block;
		font-size:14px;
		background:none;
		color:#777;
	}


	footer .social a {
	padding: 0 8px 0 0;
	background:none;
	margin-right:20px;
	}



	.subfooter {
	margin-top:40px;
	padding: 40px;
	background:#1b1f27;
	text-align:center;
	}

/*------------------------------
/* BLOG
/*------------------------------ */
	.blog-list {
	margin-top: -10px;
	margin: 0;
	padding: 0;
	}

	.blog-list li {
	margin-bottom: 20px;
	list-style: none;
	background: url(../img/dotwhite50.png);
	line-height: 1.7em;
	padding-bottom: 40px;
	}
	/* blog list */
	.blog-list li {
	margin-bottom: 40px;
	width: 48%;
	float: left;
	padding: 20px;
	background: #fff;
	margin: 0 10px 10px 0;
	border: solid 1px #f2f2f2;
	}

	.blog-list li:hover {
	background: #eee;
	border-color: #D03232;
	}

	.blog-list .info {
	position: absolute;
	width: 60px;
	}

	.blog-list h3 {
	font-size: 20px;
	margin: 0;
	margin-bottom: 10px;
	}

	.blog-list .date-box {
	border: none;
	}

	.blog-list .date {
	text-shadow: none;
	text-shadow: none;
	text-align: center;
	padding: 10px 0 10px 0;
	}

	.blog-list .date h4 {
	font-size: 40px;
	margin-bottom: 20px;
	}

	.blog-list .date span {
	letter-spacing: 8px;
	padding-left: 5px;
	}

	.blog-list a.readmore {
	display: block;
	width: 60px;
	height: 40px;
	background: url(../img/arrow-2.png) right center no-repeat #555;
	}

	.blog-list a.readmore:hover {
	background: url(../img/arrow-2.png) left center no-repeat #E1704B;
	}

	.blog-list .preview {
	line-height: 1.6em;
	}

	.blog-list .meta-info {
	text-align: center;
	background: #fff;
	margin: 10px 0 0 0;
	font-size: 11px;
	padding: 5px;
	border: solid 1px #eee;
	}

	.blog-list .meta-info span {
	padding: 0 10px 0 10px;
	color: #ccc;
	}

	.blog-list .preview img {
	width: 100%;
	margin-bottom: 20px;
	background: #fff;
	}

	.blog-list .callbacks_container {
	margin-bottom: -35px;
	}


	/*------------------------------
	/* blog single */
	/*------------------------------ */
	.blog-read {
	margin-top: -10px;
	margin: 0;
	padding: 0;
	}

	.blog-read {
	margin-bottom: 20px;
	list-style: none;
	background: url(../img/dotwhite50.png);
	line-height: 1.7em;
	padding-bottom: 40px;
	}

	.blog-header .by {
	display: inline-block;
	float: left;
	background: url(../img/icon-user.png) left center no-repeat;
	padding-left: 24px;
	}

	.blog-header .cat {
	display: inline-block;
	float: left;
	background: url(../img/icon-folder.png) left center no-repeat;
	padding-left: 24px;
	}

	.blog-header .news-date {
	display: inline-block;
	float: left;
	background: url(../img/icon-folder.png) left center no-repeat;
	padding-left: 24px;
	}
	/* blog list */
	.blog-read {
	margin-bottom: 40px;
	}

	.blog-read h3 {
	margin: 0;
	margin-bottom: 10px;
	}

	.blog-read .info {
	position: absolute;
	width: 60px;
	}

	.blog-read .date {
	text-shadow: none;
	text-shadow: none;
	text-align: center;
	padding: 10px 0 10px 0;
	}

	.blog-read .date h4 {
	font-size: 40px;
	margin-bottom: 20px;
	}

	.blog-read .date span {
	letter-spacing: 8px;
	padding-left: 5px;
	}

	.blog-read a.readmore {
	display: block;
	width: 60px;
	height: 40px;
	background: url(../img/arrow-2.png) right center no-repeat #555;
	}

	.blog-read a.readmore:hover {
	background: url(../img/arrow-2.png) left center no-repeat #E1704B;
	}

	.blog-read .preview {
	padding-left: 80px;
	line-height: 1.6em;
	}

	.blog-read .meta-info {
	background: #fff;
	margin: 10px 0 0 80px;
	font-size: 11px;
	padding: 10px 20px 10px 20px;
	border: solid 1px #ddd;
	}

	.blog-read .meta-info span {
	padding: 0 10px 0 10px;
	color: #ccc;
	}

	.blog-read .preview img {
	width: 100%;
	margin-bottom: 20px;
	background: #fff;
	padding: 10px;
	border: solid 1px #ddd;
	}

	.blog-read .callbacks_container {
	margin-bottom: -35px;
	}
	/* blog comment */
	#blog-comment {
	margin-left: 70px;
	}

	#blog-comment h5 {
	margin-bottom: 10px;
	}

	#blog-comment ul, #blog-comment li {
	list-style: none;
	margin-left: -30px;
	padding-left: 0;
	}

	#blog-comment li {
	min-height: 70px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: solid 1px #eee;
	}

	#blog-comment li .avatar {
	position: absolute;
	margin-top: 5px;
	}

	#blog-comment li .avatar img {
	width: 60px;
	height: 60px;
	}

	#blog-comment .comment {
	margin-left: 85px;
	}

	#blog-comment li {
	min-height: 70px;
	font-size: 14px;
	line-height: 1.6em;
	}

	#blog-comment li li {
	margin-left: 55px;
	padding-bottom: 0px;
	margin-top: 20px;
	padding-top: 10px;
	border-top: solid 1px #eee;
	border-bottom: none;
	}

	#blog-comment li li .avatar {
	position: absolute;
	}

	#blog-comment li li .comment {
	}

	.comment-info {
	margin-left: 85px;
	margin-bottom: 5px;
	}

	.comment-info span {
	}

	.comment-info .c_name {
	display: block;
	font-weight: 700;
	}

	.comment-info .c_reply {
	padding-left: 20px;
	margin-left: 20px;
	border-left: solid 1px #ddd;
	font-size: 12px;
	}

	.comment-info .c_date {
	font-size: 12px;
	}
	/* comment form */
	#commentform label {
	display: block;
	}

	#commentform input {
	width: 290px;
	margin-bottom: 20px;
	}

	#commentform input:focus {
	border: solid 1px #999;
	background: #fff;
	}

	#commentform textarea {
	width: 97%;
	padding: 5px;
	height: 150px;
	margin-bottom: 20px;
	}

	#commentform textarea:focus {
	border: solid 1px #999;
	background: #fff;
	}

	#commentform input.btn {
	width: auto;
	}

	/* blog list
	/*------------------------------ */
	.bloglist-small {
	list-style: none;
	margin: 0;
	padding: 0;
	}

	.bloglist-small li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	}

	.bloglist-small li h5 {
	margin-bottom: 5px;
	}

	.bloglist-small li .txt {
	padding-left: 80px;
	}

	.bloglist-small li .read {
	display: block;
	margin-bottom: 5px;
	}

	.bloglist-small li .info {
	display: block;
	margin: 0;
	font-size: 11px;
	color: #aaa;
	}

	.bloglist-small img {
	position: absolute;
	}

	.date-box {
	background: #eee;
	width: 60px;
	position: absolute;
	text-align: center;
	color: #D03232;
	}

	.date-box .day {
	display: block;
	font-size: 32px;
	padding: 12px 0 12px 0;
	font-weight: 500;
	}

	.date-box .month {
	font-size: 12px;
	display: block;
	letter-spacing: 5px;
	padding-left: 5px;
	background: #fff;
	color: #222;
	}

/*------------------------------
ELEMENTS
------------------------------ */

/* accordion
------------------------------ */
	.accordion-toggle, .accordion-inner {
	background: #fff;
	color: #555;
	}

	.accordion-inner {
	background: #fff;
	color: #555;
	}

	.accordion {
	margin-top: 10px;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	}

	.accordion li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	background: #fff;
	}

	.accordion .content {
	display: none;
	padding-left: 15px;
	padding-bottom: 20px;
	}

	.accordion a.Active {
	display: block;
	width: 483px;
	color: #333;
	padding-left: 15px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	}


	.accordion a.NoneActive {
	display: block;
	width: 483px;
	color: #333;
	padding-left: 15px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	}

	.accordion li {
	border: solid 1px #ddd;
	border-left: solid 2px #D03232;
	margin-bottom: 10px;
	}

	.accordion.style-2 li{
	border: solid 1px #f2f2f2;
	border-left: solid 1px #f2f2f2;
	}


	.accordion.style-2 li a:before{
	font-family:"FontAwesome";
	font-weight:normal;
	color:#cccccc;
	content:"\f107";
	position:absolute;
	right:30px;
	margin-top:-1px;
	}

	.accordion.style-2 li a.active:before{
	content:"\f106";
	}

	.light-text .accordion {
	color: #fff;
	}

	.light-text .accordion a {
	color: #fff;
	}

	.light-text .accordion li {
	border-color: rgba(255,255,255,.3);
	border-left: solid 2px #D03232;
	background: none;
	}

	.expand-box .inner{
	padding:30px;
	border:solid 1px #f1f1f1;
	}

	.expand-box .req{
	margin-bottom:5px;
	}

	.expand-box .hide-content{
	display:none;
	}

	.expand-box .btn-fullwidth{
	opacity:0;
	}

	.expand {
	margin-bottom: 10px;
	border: solid 1px #ddd;
	background: #f2f2f2;
	padding: 20px;
	}

	.expand .title {
	font-weight: bold;
	font-size: 15px;
	color: #333;
	cursor: pointer;
	}

	.expand .content {
	display: none;
	padding-left: 40px;
	}

	.expand.active .content {
	display: block;
	}

	.expand .title:before {
	content: "+";
	font-size: 24px;
	line-height: 1;
	color: #D03232;
	font-style: normal;
	padding: 5px;
	margin-right: 20px;
	padding-top: 20px;
	}

	.expand.active .title:before {
	content: "-";
	}

	.faq .icon-search{
	position:absolute;
	width:50px;
	height:50px;
	background:#333;
	color:#fff;
	text-align:center;
	padding-top:18px;
	}

	.faq h4{padding-left:70px;}

	.faq .inner{
	padding:20px;
	border:solid 1px #f1f1f1;
	min-height:90px;
	border-bottom:none;
	}

	.faq .btn-expand{
	position:absolute;
	right:0;
	margin-top:0;
	}

	.faq .hide-content{
	background:#f5f5f5;
	padding:20px 20px 20px 90px;
	display:none;
	}

/* address
------------------------------ */
	address span {
	display: block;
	 margin-bottom: 5px;
	}
	address span strong {
	display: inline-block;
	width: 60px;
}

/* button
/*------------------------------ */
	.btn {
	padding: 3px 20px 3px 20px;
	}

	.btn-custom {
	background: #D03232;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 30px 5px 30px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	display: inline-block;
	}

	.btn-custom-blue {
		background: #21aaee;
		color: #fff;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		padding: 5px 30px 5px 30px;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: 2px;
		display: inline-block;
		}

	.btn-fullwidth{
	display:block;
	width:100%;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	text-align:center;
	}


	.btn-custom-2 {
	background: #57647e;
	color: #fff;
	}

	a.btn:hover {
	background: #ddd;
	color: #333 !important;
	}

	.btn-border {
	display: block;
	border: solid 3px #555;
	color: #333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 30px 5px 30px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	display: inline-block;
	}

	a.btn-text {
	color: #333;
	display: inline-block;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	outline: none;
	}

	.btn-text:after {
	content: "\f178";
	font-family: "FontAwesome";
	margin-left: 10px;
	}

	.btn-border-light {
	display: block;
	border: solid 3px rgba(255,255,255,.5);
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 30px 5px 30px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	display: inline-block;
	}

	.btn-border-light:hover {
	background: #eee;
	color: #222;
	text-decoration: none;
	}

	.btn-big {
	padding: 10px 30px 10px 30px;
	}

	.btn-border {
	color: #333;
	border: solid 2px #333;
	}


	.btn-border.white {
	color: #fff;
	border: solid 2px #fff;
	}

	.btn-custom:hover {
	text-decoration:none;
	color: #333 !important;
	background:#ccc;
	}

	.btn-custom-blue:hover {
		text-decoration:none;
		color: #333 !important;
		background:#ccc;
	}


	a.btn-arrow{
	text-decoration:none;
	}

	.btn-arrow span.line{
	border-top:solid 1px #333;
	width:40px;
	height:1px;
	display:inline-block;
	float:left;
	margin-top:12px;
	margin-right:-3px;
	width:0;
	}

	.btn-arrow span.url,.btn-arrow span.url:hover{
	font-style:italic;
	text-decoration:none;
	}

	.btn-arrow span.url:before{
	font-family:"FontAwesome";
	content:"\f105";
	padding-right:10px;
	font-size:16px;
	font-style:normal;
	}

	.btn-expand:before{
	position:absolute;
	display:block;
	width:26px;
	height:26px;
	text-align:center;
	font-family:"FontAwesome";
	content:"\f107";
	color:#fff;
	font-size:16px;
	font-style:normal;
	background:#333;
	right:15px;
	margin-top:30px;
	}

	.btn-expand.click:before{
	content:"\f106";
	}

/* blockquote
------------------------------ */
	blockquote {
	background: #fff;
	margin: 1.5em 10px;
	padding-left: 0;
	font-family: 'Lato';
	font-style: italic;
	font-size: 20px;
	padding: 0;
	}

	blockquote:before {
	display: block;
	color: #fff;
	font-family: "Georgia";
	content: 'open-quote';
	font-size: 120px;
	line-height: 0.1em;
	vertical-align: -0.4em;
	content: "\201C";
	font-style: normal;
	}

	/* blockquote p {
	display inline;
	} */

	blockquote span {
	font-family: "Open Sans", Arial;
	display: block;
	}

	#testi-carousel blockquote {
	font-size: 18px;
	color: #fff;
	background: none;
	border: none;
	line-height: 1.5em;
	margin-top: 60px;
	margin-left: 0;
	}

	.single-carousel-no-nav{
	display:inline-block;
	width:auto;
	}

/* breadcrumb
------------------------------ */
	.crumb {
	display: block;
	font-family:"Georgia";
	font-size: 14px;
	font-style:italic;
	color:#fff;
	}

	.crumb .separator {
	padding: 0 10px 0 10px;
	}

	.crumb ul, .crumb li{
	padding:0;
	margin:0;
	list-style:none;
	}

	.crumb li{
	display:inline;
	}

	.crumb li:before{
	font-family:"FontAwesome";
	content:"\f105";
	margin-right:10px;
	padding-left:10px;
	color:#fff;
	}

	.crumb li:first-child:before{
	display:none;
	}

	.crumb .deco {
	  display: inline-block;
	  position: relative;
	}
	.crumb .deco:before,
	.crumb .deco:after {
	  content: "";
	  position: absolute;
	  height: 5px;
	  border-top: 1px solid white;
	  top: 10px;
	  width: 30px;
	}
	.crumb .deco:before {
	  right: 100%;
	  margin-right: 15px;
	}
	.crumb .deco:after {
	  left: 100%;
	  margin-left: 15px;
	}

/* call to action
------------------------------ */
	.call-to-action {
	background: url(../img/bg_full_2.jpg) center fixed;
	}

	.call-to-action h2 {
	margin: 0;
	padding: 0;
	}

	.call-to-action {
	background: #21aaee;
	padding: 30px 0 30px 0;
	}

	.call-to-action h2 {
	color: #fff;
	text-transform: none;
	letter-spacing: 0;
	margin-top: 5px;
	font-size: 24px;
	}

/* form
------------------------------ */
	.input-fullwidth{
	width:100%;
	background:#eee;
	padding:6px;
	border:none;
	}

	#section-track .input-fullwidth{
	background:rgba(255,255,255,.2);
	}

/* featured box
------------------------------ */
	.feature-box i {
	font-size: 48px;
	position: absolute;
	color: #21aaee;
	}

	.feature-box .text {
	padding-left: 80px;
	}

	.feature-box.icon-square .text{
	padding-left:90px;
	}

	.feature-box.icon-square > i{
	font-size:32px;
	width:70px;
	height:70px;
	text-align:center;
	color:#fff;
	background:#333;
	padding-top:20px;
	}

	.f_box {
	width: 49.9%;
	float: left;
	background: #D03232;
	}

	.f_box .text {
	float: left;
	position: absolute;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	}

	.f_box.f_right .text {
	float: right;
	}

	.f_box.f_right .pic {
	float: left;
	}

	.f_box.f_left .pic {
	float: right;
	}

	.f_box span {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 10px;
	}

	.f_box .border {
	width: 30px;
	height: 2px;
	background: #fff;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
	}

	.f_box.even {
	background: #dba646;
	}


	.featured-box {
	padding: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 1px #ddd;
	}

	.featured-box h3 {
	margin-bottom: 10px;
	}

	.featured-box i {
	color: #888;
	position: absolute;
	}

	.featured-box .text {
	padding-left: 70px;
	}

	.featured-box-pic img {
	margin: 0 0 20px 0;
	}

	.featured-box-pic .inner {
	}

	.featured-box-pic .inner h4 {
	margin-top: 0;
	font-size: 22px;
	}

	.featured-box-pic .text {
	margin-bottom: 20px;
	}

	.featured-box-pic .btn-custom {
	background: #D03232;
	color: #fff;
	padding: 5px 20px 5px 20px;
	}


	.feature {
	text-align: center;
	}

	.feature h4 {
	}

	.feature i {
	display: inline-block;
	margin-bottom: 20px;
	float: none;
	border-radius: 10px;
	text-align: center;
	}

	.feature .border {
	border: solid 1px #ddd;
	background: #fff;
	padding: 30px;
	}

	.box-with-icon-left {
	padding-left: 0;
	}


	.box-with-icon-left .text {
	margin-left: 56px;
	padding: 0 30px 0 30px;
	border-left: solid 1px #21aaee;
	}

	.box-icon-small i {
	position:absolute !important;
	font-size:18px;
	width:50px;
	height:50px;
	text-align:center;
	padding-top:15px;
	color:#fff;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	}


	.box-icon-small .text {
	padding-left: 70px;
	}

	.box-icon-small:hover .btn-arrow span.line{
	width:30px;
	}

/* form
------------------------------ */

	.cta-form input[type=text], .cta-form input[type=submit] {
    color: #fff;
    border: none;
    font-size: 20px;
    height: auto;
    padding: 15px;
    float: left;
    font-family: "Lato";
	}

	.cta-form input[type=text] {
		border-radius: 10px 0 0 10px;
		background: #21282b;
		width: 75%;
	}

	.cta-form input[type=submit] {
		border-radius: 0 10px 10px 0;
		background: #21aaee;
		width: 25%;
	}

	.cta-form input[type=submit]:hover{
	background:#eee;
	color:#333;
	}

/* heading
------------------------------ */
	h1, h2 {
	font-weight: 500;
	color: #333;
	font-family: "Montserrat";
	}

	h3, h4, h5, h6 {
	font-weight: lighter;
	;
	color: #333;
	font-family: "Montserrat";
	}

	footer h3, footerh4, footerh5, footer h6 {
	font-weight: 500;
	color: #fff;
	}

	h1.h1-style {
	letter-spacing: -1px;
	font-weight: lighter;
	}

	h1,.type-wrap.title  {
	font-size: 36px;
	margin: 0;
	margin-bottom: 20px;
	letter-spacing: -1px;
	text-transform: uppercase;
	}

	h3.title {
	font-weight: 600;
	padding-bottom: 10px;
	margin-bottom: 20px;
	}

	h2 {
	font-size: 26px;
	text-transform: uppercase;
	margin-top: 0;
	}

	h2 strong {
	font-weight: normal;
	color: #D03232;
	}

	h2 span {
	display: block;
	font-family: "Georgia";
	font-style: italic;
	text-transform: none;
	font-size: 18px;
	color: #aaa;
	margin-top: 10px;
	}

	.box-with-icon-left h2 {
	text-transform: none;
	}

	h3 {
	font-size: 20px;
	margin-bottom: 10px !important;
	line-height:28px;
	}


/* list
------------------------------ */

	.icon-list{
	list-style:none;
	padding-left:20px;
	}

	.icon-list  li:before {
	font-family:"FontAwesome";
	content:"\f105";
	  display: inline-block;
	  width: 1.2em; /* same as padding-left set on li */
	  margin-left: -1.2em; /* same as padding-left set on li */
	}​

	.list-border-bottom li{
	border-bottom:solid 1px rgba(255,255,255,.1);
	padding-bottom:10px;
	margin-bottom:10px;
	}

	.list-2-col, .list-2-col li{
	padding:0;
	margin:0;
	}

	.list-2-col li{
	display:block;
	padding:0;
	margin:0;
	width:50%;
	float:left;
	}

	.list-2-col li:before{
	font-family:"FontAwesome";
	content:"\f105";
	margin-right:10px;
	}

	.list-2-col li a{
	text-decoration:none;
	}

/* separator
------------------------------ */
	hr {
	border: none;
	height: 80px;
	background: url(../img/divider-1.png) center no-repeat;
	clear: both;
	}

	.divider {
	clear: both;
	height: 20px;
	}
	.divider-single {
	clear: both;
	height: 30px;
	}
	.divider-double {
	clear: both;
	height: 60px;
	}
	.divider-line {
	display: block;
	clear: both;
	border-bottom: solid 1px #ddd;
	padding-top: 60px;
	margin-bottom: 60px;
	}
	footer .divider-line{
	padding-top:40px;
	margin-bottom:40px;
	border-bottom: solid 1px rgba(255,255,255,.1);
	}
	.divider-deco{
	background:#e1e1e1;
	height:1px;
	margin:20px 0 20px 0;
	}
	.divider-deco span{
	background:#333;
	height:1px;
	width:30px;
	height:1px;
	display:block;
	}
	.small-border {
	clear: both;
	width: 80px;
	height: 3px;
	background: #D03232;
	margin: 20px auto 20px auto;
	}

	.small-border-blue {
		clear: both;
		width: 80px;
		height: 3px;
		background: #21aaee;
		margin: 20px auto 20px auto;
	}
	.tiny-border {
	clear: both;
	width: 40px;
	height: 3px;
	background: #21aaee;
	margin: 20px 0 20px 0;
	}
	.tiny-border.center{
	margin:20px auto 20px auto;
	}

	.tiny-border.white {
	background: #fff;
	}

/* tab
------------------------------ */
	.exo_tab {
	}

	.exo_tab .lt_nav {
	overflow: hidden;
	padding-left: 0;
	margin: 0;
	padding: 0;
	font-weight: bold;
	}

	.exo_tab .lt_nav li {
	float: left;
	list-style: none;
	background: #EEE;
	margin-right: 5px;
	}

	.exo_tab .lt_nav li span {
	padding: 8px 16px 8px 16px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	display: block;
	background: #f5f5f5;
	text-decoration: none;
	color: #646464;
	font-size: 13px;
	cursor: pointer;
	}

	.exo_tab .lt_nav li:first-child span {
	border-left: 1px solid #ddd;
	}

	.exo_tab .exo_tab_content {
	border: 1px solid #ddd;
	padding: 15px 20px 20px 20px;
	margin-top: -1px;
	color: #555;
	background: #fff;
	}

	.exo_tab .lt_nav li span.active {
	background: #FFF;
	border-bottom: 1px solid #fff;
	color: #222;
	margin-bottom: -3px;
	}

/* testimonial
------------------------------ */
	.testimonial {
	margin: 0;
	background: #B7EDFF;
	padding: 20px 50px;
	position: relative;
	font-family: Georgia, serif;
	color: #666;
	border-radius: 5px;
	font-style: italic;
	text-shadow: 0 1px 0 #ECFBFF;
	background-image: linear-gradient(#f2f2f2, #dddddd);
	font-size: 16px;
	border: none;
	}

	.testimonial:before, .testimonial:after {
	content: "\201C";
	position: absolute;
	font-size: 80px;
	line-height: 1;
	color: #999;
	font-style: normal;
	}

	.testimonial:before {
	top: 0;
	left: 10px;
	}

	.testimonial:after {
	content: "\201D";
	right: 10px;
	bottom: -0.5em;
	}

	.arrow-down {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #dddddd;
	margin: 0 0 0 25px;
	}

	.testimonial-author {
	margin: 0 0 0 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	text-align: left;
	}

	.testimonial-author span {
	font-size: 12px;
	color: #666;
	}

/* timeline
------------------------------ */
	.timeline-year, .timeline-year li{
	list-style:none;
	padding:0;
	margin:0;
	}

	.timeline-year{
	position:relative;
	}

	.timeline-year:before{
	  top: 0;
	  bottom: 0;
	  position: absolute;
	  content: " ";
	  width: 2px;
	  background-color: #eeeeee;
	  left:35px;
	  margin-left: -1.5px;
	}

	.timeline-year li{
	margin-bottom:30px;
	}

	.timeline-year .num{
	position:absolute;
	background:#e1e1e1;
	color:#fff;
	width:70px;
	height:70px;
	text-align:center;
	padding-top:23px;
	font-weight:bold;
	border-radius:60px;
	-moz-border-radius:60px;
	-webkit-border-radius:60px;
	}

	.timeline-year .post{
	padding-left:90px;
	margin-bottom:20px;
	}

	.timeline {
	  list-style: none;
	  padding: 20px 0 20px;
	  position: relative;
	}
	.timeline-wrapper{
	padding:30px;
	border:solid 1px rgba(255,255,255,.2);
	}
	.timeline:before {
	  top: 0;
	  bottom: 0;
	  position: absolute;
	  content: " ";
	  width: 2px;
	  background-color: #eeeeee;
	  left: 50%;
	  margin-left: -1.5px;
	}

	.timeline.custom-tl:before {
	  left: 130px;
	}

	.timeline > li {
	  margin-bottom: 20px;
	  position: relative;
	}
	.timeline.custom-tl > li {
	 border-bottom:dashed 1px rgba(255,255,255,.1);
	 padding-bottom:20px;
	}
	.timeline > li:before,
	.timeline > li:after {
	  content: " ";
	  display: table;
	}
	.timeline > li:after {
	  clear: both;
	}
	.timeline > li:before,
	.timeline > li:after {
	  content: " ";
	  display: table;
	}
	.timeline > li:after {
	  clear: both;
	}
	.timeline > li > .timeline-panel {
	  width: 46%;
	  float: left;
	  border: 1px solid #d4d4d4;
	  border-radius: 2px;
	  padding: 20px;
	  position: relative;
	  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	}

	.timeline > li > .timeline-panel {
	  border: 1px solid #d4d4d4;
	  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	}

	.timeline.custom-tl > li > .timeline-panel {
	border:none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width:100%;
	color:#fff;
	}

	.timeline > li > .timeline-panel:before {
	  position: absolute;
	  top: 26px;
	  right: -15px;
	  display: inline-block;
	  border-top: 15px solid transparent;
	  border-left: 15px solid #ccc;
	  border-right: 0 solid #ccc;
	  border-bottom: 15px solid transparent;
	  content: " ";
	}
	.timeline > li > .timeline-panel:after {
	  position: absolute;
	  top: 27px;
	  right: -14px;
	  display: inline-block;
	  border-top: 14px solid transparent;
	  border-left: 14px solid #fff;
	  border-right: 0 solid #fff;
	  border-bottom: 14px solid transparent;
	  content: " ";
	}
	.timeline.custom-tl > li > .timeline-panel:before ,
	.timeline.custom-tl > li > .timeline-panel:after
	{
	display:none;
	}
	.timeline > li > .timeline-badge {
	  color: #fff;
	  width: 50px;
	  height: 50px;
	  line-height: 50px;
	  font-size: 1.4em;
	  text-align: center;
	  position: absolute;
	  top: 16px;
	  left: 50%;
	  margin-left: -25px;
	  background-color: #999999;
	  z-index: 100;
	  border-top-right-radius: 50%;
	  border-top-left-radius: 50%;
	  border-bottom-right-radius: 50%;
	  border-bottom-left-radius: 50%;
	}

	.timeline.custom-tl > li > .timeline-badge {
	background:#D03232;
	}

	.timeline.custom-tl > li > .timeline-badge {
	 left: 130px;
	}

	.timeline > li.timeline-inverted > .timeline-panel {
	  float: right;
	}

	.timeline.custom-tl > li.timeline-inverted > .timeline-panel {
	  float: none;
	  left:170px;
	}

	.timeline > li.timeline-inverted > .timeline-panel:before {
	  border-left-width: 0;
	  border-right-width: 15px;
	  left: -15px;
	  right: auto;
	}
	.timeline > li.timeline-inverted > .timeline-panel:after {
	  border-left-width: 0;
	  border-right-width: 14px;
	  left: -14px;
	  right: auto;
	}
	.timeline-badge.primary {
	  background-color: #2e6da4 !important;
	}
	.timeline-badge.success {
	display:block;
	  background-color: #3f903f !important;
	}
	.timeline-badge.warning {
	  background-color: #f0ad4e !important;
	}
	.timeline-badge.danger {
	  background-color: #d9534f !important;
	}
	.timeline-badge.info {
	  background-color: #5bc0de !important;
	}
	.timeline-title {
	  margin-top: 0;
	  color: inherit;
	}
	.timeline-body > p,
	.timeline-body > ul {
	  margin-bottom: 0;
	}
	.timeline-body > p + p {
	  margin-top: 5px;
	}

	.timeline-body > .location{
	display:block;
	text-transform:uppercase;
	color:#555;
	}

	.timeline-body > .location a{
	margin-left:10px;
	text-transform:none;
	}

	.timeline-body > .location a:hover{
	color:#fff;
	text-decoration:none;
	}


	.timeline-date{
	position:absolute;
	left: 0;
	top: 16px;
	font-weight:bold;
	color:#fff;
	}

	.timeline-date > span{
	display:block;
	font-size:12px;
	text-align:center;
	color:#555;
	}


	ul.progress li.active {
		background-color: #D03232;
	}

	ul.progress li {
		background-color: #555;
		text-transform:uppercase;
		font-size:11px;
	}

	ul.progress {
		list-style: none;
		margin: 0;
		padding: 0;
		background:#555;
	}

	ul.progress li {
		float: left;
		line-height: 20px;
		height: 20px;
		min-width: 24%;
		position: relative;
	}

	ul.progress li:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		right: 4px;
		border-style: solid;
		border-width: 10px 0 10px 10px;
		border-color: transparent transparent transparent #555;
	}

	ul.progress li:before {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		right: 0px;
		border-style: solid;
		border-width: 10px 0 10px 10px;
		border-color: transparent transparent transparent #1A1E20 ;
	}

	ul.progress li.beforeactive:before {
		background-color: #D03232;
	}

	ul.progress li.active:before {
		background-color: #555;
	}
	ul.progress li.active:after {
		border-color: transparent transparent transparent #D03232;
	}

	ul.progress li:last-child:after,
	ul.progress li:last-child:before {
		border: 0;
	}

	ul.progress li a {
		padding: 0px 0px 0px 6px;
		color: #FFF;
		text-decoration: none;
	}

/* widget
------------------------------ */
	.widget {
	margin-bottom: 40px;
	border-bottom: solid 1px #ccc;
	padding-bottom: 40px;
	}

	.widget h3 {
	margin: 0;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 18px;
	}

	.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

	.widget_category li {
	margin-bottom: 5px;
	padding: 5px 0 5px 0;
	}

	.widget_category li i {
	margin-right: 10px;
	}

	.widget_recent_post li {
	padding-left: 20px;
	background: url(../img/list-arrow.png) left 2px no-repeat;
	border-bottom: solid 1px #4b1701;
	padding-bottom: 7px;
	margin-bottom: 5px;
	}

	.widget_recent_post li a {
	color: #555;
	}

	.widget .comments li {
	padding-left: 20px;
	background: url(../img/list-arrow.png) left 2px no-repeat;
	border-bottom: solid 1px #4b1701;
	padding-bottom: 7px;
	margin-bottom: 5px;
	}

	.widget_tags li {
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 14px;
	}

	.widget_tags li a {
	text-decoration: none;
	text-shadow: none;
	margin-bottom: 5px;
	padding: 5px 10px 5px 10px;
	background: none;
	color: #888;
	border: solid 2px #ddd;
	}

	.widget_tags li a:hover {
	background: #fff;
	color: #333;
	}


	footer .widget_tags li {
	display: inline-block;
	margin-right: -5px !important;
	margin-bottom: 8px;
	}

	footer .widget_tags li a {
	font-size:12px;
	color: #888;
	border: solid 1px rgba(255,255,255,.1);
	}

	footer .widget{
	border-bottom:none;
	}

	.widget iframe {
	margin-bottom: 20px;
	border: solid 1px #ddd;
	}

/*------------------------------
PLUGIN
------------------------------ */

	/* owl carousel */

	#awards-carousel, #awards-carousel li{
	margin:0; padding:0;list-style:none;
	}
	#awards-carousel .overlay{
	position:absolute;
	width:100%;
	height:100%;
	background:#333;
	padding:30px 30px 0 30px;
	text-align:center;
	font-style:italic;
	opacity:0;
	}
	#awards-carousel .overlay:hover{
	opacity:.9;
	}
	#awards-carousel .overlay h3 {
	font-family:"Lato";
	font-size:16px;
	font-weight:normal;
	color:#fff;
	}
	#awards-carousel .overlay h4 {
	font-family:"Georgia";
	font-size:12px;
	font-weight:normal;
	color:#fff;
	line-height:1.8em;
	margin-top:20px;
	}
	#awards-carousel img{
	width:100%;
	height:auto;
	}


	.testi-slider .slides li {
	margin-bottom: 30px;
	}

	.testi-slider .testi-by {
	display: block;
	margin-bottom: 30px;
	color: #fff;
	}

	.testi-slider .flex-control-nav {
	margin-left: -30px;
	}

	.testi-slider .flex-control-paging li a {
	width: 60px;
	height: 5px;
	background: #f4ebd8;
	}

	.testi-slider .flex-control-paging li a.flex-active {
	background: #D03232;
	}


	#testi-carousel-2 blockquote{
	color:#fff;
	background:#333;
	padding:0;
	margin:0;
	border:none;
	font-family:"Lato";
	font-size:16px;
	padding:15px 20px 15px 20px;

	}

	#testi-carousel-2 blockquote:before{
	content:none;
	}
	#testi-carousel-2 .testi-by{
	padding:20px;
	background:#f2f2f2;
	height:110px;

	}
	#testi-carousel-2 .testi-by .name{
	color:#555;
	display:block;
	padding-left:90px;
	padding-top:10px;
	}
	#testi-carousel-2 .testi-by img{
	position:absolute;
	width:70px;
	height:auto;
	}

	.testi-box-1 blockquote{
	color:#fff;
	background:#333;
	padding:0;
	margin:0;
	border:none;
	font-family:"Lato";
	font-size:16px;
	padding:15px 20px 15px 20px;

	}

	.testi-box-1 blockquote:before{
	content:none;
	}
	.testi-box-1  .testi-by{
	padding:20px;
	background:#f2f2f2;
	height:110px;

	}
	.testi-box-1  .testi-by .name{
	color:#555;
	display:block;
	padding-left:90px;
	padding-top:10px;
	}
	.testi-box-1  .testi-by img{
	position:absolute;
	width:70px;
	height:auto;
	}

	.arrow-down {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	position:absolute;
	border-top: 5px solid #333;
	left:25px;
	}


	/* twitter widget */
	.twitter-widget ul {
	margin: 0;
	padding: 0;
	}
	.twitter-widget li {
	list-style: none;
	clear: both;
	}
	.twitter-widget li img, .twitter-widget li .tweets_txt {
	float: left;
	margin-bottom: 10px;
	}
	.twitter-widget li img {
	position:absolute;
	margin-left:15px;
	left:0;
	}
	.twitter-widget li .tweets_txt {
	margin-left: 65px;
	}
	.twitter-widget li .tweets_txt span {
	font-style: italic;
	color: #666;
	display: block;
	}

	/* instagram widget */
	#instagram img{
	margin:0 10px 10px 0;
	width:55px;
	height:55px;
	}

	/* jquery isotope
	/* ------------------------------ */
	.isotope,
	.isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	}

	.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
	}

	.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
	}

	/**** disabling Isotope CSS3 transitions ****/

	.isotope.no-transition,
	.isotope.no-transition .isotope-item,
	.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
	}

	#filters {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	letter-spacing: 2px;
	}

	#filters li {
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 20px;
	}

	#filters a {
	background: #fff;
	color: #222;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	}

	#filters a.selected {
	background: #D03232;
	color: #FFF;
	}

	.isotope-item {
	z-index: 2;
	}

	.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
	}

.light-text{
color: #959595;
}


.light-text h1, .light-text h2, .light-text h3, .light-text h4, .light-text h5, .light-text h6 {
color: #fff;
}

.light-text strong{
color:#fff;
}

p.lead {
font-size: 16px;
font-weight: 500;
margin-bottom: 30px;
}

strong {
color: #333;
}

.slides {
margin: 0;
padding: 0;
}

.teaser {
font-size: 18px;
line-height: 1.7em;
}

.title-text {
font-weight: bold;
font-size: 26px;
text-align: center;
margin-bottom: 40px;
}

.title-text {
overflow: hidden;
text-align: center;
}

.title-text:before,
.title-text:after {
border-top: solid 2px #D03232;
content: "";
display: inline-block;
height: 4px;
position: relative;
vertical-align: middle;
width: 50%;
}

.title-text:before {
right: 0.5em;
margin-left: -50%;
}

.title-text:after {
left: 0.5em;
margin-right: -50%;
}

.title-area {
vertical-align: middle;
display: inline-block;
text-align: left;
}

.title-area h1 {
color: #fff;
font-family: "Montserrat", Arial, Helvetica, sans-serif;
font-size: 40px;
font-weight: 500;
letter-spacing: 5px;
text-transform: uppercase;
margin: 0;
}

.title-area span {
font-size: 15px;
color: #fff;
letter-spacing: 3px;
text-transform: uppercase;
font-weight: 300;
}


.fx .item .overlay {
position: absolute;
bottom: 0;
background: rgba(255,255,255,.9);
padding: 20px 30px 20px 30px;
width: 100%;
}

.hover {
height: 200px;
}

.fx .item {
overflow: hidden !important;
}

.item .overlay {
color: #fff;
background: #000;
display: block;
position: absolute;
overflow: hidden;
}

.item .pf_text {
display: block;
position: absolute;
overflow: hidden;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.item .overlay .desc {
display: block;
height: 0px;
overflow: hidden;
}

.item .overlay h3 {
font-size: 18px;
margin: 0;
padding: 0;
}

.item .overlay .time {
letter-spacing: 1px;
text-transform: uppercase;
}


/*------------------------------
/* link
/*------------------------------ */
a {
color: #D03232;
text-decoration: none;
outline: none;
}

a:hover {
color: #222;
}

footer a:hover {
color: #fff;
}

/*------------------------------
/* logo
/*------------------------------ */
#logo {
text-align: center;
}

#logo .inner {
display: table-cell;
vertical-align: middle;
height: 80px;
}


/*------------------------------
/* content
/*------------------------------ */
#content {
padding: 80px 0 80px 0;
background: #fffcfc;
}

/* columns */
.fullwidth {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: collapse;
padding: 0 !important;
margin: 0 !important;
overflow: hidden;
}

.box-container {
width: 101%;
}

.one-fourth {
width: 24.9%;
display: table-cell;
vertical-align: middle;
}

.one-third {
width: 33.3%;
float: left;
}

.three-fourth {
width: 74.9%;
height: 100%;
display: table-cell;
}

.box-one-third {
width: 33.3%;
float: left;
}

.box-one-third .inner {
color:#fff;
padding: 60px;
height: 25em;
}

.box-one-third2 {
    width: 25%;
    float: left;
}

.box-one-third2 .inner {
    color:#fff;
    padding: 40px;
    height: 25em;
    }
.container-fullwidth .one-fourth{
width:25%;
float:left;
}

.bg-color-fx:hover{
background:rgba(12,121,227,.2);
}

.bg-color-fx .tiny-border{
margin:0 auto;
}

.box-padding-30{
padding:30px;
}

.bg-1{
background: url(../img/about/company/truck.png) bottom right no-repeat #1f242e;
}

/* carousel */


.custom-col-2 {
overflow: hidden;
margin-bottom: 30px;
}

.custom-col-2 .inner {
background: #222;
}

.custom-col-2 img {
width: 100%;
height: auto;
}

.custom-col-2 .overlay .desc {
display: block;
height: 0px;
overflow: hidden;
}

.custom-col-2 .overlay {
position: absolute;
display: block;
bottom: 0;
padding: 20px 30px 20px 30px;
}

.custom-col-2 .overlay h3 {
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 18px;
margin: 0;
padding: 0;
color: #fff;
}

.custom-col-2 .overlay .by {
letter-spacing: 2px;
text-transform: uppercase;
color: #fff;
}

.custom-col-3 {
display: table;
width: 100%;
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: solid 1px #eee;
}

.custom-col-3:hover {
border-bottom: solid 1px #D03232;
}

.custom-col-3 .left-col,
.custom-col-3 .mid-col,
.custom-col-3 .right-col {
display: table-cell;
padding-right: 20px;
vertical-align: middle;
}

.custom-col-3 .left-col {
width: 180px;
}

.custom-col-3 img {
width: 100%;
height: auto;
}

.custom-col-3 h3 {
margin: 0;
}

.custom-col-3 .right-col {
text-align: right;
}

.custom-col-3 .details span {
margin-right: 5px;
}

.custom-col-3 .details strong {
font-weight: 500;
}

.custom-col-3 i {
color: #fff;
font-size: 24px;
padding: 18px;
width: 60px;
height: 60px;
text-align: center;
margin-left: 10px;
background: #555;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.custom-col-3 i:hover {
border-color: #D03232;
color: #D03232;
}

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

.single-carousel-arrow-nav,
.single-carousel-arrow-nav li{
list-style:none;
margin:0;
padding:0;
}

.single-carousel-arrow-nav li{
background:#f5f5f5;
}

.single-carousel-arrow-nav .text{
padding:20px 40px 20px 20px;
}

.single-carousel-arrow-nav .name, .single-carousel-arrow-nav .position{
display:block;
}

.single-carousel-arrow-nav .name{
margin-top:10px;
font-family:"Georgia";
font-style:italic;
color:#333;
}

.single-carousel-arrow-nav .position{
color:#ccc;
margin-bottom:20px;
}

#countdown-container {
color: #fff;
padding: 70px 0 60px 0;
background: #454545;
}

#countdown-container h3 {
color: #fff;
display: inline-block;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
font-size: 20px;
padding-bottom: 3px;
margin: 10px 0 3px 0;
border-bottom: solid 2px #D03232;
}

#countdown-container .time {
color: #ccc;
display: block;
font-family: "Montserrat";
text-transform: uppercase;
}

.content-group-1 {
border: solid 1px #ddd;
padding: 20px;
text-align: center;
margin-bottom: 30px;
background: #fff;
}

.content-group-1 .date-wrap {
text-align: center;
border: none;
margin: 0 auto;
display: block;
color: #fff;
}

.content-group-1 .date-wrap .date:before {
font-family: "FontAwesome";
content: "\f073";
margin-right: 10px;
color: #fff;
display: inline-block;
font-weight: normal;
}

.content-group-1 .date-wrap .date {
font-size: 20px;
padding: 0;
font-weight: bold;
background: #D03232;
padding: 10px;
}

.content-group-1 .date-wrap .month {
font-size: 16px;
letter-spacing: 2px;
margin-top: 10px;
}




.no-margin {
margin: 0 !important;
padding: 0 !important;
}

.no-top {
padding-top: 0 !important;
}

.no-bottom {
padding-bottom: 0 !important;
}



/*------------------------------
section and parallax background settings
------------------------------ */

section {
padding: 60px 0 60px 0;
background: #fff;
}

.section-title {
text-align: center;
}

#section-gallery {
background: #eee;
}

#page-events, #page-blog {
background: #D03232;
}

.no-padding {
padding: 0 !important;
}

.no-padding-top {
padding-top: 0 !important;
}

.no-padding-bottom {
padding-bottom: 0 !important;
}

#section-testimonial {
background: url(../img/bg_full_1.jpg) top fixed;
background-size: cover;
}

#section-text-1 {
background: #7fb32a;
color: #fff;
}

#section-text-1 h3 {
color: #fff;
}

#section-text-2 {
background: url(../img/misc/pic-6.jpg) top fixed;
background-size: cover;
}

#section-text {
background: #eee;
}


#latest-events {
background: #e7dacd;
}


.owl-theme .owl-controls .owl-page span {
background: #aaa !important;
}

.owl-custom-nav{
position:absolute;
z-index:100;
right:4px;
margin-top:80px;
width:40px;
}

.owl-custom-nav .btn-next:before{
font-family:"FontAwesome";
content:"\f105";
color:#fff;
background:#333;
padding:5px 12px 5px 12px;
}
.owl-custom-nav .btn-prev:before{
font-family:"FontAwesome";
content:"\f104";
color:#fff;
background:#333;
padding:5px 12px 5px 12px;
}

.owl-custom-nav a{
	text-decoration:none;
}

.owl-custom-nav .btn-prev:hover:before,
.owl-custom-nav .btn-next:hover:before{
	background:#eee;
	color:#333;
}



#section-testimonial .owl-theme .owl-controls .owl-page span {
background: #fff !important;
}

#section-pricing {
background: #8c96ad;
}

#section-tracking {
background: #1a1e20;
}

#section-2 {
	background: #1a1e20;
	padding: 0px 0px ;
    margin-bottom:0px;
}



#featured-box {
background: url(../img/bg_full_3.jpg) center fixed;
}

#bg-service-1 {
background: url(../img/bg/bg_service_1.jpg) top center #565f68;
background-size: cover;
}

#section-features {
/*background:url(../img/map.jpg) top center no-repeat;*/
}

#bg-service-2 {
background: url(../img/bg/bg_service_2.jpg) top center #236b94;
background-size: cover;
}

#bg-service-3 {
background: url(../img/bg/bg_service_3.jpg) top center #bf3f3f;
background-size: cover;
}

#bg-service-4 {
background: url(../img/bg/bg-service-4.jpg) top center #565f68;
background-size: cover;
}

#bg-service-5 {
background: url(../img/bg_service_5.jpg) top center #565f68;
background-size: cover;
}

#bg-service-6 {
background: url(../img/bg_service_6.jpg) top center #565f68;
background-size: cover;
}

.side-bg {
position: relative;
}

.side-bg .image-container {
height: 100%;
overflow: hidden;
padding: 0;
position: absolute;
top: 0;
}

.side-bg .background-image {
background: url(../img/bg/bg-2.jpg);
background-position: 50% 50%!important;
background-size: cover!important;
width: 100%;
height: 100%;
left: 0;
position: absolute;
z-index: 0;
}

#explore-1 {
background: #21aaee;
}

#explore-1.side-bg .background-image {
background: url('../img/bg/bg_square_1.png');
}

#explore-2 {
background: #21aaee;
}

#explore-2.side-bg .background-image {
background: url('../img/bg/bg_square_2.jpg');
}

#explore-3 {
background: #D03232;
}

#explore-3.side-bg .background-image {
background: url('../img/bg/bg_square_3.jpg');
}

#section-faq {
background: url('../img/bg/bg_1.jpg') #303a43; background-size:cover;
}

#service-details.side-bg .background-image {
background: url('../img/bg/bg_service_details_1.jpg');
}

#service-details-2.side-bg .background-image {
background: url('../img/bg/bg_service_details_2.jpg');
}

#service-details-3.side-bg .background-image {
background: url('../img/bg/bg_service_details_3.jpg');
}

#section-intro {
background: url('../img/bg/bg_2.jpg') #303a43; background-size:cover;
}

#section-intro-2{
background: url('../img/bg/bg_3.jpg') #303a43; background-size:cover;
}

.sub-intro-text{
font-family:Georgia;
font-size:18px;
font-style:italic;
}

.sub-intro-text {
  line-height: 0.5;
  text-align: center;
}
.sub-intro-text span {
  display: inline-block;
  position: relative;
}
.sub-intro-text span:before,
.sub-intro-text span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #D03232;
  top: 5px;
  width: 30px;
}
.sub-intro-text span:before {
  right: 100%;
  margin-right: 15px;
}
.sub-intro-text span:after {
  left: 100%;
  margin-left: 15px;
}



.carousel-text h1{
font-size:56px;
font-weight:800;
text-transform:uppercase;
line-height:56px;
font-weight:normal;
color:#fff;
}

.custom-font-3{
font-family:Georgia;
font-size:18px;
font-style:italic;
}




/*------------------------------
jquery toTop
------------------------------ */
#toTop {
z-index: 1555;
display: none;
text-decoration: none;
position: fixed;
bottom: 10px;
right: 10px;
overflow: hidden;
width: 51px;
height: 51px;
border: none;
text-indent: -999px;
background: url(../img/ui.totop.png) no-repeat left top;
}

#toTopHover {
background: url(../img/ui.totop.png) no-repeat left -51px;
width: 51px;
height: 51px;
display: block;
overflow: hidden;
float: left;
}

#toTop:active, #toTop:focus {
outline: none;
}




/*------------------------------
map
------------------------------ */
.map {
margin-top: 40px;
}

.map iframe {
width: 100%;
height: 400px;
border: solid 1px #ccc;
padding: 2px;
background: #fff;
}

#map-container iframe {
width: 100%;
height: 360px;
margin-bottom: -6px;
}

#map {
width: 100%;
height: 480px;
}

#map-tracking {
overflow: hidden;
height: 0;
}

.gmap iframe {
width: 100%;
height: 200px;
}










.news-item {
margin-bottom: 30px;
}

.news-item .desc {
margin-top: 20px;
}

.news-item a h3 {
font-size: 18px;
margin: 0;
margin-bottom: 5px!important;
}

.news-item .post-details {
font-size: 11px;
color: #888;
margin-bottom: 10px;
}

.news-item .fa {
float: none;
margin: 0;
color: #D03232;
}

.news-item .separator {
text-align: center;
padding: 0 10px;
}

.news-item .quote {
background: #D03232;
padding: 25px;
color: #fff;
font-size: 16px;
font-style: italic;
}

.news-list-date, .news-list-date  li{ list-style:none; margin:0; padding:0;}
.news-list-date{
border:solid 1px #f2f2f2;
}
.news-list-date  li{
padding:20px;
padding-bottom:10px;
border-bottom:solid 1px #f2f2f2;
}
.news-list-date .date{
position:absolute;
background:#333;
width:70px;
height:70px;
text-align:center;
font-weight:bold;
}
.news-list-date .date span{
display:block;
}
.news-list-date .date .day{
font-size:18px;
color:#fff;
margin-top:10px;
}
.news-list-date .date .month{
font-size:14px;
color:#fff;
}
.news-list-date .text{
padding-left:85px;
}
.news-list-date  h4{
margin:0;
margin-bottom:5px;
}


.list-thumbnail, .list-thumbnail  li{ list-style:none; margin:0; padding:0;}
.list-thumbnail{
border:solid 1px #f5f5f5;
}
.list-thumbnail  li{
padding:20px;
border-bottom:solid 1px #f2f2f2;
}
.list-thumbnail img{
position:absolute;
width:70px;
height:auto;
}

.list-thumbnail .text{
padding-left:85px;
}
.list-thumbnail  h4{
margin:0;
margin-bottom:5px;
}
.list-thumbnail li:nth-child(odd) {
background:#f5f5f5;
}
.list-thumbnail li:nth-child(even) {
}








/*------------------------------
/* contact */
/*------------------------------ */
.error {
width: 280px;
display: none;
color: #C03;
font-size: 12px;
margin-bottom: 10px;
}

.success {
display: none;
padding: 2px 10px 2px 10px;
background: #E5EAD4;
color: #555;
width: 280px;
font-size: 12px;
}

.error img {
vertical-align: top;
}

.full {
width: 98%;
}

#contact input[type="text"], #contact textarea {
}

#contact select {
width: 100%;
}

.contact_form_holder .form-control {
margin: 20px 0 20px 0;
}

#contact input[type=text], #contact textarea {
background: none;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}

#contact-form-wrapper {
background: #eee;
padding: 20px 60px 40px 60px;
}

.contact-info .title {
display: block;
font-size: 16px;
font-weight: 800;
color: #222;
margin-bottom: 10px;
}


.booking_form_holder .form-control {
margin-bottom: 20px;
}

.form-transparent input{
margin-bottom:30px;
padding:8px !important;
height:auto;
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
}
.form-transparent input[type=text]{
background:rgba(255,255,255,.2);
color:#fff;
border:none;
font-size:16px;
}
.form-transparent .text-label{
padding:5px 0 1px 0;
margin-bottom:30px;
}
.form-transparent h3{
padding:0;
margin:0;
}

.subscribe {
display:table;
width:100%;
margin-top:10px
}

.subscribe .l-col {
width:65%;
float:left;
}

.subscribe .r-col {
width:35%;
float:left;
}

.subscribe input {
color:#fff!important;
margin-bottom:15px;
/*background:rgba(255,255,255,.5);*/
border-radius:0!important;
-moz-border-radius:0!important;
-webkit-border-radius:0!important;
border:solid 1px rgba(255,255,255,.2);
border-right:none!important;
}

.subscribe input.btn-custom {
padding:3px 10px;
border:none!important
}

.subscribe input[type=text]{
background:none;
height:26px;
font-size:12px;
padding:2px 10px 2px 10px;
}

.simple-form {
margin-top:10px
}

.simple-form .l-col {
width:100%;
float:left;
}

.simple-form .r-col {
position:absolute;
right:15px;
}

.simple-form input {
color:#333!important;
margin-bottom:15px;
/*background:rgba(255,255,255,.5);*/
border-radius:0!important;
-moz-border-radius:0!important;
-webkit-border-radius:0!important;
border:none!important;
}

.simple-form input.btn-custom {
padding:3px 10px;
border:none!important;
}

.simple-form input[type=text]{
background:#f5f5f5;
height:26px;
padding:2px 60px 2px 10px;
}

.simple-form input[type=submit]{
color:#fff !important;
}


/* ------------------------------
gallery
/* ------------------------------ */
.blog-carousel {
list-style: none;
margin: 0;
padding: 0;
}

.blog-carousel h4 {
line-height: 1.5em;
font-weight: bold;
font-size: 16px;
margin-bottom: 5px;
}

.blog-carousel img {
margin-bottom: 20px;
}

.blog-carousel .date-post {
display: block;
margin-bottom: 15px;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}

#gallery .item {
text-align: center;
font-size: 12px;
width: 32.5%;
margin: 1px;
float: left;
}

.gallery .item  img {
width: 100%;
}

#gallery .item h4 {
font-size: 16px;
margin-bottom: 0;
}

#gallery-fullwidth .gallery-item {
width: 16.65%;
float: left;
}

#gallery-fullwidth .gallery-item img {
width: 100%;
}

#gallery-isotope .item {
background: #333;
margin: 0 10px 10px 0;
overflow: hidden;
}

#gallery-isotope img {
width: 100%;
height: auto;
}


.ex-gallery .project-name {
display: block;
letter-spacing: 2px;
padding: 5px 10px 5px 10px;
margin: 0 auto;
margin-top: 20px;
text-transform: uppercase;
font-weight: 800;
color: #fff;
}

.ex-gallery .small-border {
height: 2px;
display: block;
background: #21aaee;
width: 50px;
margin: 0;
margin-left: auto;
margin-right: auto;
}

.ex-gallery .overlay .icon {
display: inline-block;
text-align: center;
}

.ex-gallery .overlay .icon i {
text-shadow: none;
color: #fff;
font-size: 26px;
padding: 16px;
width: 60px;
height: 60px;
text-align: center;
border-radius: 60px;
margin-left: 10px;
border: solid 2px #fff;
}

.ex-gallery .overlay .icon i.icon-info {
margin-left: 0;
}

.ex-gallery .overlay .icon i:hover {
color: #222;
background: #333;
}





/*------------------------------
/* FEATURED BOX
/*------------------------------ */


.dark .feature {
color: #fff;
}

.dark .feature h4 {
color: #fff;
}

.dark .feature i {
color: #ccc;
}



#slider {
text-align: center;
height: 100%;
}

.slider-info {
width: 100%;
height: 100%;
position: absolute;
z-index: 10;
font-family: "Open Sans";
top: 30%;
}

.callbacks_nav.prev {
left: 0;
}

.callbacks_nav.next {
right: 0;
}

.slider-info h1 {
font-size: 48px;
color: #fff;
display: inline-block;
padding: 20px 0 20px 0;
font-weight: 300;
letter-spacing: -1px;
border-bottom: solid 3px #D03232;
}

.slider-info .btn {
margin-top: 10px;
}

.slider-info .text {
color: #fff;
font-size: 14px;
}

/* main slider */






#menu-parallax-bg {
padding: 60px 0 60px 0;
margin: 60px 0 60px 0;
background: url(../img/bg-big-1.jpg) top center;
}


/*------------------------------
control nav
------------------------------ */

.hover {
font-size: 12px;
display: block;
width: 100%;
height: 100px;
background: #fff;
position: absolute;
overflow: hidden;
line-height: 1.5em;
text-align: center;
}

.hover .btn-view-details {
display: inline-block;
font-size: 14px;
color: #D03232;
padding: 10px 20px 10px 20px;
text-decoration: none;
margin: 0 auto;
border: solid 1px #D03232;
}



.social-icons i {
text-align: center;
color: #fff!important;
font-size: 20px!important;
border-radius: 60px;
padding: 8px!important;
width: 38px;
height: 38px;
margin-right: 10px;
margin-bottom: 10px!important;
background: #D03232;
border: solid 2px #D03232;
}

.social-icons i:hover {
color: #D03232;
border: solid 2px #D03232;
background: none;
}


/* overide */
.form-control {
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;

  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.pull-left {
margin: 0 20px 0 0;
}

img.pull-right{
padding-left:20px;
}

.col-md-3 {
margin-left: -1px;
}

.pagination li a {
color: #D03232;
}

.pagination li.active a {
background: #D03232;
border: solid 1px #D03232;
}

.pagination li.active a:hover {
background: #D03232;
border: solid 1px #D03232;
}


/* misc */


#section-tracking-result{
display:none;
}

.typed-cursor{
opacity: 1;
-webkit-animation: blink 0.7s infinite;
-moz-animation: blink 0.7s infinite;
animation: blink 0.7s infinite;
}
@keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}

#section-track{
	position:absolute;
	width:100%;
	top:90%;
	background:none;
	font-size:12px;
}

#section-track .inner{
	height:36px;
	border:solid 1px rgba(255,255,255,.2);
	padding:2px;
	padding-left:10px;
}

#section-track h3{
	display:inline-block;
	margin:0;
	padding:0;
	margin-right:20px;
	padding-right:20px;
	border-right:solid 1px rgba(255,255,255,.2);
}

#section-track .btn-fullwidth{
	padding:6px;
}

.grey{
color:#888;
}

.side-nav{
border:solid 1px #f2f2f2;
}

.typed-strings p{position:absolute;}

.type-wrap.title.big {font-size:60px !important; font-weight:600; color:#fff;}

.side-nav li{
border-bottom:solid 1px #f2f2f2;
padding:10px 20px 10px 20px;
}

.side-nav li a{
color:#333;
}

.side-nav li.active{
background:#333;
}

.side-nav li.active a{
color:#fff;
}

.side-nav li:hover{
background:#f2f2f2;
}

.text-white{color:#fff;}

.wrapper-line{
border:solid 1px rgba(255,255,255,.1);
overflow:hidden;
}

.padding30{padding:30px;}
.padding40{padding:40px;}


.rounded10{border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;}

.counter{
display:table;
height:100%;
}
.counter .num, .counter .text{
display:table-cell;
vertical-align:middle;
}

.counter .num{
font-size:25px;
font-weight:bold;
padding-right:20px;
}

.counter .tiny-border{
margin:5px 0 0 0;
}





.row.no-gutter div[class*="col-"] {
}


.row.no-gutter [class*='col-']:not(:first-child), .row.no-gutter [class*='col-']:not(:last-child) {
padding-right: 0;
padding-left: 0;
}

.padding-5{
padding:50px;
}

.container-fluid{
padding:0;
}

.team-profile h4 {
    display: block;
    text-transform: none;
    font-size: 14px;
    color: #888;
    margin-top: 10px;
}

.team-profile .text {
    margin: -20px 20px 0 20px !important;
    position: relative;
    background: #eee;
    padding: 20px;
    padding-top: 5px;
    border-top: solid 3px #D03232;
}

.team-social-icons i {
    color: #D03232;
    font-size: 16px;
    margin-right: 15px;
}

.team-social-icons {
    display: inline-block;
    margin-top: 10px;
}

.team-list .name, .team-list .position{
display:block;
}

.team-list .name{
margin-top:10px;
font-family:"Georgia";
font-style:italic;
}

.team-list .pic{
position:relative;
}

.team-list .pic .fx{
display:block;
position:absolute;
width:100%;
height:100%;
left:0;
top:0;
}

.team-list .pic .fx:hover{
background:rgba(12,121,227,.5);
}

.h-border {
height: 1px;
background: rgba(255,255,255,.3);
}

.bg-grey{
background:#eee;
}






@keyframes box_icon_move {
from {
padding-top: 10px;
}

to {
padding-top: 50px;
}
}

@keyframes box_icon_move_out {
from {
padding-top: 50px;
}

to {
padding-top: 10px;
}
}

@keyframes move {
from {
margin-left: 0px;
}

to {
margin-left: 20px;
}
}

.box-with-icon-left i {
position: absolute;
-moz-animation: 1s box_icon_move_out alternate forwards;
}

.box-with-icon-left:hover > i {
background: #333;
height: 100%;
-moz-animation: 1s box_icon_move alternate forwards;
}

.box-with-icon-left:hover > .text {
border-color: #333;
}


.box-with-icon-left:hover > .text a.btn-text {
-moz-animation: 1s move infinite alternate;
}

.icon-big {
font-size: 32px !important;
margin-bottom: 20px;
color: #fff;
background: #21aaee;
padding: 10px;
width: 56px;
height: 56px;
text-align: center;
}

/* animate */
a,
a:hover,
.custom-col-3 i,
.custom-col-3 i:hover,
.custom-carousel-2 .item-blog,
.custom-carousel-2 .item-blog:hover,
.custom-col-3,
.custom-col-3:hover,
.blog-list li,
.blog-list li:hover,
.event-item .right-col,
.event-item:hover .right-col,
.box-with-icon-left,
.box-with-icon-left i,
.box-with-icon-left .text,
.box-with-icon-left .text a.btn-text,
.box-icon-small .btn-arrow span.line,
.box-icon-small:hover .btn-arrow span.line,
.bg-color-fx,
.bg-color-fx:hover,
#awards-carousel .overlay,
#awards-carousel .overlay:hover,
header .search input[type=text],
header .search input[type=text]:focus,
.team-list .pic .fx,
.team-list .pic .fx:hover,
#mainmenu li,
#mainmenu a,
.owl-custom-nav .btn-prev:hover:before,
.owl-custom-nav .btn-next:hover:before,
input.btn-custom,
.cta-form input[type=submit],
.cta-form input[type=submit]:hover
{
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;
}

.logo-partners img {
width: 100%;
}

.custom-carousel-1,
.custom-carousel-2,
#testi-carousel {
cursor: move;
cursor: -webkit-grab;
cursor: -moz-grab;
}

.owl-theme .owl-controls .owl-page span{
 display: block;
 width: 8px !important;
 height: 8px !important;
 margin: 5px 7px;
 filter: Alpha(Opacity=50);/*IE7 fix*/
 opacity: 0.5;
 -webkit-border-radius: 0 !important;
 -moz-border-radius: 0!important;
 border-radius: 0 !important;
}

#calendar .fc-view {
background: #fff;
}

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

.img-event {
margin-bottom: 30px;
}

.latest h3.title {
width: 340px;
text-align: center;
padding: 0;
background: #4e3927;
color: #fff;
padding: 10px;
height: 50px;
margin: 0 auto;
}

.no-bottom {
margin-bottom: 0 !important;
padding-bottom: 0;
}

#preloader {
position: absolute;
z-index: 100001;
width: 100%;
height: 100%;
background: url(../img/loader.gif) center no-repeat #fff;
}


@media (min-width: 992px) and (max-width: 1199px) {
	header {
	display: none;
	}

	header.clone {
	display: block;
	position: inherit;
	margin: 0;
	padding: 0;
	margin-top: 0;
	}

	header .col-md-9 {
	text-align: right;
	}

	#mainmenu-container {
	display: inline-block;
	text-align: right;
	margin-right: 20px;
	}

	header .social{display:none;}

	#subheader .overlay{background:none;}

}
.blue-aplus{
	color: #21aaee;
}

@media (max-width: 992px) {
	#slider .slider-info {
	display: none;
	}

	.col-md-1, .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-10, .col-md-11, .col-md-12 {
	margin-bottom: 30px;
	}

	.box-one-third {
	width: 100%;
	}

    .box-one-third2 {
        width: 100%;
        }

	#gallery .item{
	width:100%;
	}

	header {
	display: none;
	}

	header.clone {
	display: block;
	position: inherit;
	margin: 0;
	padding: 0;
	margin-top: 0;
	}

	header.clone #logo {
	display: block;
	}

	header.clone #logo a{
	text-align:center;
	}

	header.clone #logo .logo-2{
	 display:inline-block !important;
	}

	header.clone #logo img{
		max-height:60px;
		width:auto;
	}

	#subheader {
	padding: 40px 0 40px 0;
	}

	#logo {
	margin: 0 auto;
	text-align: center;
	}

	#logo .inner {
	margin: 20px 0 20px 0;
	}

	#booking input, #booking select {
	width: 100%;
	margin-bottom: 10px;
	}


	.selectnav {
	display: block;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 20px;
	}

	#mainmenu-container {
	display: block;
	}

	header .buttons {
	width: 100%;
	display: block;
	text-align: center;
	float: none;
	margin-top: 0px;
	}

	header, #content, footer, #subheader, #booking {
	padding-left: 20px;
	padding-right: 20px;
	}

	header, #mainmenu-container {
	border: none;
	}

	footer nav {
	display: inline-block;
	}

	.blog-list li {
	width: 100%;
	}

	.bloglist-small {
	float: left;
	}

	.custom-col-3 {
	display: block;
	}

	.custom-col-3 .left-col,
	.custom-col-3 .mid-col {
	width: 50%;
	background: #f2f2f2;
	}

	.custom-col-3 .right-col {
	display: block;
	text-align: center;
	padding: 40px 0 20px 0;
	}

	#section-text-1 img {
	width: 100%;
	}

	#subheader {
	padding-bottom: 0;
	}

	.crumb {
	display: none;
	}

	header .social {
	width: 100%;
	text-align: center;
	margin: 40px 0 40px 0;
	}

	#section-track{
		display:none;
	}

	.one-fourth, .three-fourth {
	width: 100% !important;
	display: block;
	float: none;
	}

	.one-fourth .title-area, .three-fourth .title-area {
	padding: 20px 0 20px 0;
	}

	#menu-btn {
    display:block
	}

	#mainmenu-container{
	display:block;
	}

	#mainmenu {
	display:none;
	left:0;
    float:none;
    z-index:200;
    width:100%;
    margin:0;
    padding:0 20px 0 20px;
	}

	#mainmenu > li{
	font-size:16px;
	margin-bottom:0;
	}


	#mainmenu li {
		text-align:left;
		border-bottom:solid 1px #ddd;
	}

	#mainmenu li li{
		padding-left:30px;
	}

	#mainmenu li a:hover{
		background:none !important;
	}
	#mainmenu li:hover{
		background:#eee;
	}


	#mainmenu li ul {
		display:block;
		position:inherit;
		margin:0;
		width:100%
	}

	#mainmenu li li{
	background:#fff;
	}

	#mainmenu li {
		border-bottom:solid 1px #eee;
		margin:0;
		width:100%;
		display:block;
		letter-spacing:3px
	}

	#mainmenu li:last-child {
		margin-bottom:30px
	}

	#mainmenu > li li:first-child {
		border-top:solid 1px #eee;
	}

	#mainmenu li ul {
		border-top:solid 1px #333;
		border:none;
		margin-top:-15px;
		top: 0px;
	}

	#mainmenu li ul a {
		width:100%;
		background:none;
		border:none
	}


	#mainmenu li ul li a {
		display:block
	}

	#mainmenu li ul li:last-child {
		border-bottom:none;
		margin:0
	}

	#mainmenu li ul li:last-child a {
		border-bottom:none
	}

	#mainmenu li a {
		color:#555!important;
		letter-spacing:0;

	}

	.timeline.custom-tl > li > .timeline-panel {
	width:50%;
	}

	header .search,
	header .social
	{display:none;}


	#subheader .overlay{background:none;}

	.cta-form input[type=text] {
		width: 60%;
	}

	.cta-form input[type=submit] {
		border-radius: 0 10px 10px 0;
		background: #21aaee;
		width: 40%;
	}
	.sub_con {
		background: #fff;
		padding: 30px 20px 20px !important;
		box-shadow: 3px 3px 10px 0 rgb(0 0 0 / 16%);
	}

	.apos_ment h1 {
		font-size: 20px !important;
		font-weight: 500 !important;
		color: #434343;
		letter-spacing: -.4px;
		line-height: 34px;
	}

	.cta-form-button {
		color: #fff;
		border: none;
		font-size: 12px !important;
		height: auto;
		padding: 15px !important;
		float: left;
		font-family: "Lato";
		border-radius: 0 10px 10px 0;
		background: #21aaee;
		width: 100% !important;
	}
	.h2-cta{
		font-size: 12px !important;
		margin-top: 0px !important;
	}

	.custom-font-1{
		font-family:"Montserrat", Arial, Helvetica, sans-serif;
		font-size:18px !important;
		font-weight:800;
		text-transform:uppercase;
	}
}

.sub_con {
    background: #fff;
    padding: 50px 90px 90px;
    box-shadow: 3px 3px 10px 0 rgb(0 0 0 / 16%);
}

.apos_ment {
    margin: 30px 0 50px;
}

.apos_ment h1 {
    font-size: 30px;
    font-weight: 600;
    color: #434343;
    letter-spacing: -.4px;
    line-height: 34px;
}

.apos_ment .apos1 {
    left: -0px;
}
.apos_ment > img {
    position: absolute;
    top: -5px;
}
.apos_ment .apos2 {
    right: -0px;
}
.apos_ment > img {
    position: absolute;
    top: -5px;
}
.apos_ment .red {
    color: #dc000c;
}

.apos_ment .apos2-home {
    right: 14%;
}

.apos_ment .apos1-home {
    left: 14%;
}

.apos-h2 {
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s;
}
[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease;
}

.his_con {
    padding: 130px 0 180px;
}

.his_list {
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 1;
}
.his_list:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 90px;
    height: 2px;
    background: #007ad6;
    z-index: -1;
	margin-left:20px
}

.his_list > li {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.his_list h1 {
    position: relative;
    width: calc(114px + 11px);
    height: calc(114px + 11px);
    background: #007ad6;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 11px solid #fff;
	margin-top: 30px;
}
.his_list h1:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 30px;
    border-left: 1px dashed #007ad6;
    bottom: -43px;
}
.his_list > li:nth-child(even) h1:before {
    bottom: initial;
    top: -43px;
}
.his_list > li:nth-child(even) ul {
    order: 1;
    left: 0;
    top: -100px;
}
.his_list > li ul {
    position: absolute;
    width: 150%;
    padding: 0 10px;
}
.his_list > li:nth-child(odd) ul {
    left: 0;
    top: 210px;
}
.his_list > li ul li {
    display: flex;
}
.his_list > li li:last-child {
    margin-bottom: 0;
}
.his_list > li li {
    margin-bottom: 12px;
}
.his_list li p {
    font-size: 13px;
    font-weight: 300;
    color: #333;
    line-height: 27px;
    white-space: nowrap;
    word-break: keep-all;
}
.his_list li h2 {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    white-space: nowrap;
    margin-right: 10px;
}

@media (max-width: 992px) {
	.his_con {
		padding: 10px 0 100px;
	}

	.his_list {
		position: relative;
		display: contents;
		justify-content: center;
		z-index: 1;
		margin: auto;
	}
	.his_list:before {
		content: "";
		position: absolute;
		left: 0;
		width: 100%;
		top: 58px;
		height: 2px;
		background: transparent;
		z-index: -1;
	}

	.his_list > li {
		position: relative;
		flex: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}
	.his_list h1 {
		position: relative;
		width: calc(114px + 11px);
		height: calc(114px + 11px);
		background: #007ad6;
		border-radius: 50%;
		font-size: 24px;
		color: #fff;
		font-weight: bold;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 11px solid #fff;
	}
	.his_list h1:before {
		content: "";
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		width: 1px;
		height: 30px;
		border-left: 1px dashed transparent;
		bottom: -43px;
	}
	.his_list > li:nth-child(even) h1:before {
		bottom: initial;
		top: -43px;
	}
	.his_list > li:nth-child(even) ul {
		order: 1;
		left: 0;
		top: -130px;
	}
	.his_list > li ul {
		position: absolute;
		width: 150%;
		padding: 0 130px;
	}
	.his_list > li:nth-child(odd) ul {
		left: 0;
		top: 270px;
	}
	.his_list > li ul li {
		display: flex;
	}
	.his_list > li li:last-child {
		margin-bottom: 0;
	}
	.his_list > li li {
		margin-bottom: 12px;
	}
	.his_list li p {
		font-size: 16px;
		font-weight: 300;
		color: #333;
		line-height: 27px;
		white-space: nowrap;
		word-break: keep-all;
	}
	.his_list li h2 {
		font-size: 12px;
		font-weight: bold;
		color: #000;
		white-space: nowrap;
		margin-right: 10px;
	}

	.card.card-custom.card-stretch.gutter-b {
		height: calc(100% - 25px);
		width: 100% !important;
	  }

	.w-100-mb{
		width: 100% !important;
	}

	.font-size-h170{
		font-size: 1.0rem !important;
	}

	.icon-box h3 {
		font-weight: 700;
		margin: 10px 0 0 0;
		padding: 0;
		line-height: 1;
		font-size: 1.0rem !important;
		line-height: 26px;
	}

	.ml-10-m{
		margin-left: -10px;
	}
}



.bold{
    font-weight: 600 !important;
}

.team-profile-our .text {
    margin: -20px 20px 0 20px !important;
    position: relative;
    background: #eee;
    padding: 20px;
    padding-top: 5px;
    border-top: solid 3px #21aaee;
	height: 300px;
}

.blue-our{
	color:#5c5868 !important;
	font-size:15px
}

.cta-form-button {
	color: #fff;
	border: none;
	font-size: 20px;
	height: auto;
	padding: 15px;
	float: left;
	font-family: "Lato";
	border-radius: 0 10px 10px 0;
	background: #21aaee;
	width: 9em;
  }

  .h2-cta{
	font-size: 20px;
	margin-top: 0px;
   }

  /* 2.hover-filled-slide-up */
 .a.cta-form-button::before {
	top: 0; left: 0; right: 0;
	height: 100%; width: 100%;
  }
  .a.cta-form-button:hover::before {
	height: 0%;
  }

  .icon-box {
	padding: 15px 20px;
	transition: ease-in-out 0.3s;
	/* border: 1px solid rgba(33 170 238); */
	/* height: 100%; */
	text-align: center;
	border-radius: 8px;
	height: 90%;
  }
  .icon-box i {
	font-size: 32px;
	line-height: 1;
	color: #ffc451;
  }
  .icon-box h3 {
	font-weight: 700;
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 1;
	font-size: 1.70rem ;
	line-height: 26px;
  }
  .icon-box h3 a {
	color: #000;
	transition: ease-in-out 0.3s;
  }

  .btn-2 {
    letter-spacing: 0;
}

.btn-2:hover,
.btn-2:active {
  letter-spacing: 5px;
}

.btn-2:after,
.btn-2:before {
  backface-visibility: hidden;
  border: 1px solid rgba(#fff, 0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  transition: all 280ms ease-in-out;
  width: 0;
}

.btn-2:hover:after,
.btn-2:hover:before {
  backface-visibility: hidden;
  border-color: #fff;
  transition: width 350ms ease-in-out;
  width: 70%;
}

.btn-2:hover:before {
  bottom: auto;
  top: 0;
  width: 70%;
}
.font-size-h170{
	font-size: 1.70rem !important;
  }

.hr-schedule{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    margin-bottom: -5px;
}

.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 63.5%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}
.iframe-container > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.contact_details_inner {
	background: #EDEDED;
	min-height: 313px;
	padding: 40px;
	border-radius: 0px 8px 8px 0px;
  }

  .contact_details_inner .media:first-child {
	margin-top: 0;
  }

  .media,
  .media-body {
	zoom: 1;
	overflow: hidden;
  }

  .contact_details_inner .media .media-left {
	padding-right: 20px;
	color: #043ee1;
	font-size: 20px;
  }

  .media-left,
  .media-right,
  .media-body {
	display: table-cell;
	vertical-align: top;
  }

  .contact_details_inner .media .media-left i {
	height: 40px;
	width: 40px;
	border: 1px solid #043ee1;
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
	line-height: 38px;
  }

  .media-left,
  .media-right,
  .media-body {
	display: table-cell;
	vertical-align: top;
  }

  .media-body {
	width: 10000px;
  }

  .media,
  .media-body {
	zoom: 1;
	overflow: hidden;
  }

  .contact_details_inner .media .media-body p {
	color: #000;
	font-size: 14px;
	font-family: roboto, sans-serif;
	font-weight: 550;
	letter-spacing: 0.48px;
  }

  .media-body h3 {
	color: #043ee1;
	font-size: 18px;
	font-family: roboto, sans-serif;
	font-weight: 600;
	letter-spacing: 0.48px;
	margin-top:0px
  }

  .symbol {
	display: inline-block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	border-radius: 0.42rem;
  }
  .symbol .symbol-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;
	font-weight: 500;
	color: #3F4254;
	background-color: #F3F6F9;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 0.42rem;
  }
  .symbol .symbol-badge {
	position: absolute;
	border: 2px solid #ffffff;
	border-radius: 100%;
	top: 0;
	right: 0;
  }
  .symbol > img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 0.42rem;
  }
  .symbol.symbol-circle {
	border-radius: 50%;
  }
  .symbol.symbol-circle > img {
	border-radius: 50%;
  }
  .symbol.symbol-circle .symbol-label {
	border-radius: 50%;
  }
  .symbol.symbol-primary .symbol-label {
	background-color: #293464;
	color: #FFFFFF;
  }
  .symbol.symbol-light-primary .symbol-label {
	background-color: #E1F0FF;
	color: #3699FF;
  }
  .symbol.symbol-secondary .symbol-label {
	background-color: #E4E6EF;
	color: #3F4254;
  }
  .symbol.symbol-light-secondary .symbol-label {
	background-color: #EBEDF3;
	color: #E4E6EF;
  }
  .symbol.symbol-success .symbol-label {
	background-color: #1BC5BD;
	color: #ffffff;
  }
  .symbol.symbol-light-success .symbol-label {
	background-color: #C9F7F5;
	color: #1BC5BD;
  }
  .symbol.symbol-info .symbol-label {
	background-color: #8950FC;
	color: #ffffff;
  }
  .symbol.symbol-light-info .symbol-label {
	background-color: #EEE5FF;
	color: #8950FC;
  }
  .symbol.symbol-warning .symbol-label {
	background-color: #FFA800;
	color: #ffffff;
  }
  .symbol.symbol-light-warning .symbol-label {
	background-color: #FFF4DE;
	color: #FFA800;
  }
  .symbol.symbol-danger .symbol-label {
	background-color: #F64E60;
	color: #ffffff;
  }
  .symbol.symbol-light-danger .symbol-label {
	background-color: #FFE2E5;
	color: #F64E60;
  }
  .symbol.symbol-light .symbol-label {
	background-color: #F3F6F9;
	color: #7E8299;
  }
  .symbol.symbol-light-light .symbol-label {
	background-color: #F3F6F9;
	color: #F3F6F9;
  }
  .symbol.symbol-dark .symbol-label {
	background-color: #181C32;
	color: #ffffff;
  }
  .symbol.symbol-light-dark .symbol-label {
	background-color: #D1D3E0;
	color: #181C32;
  }
  .symbol.symbol-white .symbol-label {
	background-color: #ffffff;
	color: #3F4254;
  }
  .symbol.symbol-light-white .symbol-label {
	background-color: #ffffff;
	color: #ffffff;
  }
  .symbol.symbol-20 > img {
	width: 100%;
	max-width: 20px;
	height: 20px;
  }
  .symbol.symbol-20 .symbol-label {
	width: 20px;
	height: 20px;
  }
  .symbol.symbol-20 .symbol-badge {
	width: 12px;
	height: 12px;
	top: -6px;
	right: -6px;
  }
  .symbol.symbol-20 .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: -6px;
  }
  .symbol.symbol-20.symbol-circle .symbol-badge {
	top: -7.9px;
	right: -7.9px;
  }
  .symbol.symbol-20.symbol-circle .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: -7.9px;
  }
  .symbol.symbol-20.symbol-fixed .symbol-label {
	width: 20px;
	height: 20px;
  }
  .symbol.symbol-20.symbol-fixed > img {
	width: 20px;
	height: 20px;
	max-width: auto;
  }
  .symbol.symbol-20.symbol-2by3 .symbol-label {
	height: 20px;
	width: 30px;
  }
  .symbol.symbol-20.symbol-2by3 > img {
	height: 20px;
	width: 30px;
	max-width: auto;
  }
  .symbol.symbol-25 > img {
	width: 100%;
	max-width: 25px;
	height: 25px;
  }
  .symbol.symbol-25 .symbol-label {
	width: 25px;
	height: 25px;
  }
  .symbol.symbol-25 .symbol-badge {
	width: 12px;
	height: 12px;
	top: -6px;
	right: -6px;
  }
  .symbol.symbol-25 .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: -6px;
  }
  .symbol.symbol-25.symbol-circle .symbol-badge {
	top: -6.875px;
	right: -6.875px;
  }
  .symbol.symbol-25.symbol-circle .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: -6.875px;
  }
  .symbol.symbol-25.symbol-fixed .symbol-label {
	width: 25px;
	height: 25px;
  }
  .symbol.symbol-25.symbol-fixed > img {
	width: 25px;
	height: 25px;
	max-width: auto;
  }
  .symbol.symbol-25.symbol-2by3 .symbol-label {
	height: 25px;
	width: 37.5px;
  }
  .symbol.symbol-25.symbol-2by3 > img {
	height: 25px;
	width: 37.5px;
	max-width: auto;
  }
  .symbol.symbol-30 > img {
	width: 100%;
	max-width: 30px;
	height: 30px;
  }
  .symbol.symbol-30 .symbol-label {
	width: 30px;
	height: 30px;
  }
  .symbol.symbol-30 .symbol-badge {
	width: 12px;
	height: 12px;
	top: -6px;
	right: -6px;
  }
  .symbol.symbol-30 .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: -6px;
  }
  .symbol.symbol-30.symbol-circle .symbol-badge {
	top: -5.85px;
	right: -5.85px;
  }
  .symbol.symbol-30.symbol-circle .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: -5.85px;
  }
  .symbol.symbol-30.symbol-fixed .symbol-label {
	width: 30px;
	height: 30px;
  }
  .symbol.symbol-30.symbol-fixed > img {
	width: 30px;
	height: 30px;
	max-width: auto;
  }
  .symbol.symbol-30.symbol-2by3 .symbol-label {
	height: 30px;
	width: 45px;
  }
  .symbol.symbol-30.symbol-2by3 > img {
	height: 30px;
	width: 45px;
	max-width: auto;
  }
  .symbol.symbol-35 > img {
	width: 100%;
	max-width: 35px;
	height: 35px;
  }
  .symbol.symbol-35 .symbol-label {
	width: 35px;
	height: 35px;
  }
  .symbol.symbol-35 .symbol-badge {
	width: 12px;
	height: 12px;
	top: -6px;
	right: -6px;
  }
  .symbol.symbol-35 .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: -6px;
  }
  .symbol.symbol-35.symbol-circle .symbol-badge {
	top: -4.825px;
	right: -4.825px;
  }
  .symbol.symbol-35.symbol-circle .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: -4.825px;
  }
  .symbol.symbol-35.symbol-fixed .symbol-label {
	width: 35px;
	height: 35px;
  }
  .symbol.symbol-35.symbol-fixed > img {
	width: 35px;
	height: 35px;
	max-width: auto;
  }
  .symbol.symbol-35.symbol-2by3 .symbol-label {
	height: 35px;
	width: 52.5px;
  }
  .symbol.symbol-35.symbol-2by3 > img {
	height: 35px;
	width: 52.5px;
	max-width: auto;
  }
  .symbol.symbol-40 > img {
	width: 100%;
	max-width: 40px;
	height: 40px;
  }
  .symbol.symbol-40 .symbol-label {
	width: 40px;
	height: 40px;
  }
  .symbol.symbol-40 .symbol-badge {
	width: 12px;
	height: 12px;
	top: -6px;
	right: -6px;
  }
  .symbol.symbol-40 .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: -6px;
  }
  .symbol.symbol-40.symbol-circle .symbol-badge {
	top: -3.8px;
	right: -3.8px;
  }
  .symbol.symbol-40.symbol-circle .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: -3.8px;
  }
  .symbol.symbol-40.symbol-fixed .symbol-label {
	width: 40px;
	height: 40px;
  }
  .symbol.symbol-40.symbol-fixed > img {
	width: 40px;
	height: 40px;
	max-width: auto;
  }
  .symbol.symbol-40.symbol-2by3 .symbol-label {
	height: 40px;
	width: 60px;
  }
  .symbol.symbol-40.symbol-2by3 > img {
	height: 40px;
	width: 60px;
	max-width: auto;
  }
  .symbol.symbol-45 > img {
	width: 100%;
	max-width: 45px;
	height: 45px;
  }
  .symbol.symbol-45 .symbol-label {
	width: 45px;
	height: 45px;
  }
  .symbol.symbol-45 .symbol-badge {
	width: 12px;
	height: 12px;
	top: -6px;
	right: -6px;
  }
  .symbol.symbol-45 .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: -6px;
  }
  .symbol.symbol-45.symbol-circle .symbol-badge {
	top: -2.775px;
	right: -2.775px;
  }
  .symbol.symbol-45.symbol-circle .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: -2.775px;
  }
  .symbol.symbol-45.symbol-fixed .symbol-label {
	width: 45px;
	height: 45px;
  }
  .symbol.symbol-45.symbol-fixed > img {
	width: 45px;
	height: 45px;
	max-width: auto;
  }
  .symbol.symbol-45.symbol-2by3 .symbol-label {
	height: 45px;
	width: 67.5px;
  }
  .symbol.symbol-45.symbol-2by3 > img {
	height: 45px;
	width: 67.5px;
	max-width: auto;
  }
  .symbol > img {
	width: 100%;
	max-width: 50px;
	height: 50px;
  }
  .symbol .symbol-label {
	width: 50px;
	height: 50px;
  }
  .symbol .symbol-badge {
	width: 12px;
	height: 12px;
	top: -6px;
	right: -6px;
  }
  .symbol .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: -6px;
  }
  .symbol.symbol-circle .symbol-badge {
	top: -1.75px;
	right: -1.75px;
  }
  .symbol.symbol-circle .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: -1.75px;
  }
  .symbol.symbol-fixed .symbol-label {
	width: 50px;
	height: 50px;
  }
  .symbol.symbol-fixed > img {
	width: 50px;
	height: 50px;
	max-width: auto;
  }
  .symbol.symbol-2by3 .symbol-label {
	height: 50px;
	width: 75px;
  }
  .symbol.symbol-2by3 > img {
	height: 50px;
	width: 75px;
	max-width: auto;
  }
  .symbol.symbol-50 > img {
	width: 100%;
	max-width: 50px;
	height: 50px;
  }
  .symbol.symbol-50 .symbol-label {
	width: 50px;
	height: 50px;
  }
  .symbol.symbol-50 .symbol-badge {
	width: 12px;
	height: 12px;
	top: -6px;
	right: -6px;
  }
  .symbol.symbol-50 .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: -6px;
  }
  .symbol.symbol-50.symbol-circle .symbol-badge {
	top: -1.75px;
	right: -1.75px;
  }
  .symbol.symbol-50.symbol-circle .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: -1.75px;
  }
  .symbol.symbol-50.symbol-fixed .symbol-label {
	width: 50px;
	height: 50px;
  }
  .symbol.symbol-50.symbol-fixed > img {
	width: 50px;
	height: 50px;
	max-width: auto;
  }
  .symbol.symbol-50.symbol-2by3 .symbol-label {
	height: 50px;
	width: 75px;
  }
  .symbol.symbol-50.symbol-2by3 > img {
	height: 50px;
	width: 75px;
	max-width: auto;
  }
  .symbol.symbol-55 > img {
	width: 100%;
	max-width: 55px;
	height: 55px;
  }
  .symbol.symbol-55 .symbol-label {
	width: 55px;
	height: 55px;
  }
  .symbol.symbol-55 .symbol-badge {
	width: 12px;
	height: 12px;
	top: -6px;
	right: -6px;
  }
  .symbol.symbol-55 .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: -6px;
  }
  .symbol.symbol-55.symbol-circle .symbol-badge {
	top: -0.725px;
	right: -0.725px;
  }
  .symbol.symbol-55.symbol-circle .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: -0.725px;
  }
  .symbol.symbol-55.symbol-fixed .symbol-label {
	width: 55px;
	height: 55px;
  }
  .symbol.symbol-55.symbol-fixed > img {
	width: 55px;
	height: 55px;
	max-width: auto;
  }
  .symbol.symbol-55.symbol-2by3 .symbol-label {
	height: 55px;
	width: 82.5px;
  }
  .symbol.symbol-55.symbol-2by3 > img {
	height: 55px;
	width: 82.5px;
	max-width: auto;
  }
  .symbol.symbol-60 > img {
	width: 100%;
	max-width: 60px;
	height: 60px;
  }
  .symbol.symbol-60 .symbol-label {
	width: 60px;
	height: 60px;
  }
  .symbol.symbol-60 .symbol-badge {
	width: 12px;
	height: 12px;
	top: -6px;
	right: -6px;
  }
  .symbol.symbol-60 .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: -6px;
  }
  .symbol.symbol-60.symbol-circle .symbol-badge {
	top: 0.3px;
	right: 0.3px;
  }
  .symbol.symbol-60.symbol-circle .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: 0.3px;
  }
  .symbol.symbol-60.symbol-fixed .symbol-label {
	width: 60px;
	height: 60px;
  }
  .symbol.symbol-60.symbol-fixed > img {
	width: 60px;
	height: 60px;
	max-width: auto;
  }
  .symbol.symbol-60.symbol-2by3 .symbol-label {
	height: 60px;
	width: 90px;
  }
  .symbol.symbol-60.symbol-2by3 > img {
	height: 60px;
	width: 90px;
	max-width: auto;
  }
  .symbol.symbol-65 > img {
	width: 100%;
	max-width: 65px;
	height: 65px;
  }
  .symbol.symbol-65 .symbol-label {
	width: 65px;
	height: 65px;
  }
  .symbol.symbol-65 .symbol-badge {
	width: 12px;
	height: 12px;
	top: -6px;
	right: -6px;
  }
  .symbol.symbol-65 .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: -6px;
  }
  .symbol.symbol-65.symbol-circle .symbol-badge {
	top: 1.325px;
	right: 1.325px;
  }
  .symbol.symbol-65.symbol-circle .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: 1.325px;
  }
  .symbol.symbol-65.symbol-fixed .symbol-label {
	width: 65px;
	height: 65px;
  }
  .symbol.symbol-65.symbol-fixed > img {
	width: 65px;
	height: 65px;
	max-width: auto;
  }
  .symbol.symbol-65.symbol-2by3 .symbol-label {
	height: 65px;
	width: 97.5px;
  }
  .symbol.symbol-65.symbol-2by3 > img {
	height: 65px;
	width: 97.5px;
	max-width: auto;
  }
  .symbol.symbol-70 > img {
	width: 100%;
	max-width: 70px;
	height: 70px;
  }
  .symbol.symbol-70 .symbol-label {
	width: 70px;
	height: 70px;
  }
  .symbol.symbol-70 .symbol-badge {
	width: 12px;
	height: 12px;
	top: -6px;
	right: -6px;
  }
  .symbol.symbol-70 .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: -6px;
  }
  .symbol.symbol-70.symbol-circle .symbol-badge {
	top: 2.35px;
	right: 2.35px;
  }
  .symbol.symbol-70.symbol-circle .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: 2.35px;
  }
  .symbol.symbol-70.symbol-fixed .symbol-label {
	width: 70px;
	height: 70px;
  }
  .symbol.symbol-70.symbol-fixed > img {
	width: 70px;
	height: 70px;
	max-width: auto;
  }
  .symbol.symbol-70.symbol-2by3 .symbol-label {
	height: 70px;
	width: 105px;
  }
  .symbol.symbol-70.symbol-2by3 > img {
	height: 70px;
	width: 105px;
	max-width: auto;
  }
  .symbol.symbol-75 > img {
	width: 100%;
	max-width: 75px;
	height: 75px;
  }
  .symbol.symbol-75 .symbol-label {
	width: 75px;
	height: 75px;
  }
  .symbol.symbol-75 .symbol-badge {
	width: 12px;
	height: 12px;
	top: -6px;
	right: -6px;
  }
  .symbol.symbol-75 .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: -6px;
  }
  .symbol.symbol-75.symbol-circle .symbol-badge {
	top: 3.375px;
	right: 3.375px;
  }
  .symbol.symbol-75.symbol-circle .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: 3.375px;
  }
  .symbol.symbol-75.symbol-fixed .symbol-label {
	width: 75px;
	height: 75px;
  }
  .symbol.symbol-75.symbol-fixed > img {
	width: 75px;
	height: 75px;
	max-width: auto;
  }
  .symbol.symbol-75.symbol-2by3 .symbol-label {
	height: 75px;
	width: 112.5px;
  }
  .symbol.symbol-75.symbol-2by3 > img {
	height: 75px;
	width: 112.5px;
	max-width: auto;
  }
  .symbol.symbol-80 > img {
	width: 100%;
	max-width: 80px;
	height: 80px;
  }
  .symbol.symbol-80 .symbol-label {
	width: 80px;
	height: 80px;
  }
  .symbol.symbol-80 .symbol-badge {
	width: 12px;
	height: 12px;
	top: -6px;
	right: -6px;
  }
  .symbol.symbol-80 .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: -6px;
  }
  .symbol.symbol-80.symbol-circle .symbol-badge {
	top: 4.4px;
	right: 4.4px;
  }
  .symbol.symbol-80.symbol-circle .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: 4.4px;
  }
  .symbol.symbol-80.symbol-fixed .symbol-label {
	width: 80px;
	height: 80px;
  }
  .symbol.symbol-80.symbol-fixed > img {
	width: 80px;
	height: 80px;
	max-width: auto;
  }
  .symbol.symbol-80.symbol-2by3 .symbol-label {
	height: 80px;
	width: 120px;
  }
  .symbol.symbol-80.symbol-2by3 > img {
	height: 80px;
	width: 120px;
	max-width: auto;
  }
  .symbol.symbol-85 > img {
	width: 100%;
	max-width: 85px;
	height: 85px;
  }
  .symbol.symbol-85 .symbol-label {
	width: 85px;
	height: 85px;
  }
  .symbol.symbol-85 .symbol-badge {
	width: 12px;
	height: 12px;
	top: -6px;
	right: -6px;
  }
  .symbol.symbol-85 .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: -6px;
  }
  .symbol.symbol-85.symbol-circle .symbol-badge {
	top: 5.425px;
	right: 5.425px;
  }
  .symbol.symbol-85.symbol-circle .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: 5.425px;
  }
  .symbol.symbol-85.symbol-fixed .symbol-label {
	width: 85px;
	height: 85px;
  }
  .symbol.symbol-85.symbol-fixed > img {
	width: 85px;
	height: 85px;
	max-width: auto;
  }
  .symbol.symbol-85.symbol-2by3 .symbol-label {
	height: 85px;
	width: 127.5px;
  }
  .symbol.symbol-85.symbol-2by3 > img {
	height: 85px;
	width: 127.5px;
	max-width: auto;
  }
  .symbol.symbol-90 > img {
	width: 100%;
	max-width: 90px;
	height: 90px;
  }
  .symbol.symbol-90 .symbol-label {
	width: 90px;
	height: 90px;
  }
  .symbol.symbol-90 .symbol-badge {
	width: 12px;
	height: 12px;
	top: -6px;
	right: -6px;
  }
  .symbol.symbol-90 .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: -6px;
  }
  .symbol.symbol-90.symbol-circle .symbol-badge {
	top: 6.45px;
	right: 6.45px;
  }
  .symbol.symbol-90.symbol-circle .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: 6.45px;
  }
  .symbol.symbol-90.symbol-fixed .symbol-label {
	width: 90px;
	height: 90px;
  }
  .symbol.symbol-90.symbol-fixed > img {
	width: 90px;
	height: 90px;
	max-width: auto;
  }
  .symbol.symbol-90.symbol-2by3 .symbol-label {
	height: 90px;
	width: 135px;
  }
  .symbol.symbol-90.symbol-2by3 > img {
	height: 90px;
	width: 135px;
	max-width: auto;
  }
  .symbol.symbol-95 > img {
	width: 100%;
	max-width: 95px;
	height: 95px;
  }
  .symbol.symbol-95 .symbol-label {
	width: 95px;
	height: 95px;
  }
  .symbol.symbol-95 .symbol-badge {
	width: 12px;
	height: 12px;
	top: -6px;
	right: -6px;
  }
  .symbol.symbol-95 .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: -6px;
  }
  .symbol.symbol-95.symbol-circle .symbol-badge {
	top: 7.475px;
	right: 7.475px;
  }
  .symbol.symbol-95.symbol-circle .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: 7.475px;
  }
  .symbol.symbol-95.symbol-fixed .symbol-label {
	width: 95px;
	height: 95px;
  }
  .symbol.symbol-95.symbol-fixed > img {
	width: 95px;
	height: 95px;
	max-width: auto;
  }
  .symbol.symbol-95.symbol-2by3 .symbol-label {
	height: 95px;
	width: 142.5px;
  }
  .symbol.symbol-95.symbol-2by3 > img {
	height: 95px;
	width: 142.5px;
	max-width: auto;
  }
  .symbol.symbol-100 > img {
	width: 100%;
	max-width: 100px;
	height: 100px;
  }
  .symbol.symbol-100 .symbol-label {
	width: 100px;
	height: 100px;
  }
  .symbol.symbol-100 .symbol-badge {
	width: 12px;
	height: 12px;
	top: -6px;
	right: -6px;
  }
  .symbol.symbol-100 .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: -6px;
  }
  .symbol.symbol-100.symbol-circle .symbol-badge {
	top: 8.5px;
	right: 8.5px;
  }
  .symbol.symbol-100.symbol-circle .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: 8.5px;
  }
  .symbol.symbol-100.symbol-fixed .symbol-label {
	width: 100px;
	height: 100px;
  }
  .symbol.symbol-100.symbol-fixed > img {
	width: 100px;
	height: 100px;
	max-width: auto;
  }
  .symbol.symbol-100.symbol-2by3 .symbol-label {
	height: 100px;
	width: 150px;
  }
  .symbol.symbol-100.symbol-2by3 > img {
	height: 100px;
	width: 150px;
	max-width: auto;
  }
  .symbol.symbol-120 > img {
	width: 100%;
	max-width: 120px;
	height: 120px;
  }
  .symbol.symbol-120 .symbol-label {
	width: 120px;
	height: 120px;
  }
  .symbol.symbol-120 .symbol-badge {
	width: 12px;
	height: 12px;
	top: -6px;
	right: -6px;
  }
  .symbol.symbol-120 .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: -6px;
  }
  .symbol.symbol-120.symbol-circle .symbol-badge {
	top: 12.6px;
	right: 12.6px;
  }
  .symbol.symbol-120.symbol-circle .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: 12.6px;
  }
  .symbol.symbol-120.symbol-fixed .symbol-label {
	width: 120px;
	height: 120px;
  }
  .symbol.symbol-120.symbol-fixed > img {
	width: 120px;
	height: 120px;
	max-width: auto;
  }
  .symbol.symbol-120.symbol-2by3 .symbol-label {
	height: 120px;
	width: 180px;
  }
  .symbol.symbol-120.symbol-2by3 > img {
	height: 120px;
	width: 180px;
	max-width: auto;
  }
  .symbol.symbol-130 > img {
	width: 100%;
	max-width: 130px;
	height: 130px;
  }
  .symbol.symbol-130 .symbol-label {
	width: 130px;
	height: 130px;
  }
  .symbol.symbol-130 .symbol-badge {
	width: 12px;
	height: 12px;
	top: -6px;
	right: -6px;
  }
  .symbol.symbol-130 .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: -6px;
  }
  .symbol.symbol-130.symbol-circle .symbol-badge {
	top: 14.65px;
	right: 14.65px;
  }
  .symbol.symbol-130.symbol-circle .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: 14.65px;
  }
  .symbol.symbol-130.symbol-fixed .symbol-label {
	width: 130px;
	height: 130px;
  }
  .symbol.symbol-130.symbol-fixed > img {
	width: 130px;
	height: 130px;
	max-width: auto;
  }
  .symbol.symbol-130.symbol-2by3 .symbol-label {
	height: 130px;
	width: 195px;
  }
  .symbol.symbol-130.symbol-2by3 > img {
	height: 130px;
	width: 195px;
	max-width: auto;
  }
  .symbol.symbol-140 > img {
	width: 100%;
	max-width: 140px;
	height: 140px;
  }
  .symbol.symbol-140 .symbol-label {
	width: 140px;
	height: 140px;
  }
  .symbol.symbol-140 .symbol-badge {
	width: 12px;
	height: 12px;
	top: -6px;
	right: -6px;
  }
  .symbol.symbol-140 .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: -6px;
  }
  .symbol.symbol-140.symbol-circle .symbol-badge {
	top: 16.7px;
	right: 16.7px;
  }
  .symbol.symbol-140.symbol-circle .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: 16.7px;
  }
  .symbol.symbol-140.symbol-fixed .symbol-label {
	width: 140px;
	height: 140px;
  }
  .symbol.symbol-140.symbol-fixed > img {
	width: 140px;
	height: 140px;
	max-width: auto;
  }
  .symbol.symbol-140.symbol-2by3 .symbol-label {
	height: 140px;
	width: 210px;
  }
  .symbol.symbol-140.symbol-2by3 > img {
	height: 140px;
	width: 210px;
	max-width: auto;
  }
  .symbol.symbol-150 > img {
	width: 100%;
	max-width: 150px;
	height: 150px;
  }
  .symbol.symbol-150 .symbol-label {
	width: 150px;
	height: 150px;
  }
  .symbol.symbol-150 .symbol-badge {
	width: 12px;
	height: 12px;
	top: -6px;
	right: -6px;
  }
  .symbol.symbol-150 .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: -6px;
  }
  .symbol.symbol-150.symbol-circle .symbol-badge {
	top: 18.75px;
	right: 18.75px;
  }
  .symbol.symbol-150.symbol-circle .symbol-badge.symbol-badge-bottom {
	top: auto;
	bottom: 18.75px;
  }
  .symbol.symbol-150.symbol-fixed .symbol-label {
	width: 150px;
	height: 150px;
  }
  .symbol.symbol-150.symbol-fixed > img {
	width: 150px;
	height: 150px;
	max-width: auto;
  }
  .symbol.symbol-150.symbol-2by3 .symbol-label {
	height: 150px;
	width: 225px;
  }
  .symbol.symbol-150.symbol-2by3 > img {
	height: 150px;
	width: 225px;
	max-width: auto;
  }
  @media (min-width: 576px) {
	.symbol.symbol-sm-20 > img {
	  width: 100%;
	  max-width: 20px;
	  height: 20px;
	}
	.symbol.symbol-sm-20 .symbol-label {
	  width: 20px;
	  height: 20px;
	}
	.symbol.symbol-sm-20 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-sm-20 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-sm-20.symbol-circle .symbol-badge {
	  top: -7.9px;
	  right: -7.9px;
	}
	.symbol.symbol-sm-20.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -7.9px;
	}
	.symbol.symbol-sm-20.symbol-fixed .symbol-label {
	  width: 20px;
	  height: 20px;
	}
	.symbol.symbol-sm-20.symbol-fixed > img {
	  width: 20px;
	  height: 20px;
	  max-width: auto;
	}
	.symbol.symbol-sm-20.symbol-2by3 .symbol-label {
	  height: 20px;
	  width: 30px;
	}
	.symbol.symbol-sm-20.symbol-2by3 > img {
	  height: 20px;
	  width: 30px;
	  max-width: auto;
	}
	.symbol.symbol-sm-25 > img {
	  width: 100%;
	  max-width: 25px;
	  height: 25px;
	}
	.symbol.symbol-sm-25 .symbol-label {
	  width: 25px;
	  height: 25px;
	}
	.symbol.symbol-sm-25 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-sm-25 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-sm-25.symbol-circle .symbol-badge {
	  top: -6.875px;
	  right: -6.875px;
	}
	.symbol.symbol-sm-25.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6.875px;
	}
	.symbol.symbol-sm-25.symbol-fixed .symbol-label {
	  width: 25px;
	  height: 25px;
	}
	.symbol.symbol-sm-25.symbol-fixed > img {
	  width: 25px;
	  height: 25px;
	  max-width: auto;
	}
	.symbol.symbol-sm-25.symbol-2by3 .symbol-label {
	  height: 25px;
	  width: 37.5px;
	}
	.symbol.symbol-sm-25.symbol-2by3 > img {
	  height: 25px;
	  width: 37.5px;
	  max-width: auto;
	}
	.symbol.symbol-sm-30 > img {
	  width: 100%;
	  max-width: 30px;
	  height: 30px;
	}
	.symbol.symbol-sm-30 .symbol-label {
	  width: 30px;
	  height: 30px;
	}
	.symbol.symbol-sm-30 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-sm-30 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-sm-30.symbol-circle .symbol-badge {
	  top: -5.85px;
	  right: -5.85px;
	}
	.symbol.symbol-sm-30.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -5.85px;
	}
	.symbol.symbol-sm-30.symbol-fixed .symbol-label {
	  width: 30px;
	  height: 30px;
	}
	.symbol.symbol-sm-30.symbol-fixed > img {
	  width: 30px;
	  height: 30px;
	  max-width: auto;
	}
	.symbol.symbol-sm-30.symbol-2by3 .symbol-label {
	  height: 30px;
	  width: 45px;
	}
	.symbol.symbol-sm-30.symbol-2by3 > img {
	  height: 30px;
	  width: 45px;
	  max-width: auto;
	}
	.symbol.symbol-sm-35 > img {
	  width: 100%;
	  max-width: 35px;
	  height: 35px;
	}
	.symbol.symbol-sm-35 .symbol-label {
	  width: 35px;
	  height: 35px;
	}
	.symbol.symbol-sm-35 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-sm-35 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-sm-35.symbol-circle .symbol-badge {
	  top: -4.825px;
	  right: -4.825px;
	}
	.symbol.symbol-sm-35.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -4.825px;
	}
	.symbol.symbol-sm-35.symbol-fixed .symbol-label {
	  width: 35px;
	  height: 35px;
	}
	.symbol.symbol-sm-35.symbol-fixed > img {
	  width: 35px;
	  height: 35px;
	  max-width: auto;
	}
	.symbol.symbol-sm-35.symbol-2by3 .symbol-label {
	  height: 35px;
	  width: 52.5px;
	}
	.symbol.symbol-sm-35.symbol-2by3 > img {
	  height: 35px;
	  width: 52.5px;
	  max-width: auto;
	}
	.symbol.symbol-sm-40 > img {
	  width: 100%;
	  max-width: 40px;
	  height: 40px;
	}
	.symbol.symbol-sm-40 .symbol-label {
	  width: 40px;
	  height: 40px;
	}
	.symbol.symbol-sm-40 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-sm-40 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-sm-40.symbol-circle .symbol-badge {
	  top: -3.8px;
	  right: -3.8px;
	}
	.symbol.symbol-sm-40.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -3.8px;
	}
	.symbol.symbol-sm-40.symbol-fixed .symbol-label {
	  width: 40px;
	  height: 40px;
	}
	.symbol.symbol-sm-40.symbol-fixed > img {
	  width: 40px;
	  height: 40px;
	  max-width: auto;
	}
	.symbol.symbol-sm-40.symbol-2by3 .symbol-label {
	  height: 40px;
	  width: 60px;
	}
	.symbol.symbol-sm-40.symbol-2by3 > img {
	  height: 40px;
	  width: 60px;
	  max-width: auto;
	}
	.symbol.symbol-sm-45 > img {
	  width: 100%;
	  max-width: 45px;
	  height: 45px;
	}
	.symbol.symbol-sm-45 .symbol-label {
	  width: 45px;
	  height: 45px;
	}
	.symbol.symbol-sm-45 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-sm-45 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-sm-45.symbol-circle .symbol-badge {
	  top: -2.775px;
	  right: -2.775px;
	}
	.symbol.symbol-sm-45.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -2.775px;
	}
	.symbol.symbol-sm-45.symbol-fixed .symbol-label {
	  width: 45px;
	  height: 45px;
	}
	.symbol.symbol-sm-45.symbol-fixed > img {
	  width: 45px;
	  height: 45px;
	  max-width: auto;
	}
	.symbol.symbol-sm-45.symbol-2by3 .symbol-label {
	  height: 45px;
	  width: 67.5px;
	}
	.symbol.symbol-sm-45.symbol-2by3 > img {
	  height: 45px;
	  width: 67.5px;
	  max-width: auto;
	}
	.symbol > img {
	  width: 100%;
	  max-width: 50px;
	  height: 50px;
	}
	.symbol .symbol-label {
	  width: 50px;
	  height: 50px;
	}
	.symbol .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-circle .symbol-badge {
	  top: -1.75px;
	  right: -1.75px;
	}
	.symbol.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -1.75px;
	}
	.symbol.symbol-fixed .symbol-label {
	  width: 50px;
	  height: 50px;
	}
	.symbol.symbol-fixed > img {
	  width: 50px;
	  height: 50px;
	  max-width: auto;
	}
	.symbol.symbol-2by3 .symbol-label {
	  height: 50px;
	  width: 75px;
	}
	.symbol.symbol-2by3 > img {
	  height: 50px;
	  width: 75px;
	  max-width: auto;
	}
	.symbol.symbol-sm-50 > img {
	  width: 100%;
	  max-width: 50px;
	  height: 50px;
	}
	.symbol.symbol-sm-50 .symbol-label {
	  width: 50px;
	  height: 50px;
	}
	.symbol.symbol-sm-50 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-sm-50 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-sm-50.symbol-circle .symbol-badge {
	  top: -1.75px;
	  right: -1.75px;
	}
	.symbol.symbol-sm-50.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -1.75px;
	}
	.symbol.symbol-sm-50.symbol-fixed .symbol-label {
	  width: 50px;
	  height: 50px;
	}
	.symbol.symbol-sm-50.symbol-fixed > img {
	  width: 50px;
	  height: 50px;
	  max-width: auto;
	}
	.symbol.symbol-sm-50.symbol-2by3 .symbol-label {
	  height: 50px;
	  width: 75px;
	}
	.symbol.symbol-sm-50.symbol-2by3 > img {
	  height: 50px;
	  width: 75px;
	  max-width: auto;
	}
	.symbol.symbol-sm-55 > img {
	  width: 100%;
	  max-width: 55px;
	  height: 55px;
	}
	.symbol.symbol-sm-55 .symbol-label {
	  width: 55px;
	  height: 55px;
	}
	.symbol.symbol-sm-55 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-sm-55 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-sm-55.symbol-circle .symbol-badge {
	  top: -0.725px;
	  right: -0.725px;
	}
	.symbol.symbol-sm-55.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -0.725px;
	}
	.symbol.symbol-sm-55.symbol-fixed .symbol-label {
	  width: 55px;
	  height: 55px;
	}
	.symbol.symbol-sm-55.symbol-fixed > img {
	  width: 55px;
	  height: 55px;
	  max-width: auto;
	}
	.symbol.symbol-sm-55.symbol-2by3 .symbol-label {
	  height: 55px;
	  width: 82.5px;
	}
	.symbol.symbol-sm-55.symbol-2by3 > img {
	  height: 55px;
	  width: 82.5px;
	  max-width: auto;
	}
	.symbol.symbol-sm-60 > img {
	  width: 100%;
	  max-width: 60px;
	  height: 60px;
	}
	.symbol.symbol-sm-60 .symbol-label {
	  width: 60px;
	  height: 60px;
	}
	.symbol.symbol-sm-60 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-sm-60 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-sm-60.symbol-circle .symbol-badge {
	  top: 0.3px;
	  right: 0.3px;
	}
	.symbol.symbol-sm-60.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 0.3px;
	}
	.symbol.symbol-sm-60.symbol-fixed .symbol-label {
	  width: 60px;
	  height: 60px;
	}
	.symbol.symbol-sm-60.symbol-fixed > img {
	  width: 60px;
	  height: 60px;
	  max-width: auto;
	}
	.symbol.symbol-sm-60.symbol-2by3 .symbol-label {
	  height: 60px;
	  width: 90px;
	}
	.symbol.symbol-sm-60.symbol-2by3 > img {
	  height: 60px;
	  width: 90px;
	  max-width: auto;
	}
	.symbol.symbol-sm-65 > img {
	  width: 100%;
	  max-width: 65px;
	  height: 65px;
	}
	.symbol.symbol-sm-65 .symbol-label {
	  width: 65px;
	  height: 65px;
	}
	.symbol.symbol-sm-65 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-sm-65 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-sm-65.symbol-circle .symbol-badge {
	  top: 1.325px;
	  right: 1.325px;
	}
	.symbol.symbol-sm-65.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 1.325px;
	}
	.symbol.symbol-sm-65.symbol-fixed .symbol-label {
	  width: 65px;
	  height: 65px;
	}
	.symbol.symbol-sm-65.symbol-fixed > img {
	  width: 65px;
	  height: 65px;
	  max-width: auto;
	}
	.symbol.symbol-sm-65.symbol-2by3 .symbol-label {
	  height: 65px;
	  width: 97.5px;
	}
	.symbol.symbol-sm-65.symbol-2by3 > img {
	  height: 65px;
	  width: 97.5px;
	  max-width: auto;
	}
	.symbol.symbol-sm-70 > img {
	  width: 100%;
	  max-width: 70px;
	  height: 70px;
	}
	.symbol.symbol-sm-70 .symbol-label {
	  width: 70px;
	  height: 70px;
	}
	.symbol.symbol-sm-70 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-sm-70 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-sm-70.symbol-circle .symbol-badge {
	  top: 2.35px;
	  right: 2.35px;
	}
	.symbol.symbol-sm-70.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 2.35px;
	}
	.symbol.symbol-sm-70.symbol-fixed .symbol-label {
	  width: 70px;
	  height: 70px;
	}
	.symbol.symbol-sm-70.symbol-fixed > img {
	  width: 70px;
	  height: 70px;
	  max-width: auto;
	}
	.symbol.symbol-sm-70.symbol-2by3 .symbol-label {
	  height: 70px;
	  width: 105px;
	}
	.symbol.symbol-sm-70.symbol-2by3 > img {
	  height: 70px;
	  width: 105px;
	  max-width: auto;
	}
	.symbol.symbol-sm-75 > img {
	  width: 100%;
	  max-width: 75px;
	  height: 75px;
	}
	.symbol.symbol-sm-75 .symbol-label {
	  width: 75px;
	  height: 75px;
	}
	.symbol.symbol-sm-75 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-sm-75 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-sm-75.symbol-circle .symbol-badge {
	  top: 3.375px;
	  right: 3.375px;
	}
	.symbol.symbol-sm-75.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 3.375px;
	}
	.symbol.symbol-sm-75.symbol-fixed .symbol-label {
	  width: 75px;
	  height: 75px;
	}
	.symbol.symbol-sm-75.symbol-fixed > img {
	  width: 75px;
	  height: 75px;
	  max-width: auto;
	}
	.symbol.symbol-sm-75.symbol-2by3 .symbol-label {
	  height: 75px;
	  width: 112.5px;
	}
	.symbol.symbol-sm-75.symbol-2by3 > img {
	  height: 75px;
	  width: 112.5px;
	  max-width: auto;
	}
	.symbol.symbol-sm-80 > img {
	  width: 100%;
	  max-width: 80px;
	  height: 80px;
	}
	.symbol.symbol-sm-80 .symbol-label {
	  width: 80px;
	  height: 80px;
	}
	.symbol.symbol-sm-80 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-sm-80 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-sm-80.symbol-circle .symbol-badge {
	  top: 4.4px;
	  right: 4.4px;
	}
	.symbol.symbol-sm-80.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 4.4px;
	}
	.symbol.symbol-sm-80.symbol-fixed .symbol-label {
	  width: 80px;
	  height: 80px;
	}
	.symbol.symbol-sm-80.symbol-fixed > img {
	  width: 80px;
	  height: 80px;
	  max-width: auto;
	}
	.symbol.symbol-sm-80.symbol-2by3 .symbol-label {
	  height: 80px;
	  width: 120px;
	}
	.symbol.symbol-sm-80.symbol-2by3 > img {
	  height: 80px;
	  width: 120px;
	  max-width: auto;
	}
	.symbol.symbol-sm-85 > img {
	  width: 100%;
	  max-width: 85px;
	  height: 85px;
	}
	.symbol.symbol-sm-85 .symbol-label {
	  width: 85px;
	  height: 85px;
	}
	.symbol.symbol-sm-85 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-sm-85 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-sm-85.symbol-circle .symbol-badge {
	  top: 5.425px;
	  right: 5.425px;
	}
	.symbol.symbol-sm-85.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 5.425px;
	}
	.symbol.symbol-sm-85.symbol-fixed .symbol-label {
	  width: 85px;
	  height: 85px;
	}
	.symbol.symbol-sm-85.symbol-fixed > img {
	  width: 85px;
	  height: 85px;
	  max-width: auto;
	}
	.symbol.symbol-sm-85.symbol-2by3 .symbol-label {
	  height: 85px;
	  width: 127.5px;
	}
	.symbol.symbol-sm-85.symbol-2by3 > img {
	  height: 85px;
	  width: 127.5px;
	  max-width: auto;
	}
	.symbol.symbol-sm-90 > img {
	  width: 100%;
	  max-width: 90px;
	  height: 90px;
	}
	.symbol.symbol-sm-90 .symbol-label {
	  width: 90px;
	  height: 90px;
	}
	.symbol.symbol-sm-90 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-sm-90 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-sm-90.symbol-circle .symbol-badge {
	  top: 6.45px;
	  right: 6.45px;
	}
	.symbol.symbol-sm-90.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 6.45px;
	}
	.symbol.symbol-sm-90.symbol-fixed .symbol-label {
	  width: 90px;
	  height: 90px;
	}
	.symbol.symbol-sm-90.symbol-fixed > img {
	  width: 90px;
	  height: 90px;
	  max-width: auto;
	}
	.symbol.symbol-sm-90.symbol-2by3 .symbol-label {
	  height: 90px;
	  width: 135px;
	}
	.symbol.symbol-sm-90.symbol-2by3 > img {
	  height: 90px;
	  width: 135px;
	  max-width: auto;
	}
	.symbol.symbol-sm-95 > img {
	  width: 100%;
	  max-width: 95px;
	  height: 95px;
	}
	.symbol.symbol-sm-95 .symbol-label {
	  width: 95px;
	  height: 95px;
	}
	.symbol.symbol-sm-95 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-sm-95 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-sm-95.symbol-circle .symbol-badge {
	  top: 7.475px;
	  right: 7.475px;
	}
	.symbol.symbol-sm-95.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 7.475px;
	}
	.symbol.symbol-sm-95.symbol-fixed .symbol-label {
	  width: 95px;
	  height: 95px;
	}
	.symbol.symbol-sm-95.symbol-fixed > img {
	  width: 95px;
	  height: 95px;
	  max-width: auto;
	}
	.symbol.symbol-sm-95.symbol-2by3 .symbol-label {
	  height: 95px;
	  width: 142.5px;
	}
	.symbol.symbol-sm-95.symbol-2by3 > img {
	  height: 95px;
	  width: 142.5px;
	  max-width: auto;
	}
	.symbol.symbol-sm-100 > img {
	  width: 100%;
	  max-width: 100px;
	  height: 100px;
	}
	.symbol.symbol-sm-100 .symbol-label {
	  width: 100px;
	  height: 100px;
	}
	.symbol.symbol-sm-100 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-sm-100 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-sm-100.symbol-circle .symbol-badge {
	  top: 8.5px;
	  right: 8.5px;
	}
	.symbol.symbol-sm-100.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 8.5px;
	}
	.symbol.symbol-sm-100.symbol-fixed .symbol-label {
	  width: 100px;
	  height: 100px;
	}
	.symbol.symbol-sm-100.symbol-fixed > img {
	  width: 100px;
	  height: 100px;
	  max-width: auto;
	}
	.symbol.symbol-sm-100.symbol-2by3 .symbol-label {
	  height: 100px;
	  width: 150px;
	}
	.symbol.symbol-sm-100.symbol-2by3 > img {
	  height: 100px;
	  width: 150px;
	  max-width: auto;
	}
	.symbol.symbol-sm-120 > img {
	  width: 100%;
	  max-width: 120px;
	  height: 120px;
	}
	.symbol.symbol-sm-120 .symbol-label {
	  width: 120px;
	  height: 120px;
	}
	.symbol.symbol-sm-120 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-sm-120 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-sm-120.symbol-circle .symbol-badge {
	  top: 12.6px;
	  right: 12.6px;
	}
	.symbol.symbol-sm-120.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 12.6px;
	}
	.symbol.symbol-sm-120.symbol-fixed .symbol-label {
	  width: 120px;
	  height: 120px;
	}
	.symbol.symbol-sm-120.symbol-fixed > img {
	  width: 120px;
	  height: 120px;
	  max-width: auto;
	}
	.symbol.symbol-sm-120.symbol-2by3 .symbol-label {
	  height: 120px;
	  width: 180px;
	}
	.symbol.symbol-sm-120.symbol-2by3 > img {
	  height: 120px;
	  width: 180px;
	  max-width: auto;
	}
	.symbol.symbol-sm-130 > img {
	  width: 100%;
	  max-width: 130px;
	  height: 130px;
	}
	.symbol.symbol-sm-130 .symbol-label {
	  width: 130px;
	  height: 130px;
	}
	.symbol.symbol-sm-130 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-sm-130 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-sm-130.symbol-circle .symbol-badge {
	  top: 14.65px;
	  right: 14.65px;
	}
	.symbol.symbol-sm-130.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 14.65px;
	}
	.symbol.symbol-sm-130.symbol-fixed .symbol-label {
	  width: 130px;
	  height: 130px;
	}
	.symbol.symbol-sm-130.symbol-fixed > img {
	  width: 130px;
	  height: 130px;
	  max-width: auto;
	}
	.symbol.symbol-sm-130.symbol-2by3 .symbol-label {
	  height: 130px;
	  width: 195px;
	}
	.symbol.symbol-sm-130.symbol-2by3 > img {
	  height: 130px;
	  width: 195px;
	  max-width: auto;
	}
	.symbol.symbol-sm-140 > img {
	  width: 100%;
	  max-width: 140px;
	  height: 140px;
	}
	.symbol.symbol-sm-140 .symbol-label {
	  width: 140px;
	  height: 140px;
	}
	.symbol.symbol-sm-140 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-sm-140 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-sm-140.symbol-circle .symbol-badge {
	  top: 16.7px;
	  right: 16.7px;
	}
	.symbol.symbol-sm-140.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 16.7px;
	}
	.symbol.symbol-sm-140.symbol-fixed .symbol-label {
	  width: 140px;
	  height: 140px;
	}
	.symbol.symbol-sm-140.symbol-fixed > img {
	  width: 140px;
	  height: 140px;
	  max-width: auto;
	}
	.symbol.symbol-sm-140.symbol-2by3 .symbol-label {
	  height: 140px;
	  width: 210px;
	}
	.symbol.symbol-sm-140.symbol-2by3 > img {
	  height: 140px;
	  width: 210px;
	  max-width: auto;
	}
	.symbol.symbol-sm-150 > img {
	  width: 100%;
	  max-width: 150px;
	  height: 150px;
	}
	.symbol.symbol-sm-150 .symbol-label {
	  width: 150px;
	  height: 150px;
	}
	.symbol.symbol-sm-150 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-sm-150 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-sm-150.symbol-circle .symbol-badge {
	  top: 18.75px;
	  right: 18.75px;
	}
	.symbol.symbol-sm-150.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 18.75px;
	}
	.symbol.symbol-sm-150.symbol-fixed .symbol-label {
	  width: 150px;
	  height: 150px;
	}
	.symbol.symbol-sm-150.symbol-fixed > img {
	  width: 150px;
	  height: 150px;
	  max-width: auto;
	}
	.symbol.symbol-sm-150.symbol-2by3 .symbol-label {
	  height: 150px;
	  width: 225px;
	}
	.symbol.symbol-sm-150.symbol-2by3 > img {
	  height: 150px;
	  width: 225px;
	  max-width: auto;
	}
  }
  @media (min-width: 768px) {
	.symbol.symbol-md-20 > img {
	  width: 100%;
	  max-width: 20px;
	  height: 20px;
	}
	.symbol.symbol-md-20 .symbol-label {
	  width: 20px;
	  height: 20px;
	}
	.symbol.symbol-md-20 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-md-20 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-md-20.symbol-circle .symbol-badge {
	  top: -7.9px;
	  right: -7.9px;
	}
	.symbol.symbol-md-20.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -7.9px;
	}
	.symbol.symbol-md-20.symbol-fixed .symbol-label {
	  width: 20px;
	  height: 20px;
	}
	.symbol.symbol-md-20.symbol-fixed > img {
	  width: 20px;
	  height: 20px;
	  max-width: auto;
	}
	.symbol.symbol-md-20.symbol-2by3 .symbol-label {
	  height: 20px;
	  width: 30px;
	}
	.symbol.symbol-md-20.symbol-2by3 > img {
	  height: 20px;
	  width: 30px;
	  max-width: auto;
	}
	.symbol.symbol-md-25 > img {
	  width: 100%;
	  max-width: 25px;
	  height: 25px;
	}
	.symbol.symbol-md-25 .symbol-label {
	  width: 25px;
	  height: 25px;
	}
	.symbol.symbol-md-25 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-md-25 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-md-25.symbol-circle .symbol-badge {
	  top: -6.875px;
	  right: -6.875px;
	}
	.symbol.symbol-md-25.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6.875px;
	}
	.symbol.symbol-md-25.symbol-fixed .symbol-label {
	  width: 25px;
	  height: 25px;
	}
	.symbol.symbol-md-25.symbol-fixed > img {
	  width: 25px;
	  height: 25px;
	  max-width: auto;
	}
	.symbol.symbol-md-25.symbol-2by3 .symbol-label {
	  height: 25px;
	  width: 37.5px;
	}
	.symbol.symbol-md-25.symbol-2by3 > img {
	  height: 25px;
	  width: 37.5px;
	  max-width: auto;
	}
	.symbol.symbol-md-30 > img {
	  width: 100%;
	  max-width: 30px;
	  height: 30px;
	}
	.symbol.symbol-md-30 .symbol-label {
	  width: 30px;
	  height: 30px;
	}
	.symbol.symbol-md-30 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-md-30 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-md-30.symbol-circle .symbol-badge {
	  top: -5.85px;
	  right: -5.85px;
	}
	.symbol.symbol-md-30.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -5.85px;
	}
	.symbol.symbol-md-30.symbol-fixed .symbol-label {
	  width: 30px;
	  height: 30px;
	}
	.symbol.symbol-md-30.symbol-fixed > img {
	  width: 30px;
	  height: 30px;
	  max-width: auto;
	}
	.symbol.symbol-md-30.symbol-2by3 .symbol-label {
	  height: 30px;
	  width: 45px;
	}
	.symbol.symbol-md-30.symbol-2by3 > img {
	  height: 30px;
	  width: 45px;
	  max-width: auto;
	}
	.symbol.symbol-md-35 > img {
	  width: 100%;
	  max-width: 35px;
	  height: 35px;
	}
	.symbol.symbol-md-35 .symbol-label {
	  width: 35px;
	  height: 35px;
	}
	.symbol.symbol-md-35 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-md-35 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-md-35.symbol-circle .symbol-badge {
	  top: -4.825px;
	  right: -4.825px;
	}
	.symbol.symbol-md-35.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -4.825px;
	}
	.symbol.symbol-md-35.symbol-fixed .symbol-label {
	  width: 35px;
	  height: 35px;
	}
	.symbol.symbol-md-35.symbol-fixed > img {
	  width: 35px;
	  height: 35px;
	  max-width: auto;
	}
	.symbol.symbol-md-35.symbol-2by3 .symbol-label {
	  height: 35px;
	  width: 52.5px;
	}
	.symbol.symbol-md-35.symbol-2by3 > img {
	  height: 35px;
	  width: 52.5px;
	  max-width: auto;
	}
	.symbol.symbol-md-40 > img {
	  width: 100%;
	  max-width: 40px;
	  height: 40px;
	}
	.symbol.symbol-md-40 .symbol-label {
	  width: 40px;
	  height: 40px;
	}
	.symbol.symbol-md-40 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-md-40 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-md-40.symbol-circle .symbol-badge {
	  top: -3.8px;
	  right: -3.8px;
	}
	.symbol.symbol-md-40.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -3.8px;
	}
	.symbol.symbol-md-40.symbol-fixed .symbol-label {
	  width: 40px;
	  height: 40px;
	}
	.symbol.symbol-md-40.symbol-fixed > img {
	  width: 40px;
	  height: 40px;
	  max-width: auto;
	}
	.symbol.symbol-md-40.symbol-2by3 .symbol-label {
	  height: 40px;
	  width: 60px;
	}
	.symbol.symbol-md-40.symbol-2by3 > img {
	  height: 40px;
	  width: 60px;
	  max-width: auto;
	}
	.symbol.symbol-md-45 > img {
	  width: 100%;
	  max-width: 45px;
	  height: 45px;
	}
	.symbol.symbol-md-45 .symbol-label {
	  width: 45px;
	  height: 45px;
	}
	.symbol.symbol-md-45 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-md-45 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-md-45.symbol-circle .symbol-badge {
	  top: -2.775px;
	  right: -2.775px;
	}
	.symbol.symbol-md-45.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -2.775px;
	}
	.symbol.symbol-md-45.symbol-fixed .symbol-label {
	  width: 45px;
	  height: 45px;
	}
	.symbol.symbol-md-45.symbol-fixed > img {
	  width: 45px;
	  height: 45px;
	  max-width: auto;
	}
	.symbol.symbol-md-45.symbol-2by3 .symbol-label {
	  height: 45px;
	  width: 67.5px;
	}
	.symbol.symbol-md-45.symbol-2by3 > img {
	  height: 45px;
	  width: 67.5px;
	  max-width: auto;
	}
	.symbol > img {
	  width: 100%;
	  max-width: 50px;
	  height: 50px;
	}
	.symbol .symbol-label {
	  width: 50px;
	  height: 50px;
	}
	.symbol .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-circle .symbol-badge {
	  top: -1.75px;
	  right: -1.75px;
	}
	.symbol.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -1.75px;
	}
	.symbol.symbol-fixed .symbol-label {
	  width: 50px;
	  height: 50px;
	}
	.symbol.symbol-fixed > img {
	  width: 50px;
	  height: 50px;
	  max-width: auto;
	}
	.symbol.symbol-2by3 .symbol-label {
	  height: 50px;
	  width: 75px;
	}
	.symbol.symbol-2by3 > img {
	  height: 50px;
	  width: 75px;
	  max-width: auto;
	}
	.symbol.symbol-md-50 > img {
	  width: 100%;
	  max-width: 50px;
	  height: 50px;
	}
	.symbol.symbol-md-50 .symbol-label {
	  width: 50px;
	  height: 50px;
	}
	.symbol.symbol-md-50 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-md-50 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-md-50.symbol-circle .symbol-badge {
	  top: -1.75px;
	  right: -1.75px;
	}
	.symbol.symbol-md-50.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -1.75px;
	}
	.symbol.symbol-md-50.symbol-fixed .symbol-label {
	  width: 50px;
	  height: 50px;
	}
	.symbol.symbol-md-50.symbol-fixed > img {
	  width: 50px;
	  height: 50px;
	  max-width: auto;
	}
	.symbol.symbol-md-50.symbol-2by3 .symbol-label {
	  height: 50px;
	  width: 75px;
	}
	.symbol.symbol-md-50.symbol-2by3 > img {
	  height: 50px;
	  width: 75px;
	  max-width: auto;
	}
	.symbol.symbol-md-55 > img {
	  width: 100%;
	  max-width: 55px;
	  height: 55px;
	}
	.symbol.symbol-md-55 .symbol-label {
	  width: 55px;
	  height: 55px;
	}
	.symbol.symbol-md-55 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-md-55 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-md-55.symbol-circle .symbol-badge {
	  top: -0.725px;
	  right: -0.725px;
	}
	.symbol.symbol-md-55.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -0.725px;
	}
	.symbol.symbol-md-55.symbol-fixed .symbol-label {
	  width: 55px;
	  height: 55px;
	}
	.symbol.symbol-md-55.symbol-fixed > img {
	  width: 55px;
	  height: 55px;
	  max-width: auto;
	}
	.symbol.symbol-md-55.symbol-2by3 .symbol-label {
	  height: 55px;
	  width: 82.5px;
	}
	.symbol.symbol-md-55.symbol-2by3 > img {
	  height: 55px;
	  width: 82.5px;
	  max-width: auto;
	}
	.symbol.symbol-md-60 > img {
	  width: 100%;
	  max-width: 60px;
	  height: 60px;
	}
	.symbol.symbol-md-60 .symbol-label {
	  width: 60px;
	  height: 60px;
	}
	.symbol.symbol-md-60 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-md-60 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-md-60.symbol-circle .symbol-badge {
	  top: 0.3px;
	  right: 0.3px;
	}
	.symbol.symbol-md-60.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 0.3px;
	}
	.symbol.symbol-md-60.symbol-fixed .symbol-label {
	  width: 60px;
	  height: 60px;
	}
	.symbol.symbol-md-60.symbol-fixed > img {
	  width: 60px;
	  height: 60px;
	  max-width: auto;
	}
	.symbol.symbol-md-60.symbol-2by3 .symbol-label {
	  height: 60px;
	  width: 90px;
	}
	.symbol.symbol-md-60.symbol-2by3 > img {
	  height: 60px;
	  width: 90px;
	  max-width: auto;
	}
	.symbol.symbol-md-65 > img {
	  width: 100%;
	  max-width: 65px;
	  height: 65px;
	}
	.symbol.symbol-md-65 .symbol-label {
	  width: 65px;
	  height: 65px;
	}
	.symbol.symbol-md-65 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-md-65 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-md-65.symbol-circle .symbol-badge {
	  top: 1.325px;
	  right: 1.325px;
	}
	.symbol.symbol-md-65.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 1.325px;
	}
	.symbol.symbol-md-65.symbol-fixed .symbol-label {
	  width: 65px;
	  height: 65px;
	}
	.symbol.symbol-md-65.symbol-fixed > img {
	  width: 65px;
	  height: 65px;
	  max-width: auto;
	}
	.symbol.symbol-md-65.symbol-2by3 .symbol-label {
	  height: 65px;
	  width: 97.5px;
	}
	.symbol.symbol-md-65.symbol-2by3 > img {
	  height: 65px;
	  width: 97.5px;
	  max-width: auto;
	}
	.symbol.symbol-md-70 > img {
	  width: 100%;
	  max-width: 70px;
	  height: 70px;
	}
	.symbol.symbol-md-70 .symbol-label {
	  width: 70px;
	  height: 70px;
	}
	.symbol.symbol-md-70 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-md-70 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-md-70.symbol-circle .symbol-badge {
	  top: 2.35px;
	  right: 2.35px;
	}
	.symbol.symbol-md-70.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 2.35px;
	}
	.symbol.symbol-md-70.symbol-fixed .symbol-label {
	  width: 70px;
	  height: 70px;
	}
	.symbol.symbol-md-70.symbol-fixed > img {
	  width: 70px;
	  height: 70px;
	  max-width: auto;
	}
	.symbol.symbol-md-70.symbol-2by3 .symbol-label {
	  height: 70px;
	  width: 105px;
	}
	.symbol.symbol-md-70.symbol-2by3 > img {
	  height: 70px;
	  width: 105px;
	  max-width: auto;
	}
	.symbol.symbol-md-75 > img {
	  width: 100%;
	  max-width: 75px;
	  height: 75px;
	}
	.symbol.symbol-md-75 .symbol-label {
	  width: 75px;
	  height: 75px;
	}
	.symbol.symbol-md-75 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-md-75 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-md-75.symbol-circle .symbol-badge {
	  top: 3.375px;
	  right: 3.375px;
	}
	.symbol.symbol-md-75.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 3.375px;
	}
	.symbol.symbol-md-75.symbol-fixed .symbol-label {
	  width: 75px;
	  height: 75px;
	}
	.symbol.symbol-md-75.symbol-fixed > img {
	  width: 75px;
	  height: 75px;
	  max-width: auto;
	}
	.symbol.symbol-md-75.symbol-2by3 .symbol-label {
	  height: 75px;
	  width: 112.5px;
	}
	.symbol.symbol-md-75.symbol-2by3 > img {
	  height: 75px;
	  width: 112.5px;
	  max-width: auto;
	}
	.symbol.symbol-md-80 > img {
	  width: 100%;
	  max-width: 80px;
	  height: 80px;
	}
	.symbol.symbol-md-80 .symbol-label {
	  width: 80px;
	  height: 80px;
	}
	.symbol.symbol-md-80 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-md-80 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-md-80.symbol-circle .symbol-badge {
	  top: 4.4px;
	  right: 4.4px;
	}
	.symbol.symbol-md-80.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 4.4px;
	}
	.symbol.symbol-md-80.symbol-fixed .symbol-label {
	  width: 80px;
	  height: 80px;
	}
	.symbol.symbol-md-80.symbol-fixed > img {
	  width: 80px;
	  height: 80px;
	  max-width: auto;
	}
	.symbol.symbol-md-80.symbol-2by3 .symbol-label {
	  height: 80px;
	  width: 120px;
	}
	.symbol.symbol-md-80.symbol-2by3 > img {
	  height: 80px;
	  width: 120px;
	  max-width: auto;
	}
	.symbol.symbol-md-85 > img {
	  width: 100%;
	  max-width: 85px;
	  height: 85px;
	}
	.symbol.symbol-md-85 .symbol-label {
	  width: 85px;
	  height: 85px;
	}
	.symbol.symbol-md-85 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-md-85 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-md-85.symbol-circle .symbol-badge {
	  top: 5.425px;
	  right: 5.425px;
	}
	.symbol.symbol-md-85.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 5.425px;
	}
	.symbol.symbol-md-85.symbol-fixed .symbol-label {
	  width: 85px;
	  height: 85px;
	}
	.symbol.symbol-md-85.symbol-fixed > img {
	  width: 85px;
	  height: 85px;
	  max-width: auto;
	}
	.symbol.symbol-md-85.symbol-2by3 .symbol-label {
	  height: 85px;
	  width: 127.5px;
	}
	.symbol.symbol-md-85.symbol-2by3 > img {
	  height: 85px;
	  width: 127.5px;
	  max-width: auto;
	}
	.symbol.symbol-md-90 > img {
	  width: 100%;
	  max-width: 90px;
	  height: 90px;
	}
	.symbol.symbol-md-90 .symbol-label {
	  width: 90px;
	  height: 90px;
	}
	.symbol.symbol-md-90 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-md-90 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-md-90.symbol-circle .symbol-badge {
	  top: 6.45px;
	  right: 6.45px;
	}
	.symbol.symbol-md-90.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 6.45px;
	}
	.symbol.symbol-md-90.symbol-fixed .symbol-label {
	  width: 90px;
	  height: 90px;
	}
	.symbol.symbol-md-90.symbol-fixed > img {
	  width: 90px;
	  height: 90px;
	  max-width: auto;
	}
	.symbol.symbol-md-90.symbol-2by3 .symbol-label {
	  height: 90px;
	  width: 135px;
	}
	.symbol.symbol-md-90.symbol-2by3 > img {
	  height: 90px;
	  width: 135px;
	  max-width: auto;
	}
	.symbol.symbol-md-95 > img {
	  width: 100%;
	  max-width: 95px;
	  height: 95px;
	}
	.symbol.symbol-md-95 .symbol-label {
	  width: 95px;
	  height: 95px;
	}
	.symbol.symbol-md-95 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-md-95 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-md-95.symbol-circle .symbol-badge {
	  top: 7.475px;
	  right: 7.475px;
	}
	.symbol.symbol-md-95.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 7.475px;
	}
	.symbol.symbol-md-95.symbol-fixed .symbol-label {
	  width: 95px;
	  height: 95px;
	}
	.symbol.symbol-md-95.symbol-fixed > img {
	  width: 95px;
	  height: 95px;
	  max-width: auto;
	}
	.symbol.symbol-md-95.symbol-2by3 .symbol-label {
	  height: 95px;
	  width: 142.5px;
	}
	.symbol.symbol-md-95.symbol-2by3 > img {
	  height: 95px;
	  width: 142.5px;
	  max-width: auto;
	}
	.symbol.symbol-md-100 > img {
	  width: 100%;
	  max-width: 100px;
	  height: 100px;
	}
	.symbol.symbol-md-100 .symbol-label {
	  width: 100px;
	  height: 100px;
	}
	.symbol.symbol-md-100 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-md-100 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-md-100.symbol-circle .symbol-badge {
	  top: 8.5px;
	  right: 8.5px;
	}
	.symbol.symbol-md-100.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 8.5px;
	}
	.symbol.symbol-md-100.symbol-fixed .symbol-label {
	  width: 100px;
	  height: 100px;
	}
	.symbol.symbol-md-100.symbol-fixed > img {
	  width: 100px;
	  height: 100px;
	  max-width: auto;
	}
	.symbol.symbol-md-100.symbol-2by3 .symbol-label {
	  height: 100px;
	  width: 150px;
	}
	.symbol.symbol-md-100.symbol-2by3 > img {
	  height: 100px;
	  width: 150px;
	  max-width: auto;
	}
	.symbol.symbol-md-120 > img {
	  width: 100%;
	  max-width: 120px;
	  height: 120px;
	}
	.symbol.symbol-md-120 .symbol-label {
	  width: 120px;
	  height: 120px;
	}
	.symbol.symbol-md-120 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-md-120 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-md-120.symbol-circle .symbol-badge {
	  top: 12.6px;
	  right: 12.6px;
	}
	.symbol.symbol-md-120.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 12.6px;
	}
	.symbol.symbol-md-120.symbol-fixed .symbol-label {
	  width: 120px;
	  height: 120px;
	}
	.symbol.symbol-md-120.symbol-fixed > img {
	  width: 120px;
	  height: 120px;
	  max-width: auto;
	}
	.symbol.symbol-md-120.symbol-2by3 .symbol-label {
	  height: 120px;
	  width: 180px;
	}
	.symbol.symbol-md-120.symbol-2by3 > img {
	  height: 120px;
	  width: 180px;
	  max-width: auto;
	}
	.symbol.symbol-md-130 > img {
	  width: 100%;
	  max-width: 130px;
	  height: 130px;
	}
	.symbol.symbol-md-130 .symbol-label {
	  width: 130px;
	  height: 130px;
	}
	.symbol.symbol-md-130 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-md-130 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-md-130.symbol-circle .symbol-badge {
	  top: 14.65px;
	  right: 14.65px;
	}
	.symbol.symbol-md-130.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 14.65px;
	}
	.symbol.symbol-md-130.symbol-fixed .symbol-label {
	  width: 130px;
	  height: 130px;
	}
	.symbol.symbol-md-130.symbol-fixed > img {
	  width: 130px;
	  height: 130px;
	  max-width: auto;
	}
	.symbol.symbol-md-130.symbol-2by3 .symbol-label {
	  height: 130px;
	  width: 195px;
	}
	.symbol.symbol-md-130.symbol-2by3 > img {
	  height: 130px;
	  width: 195px;
	  max-width: auto;
	}
	.symbol.symbol-md-140 > img {
	  width: 100%;
	  max-width: 140px;
	  height: 140px;
	}
	.symbol.symbol-md-140 .symbol-label {
	  width: 140px;
	  height: 140px;
	}
	.symbol.symbol-md-140 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-md-140 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-md-140.symbol-circle .symbol-badge {
	  top: 16.7px;
	  right: 16.7px;
	}
	.symbol.symbol-md-140.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 16.7px;
	}
	.symbol.symbol-md-140.symbol-fixed .symbol-label {
	  width: 140px;
	  height: 140px;
	}
	.symbol.symbol-md-140.symbol-fixed > img {
	  width: 140px;
	  height: 140px;
	  max-width: auto;
	}
	.symbol.symbol-md-140.symbol-2by3 .symbol-label {
	  height: 140px;
	  width: 210px;
	}
	.symbol.symbol-md-140.symbol-2by3 > img {
	  height: 140px;
	  width: 210px;
	  max-width: auto;
	}
	.symbol.symbol-md-150 > img {
	  width: 100%;
	  max-width: 150px;
	  height: 150px;
	}
	.symbol.symbol-md-150 .symbol-label {
	  width: 150px;
	  height: 150px;
	}
	.symbol.symbol-md-150 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-md-150 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-md-150.symbol-circle .symbol-badge {
	  top: 18.75px;
	  right: 18.75px;
	}
	.symbol.symbol-md-150.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 18.75px;
	}
	.symbol.symbol-md-150.symbol-fixed .symbol-label {
	  width: 150px;
	  height: 150px;
	}
	.symbol.symbol-md-150.symbol-fixed > img {
	  width: 150px;
	  height: 150px;
	  max-width: auto;
	}
	.symbol.symbol-md-150.symbol-2by3 .symbol-label {
	  height: 150px;
	  width: 225px;
	}
	.symbol.symbol-md-150.symbol-2by3 > img {
	  height: 150px;
	  width: 225px;
	  max-width: auto;
	}
  }
  @media (min-width: 992px) {
	.symbol.symbol-lg-20 > img {
	  width: 100%;
	  max-width: 20px;
	  height: 20px;
	}
	.symbol.symbol-lg-20 .symbol-label {
	  width: 20px;
	  height: 20px;
	}
	.symbol.symbol-lg-20 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-lg-20 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-lg-20.symbol-circle .symbol-badge {
	  top: -7.9px;
	  right: -7.9px;
	}
	.symbol.symbol-lg-20.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -7.9px;
	}
	.symbol.symbol-lg-20.symbol-fixed .symbol-label {
	  width: 20px;
	  height: 20px;
	}
	.symbol.symbol-lg-20.symbol-fixed > img {
	  width: 20px;
	  height: 20px;
	  max-width: auto;
	}
	.symbol.symbol-lg-20.symbol-2by3 .symbol-label {
	  height: 20px;
	  width: 30px;
	}
	.symbol.symbol-lg-20.symbol-2by3 > img {
	  height: 20px;
	  width: 30px;
	  max-width: auto;
	}
	.symbol.symbol-lg-25 > img {
	  width: 100%;
	  max-width: 25px;
	  height: 25px;
	}
	.symbol.symbol-lg-25 .symbol-label {
	  width: 25px;
	  height: 25px;
	}
	.symbol.symbol-lg-25 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-lg-25 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-lg-25.symbol-circle .symbol-badge {
	  top: -6.875px;
	  right: -6.875px;
	}
	.symbol.symbol-lg-25.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6.875px;
	}
	.symbol.symbol-lg-25.symbol-fixed .symbol-label {
	  width: 25px;
	  height: 25px;
	}
	.symbol.symbol-lg-25.symbol-fixed > img {
	  width: 25px;
	  height: 25px;
	  max-width: auto;
	}
	.symbol.symbol-lg-25.symbol-2by3 .symbol-label {
	  height: 25px;
	  width: 37.5px;
	}
	.symbol.symbol-lg-25.symbol-2by3 > img {
	  height: 25px;
	  width: 37.5px;
	  max-width: auto;
	}
	.symbol.symbol-lg-30 > img {
	  width: 100%;
	  max-width: 30px;
	  height: 30px;
	}
	.symbol.symbol-lg-30 .symbol-label {
	  width: 30px;
	  height: 30px;
	}
	.symbol.symbol-lg-30 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-lg-30 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-lg-30.symbol-circle .symbol-badge {
	  top: -5.85px;
	  right: -5.85px;
	}
	.symbol.symbol-lg-30.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -5.85px;
	}
	.symbol.symbol-lg-30.symbol-fixed .symbol-label {
	  width: 30px;
	  height: 30px;
	}
	.symbol.symbol-lg-30.symbol-fixed > img {
	  width: 30px;
	  height: 30px;
	  max-width: auto;
	}
	.symbol.symbol-lg-30.symbol-2by3 .symbol-label {
	  height: 30px;
	  width: 45px;
	}
	.symbol.symbol-lg-30.symbol-2by3 > img {
	  height: 30px;
	  width: 45px;
	  max-width: auto;
	}
	.symbol.symbol-lg-35 > img {
	  width: 100%;
	  max-width: 35px;
	  height: 35px;
	}
	.symbol.symbol-lg-35 .symbol-label {
	  width: 35px;
	  height: 35px;
	}
	.symbol.symbol-lg-35 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-lg-35 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-lg-35.symbol-circle .symbol-badge {
	  top: -4.825px;
	  right: -4.825px;
	}
	.symbol.symbol-lg-35.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -4.825px;
	}
	.symbol.symbol-lg-35.symbol-fixed .symbol-label {
	  width: 35px;
	  height: 35px;
	}
	.symbol.symbol-lg-35.symbol-fixed > img {
	  width: 35px;
	  height: 35px;
	  max-width: auto;
	}
	.symbol.symbol-lg-35.symbol-2by3 .symbol-label {
	  height: 35px;
	  width: 52.5px;
	}
	.symbol.symbol-lg-35.symbol-2by3 > img {
	  height: 35px;
	  width: 52.5px;
	  max-width: auto;
	}
	.symbol.symbol-lg-40 > img {
	  width: 100%;
	  max-width: 40px;
	  height: 40px;
	}
	.symbol.symbol-lg-40 .symbol-label {
	  width: 40px;
	  height: 40px;
	}
	.symbol.symbol-lg-40 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-lg-40 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-lg-40.symbol-circle .symbol-badge {
	  top: -3.8px;
	  right: -3.8px;
	}
	.symbol.symbol-lg-40.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -3.8px;
	}
	.symbol.symbol-lg-40.symbol-fixed .symbol-label {
	  width: 40px;
	  height: 40px;
	}
	.symbol.symbol-lg-40.symbol-fixed > img {
	  width: 40px;
	  height: 40px;
	  max-width: auto;
	}
	.symbol.symbol-lg-40.symbol-2by3 .symbol-label {
	  height: 40px;
	  width: 60px;
	}
	.symbol.symbol-lg-40.symbol-2by3 > img {
	  height: 40px;
	  width: 60px;
	  max-width: auto;
	}
	.symbol.symbol-lg-45 > img {
	  width: 100%;
	  max-width: 45px;
	  height: 45px;
	}
	.symbol.symbol-lg-45 .symbol-label {
	  width: 45px;
	  height: 45px;
	}
	.symbol.symbol-lg-45 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-lg-45 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-lg-45.symbol-circle .symbol-badge {
	  top: -2.775px;
	  right: -2.775px;
	}
	.symbol.symbol-lg-45.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -2.775px;
	}
	.symbol.symbol-lg-45.symbol-fixed .symbol-label {
	  width: 45px;
	  height: 45px;
	}
	.symbol.symbol-lg-45.symbol-fixed > img {
	  width: 45px;
	  height: 45px;
	  max-width: auto;
	}
	.symbol.symbol-lg-45.symbol-2by3 .symbol-label {
	  height: 45px;
	  width: 67.5px;
	}
	.symbol.symbol-lg-45.symbol-2by3 > img {
	  height: 45px;
	  width: 67.5px;
	  max-width: auto;
	}
	.symbol > img {
	  width: 100%;
	  max-width: 50px;
	  height: 50px;
	}
	.symbol .symbol-label {
	  width: 50px;
	  height: 50px;
	}
	.symbol .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-circle .symbol-badge {
	  top: -1.75px;
	  right: -1.75px;
	}
	.symbol.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -1.75px;
	}
	.symbol.symbol-fixed .symbol-label {
	  width: 50px;
	  height: 50px;
	}
	.symbol.symbol-fixed > img {
	  width: 50px;
	  height: 50px;
	  max-width: auto;
	}
	.symbol.symbol-2by3 .symbol-label {
	  height: 50px;
	  width: 75px;
	}
	.symbol.symbol-2by3 > img {
	  height: 50px;
	  width: 75px;
	  max-width: auto;
	}
	.symbol.symbol-lg-50 > img {
	  width: 100%;
	  max-width: 50px;
	  height: 50px;
	}
	.symbol.symbol-lg-50 .symbol-label {
	  width: 50px;
	  height: 50px;
	}
	.symbol.symbol-lg-50 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-lg-50 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-lg-50.symbol-circle .symbol-badge {
	  top: -1.75px;
	  right: -1.75px;
	}
	.symbol.symbol-lg-50.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -1.75px;
	}
	.symbol.symbol-lg-50.symbol-fixed .symbol-label {
	  width: 50px;
	  height: 50px;
	}
	.symbol.symbol-lg-50.symbol-fixed > img {
	  width: 50px;
	  height: 50px;
	  max-width: auto;
	}
	.symbol.symbol-lg-50.symbol-2by3 .symbol-label {
	  height: 50px;
	  width: 75px;
	}
	.symbol.symbol-lg-50.symbol-2by3 > img {
	  height: 50px;
	  width: 75px;
	  max-width: auto;
	}
	.symbol.symbol-lg-55 > img {
	  width: 100%;
	  max-width: 55px;
	  height: 55px;
	}
	.symbol.symbol-lg-55 .symbol-label {
	  width: 55px;
	  height: 55px;
	}
	.symbol.symbol-lg-55 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-lg-55 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-lg-55.symbol-circle .symbol-badge {
	  top: -0.725px;
	  right: -0.725px;
	}
	.symbol.symbol-lg-55.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -0.725px;
	}
	.symbol.symbol-lg-55.symbol-fixed .symbol-label {
	  width: 55px;
	  height: 55px;
	}
	.symbol.symbol-lg-55.symbol-fixed > img {
	  width: 55px;
	  height: 55px;
	  max-width: auto;
	}
	.symbol.symbol-lg-55.symbol-2by3 .symbol-label {
	  height: 55px;
	  width: 82.5px;
	}
	.symbol.symbol-lg-55.symbol-2by3 > img {
	  height: 55px;
	  width: 82.5px;
	  max-width: auto;
	}
	.symbol.symbol-lg-60 > img {
	  width: 100%;
	  max-width: 60px;
	  height: 60px;
	}
	.symbol.symbol-lg-60 .symbol-label {
	  width: 60px;
	  height: 60px;
	}
	.symbol.symbol-lg-60 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-lg-60 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-lg-60.symbol-circle .symbol-badge {
	  top: 0.3px;
	  right: 0.3px;
	}
	.symbol.symbol-lg-60.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 0.3px;
	}
	.symbol.symbol-lg-60.symbol-fixed .symbol-label {
	  width: 60px;
	  height: 60px;
	}
	.symbol.symbol-lg-60.symbol-fixed > img {
	  width: 60px;
	  height: 60px;
	  max-width: auto;
	}
	.symbol.symbol-lg-60.symbol-2by3 .symbol-label {
	  height: 60px;
	  width: 90px;
	}
	.symbol.symbol-lg-60.symbol-2by3 > img {
	  height: 60px;
	  width: 90px;
	  max-width: auto;
	}
	.symbol.symbol-lg-65 > img {
	  width: 100%;
	  max-width: 65px;
	  height: 65px;
	}
	.symbol.symbol-lg-65 .symbol-label {
	  width: 65px;
	  height: 65px;
	}
	.symbol.symbol-lg-65 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-lg-65 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-lg-65.symbol-circle .symbol-badge {
	  top: 1.325px;
	  right: 1.325px;
	}
	.symbol.symbol-lg-65.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 1.325px;
	}
	.symbol.symbol-lg-65.symbol-fixed .symbol-label {
	  width: 65px;
	  height: 65px;
	}
	.symbol.symbol-lg-65.symbol-fixed > img {
	  width: 65px;
	  height: 65px;
	  max-width: auto;
	}
	.symbol.symbol-lg-65.symbol-2by3 .symbol-label {
	  height: 65px;
	  width: 97.5px;
	}
	.symbol.symbol-lg-65.symbol-2by3 > img {
	  height: 65px;
	  width: 97.5px;
	  max-width: auto;
	}
	.symbol.symbol-lg-70 > img {
	  width: 100%;
	  max-width: 70px;
	  height: 70px;
	}
	.symbol.symbol-lg-70 .symbol-label {
	  width: 70px;
	  height: 70px;
	}
	.symbol.symbol-lg-70 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-lg-70 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-lg-70.symbol-circle .symbol-badge {
	  top: 2.35px;
	  right: 2.35px;
	}
	.symbol.symbol-lg-70.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 2.35px;
	}
	.symbol.symbol-lg-70.symbol-fixed .symbol-label {
	  width: 70px;
	  height: 70px;
	}
	.symbol.symbol-lg-70.symbol-fixed > img {
	  width: 70px;
	  height: 70px;
	  max-width: auto;
	}
	.symbol.symbol-lg-70.symbol-2by3 .symbol-label {
	  height: 70px;
	  width: 105px;
	}
	.symbol.symbol-lg-70.symbol-2by3 > img {
	  height: 70px;
	  width: 105px;
	  max-width: auto;
	}
	.symbol.symbol-lg-75 > img {
	  width: 100%;
	  max-width: 75px;
	  height: 75px;
	}
	.symbol.symbol-lg-75 .symbol-label {
	  width: 75px;
	  height: 75px;
	}
	.symbol.symbol-lg-75 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-lg-75 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-lg-75.symbol-circle .symbol-badge {
	  top: 3.375px;
	  right: 3.375px;
	}
	.symbol.symbol-lg-75.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 3.375px;
	}
	.symbol.symbol-lg-75.symbol-fixed .symbol-label {
	  width: 75px;
	  height: 75px;
	}
	.symbol.symbol-lg-75.symbol-fixed > img {
	  width: 75px;
	  height: 75px;
	  max-width: auto;
	}
	.symbol.symbol-lg-75.symbol-2by3 .symbol-label {
	  height: 75px;
	  width: 112.5px;
	}
	.symbol.symbol-lg-75.symbol-2by3 > img {
	  height: 75px;
	  width: 112.5px;
	  max-width: auto;
	}
	.symbol.symbol-lg-80 > img {
	  width: 100%;
	  max-width: 80px;
	  height: 80px;
	}
	.symbol.symbol-lg-80 .symbol-label {
	  width: 80px;
	  height: 80px;
	}
	.symbol.symbol-lg-80 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-lg-80 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-lg-80.symbol-circle .symbol-badge {
	  top: 4.4px;
	  right: 4.4px;
	}
	.symbol.symbol-lg-80.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 4.4px;
	}
	.symbol.symbol-lg-80.symbol-fixed .symbol-label {
	  width: 80px;
	  height: 80px;
	}
	.symbol.symbol-lg-80.symbol-fixed > img {
	  width: 80px;
	  height: 80px;
	  max-width: auto;
	}
	.symbol.symbol-lg-80.symbol-2by3 .symbol-label {
	  height: 80px;
	  width: 120px;
	}
	.symbol.symbol-lg-80.symbol-2by3 > img {
	  height: 80px;
	  width: 120px;
	  max-width: auto;
	}
	.symbol.symbol-lg-85 > img {
	  width: 100%;
	  max-width: 85px;
	  height: 85px;
	}
	.symbol.symbol-lg-85 .symbol-label {
	  width: 85px;
	  height: 85px;
	}
	.symbol.symbol-lg-85 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-lg-85 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-lg-85.symbol-circle .symbol-badge {
	  top: 5.425px;
	  right: 5.425px;
	}
	.symbol.symbol-lg-85.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 5.425px;
	}
	.symbol.symbol-lg-85.symbol-fixed .symbol-label {
	  width: 85px;
	  height: 85px;
	}
	.symbol.symbol-lg-85.symbol-fixed > img {
	  width: 85px;
	  height: 85px;
	  max-width: auto;
	}
	.symbol.symbol-lg-85.symbol-2by3 .symbol-label {
	  height: 85px;
	  width: 127.5px;
	}
	.symbol.symbol-lg-85.symbol-2by3 > img {
	  height: 85px;
	  width: 127.5px;
	  max-width: auto;
	}
	.symbol.symbol-lg-90 > img {
	  width: 100%;
	  max-width: 90px;
	  height: 90px;
	}
	.symbol.symbol-lg-90 .symbol-label {
	  width: 90px;
	  height: 90px;
	}
	.symbol.symbol-lg-90 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-lg-90 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-lg-90.symbol-circle .symbol-badge {
	  top: 6.45px;
	  right: 6.45px;
	}
	.symbol.symbol-lg-90.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 6.45px;
	}
	.symbol.symbol-lg-90.symbol-fixed .symbol-label {
	  width: 90px;
	  height: 90px;
	}
	.symbol.symbol-lg-90.symbol-fixed > img {
	  width: 90px;
	  height: 90px;
	  max-width: auto;
	}
	.symbol.symbol-lg-90.symbol-2by3 .symbol-label {
	  height: 90px;
	  width: 135px;
	}
	.symbol.symbol-lg-90.symbol-2by3 > img {
	  height: 90px;
	  width: 135px;
	  max-width: auto;
	}
	.symbol.symbol-lg-95 > img {
	  width: 100%;
	  max-width: 95px;
	  height: 95px;
	}
	.symbol.symbol-lg-95 .symbol-label {
	  width: 95px;
	  height: 95px;
	}
	.symbol.symbol-lg-95 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-lg-95 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-lg-95.symbol-circle .symbol-badge {
	  top: 7.475px;
	  right: 7.475px;
	}
	.symbol.symbol-lg-95.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 7.475px;
	}
	.symbol.symbol-lg-95.symbol-fixed .symbol-label {
	  width: 95px;
	  height: 95px;
	}
	.symbol.symbol-lg-95.symbol-fixed > img {
	  width: 95px;
	  height: 95px;
	  max-width: auto;
	}
	.symbol.symbol-lg-95.symbol-2by3 .symbol-label {
	  height: 95px;
	  width: 142.5px;
	}
	.symbol.symbol-lg-95.symbol-2by3 > img {
	  height: 95px;
	  width: 142.5px;
	  max-width: auto;
	}
	.symbol.symbol-lg-100 > img {
	  width: 100%;
	  max-width: 100px;
	  height: 100px;
	}
	.symbol.symbol-lg-100 .symbol-label {
	  width: 100px;
	  height: 100px;
	}
	.symbol.symbol-lg-100 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-lg-100 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-lg-100.symbol-circle .symbol-badge {
	  top: 8.5px;
	  right: 8.5px;
	}
	.symbol.symbol-lg-100.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 8.5px;
	}
	.symbol.symbol-lg-100.symbol-fixed .symbol-label {
	  width: 100px;
	  height: 100px;
	}
	.symbol.symbol-lg-100.symbol-fixed > img {
	  width: 100px;
	  height: 100px;
	  max-width: auto;
	}
	.symbol.symbol-lg-100.symbol-2by3 .symbol-label {
	  height: 100px;
	  width: 150px;
	}
	.symbol.symbol-lg-100.symbol-2by3 > img {
	  height: 100px;
	  width: 150px;
	  max-width: auto;
	}
	.symbol.symbol-lg-120 > img {
	  width: 100%;
	  max-width: 120px;
	  height: 120px;
	}
	.symbol.symbol-lg-120 .symbol-label {
	  width: 120px;
	  height: 120px;
	}
	.symbol.symbol-lg-120 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-lg-120 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-lg-120.symbol-circle .symbol-badge {
	  top: 12.6px;
	  right: 12.6px;
	}
	.symbol.symbol-lg-120.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 12.6px;
	}
	.symbol.symbol-lg-120.symbol-fixed .symbol-label {
	  width: 120px;
	  height: 120px;
	}
	.symbol.symbol-lg-120.symbol-fixed > img {
	  width: 120px;
	  height: 120px;
	  max-width: auto;
	}
	.symbol.symbol-lg-120.symbol-2by3 .symbol-label {
	  height: 120px;
	  width: 180px;
	}
	.symbol.symbol-lg-120.symbol-2by3 > img {
	  height: 120px;
	  width: 180px;
	  max-width: auto;
	}
	.symbol.symbol-lg-130 > img {
	  width: 100%;
	  max-width: 130px;
	  height: 130px;
	}
	.symbol.symbol-lg-130 .symbol-label {
	  width: 130px;
	  height: 130px;
	}
	.symbol.symbol-lg-130 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-lg-130 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-lg-130.symbol-circle .symbol-badge {
	  top: 14.65px;
	  right: 14.65px;
	}
	.symbol.symbol-lg-130.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 14.65px;
	}
	.symbol.symbol-lg-130.symbol-fixed .symbol-label {
	  width: 130px;
	  height: 130px;
	}
	.symbol.symbol-lg-130.symbol-fixed > img {
	  width: 130px;
	  height: 130px;
	  max-width: auto;
	}
	.symbol.symbol-lg-130.symbol-2by3 .symbol-label {
	  height: 130px;
	  width: 195px;
	}
	.symbol.symbol-lg-130.symbol-2by3 > img {
	  height: 130px;
	  width: 195px;
	  max-width: auto;
	}
	.symbol.symbol-lg-140 > img {
	  width: 100%;
	  max-width: 140px;
	  height: 140px;
	}
	.symbol.symbol-lg-140 .symbol-label {
	  width: 140px;
	  height: 140px;
	}
	.symbol.symbol-lg-140 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-lg-140 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-lg-140.symbol-circle .symbol-badge {
	  top: 16.7px;
	  right: 16.7px;
	}
	.symbol.symbol-lg-140.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 16.7px;
	}
	.symbol.symbol-lg-140.symbol-fixed .symbol-label {
	  width: 140px;
	  height: 140px;
	}
	.symbol.symbol-lg-140.symbol-fixed > img {
	  width: 140px;
	  height: 140px;
	  max-width: auto;
	}
	.symbol.symbol-lg-140.symbol-2by3 .symbol-label {
	  height: 140px;
	  width: 210px;
	}
	.symbol.symbol-lg-140.symbol-2by3 > img {
	  height: 140px;
	  width: 210px;
	  max-width: auto;
	}
	.symbol.symbol-lg-150 > img {
	  width: 100%;
	  max-width: 150px;
	  height: 150px;
	}
	.symbol.symbol-lg-150 .symbol-label {
	  width: 150px;
	  height: 150px;
	}
	.symbol.symbol-lg-150 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-lg-150 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-lg-150.symbol-circle .symbol-badge {
	  top: 18.75px;
	  right: 18.75px;
	}
	.symbol.symbol-lg-150.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 18.75px;
	}
	.symbol.symbol-lg-150.symbol-fixed .symbol-label {
	  width: 150px;
	  height: 150px;
	}
	.symbol.symbol-lg-150.symbol-fixed > img {
	  width: 150px;
	  height: 150px;
	  max-width: auto;
	}
	.symbol.symbol-lg-150.symbol-2by3 .symbol-label {
	  height: 150px;
	  width: 225px;
	}
	.symbol.symbol-lg-150.symbol-2by3 > img {
	  height: 150px;
	  width: 225px;
	  max-width: auto;
	}
  }
  @media (min-width: 1200px) {
	.symbol.symbol-xl-20 > img {
	  width: 100%;
	  max-width: 20px;
	  height: 20px;
	}
	.symbol.symbol-xl-20 .symbol-label {
	  width: 20px;
	  height: 20px;
	}
	.symbol.symbol-xl-20 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xl-20 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xl-20.symbol-circle .symbol-badge {
	  top: -7.9px;
	  right: -7.9px;
	}
	.symbol.symbol-xl-20.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -7.9px;
	}
	.symbol.symbol-xl-20.symbol-fixed .symbol-label {
	  width: 20px;
	  height: 20px;
	}
	.symbol.symbol-xl-20.symbol-fixed > img {
	  width: 20px;
	  height: 20px;
	  max-width: auto;
	}
	.symbol.symbol-xl-20.symbol-2by3 .symbol-label {
	  height: 20px;
	  width: 30px;
	}
	.symbol.symbol-xl-20.symbol-2by3 > img {
	  height: 20px;
	  width: 30px;
	  max-width: auto;
	}
	.symbol.symbol-xl-25 > img {
	  width: 100%;
	  max-width: 25px;
	  height: 25px;
	}
	.symbol.symbol-xl-25 .symbol-label {
	  width: 25px;
	  height: 25px;
	}
	.symbol.symbol-xl-25 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xl-25 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xl-25.symbol-circle .symbol-badge {
	  top: -6.875px;
	  right: -6.875px;
	}
	.symbol.symbol-xl-25.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6.875px;
	}
	.symbol.symbol-xl-25.symbol-fixed .symbol-label {
	  width: 25px;
	  height: 25px;
	}
	.symbol.symbol-xl-25.symbol-fixed > img {
	  width: 25px;
	  height: 25px;
	  max-width: auto;
	}
	.symbol.symbol-xl-25.symbol-2by3 .symbol-label {
	  height: 25px;
	  width: 37.5px;
	}
	.symbol.symbol-xl-25.symbol-2by3 > img {
	  height: 25px;
	  width: 37.5px;
	  max-width: auto;
	}
	.symbol.symbol-xl-30 > img {
	  width: 100%;
	  max-width: 30px;
	  height: 30px;
	}
	.symbol.symbol-xl-30 .symbol-label {
	  width: 30px;
	  height: 30px;
	}
	.symbol.symbol-xl-30 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xl-30 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xl-30.symbol-circle .symbol-badge {
	  top: -5.85px;
	  right: -5.85px;
	}
	.symbol.symbol-xl-30.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -5.85px;
	}
	.symbol.symbol-xl-30.symbol-fixed .symbol-label {
	  width: 30px;
	  height: 30px;
	}
	.symbol.symbol-xl-30.symbol-fixed > img {
	  width: 30px;
	  height: 30px;
	  max-width: auto;
	}
	.symbol.symbol-xl-30.symbol-2by3 .symbol-label {
	  height: 30px;
	  width: 45px;
	}
	.symbol.symbol-xl-30.symbol-2by3 > img {
	  height: 30px;
	  width: 45px;
	  max-width: auto;
	}
	.symbol.symbol-xl-35 > img {
	  width: 100%;
	  max-width: 35px;
	  height: 35px;
	}
	.symbol.symbol-xl-35 .symbol-label {
	  width: 35px;
	  height: 35px;
	}
	.symbol.symbol-xl-35 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xl-35 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xl-35.symbol-circle .symbol-badge {
	  top: -4.825px;
	  right: -4.825px;
	}
	.symbol.symbol-xl-35.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -4.825px;
	}
	.symbol.symbol-xl-35.symbol-fixed .symbol-label {
	  width: 35px;
	  height: 35px;
	}
	.symbol.symbol-xl-35.symbol-fixed > img {
	  width: 35px;
	  height: 35px;
	  max-width: auto;
	}
	.symbol.symbol-xl-35.symbol-2by3 .symbol-label {
	  height: 35px;
	  width: 52.5px;
	}
	.symbol.symbol-xl-35.symbol-2by3 > img {
	  height: 35px;
	  width: 52.5px;
	  max-width: auto;
	}
	.symbol.symbol-xl-40 > img {
	  width: 100%;
	  max-width: 40px;
	  height: 40px;
	}
	.symbol.symbol-xl-40 .symbol-label {
	  width: 40px;
	  height: 40px;
	}
	.symbol.symbol-xl-40 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xl-40 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xl-40.symbol-circle .symbol-badge {
	  top: -3.8px;
	  right: -3.8px;
	}
	.symbol.symbol-xl-40.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -3.8px;
	}
	.symbol.symbol-xl-40.symbol-fixed .symbol-label {
	  width: 40px;
	  height: 40px;
	}
	.symbol.symbol-xl-40.symbol-fixed > img {
	  width: 40px;
	  height: 40px;
	  max-width: auto;
	}
	.symbol.symbol-xl-40.symbol-2by3 .symbol-label {
	  height: 40px;
	  width: 60px;
	}
	.symbol.symbol-xl-40.symbol-2by3 > img {
	  height: 40px;
	  width: 60px;
	  max-width: auto;
	}
	.symbol.symbol-xl-45 > img {
	  width: 100%;
	  max-width: 45px;
	  height: 45px;
	}
	.symbol.symbol-xl-45 .symbol-label {
	  width: 45px;
	  height: 45px;
	}
	.symbol.symbol-xl-45 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xl-45 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xl-45.symbol-circle .symbol-badge {
	  top: -2.775px;
	  right: -2.775px;
	}
	.symbol.symbol-xl-45.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -2.775px;
	}
	.symbol.symbol-xl-45.symbol-fixed .symbol-label {
	  width: 45px;
	  height: 45px;
	}
	.symbol.symbol-xl-45.symbol-fixed > img {
	  width: 45px;
	  height: 45px;
	  max-width: auto;
	}
	.symbol.symbol-xl-45.symbol-2by3 .symbol-label {
	  height: 45px;
	  width: 67.5px;
	}
	.symbol.symbol-xl-45.symbol-2by3 > img {
	  height: 45px;
	  width: 67.5px;
	  max-width: auto;
	}
	.symbol > img {
	  width: 100%;
	  max-width: 50px;
	  height: 50px;
	}
	.symbol .symbol-label {
	  width: 50px;
	  height: 50px;
	}
	.symbol .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-circle .symbol-badge {
	  top: -1.75px;
	  right: -1.75px;
	}
	.symbol.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -1.75px;
	}
	.symbol.symbol-fixed .symbol-label {
	  width: 50px;
	  height: 50px;
	}
	.symbol.symbol-fixed > img {
	  width: 50px;
	  height: 50px;
	  max-width: auto;
	}
	.symbol.symbol-2by3 .symbol-label {
	  height: 50px;
	  width: 75px;
	}
	.symbol.symbol-2by3 > img {
	  height: 50px;
	  width: 75px;
	  max-width: auto;
	}
	.symbol.symbol-xl-50 > img {
	  width: 100%;
	  max-width: 50px;
	  height: 50px;
	}
	.symbol.symbol-xl-50 .symbol-label {
	  width: 50px;
	  height: 50px;
	}
	.symbol.symbol-xl-50 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xl-50 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xl-50.symbol-circle .symbol-badge {
	  top: -1.75px;
	  right: -1.75px;
	}
	.symbol.symbol-xl-50.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -1.75px;
	}
	.symbol.symbol-xl-50.symbol-fixed .symbol-label {
	  width: 50px;
	  height: 50px;
	}
	.symbol.symbol-xl-50.symbol-fixed > img {
	  width: 50px;
	  height: 50px;
	  max-width: auto;
	}
	.symbol.symbol-xl-50.symbol-2by3 .symbol-label {
	  height: 50px;
	  width: 75px;
	}
	.symbol.symbol-xl-50.symbol-2by3 > img {
	  height: 50px;
	  width: 75px;
	  max-width: auto;
	}
	.symbol.symbol-xl-55 > img {
	  width: 100%;
	  max-width: 55px;
	  height: 55px;
	}
	.symbol.symbol-xl-55 .symbol-label {
	  width: 55px;
	  height: 55px;
	}
	.symbol.symbol-xl-55 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xl-55 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xl-55.symbol-circle .symbol-badge {
	  top: -0.725px;
	  right: -0.725px;
	}
	.symbol.symbol-xl-55.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -0.725px;
	}
	.symbol.symbol-xl-55.symbol-fixed .symbol-label {
	  width: 55px;
	  height: 55px;
	}
	.symbol.symbol-xl-55.symbol-fixed > img {
	  width: 55px;
	  height: 55px;
	  max-width: auto;
	}
	.symbol.symbol-xl-55.symbol-2by3 .symbol-label {
	  height: 55px;
	  width: 82.5px;
	}
	.symbol.symbol-xl-55.symbol-2by3 > img {
	  height: 55px;
	  width: 82.5px;
	  max-width: auto;
	}
	.symbol.symbol-xl-60 > img {
	  width: 100%;
	  max-width: 60px;
	  height: 60px;
	}
	.symbol.symbol-xl-60 .symbol-label {
	  width: 60px;
	  height: 60px;
	}
	.symbol.symbol-xl-60 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xl-60 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xl-60.symbol-circle .symbol-badge {
	  top: 0.3px;
	  right: 0.3px;
	}
	.symbol.symbol-xl-60.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 0.3px;
	}
	.symbol.symbol-xl-60.symbol-fixed .symbol-label {
	  width: 60px;
	  height: 60px;
	}
	.symbol.symbol-xl-60.symbol-fixed > img {
	  width: 60px;
	  height: 60px;
	  max-width: auto;
	}
	.symbol.symbol-xl-60.symbol-2by3 .symbol-label {
	  height: 60px;
	  width: 90px;
	}
	.symbol.symbol-xl-60.symbol-2by3 > img {
	  height: 60px;
	  width: 90px;
	  max-width: auto;
	}
	.symbol.symbol-xl-65 > img {
	  width: 100%;
	  max-width: 65px;
	  height: 65px;
	}
	.symbol.symbol-xl-65 .symbol-label {
	  width: 65px;
	  height: 65px;
	}
	.symbol.symbol-xl-65 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xl-65 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xl-65.symbol-circle .symbol-badge {
	  top: 1.325px;
	  right: 1.325px;
	}
	.symbol.symbol-xl-65.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 1.325px;
	}
	.symbol.symbol-xl-65.symbol-fixed .symbol-label {
	  width: 65px;
	  height: 65px;
	}
	.symbol.symbol-xl-65.symbol-fixed > img {
	  width: 65px;
	  height: 65px;
	  max-width: auto;
	}
	.symbol.symbol-xl-65.symbol-2by3 .symbol-label {
	  height: 65px;
	  width: 97.5px;
	}
	.symbol.symbol-xl-65.symbol-2by3 > img {
	  height: 65px;
	  width: 97.5px;
	  max-width: auto;
	}
	.symbol.symbol-xl-70 > img {
	  width: 100%;
	  max-width: 70px;
	  height: 70px;
	}
	.symbol.symbol-xl-70 .symbol-label {
	  width: 70px;
	  height: 70px;
	}
	.symbol.symbol-xl-70 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xl-70 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xl-70.symbol-circle .symbol-badge {
	  top: 2.35px;
	  right: 2.35px;
	}
	.symbol.symbol-xl-70.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 2.35px;
	}
	.symbol.symbol-xl-70.symbol-fixed .symbol-label {
	  width: 70px;
	  height: 70px;
	}
	.symbol.symbol-xl-70.symbol-fixed > img {
	  width: 70px;
	  height: 70px;
	  max-width: auto;
	}
	.symbol.symbol-xl-70.symbol-2by3 .symbol-label {
	  height: 70px;
	  width: 105px;
	}
	.symbol.symbol-xl-70.symbol-2by3 > img {
	  height: 70px;
	  width: 105px;
	  max-width: auto;
	}
	.symbol.symbol-xl-75 > img {
	  width: 100%;
	  max-width: 75px;
	  height: 75px;
	}
	.symbol.symbol-xl-75 .symbol-label {
	  width: 75px;
	  height: 75px;
	}
	.symbol.symbol-xl-75 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xl-75 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xl-75.symbol-circle .symbol-badge {
	  top: 3.375px;
	  right: 3.375px;
	}
	.symbol.symbol-xl-75.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 3.375px;
	}
	.symbol.symbol-xl-75.symbol-fixed .symbol-label {
	  width: 75px;
	  height: 75px;
	}
	.symbol.symbol-xl-75.symbol-fixed > img {
	  width: 75px;
	  height: 75px;
	  max-width: auto;
	}
	.symbol.symbol-xl-75.symbol-2by3 .symbol-label {
	  height: 75px;
	  width: 112.5px;
	}
	.symbol.symbol-xl-75.symbol-2by3 > img {
	  height: 75px;
	  width: 112.5px;
	  max-width: auto;
	}
	.symbol.symbol-xl-80 > img {
	  width: 100%;
	  max-width: 80px;
	  height: 80px;
	}
	.symbol.symbol-xl-80 .symbol-label {
	  width: 80px;
	  height: 80px;
	}
	.symbol.symbol-xl-80 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xl-80 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xl-80.symbol-circle .symbol-badge {
	  top: 4.4px;
	  right: 4.4px;
	}
	.symbol.symbol-xl-80.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 4.4px;
	}
	.symbol.symbol-xl-80.symbol-fixed .symbol-label {
	  width: 80px;
	  height: 80px;
	}
	.symbol.symbol-xl-80.symbol-fixed > img {
	  width: 80px;
	  height: 80px;
	  max-width: auto;
	}
	.symbol.symbol-xl-80.symbol-2by3 .symbol-label {
	  height: 80px;
	  width: 120px;
	}
	.symbol.symbol-xl-80.symbol-2by3 > img {
	  height: 80px;
	  width: 120px;
	  max-width: auto;
	}
	.symbol.symbol-xl-85 > img {
	  width: 100%;
	  max-width: 85px;
	  height: 85px;
	}
	.symbol.symbol-xl-85 .symbol-label {
	  width: 85px;
	  height: 85px;
	}
	.symbol.symbol-xl-85 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xl-85 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xl-85.symbol-circle .symbol-badge {
	  top: 5.425px;
	  right: 5.425px;
	}
	.symbol.symbol-xl-85.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 5.425px;
	}
	.symbol.symbol-xl-85.symbol-fixed .symbol-label {
	  width: 85px;
	  height: 85px;
	}
	.symbol.symbol-xl-85.symbol-fixed > img {
	  width: 85px;
	  height: 85px;
	  max-width: auto;
	}
	.symbol.symbol-xl-85.symbol-2by3 .symbol-label {
	  height: 85px;
	  width: 127.5px;
	}
	.symbol.symbol-xl-85.symbol-2by3 > img {
	  height: 85px;
	  width: 127.5px;
	  max-width: auto;
	}
	.symbol.symbol-xl-90 > img {
	  width: 100%;
	  max-width: 90px;
	  height: 90px;
	}
	.symbol.symbol-xl-90 .symbol-label {
	  width: 90px;
	  height: 90px;
	}
	.symbol.symbol-xl-90 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xl-90 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xl-90.symbol-circle .symbol-badge {
	  top: 6.45px;
	  right: 6.45px;
	}
	.symbol.symbol-xl-90.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 6.45px;
	}
	.symbol.symbol-xl-90.symbol-fixed .symbol-label {
	  width: 90px;
	  height: 90px;
	}
	.symbol.symbol-xl-90.symbol-fixed > img {
	  width: 90px;
	  height: 90px;
	  max-width: auto;
	}
	.symbol.symbol-xl-90.symbol-2by3 .symbol-label {
	  height: 90px;
	  width: 135px;
	}
	.symbol.symbol-xl-90.symbol-2by3 > img {
	  height: 90px;
	  width: 135px;
	  max-width: auto;
	}
	.symbol.symbol-xl-95 > img {
	  width: 100%;
	  max-width: 95px;
	  height: 95px;
	}
	.symbol.symbol-xl-95 .symbol-label {
	  width: 95px;
	  height: 95px;
	}
	.symbol.symbol-xl-95 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xl-95 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xl-95.symbol-circle .symbol-badge {
	  top: 7.475px;
	  right: 7.475px;
	}
	.symbol.symbol-xl-95.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 7.475px;
	}
	.symbol.symbol-xl-95.symbol-fixed .symbol-label {
	  width: 95px;
	  height: 95px;
	}
	.symbol.symbol-xl-95.symbol-fixed > img {
	  width: 95px;
	  height: 95px;
	  max-width: auto;
	}
	.symbol.symbol-xl-95.symbol-2by3 .symbol-label {
	  height: 95px;
	  width: 142.5px;
	}
	.symbol.symbol-xl-95.symbol-2by3 > img {
	  height: 95px;
	  width: 142.5px;
	  max-width: auto;
	}
	.symbol.symbol-xl-100 > img {
	  width: 100%;
	  max-width: 100px;
	  height: 100px;
	}
	.symbol.symbol-xl-100 .symbol-label {
	  width: 100px;
	  height: 100px;
	}
	.symbol.symbol-xl-100 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xl-100 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xl-100.symbol-circle .symbol-badge {
	  top: 8.5px;
	  right: 8.5px;
	}
	.symbol.symbol-xl-100.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 8.5px;
	}
	.symbol.symbol-xl-100.symbol-fixed .symbol-label {
	  width: 100px;
	  height: 100px;
	}
	.symbol.symbol-xl-100.symbol-fixed > img {
	  width: 100px;
	  height: 100px;
	  max-width: auto;
	}
	.symbol.symbol-xl-100.symbol-2by3 .symbol-label {
	  height: 100px;
	  width: 150px;
	}
	.symbol.symbol-xl-100.symbol-2by3 > img {
	  height: 100px;
	  width: 150px;
	  max-width: auto;
	}
	.symbol.symbol-xl-120 > img {
	  width: 100%;
	  max-width: 120px;
	  height: 120px;
	}
	.symbol.symbol-xl-120 .symbol-label {
	  width: 120px;
	  height: 120px;
	}
	.symbol.symbol-xl-120 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xl-120 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xl-120.symbol-circle .symbol-badge {
	  top: 12.6px;
	  right: 12.6px;
	}
	.symbol.symbol-xl-120.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 12.6px;
	}
	.symbol.symbol-xl-120.symbol-fixed .symbol-label {
	  width: 120px;
	  height: 120px;
	}
	.symbol.symbol-xl-120.symbol-fixed > img {
	  width: 120px;
	  height: 120px;
	  max-width: auto;
	}
	.symbol.symbol-xl-120.symbol-2by3 .symbol-label {
	  height: 120px;
	  width: 180px;
	}
	.symbol.symbol-xl-120.symbol-2by3 > img {
	  height: 120px;
	  width: 180px;
	  max-width: auto;
	}
	.symbol.symbol-xl-130 > img {
	  width: 100%;
	  max-width: 130px;
	  height: 130px;
	}
	.symbol.symbol-xl-130 .symbol-label {
	  width: 130px;
	  height: 130px;
	}
	.symbol.symbol-xl-130 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xl-130 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xl-130.symbol-circle .symbol-badge {
	  top: 14.65px;
	  right: 14.65px;
	}
	.symbol.symbol-xl-130.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 14.65px;
	}
	.symbol.symbol-xl-130.symbol-fixed .symbol-label {
	  width: 130px;
	  height: 130px;
	}
	.symbol.symbol-xl-130.symbol-fixed > img {
	  width: 130px;
	  height: 130px;
	  max-width: auto;
	}
	.symbol.symbol-xl-130.symbol-2by3 .symbol-label {
	  height: 130px;
	  width: 195px;
	}
	.symbol.symbol-xl-130.symbol-2by3 > img {
	  height: 130px;
	  width: 195px;
	  max-width: auto;
	}
	.symbol.symbol-xl-140 > img {
	  width: 100%;
	  max-width: 140px;
	  height: 140px;
	}
	.symbol.symbol-xl-140 .symbol-label {
	  width: 140px;
	  height: 140px;
	}
	.symbol.symbol-xl-140 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xl-140 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xl-140.symbol-circle .symbol-badge {
	  top: 16.7px;
	  right: 16.7px;
	}
	.symbol.symbol-xl-140.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 16.7px;
	}
	.symbol.symbol-xl-140.symbol-fixed .symbol-label {
	  width: 140px;
	  height: 140px;
	}
	.symbol.symbol-xl-140.symbol-fixed > img {
	  width: 140px;
	  height: 140px;
	  max-width: auto;
	}
	.symbol.symbol-xl-140.symbol-2by3 .symbol-label {
	  height: 140px;
	  width: 210px;
	}
	.symbol.symbol-xl-140.symbol-2by3 > img {
	  height: 140px;
	  width: 210px;
	  max-width: auto;
	}
	.symbol.symbol-xl-150 > img {
	  width: 100%;
	  max-width: 150px;
	  height: 150px;
	}
	.symbol.symbol-xl-150 .symbol-label {
	  width: 150px;
	  height: 150px;
	}
	.symbol.symbol-xl-150 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xl-150 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xl-150.symbol-circle .symbol-badge {
	  top: 18.75px;
	  right: 18.75px;
	}
	.symbol.symbol-xl-150.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 18.75px;
	}
	.symbol.symbol-xl-150.symbol-fixed .symbol-label {
	  width: 150px;
	  height: 150px;
	}
	.symbol.symbol-xl-150.symbol-fixed > img {
	  width: 150px;
	  height: 150px;
	  max-width: auto;
	}
	.symbol.symbol-xl-150.symbol-2by3 .symbol-label {
	  height: 150px;
	  width: 225px;
	}
	.symbol.symbol-xl-150.symbol-2by3 > img {
	  height: 150px;
	  width: 225px;
	  max-width: auto;
	}
  }
  @media (min-width: 1400px) {
	.symbol.symbol-xxl-20 > img {
	  width: 100%;
	  max-width: 20px;
	  height: 20px;
	}
	.symbol.symbol-xxl-20 .symbol-label {
	  width: 20px;
	  height: 20px;
	}
	.symbol.symbol-xxl-20 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xxl-20 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xxl-20.symbol-circle .symbol-badge {
	  top: -7.9px;
	  right: -7.9px;
	}
	.symbol.symbol-xxl-20.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -7.9px;
	}
	.symbol.symbol-xxl-20.symbol-fixed .symbol-label {
	  width: 20px;
	  height: 20px;
	}
	.symbol.symbol-xxl-20.symbol-fixed > img {
	  width: 20px;
	  height: 20px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-20.symbol-2by3 .symbol-label {
	  height: 20px;
	  width: 30px;
	}
	.symbol.symbol-xxl-20.symbol-2by3 > img {
	  height: 20px;
	  width: 30px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-25 > img {
	  width: 100%;
	  max-width: 25px;
	  height: 25px;
	}
	.symbol.symbol-xxl-25 .symbol-label {
	  width: 25px;
	  height: 25px;
	}
	.symbol.symbol-xxl-25 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xxl-25 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xxl-25.symbol-circle .symbol-badge {
	  top: -6.875px;
	  right: -6.875px;
	}
	.symbol.symbol-xxl-25.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6.875px;
	}
	.symbol.symbol-xxl-25.symbol-fixed .symbol-label {
	  width: 25px;
	  height: 25px;
	}
	.symbol.symbol-xxl-25.symbol-fixed > img {
	  width: 25px;
	  height: 25px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-25.symbol-2by3 .symbol-label {
	  height: 25px;
	  width: 37.5px;
	}
	.symbol.symbol-xxl-25.symbol-2by3 > img {
	  height: 25px;
	  width: 37.5px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-30 > img {
	  width: 100%;
	  max-width: 30px;
	  height: 30px;
	}
	.symbol.symbol-xxl-30 .symbol-label {
	  width: 30px;
	  height: 30px;
	}
	.symbol.symbol-xxl-30 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xxl-30 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xxl-30.symbol-circle .symbol-badge {
	  top: -5.85px;
	  right: -5.85px;
	}
	.symbol.symbol-xxl-30.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -5.85px;
	}
	.symbol.symbol-xxl-30.symbol-fixed .symbol-label {
	  width: 30px;
	  height: 30px;
	}
	.symbol.symbol-xxl-30.symbol-fixed > img {
	  width: 30px;
	  height: 30px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-30.symbol-2by3 .symbol-label {
	  height: 30px;
	  width: 45px;
	}
	.symbol.symbol-xxl-30.symbol-2by3 > img {
	  height: 30px;
	  width: 45px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-35 > img {
	  width: 100%;
	  max-width: 35px;
	  height: 35px;
	}
	.symbol.symbol-xxl-35 .symbol-label {
	  width: 35px;
	  height: 35px;
	}
	.symbol.symbol-xxl-35 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xxl-35 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xxl-35.symbol-circle .symbol-badge {
	  top: -4.825px;
	  right: -4.825px;
	}
	.symbol.symbol-xxl-35.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -4.825px;
	}
	.symbol.symbol-xxl-35.symbol-fixed .symbol-label {
	  width: 35px;
	  height: 35px;
	}
	.symbol.symbol-xxl-35.symbol-fixed > img {
	  width: 35px;
	  height: 35px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-35.symbol-2by3 .symbol-label {
	  height: 35px;
	  width: 52.5px;
	}
	.symbol.symbol-xxl-35.symbol-2by3 > img {
	  height: 35px;
	  width: 52.5px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-40 > img {
	  width: 100%;
	  max-width: 40px;
	  height: 40px;
	}
	.symbol.symbol-xxl-40 .symbol-label {
	  width: 40px;
	  height: 40px;
	}
	.symbol.symbol-xxl-40 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xxl-40 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xxl-40.symbol-circle .symbol-badge {
	  top: -3.8px;
	  right: -3.8px;
	}
	.symbol.symbol-xxl-40.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -3.8px;
	}
	.symbol.symbol-xxl-40.symbol-fixed .symbol-label {
	  width: 40px;
	  height: 40px;
	}
	.symbol.symbol-xxl-40.symbol-fixed > img {
	  width: 40px;
	  height: 40px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-40.symbol-2by3 .symbol-label {
	  height: 40px;
	  width: 60px;
	}
	.symbol.symbol-xxl-40.symbol-2by3 > img {
	  height: 40px;
	  width: 60px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-45 > img {
	  width: 100%;
	  max-width: 45px;
	  height: 45px;
	}
	.symbol.symbol-xxl-45 .symbol-label {
	  width: 45px;
	  height: 45px;
	}
	.symbol.symbol-xxl-45 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xxl-45 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xxl-45.symbol-circle .symbol-badge {
	  top: -2.775px;
	  right: -2.775px;
	}
	.symbol.symbol-xxl-45.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -2.775px;
	}
	.symbol.symbol-xxl-45.symbol-fixed .symbol-label {
	  width: 45px;
	  height: 45px;
	}
	.symbol.symbol-xxl-45.symbol-fixed > img {
	  width: 45px;
	  height: 45px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-45.symbol-2by3 .symbol-label {
	  height: 45px;
	  width: 67.5px;
	}
	.symbol.symbol-xxl-45.symbol-2by3 > img {
	  height: 45px;
	  width: 67.5px;
	  max-width: auto;
	}
	.symbol > img {
	  width: 100%;
	  max-width: 50px;
	  height: 50px;
	}
	.symbol .symbol-label {
	  width: 50px;
	  height: 50px;
	}
	.symbol .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-circle .symbol-badge {
	  top: -1.75px;
	  right: -1.75px;
	}
	.symbol.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -1.75px;
	}
	.symbol.symbol-fixed .symbol-label {
	  width: 50px;
	  height: 50px;
	}
	.symbol.symbol-fixed > img {
	  width: 50px;
	  height: 50px;
	  max-width: auto;
	}
	.symbol.symbol-2by3 .symbol-label {
	  height: 50px;
	  width: 75px;
	}
	.symbol.symbol-2by3 > img {
	  height: 50px;
	  width: 75px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-50 > img {
	  width: 100%;
	  max-width: 50px;
	  height: 50px;
	}
	.symbol.symbol-xxl-50 .symbol-label {
	  width: 50px;
	  height: 50px;
	}
	.symbol.symbol-xxl-50 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xxl-50 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xxl-50.symbol-circle .symbol-badge {
	  top: -1.75px;
	  right: -1.75px;
	}
	.symbol.symbol-xxl-50.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -1.75px;
	}
	.symbol.symbol-xxl-50.symbol-fixed .symbol-label {
	  width: 50px;
	  height: 50px;
	}
	.symbol.symbol-xxl-50.symbol-fixed > img {
	  width: 50px;
	  height: 50px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-50.symbol-2by3 .symbol-label {
	  height: 50px;
	  width: 75px;
	}
	.symbol.symbol-xxl-50.symbol-2by3 > img {
	  height: 50px;
	  width: 75px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-55 > img {
	  width: 100%;
	  max-width: 55px;
	  height: 55px;
	}
	.symbol.symbol-xxl-55 .symbol-label {
	  width: 55px;
	  height: 55px;
	}
	.symbol.symbol-xxl-55 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xxl-55 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xxl-55.symbol-circle .symbol-badge {
	  top: -0.725px;
	  right: -0.725px;
	}
	.symbol.symbol-xxl-55.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -0.725px;
	}
	.symbol.symbol-xxl-55.symbol-fixed .symbol-label {
	  width: 55px;
	  height: 55px;
	}
	.symbol.symbol-xxl-55.symbol-fixed > img {
	  width: 55px;
	  height: 55px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-55.symbol-2by3 .symbol-label {
	  height: 55px;
	  width: 82.5px;
	}
	.symbol.symbol-xxl-55.symbol-2by3 > img {
	  height: 55px;
	  width: 82.5px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-60 > img {
	  width: 100%;
	  max-width: 60px;
	  height: 60px;
	}
	.symbol.symbol-xxl-60 .symbol-label {
	  width: 60px;
	  height: 60px;
	}
	.symbol.symbol-xxl-60 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xxl-60 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xxl-60.symbol-circle .symbol-badge {
	  top: 0.3px;
	  right: 0.3px;
	}
	.symbol.symbol-xxl-60.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 0.3px;
	}
	.symbol.symbol-xxl-60.symbol-fixed .symbol-label {
	  width: 60px;
	  height: 60px;
	}
	.symbol.symbol-xxl-60.symbol-fixed > img {
	  width: 60px;
	  height: 60px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-60.symbol-2by3 .symbol-label {
	  height: 60px;
	  width: 90px;
	}
	.symbol.symbol-xxl-60.symbol-2by3 > img {
	  height: 60px;
	  width: 90px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-65 > img {
	  width: 100%;
	  max-width: 65px;
	  height: 65px;
	}
	.symbol.symbol-xxl-65 .symbol-label {
	  width: 65px;
	  height: 65px;
	}
	.symbol.symbol-xxl-65 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xxl-65 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xxl-65.symbol-circle .symbol-badge {
	  top: 1.325px;
	  right: 1.325px;
	}
	.symbol.symbol-xxl-65.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 1.325px;
	}
	.symbol.symbol-xxl-65.symbol-fixed .symbol-label {
	  width: 65px;
	  height: 65px;
	}
	.symbol.symbol-xxl-65.symbol-fixed > img {
	  width: 65px;
	  height: 65px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-65.symbol-2by3 .symbol-label {
	  height: 65px;
	  width: 97.5px;
	}
	.symbol.symbol-xxl-65.symbol-2by3 > img {
	  height: 65px;
	  width: 97.5px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-70 > img {
	  width: 100%;
	  max-width: 70px;
	  height: 70px;
	}
	.symbol.symbol-xxl-70 .symbol-label {
	  width: 70px;
	  height: 70px;
	}
	.symbol.symbol-xxl-70 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xxl-70 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xxl-70.symbol-circle .symbol-badge {
	  top: 2.35px;
	  right: 2.35px;
	}
	.symbol.symbol-xxl-70.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 2.35px;
	}
	.symbol.symbol-xxl-70.symbol-fixed .symbol-label {
	  width: 70px;
	  height: 70px;
	}
	.symbol.symbol-xxl-70.symbol-fixed > img {
	  width: 70px;
	  height: 70px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-70.symbol-2by3 .symbol-label {
	  height: 70px;
	  width: 105px;
	}
	.symbol.symbol-xxl-70.symbol-2by3 > img {
	  height: 70px;
	  width: 105px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-75 > img {
	  width: 100%;
	  max-width: 75px;
	  height: 75px;
	}
	.symbol.symbol-xxl-75 .symbol-label {
	  width: 75px;
	  height: 75px;
	}
	.symbol.symbol-xxl-75 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xxl-75 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xxl-75.symbol-circle .symbol-badge {
	  top: 3.375px;
	  right: 3.375px;
	}
	.symbol.symbol-xxl-75.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 3.375px;
	}
	.symbol.symbol-xxl-75.symbol-fixed .symbol-label {
	  width: 75px;
	  height: 75px;
	}
	.symbol.symbol-xxl-75.symbol-fixed > img {
	  width: 75px;
	  height: 75px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-75.symbol-2by3 .symbol-label {
	  height: 75px;
	  width: 112.5px;
	}
	.symbol.symbol-xxl-75.symbol-2by3 > img {
	  height: 75px;
	  width: 112.5px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-80 > img {
	  width: 100%;
	  max-width: 80px;
	  height: 80px;
	}
	.symbol.symbol-xxl-80 .symbol-label {
	  width: 80px;
	  height: 80px;
	}
	.symbol.symbol-xxl-80 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xxl-80 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xxl-80.symbol-circle .symbol-badge {
	  top: 4.4px;
	  right: 4.4px;
	}
	.symbol.symbol-xxl-80.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 4.4px;
	}
	.symbol.symbol-xxl-80.symbol-fixed .symbol-label {
	  width: 80px;
	  height: 80px;
	}
	.symbol.symbol-xxl-80.symbol-fixed > img {
	  width: 80px;
	  height: 80px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-80.symbol-2by3 .symbol-label {
	  height: 80px;
	  width: 120px;
	}
	.symbol.symbol-xxl-80.symbol-2by3 > img {
	  height: 80px;
	  width: 120px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-85 > img {
	  width: 100%;
	  max-width: 85px;
	  height: 85px;
	}
	.symbol.symbol-xxl-85 .symbol-label {
	  width: 85px;
	  height: 85px;
	}
	.symbol.symbol-xxl-85 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xxl-85 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xxl-85.symbol-circle .symbol-badge {
	  top: 5.425px;
	  right: 5.425px;
	}
	.symbol.symbol-xxl-85.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 5.425px;
	}
	.symbol.symbol-xxl-85.symbol-fixed .symbol-label {
	  width: 85px;
	  height: 85px;
	}
	.symbol.symbol-xxl-85.symbol-fixed > img {
	  width: 85px;
	  height: 85px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-85.symbol-2by3 .symbol-label {
	  height: 85px;
	  width: 127.5px;
	}
	.symbol.symbol-xxl-85.symbol-2by3 > img {
	  height: 85px;
	  width: 127.5px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-90 > img {
	  width: 100%;
	  max-width: 90px;
	  height: 90px;
	}
	.symbol.symbol-xxl-90 .symbol-label {
	  width: 90px;
	  height: 90px;
	}
	.symbol.symbol-xxl-90 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xxl-90 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xxl-90.symbol-circle .symbol-badge {
	  top: 6.45px;
	  right: 6.45px;
	}
	.symbol.symbol-xxl-90.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 6.45px;
	}
	.symbol.symbol-xxl-90.symbol-fixed .symbol-label {
	  width: 90px;
	  height: 90px;
	}
	.symbol.symbol-xxl-90.symbol-fixed > img {
	  width: 90px;
	  height: 90px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-90.symbol-2by3 .symbol-label {
	  height: 90px;
	  width: 135px;
	}
	.symbol.symbol-xxl-90.symbol-2by3 > img {
	  height: 90px;
	  width: 135px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-95 > img {
	  width: 100%;
	  max-width: 95px;
	  height: 95px;
	}
	.symbol.symbol-xxl-95 .symbol-label {
	  width: 95px;
	  height: 95px;
	}
	.symbol.symbol-xxl-95 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xxl-95 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xxl-95.symbol-circle .symbol-badge {
	  top: 7.475px;
	  right: 7.475px;
	}
	.symbol.symbol-xxl-95.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 7.475px;
	}
	.symbol.symbol-xxl-95.symbol-fixed .symbol-label {
	  width: 95px;
	  height: 95px;
	}
	.symbol.symbol-xxl-95.symbol-fixed > img {
	  width: 95px;
	  height: 95px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-95.symbol-2by3 .symbol-label {
	  height: 95px;
	  width: 142.5px;
	}
	.symbol.symbol-xxl-95.symbol-2by3 > img {
	  height: 95px;
	  width: 142.5px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-100 > img {
	  width: 100%;
	  max-width: 100px;
	  height: 100px;
	}
	.symbol.symbol-xxl-100 .symbol-label {
	  width: 100px;
	  height: 100px;
	}
	.symbol.symbol-xxl-100 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xxl-100 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xxl-100.symbol-circle .symbol-badge {
	  top: 8.5px;
	  right: 8.5px;
	}
	.symbol.symbol-xxl-100.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 8.5px;
	}
	.symbol.symbol-xxl-100.symbol-fixed .symbol-label {
	  width: 100px;
	  height: 100px;
	}
	.symbol.symbol-xxl-100.symbol-fixed > img {
	  width: 100px;
	  height: 100px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-100.symbol-2by3 .symbol-label {
	  height: 100px;
	  width: 150px;
	}
	.symbol.symbol-xxl-100.symbol-2by3 > img {
	  height: 100px;
	  width: 150px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-120 > img {
	  width: 100%;
	  max-width: 120px;
	  height: 120px;
	}
	.symbol.symbol-xxl-120 .symbol-label {
	  width: 120px;
	  height: 120px;
	}
	.symbol.symbol-xxl-120 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xxl-120 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xxl-120.symbol-circle .symbol-badge {
	  top: 12.6px;
	  right: 12.6px;
	}
	.symbol.symbol-xxl-120.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 12.6px;
	}
	.symbol.symbol-xxl-120.symbol-fixed .symbol-label {
	  width: 120px;
	  height: 120px;
	}
	.symbol.symbol-xxl-120.symbol-fixed > img {
	  width: 120px;
	  height: 120px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-120.symbol-2by3 .symbol-label {
	  height: 120px;
	  width: 180px;
	}
	.symbol.symbol-xxl-120.symbol-2by3 > img {
	  height: 120px;
	  width: 180px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-130 > img {
	  width: 100%;
	  max-width: 130px;
	  height: 130px;
	}
	.symbol.symbol-xxl-130 .symbol-label {
	  width: 130px;
	  height: 130px;
	}
	.symbol.symbol-xxl-130 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xxl-130 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xxl-130.symbol-circle .symbol-badge {
	  top: 14.65px;
	  right: 14.65px;
	}
	.symbol.symbol-xxl-130.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 14.65px;
	}
	.symbol.symbol-xxl-130.symbol-fixed .symbol-label {
	  width: 130px;
	  height: 130px;
	}
	.symbol.symbol-xxl-130.symbol-fixed > img {
	  width: 130px;
	  height: 130px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-130.symbol-2by3 .symbol-label {
	  height: 130px;
	  width: 195px;
	}
	.symbol.symbol-xxl-130.symbol-2by3 > img {
	  height: 130px;
	  width: 195px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-140 > img {
	  width: 100%;
	  max-width: 140px;
	  height: 140px;
	}
	.symbol.symbol-xxl-140 .symbol-label {
	  width: 140px;
	  height: 140px;
	}
	.symbol.symbol-xxl-140 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xxl-140 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xxl-140.symbol-circle .symbol-badge {
	  top: 16.7px;
	  right: 16.7px;
	}
	.symbol.symbol-xxl-140.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 16.7px;
	}
	.symbol.symbol-xxl-140.symbol-fixed .symbol-label {
	  width: 140px;
	  height: 140px;
	}
	.symbol.symbol-xxl-140.symbol-fixed > img {
	  width: 140px;
	  height: 140px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-140.symbol-2by3 .symbol-label {
	  height: 140px;
	  width: 210px;
	}
	.symbol.symbol-xxl-140.symbol-2by3 > img {
	  height: 140px;
	  width: 210px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-150 > img {
	  width: 100%;
	  max-width: 150px;
	  height: 150px;
	}
	.symbol.symbol-xxl-150 .symbol-label {
	  width: 150px;
	  height: 150px;
	}
	.symbol.symbol-xxl-150 .symbol-badge {
	  width: 12px;
	  height: 12px;
	  top: -6px;
	  right: -6px;
	}
	.symbol.symbol-xxl-150 .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: -6px;
	}
	.symbol.symbol-xxl-150.symbol-circle .symbol-badge {
	  top: 18.75px;
	  right: 18.75px;
	}
	.symbol.symbol-xxl-150.symbol-circle .symbol-badge.symbol-badge-bottom {
	  top: auto;
	  bottom: 18.75px;
	}
	.symbol.symbol-xxl-150.symbol-fixed .symbol-label {
	  width: 150px;
	  height: 150px;
	}
	.symbol.symbol-xxl-150.symbol-fixed > img {
	  width: 150px;
	  height: 150px;
	  max-width: auto;
	}
	.symbol.symbol-xxl-150.symbol-2by3 .symbol-label {
	  height: 150px;
	  width: 225px;
	}
	.symbol.symbol-xxl-150.symbol-2by3 > img {
	  height: 150px;
	  width: 225px;
	  max-width: auto;
	}


  }

  .symbol-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  .symbol-group .symbol {
	position: relative;
	z-index: 0;
	margin-left: -10px;
	border: 2px solid #ffffff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
  }
  .symbol-group .symbol:first-child {
	margin-left: 0;
  }
  .symbol-group .symbol:hover {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;
  }
  .symbol-group.symbol-hover .symbol {
	cursor: pointer;
  }

  .symbol-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  .symbol-list .symbol {
	margin-right: 0.5rem;
  }
  .symbol-list .symbol:last-child {
	margin-right: 0;
  }

  .btn-group.dropup > .btn.dropdown-toggle:after {
	font-family: Ki;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-rendering: optimizeLegibility;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	content: "";
  }
  .btn-group.dropright > .btn.dropdown-toggle:after {
	font-family: Ki;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-rendering: optimizeLegibility;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	content: "";
  }
  .btn-group.dropleft > .btn {
	border-top-right-radius: 0.42rem !important;
	border-bottom-right-radius: 0.42rem !important;
  }
  .btn-group.dropleft > .btn.dropdown-toggle-split {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
  }
  .btn-group.dropleft > .btn.dropdown-toggle:after {
	display: none;
  }
  .btn-group.dropleft > .btn.dropdown-toggle:before {
	display: inline;
  }

  .btn.btn-clean {
	color: #B5B5C3;
	background-color: transparent;
	border-color: transparent;
  }
  .btn.btn-clean i {
	color: #B5B5C3;
  }
  .btn.btn-clean .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #B5B5C3;
  }
  .btn.btn-clean .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-clean.dropdown-toggle:after {
	color: #B5B5C3;
  }
  .btn.btn-clean:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-clean:focus:not(.btn-text), .btn.btn-clean.focus:not(.btn-text) {
	color: #3699FF;
	background-color: #F3F6F9;
	border-color: transparent;
  }
  .btn.btn-clean:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-clean:focus:not(.btn-text) i, .btn.btn-clean.focus:not(.btn-text) i {
	color: #3699FF;
  }
  .btn.btn-clean:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-clean:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-clean.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3699FF;
  }
  .btn.btn-clean:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-clean:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-clean.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-clean:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-clean:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-clean.focus:not(.btn-text).dropdown-toggle:after {
	color: #3699FF;
  }
  .btn.btn-clean.disabled, .btn.btn-clean:disabled {
	color: #B5B5C3;
	background-color: transparent;
	border-color: transparent;
  }
  .btn.btn-clean.disabled i, .btn.btn-clean:disabled i {
	color: #B5B5C3;
  }
  .btn.btn-clean.disabled .svg-icon svg g [fill], .btn.btn-clean:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #B5B5C3;
  }
  .btn.btn-clean.disabled .svg-icon svg:hover g [fill], .btn.btn-clean:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-clean.disabled.dropdown-toggle:after, .btn.btn-clean:disabled.dropdown-toggle:after {
	color: #B5B5C3;
  }
  .btn.btn-clean:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-clean:not(:disabled):not(.disabled).active, .show > .btn.btn-clean.dropdown-toggle, .show .btn.btn-clean.btn-dropdown {
	color: #3699FF;
	background-color: #F3F6F9;
	border-color: transparent;
  }
  .btn.btn-clean:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-clean:not(:disabled):not(.disabled).active i, .show > .btn.btn-clean.dropdown-toggle i, .show .btn.btn-clean.btn-dropdown i {
	color: #3699FF;
  }
  .btn.btn-clean:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-clean:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-clean.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-clean.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3699FF;
  }
  .btn.btn-clean:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-clean:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-clean.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-clean.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-clean:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-clean:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-clean.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-clean.btn-dropdown.dropdown-toggle:after {
	color: #3699FF;
  }
  .btn.btn-default {
	color: #B5B5C3;
	background-color: #F3F6F9;
	border-color: #F3F6F9;
  }
  .btn.btn-default i {
	color: #B5B5C3;
  }
  .btn.btn-default .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #B5B5C3;
  }
  .btn.btn-default .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-default.dropdown-toggle:after {
	color: #B5B5C3;
  }
  .btn.btn-default:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-default:focus:not(.btn-text), .btn.btn-default.focus:not(.btn-text) {
	color: #3699FF;
	background-color: #F3F6F9;
	border-color: #F3F6F9;
  }
  .btn.btn-default:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-default:focus:not(.btn-text) i, .btn.btn-default.focus:not(.btn-text) i {
	color: #3699FF;
  }
  .btn.btn-default:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-default:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-default.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3699FF;
  }
  .btn.btn-default:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-default:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-default.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-default:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-default:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-default.focus:not(.btn-text).dropdown-toggle:after {
	color: #3699FF;
  }
  .btn.btn-default.disabled, .btn.btn-default:disabled {
	color: #B5B5C3;
	background-color: #F3F6F9;
	border-color: #F3F6F9;
  }
  .btn.btn-default.disabled i, .btn.btn-default:disabled i {
	color: #B5B5C3;
  }
  .btn.btn-default.disabled .svg-icon svg g [fill], .btn.btn-default:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #B5B5C3;
  }
  .btn.btn-default.disabled .svg-icon svg:hover g [fill], .btn.btn-default:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-default.disabled.dropdown-toggle:after, .btn.btn-default:disabled.dropdown-toggle:after {
	color: #B5B5C3;
  }
  .btn.btn-default:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-default:not(:disabled):not(.disabled).active, .show > .btn.btn-default.dropdown-toggle, .show .btn.btn-default.btn-dropdown {
	color: #3699FF;
	background-color: #F3F6F9;
	border-color: #F3F6F9;
  }
  .btn.btn-default:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-default:not(:disabled):not(.disabled).active i, .show > .btn.btn-default.dropdown-toggle i, .show .btn.btn-default.btn-dropdown i {
	color: #3699FF;
  }
  .btn.btn-default:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-default:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-default.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-default.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3699FF;
  }
  .btn.btn-default:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-default:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-default.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-default.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-default:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-default:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-default.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-default.btn-dropdown.dropdown-toggle:after {
	color: #3699FF;
  }
  .btn.btn-primary {
	color: #FFFFFF;
	background-color: #3699FF;
	border-color: #3699FF;
  }
  .btn.btn-primary i {
	color: #FFFFFF;
  }
  .btn.btn-primary .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #FFFFFF;
  }
  .btn.btn-primary .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-primary.dropdown-toggle:after {
	color: #FFFFFF;
  }
  .btn.btn-primary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-primary:focus:not(.btn-text), .btn.btn-primary.focus:not(.btn-text) {
	color: #FFFFFF;
	background-color: #187DE4;
	border-color: #187DE4;
  }
  .btn.btn-primary:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-primary:focus:not(.btn-text) i, .btn.btn-primary.focus:not(.btn-text) i {
	color: #FFFFFF;
  }
  .btn.btn-primary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-primary:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-primary.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #FFFFFF;
  }
  .btn.btn-primary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-primary:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-primary.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-primary:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-primary:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-primary.focus:not(.btn-text).dropdown-toggle:after {
	color: #FFFFFF;
  }
  .btn.btn-primary.disabled, .btn.btn-primary:disabled {
	color: #FFFFFF;
	background-color: #3699FF;
	border-color: #3699FF;
  }
  .btn.btn-primary.disabled i, .btn.btn-primary:disabled i {
	color: #FFFFFF;
  }
  .btn.btn-primary.disabled .svg-icon svg g [fill], .btn.btn-primary:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #FFFFFF;
  }
  .btn.btn-primary.disabled .svg-icon svg:hover g [fill], .btn.btn-primary:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-primary.disabled.dropdown-toggle:after, .btn.btn-primary:disabled.dropdown-toggle:after {
	color: #FFFFFF;
  }
  .btn.btn-primary:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-primary:not(:disabled):not(.disabled).active, .show > .btn.btn-primary.dropdown-toggle, .show .btn.btn-primary.btn-dropdown {
	color: #FFFFFF;
	background-color: #187DE4;
	border-color: #187DE4;
  }
  .btn.btn-primary:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-primary:not(:disabled):not(.disabled).active i, .show > .btn.btn-primary.dropdown-toggle i, .show .btn.btn-primary.btn-dropdown i {
	color: #FFFFFF;
  }
  .btn.btn-primary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-primary:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-primary.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-primary.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #FFFFFF;
  }
  .btn.btn-primary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-primary:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-primary.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-primary.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-primary:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-primary:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-primary.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-primary.btn-dropdown.dropdown-toggle:after {
	color: #FFFFFF;
  }
  .btn.btn-outline-primary {
	color: #3699FF;
	background-color: transparent;
	border-color: #3699FF;
  }
  .btn.btn-outline-primary i {
	color: #3699FF;
  }
  .btn.btn-outline-primary .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3699FF;
  }
  .btn.btn-outline-primary .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-outline-primary.dropdown-toggle:after {
	color: #3699FF;
  }
  .btn.btn-outline-primary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-outline-primary:focus:not(.btn-text), .btn.btn-outline-primary.focus:not(.btn-text) {
	color: #FFFFFF;
	background-color: #3699FF;
	border-color: #3699FF;
  }
  .btn.btn-outline-primary:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-outline-primary:focus:not(.btn-text) i, .btn.btn-outline-primary.focus:not(.btn-text) i {
	color: #FFFFFF;
  }
  .btn.btn-outline-primary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-outline-primary:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-outline-primary.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #FFFFFF;
  }
  .btn.btn-outline-primary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-outline-primary:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-outline-primary.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-outline-primary:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-outline-primary:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-outline-primary.focus:not(.btn-text).dropdown-toggle:after {
	color: #FFFFFF;
  }
  .btn.btn-outline-primary.disabled, .btn.btn-outline-primary:disabled {
	color: #3699FF;
	background-color: transparent;
	border-color: #3699FF;
  }
  .btn.btn-outline-primary.disabled i, .btn.btn-outline-primary:disabled i {
	color: #3699FF;
  }
  .btn.btn-outline-primary.disabled .svg-icon svg g [fill], .btn.btn-outline-primary:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3699FF;
  }
  .btn.btn-outline-primary.disabled .svg-icon svg:hover g [fill], .btn.btn-outline-primary:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-outline-primary.disabled.dropdown-toggle:after, .btn.btn-outline-primary:disabled.dropdown-toggle:after {
	color: #3699FF;
  }
  .btn.btn-outline-primary:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn.btn-outline-primary.dropdown-toggle, .show .btn.btn-outline-primary.btn-dropdown {
	color: #FFFFFF;
	background-color: #3699FF;
	border-color: #3699FF;
  }
  .btn.btn-outline-primary:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-outline-primary:not(:disabled):not(.disabled).active i, .show > .btn.btn-outline-primary.dropdown-toggle i, .show .btn.btn-outline-primary.btn-dropdown i {
	color: #FFFFFF;
  }
  .btn.btn-outline-primary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-outline-primary:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-outline-primary.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-outline-primary.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #FFFFFF;
  }
  .btn.btn-outline-primary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-outline-primary:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-outline-primary.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-outline-primary.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-outline-primary:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-outline-primary:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-outline-primary.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-outline-primary.btn-dropdown.dropdown-toggle:after {
	color: #FFFFFF;
  }
  .btn.btn-light-primary {
	color: #3699FF;
	background-color: #E1F0FF;
	border-color: transparent;
  }
  .btn.btn-light-primary i {
	color: #3699FF;
  }
  .btn.btn-light-primary .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3699FF;
  }
  .btn.btn-light-primary .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-primary.dropdown-toggle:after {
	color: #3699FF;
  }
  .btn.btn-light-primary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-primary:focus:not(.btn-text), .btn.btn-light-primary.focus:not(.btn-text) {
	color: #FFFFFF;
	background-color: #3699FF;
	border-color: transparent;
  }
  .btn.btn-light-primary:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-light-primary:focus:not(.btn-text) i, .btn.btn-light-primary.focus:not(.btn-text) i {
	color: #FFFFFF;
  }
  .btn.btn-light-primary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-light-primary:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-primary.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #FFFFFF;
  }
  .btn.btn-light-primary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-light-primary:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-primary.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-primary:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-light-primary:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-light-primary.focus:not(.btn-text).dropdown-toggle:after {
	color: #FFFFFF;
  }
  .btn.btn-light-primary.disabled, .btn.btn-light-primary:disabled {
	color: #3699FF;
	background-color: #E1F0FF;
	border-color: transparent;
  }
  .btn.btn-light-primary.disabled i, .btn.btn-light-primary:disabled i {
	color: #3699FF;
  }
  .btn.btn-light-primary.disabled .svg-icon svg g [fill], .btn.btn-light-primary:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3699FF;
  }
  .btn.btn-light-primary.disabled .svg-icon svg:hover g [fill], .btn.btn-light-primary:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-primary.disabled.dropdown-toggle:after, .btn.btn-light-primary:disabled.dropdown-toggle:after {
	color: #3699FF;
  }
  .btn.btn-light-primary:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-primary:not(:disabled):not(.disabled).active, .show > .btn.btn-light-primary.dropdown-toggle, .show .btn.btn-light-primary.btn-dropdown {
	color: #FFFFFF;
	background-color: #3699FF;
	border-color: transparent;
  }
  .btn.btn-light-primary:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-light-primary:not(:disabled):not(.disabled).active i, .show > .btn.btn-light-primary.dropdown-toggle i, .show .btn.btn-light-primary.btn-dropdown i {
	color: #FFFFFF;
  }
  .btn.btn-light-primary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-primary:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-light-primary.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-light-primary.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #FFFFFF;
  }
  .btn.btn-light-primary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-primary:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-light-primary.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-light-primary.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-primary:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-light-primary:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-light-primary.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-light-primary.btn-dropdown.dropdown-toggle:after {
	color: #FFFFFF;
  }
  .btn.btn-transparent-primary {
	color: #3699FF;
	background-color: rgba(54, 153, 255, 0.1);
	border-color: transparent;
  }
  .btn.btn-transparent-primary i {
	color: #3699FF;
  }
  .btn.btn-transparent-primary .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3699FF;
  }
  .btn.btn-transparent-primary .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-transparent-primary.dropdown-toggle:after {
	color: #3699FF;
  }
  .btn.btn-transparent-primary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-transparent-primary:focus:not(.btn-text), .btn.btn-transparent-primary.focus:not(.btn-text) {
	color: #FFFFFF;
	background-color: #3699FF;
	border-color: transparent;
  }
  .btn.btn-transparent-primary:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-transparent-primary:focus:not(.btn-text) i, .btn.btn-transparent-primary.focus:not(.btn-text) i {
	color: #FFFFFF;
  }
  .btn.btn-transparent-primary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-transparent-primary:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-transparent-primary.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #FFFFFF;
  }
  .btn.btn-transparent-primary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-transparent-primary:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-transparent-primary.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-transparent-primary:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-transparent-primary:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-transparent-primary.focus:not(.btn-text).dropdown-toggle:after {
	color: #FFFFFF;
  }
  .btn.btn-transparent-primary.disabled, .btn.btn-transparent-primary:disabled {
	color: #3699FF;
	background-color: rgba(54, 153, 255, 0.1);
	border-color: transparent;
  }
  .btn.btn-transparent-primary.disabled i, .btn.btn-transparent-primary:disabled i {
	color: #3699FF;
  }
  .btn.btn-transparent-primary.disabled .svg-icon svg g [fill], .btn.btn-transparent-primary:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3699FF;
  }
  .btn.btn-transparent-primary.disabled .svg-icon svg:hover g [fill], .btn.btn-transparent-primary:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-transparent-primary.disabled.dropdown-toggle:after, .btn.btn-transparent-primary:disabled.dropdown-toggle:after {
	color: #3699FF;
  }
  .btn.btn-transparent-primary:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-transparent-primary:not(:disabled):not(.disabled).active, .show > .btn.btn-transparent-primary.dropdown-toggle, .show .btn.btn-transparent-primary.btn-dropdown {
	color: #FFFFFF;
	background-color: #3699FF;
	border-color: transparent;
  }
  .btn.btn-transparent-primary:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-transparent-primary:not(:disabled):not(.disabled).active i, .show > .btn.btn-transparent-primary.dropdown-toggle i, .show .btn.btn-transparent-primary.btn-dropdown i {
	color: #FFFFFF;
  }
  .btn.btn-transparent-primary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-transparent-primary:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-transparent-primary.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-transparent-primary.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #FFFFFF;
  }
  .btn.btn-transparent-primary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-transparent-primary:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-transparent-primary.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-transparent-primary.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-transparent-primary:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-transparent-primary:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-transparent-primary.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-transparent-primary.btn-dropdown.dropdown-toggle:after {
	color: #FFFFFF;
  }
  .btn.btn-hover-transparent-primary {
	color: #3699FF;
	background-color: transparent;
	border-color: transparent;
  }
  .btn.btn-hover-transparent-primary i {
	color: #3699FF;
  }
  .btn.btn-hover-transparent-primary .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3699FF;
  }
  .btn.btn-hover-transparent-primary .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-transparent-primary.dropdown-toggle:after {
	color: #3699FF;
  }
  .btn.btn-hover-transparent-primary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-transparent-primary:focus:not(.btn-text), .btn.btn-hover-transparent-primary.focus:not(.btn-text) {
	color: #3699FF;
	background-color: rgba(54, 153, 255, 0.1);
	border-color: transparent;
  }
  .btn.btn-hover-transparent-primary:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-transparent-primary:focus:not(.btn-text) i, .btn.btn-hover-transparent-primary.focus:not(.btn-text) i {
	color: #3699FF;
  }
  .btn.btn-hover-transparent-primary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-transparent-primary:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-transparent-primary.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3699FF;
  }
  .btn.btn-hover-transparent-primary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-primary:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-primary.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-transparent-primary:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-transparent-primary:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-transparent-primary.focus:not(.btn-text).dropdown-toggle:after {
	color: #3699FF;
  }
  .btn.btn-hover-transparent-primary.disabled, .btn.btn-hover-transparent-primary:disabled {
	color: #3699FF;
	background-color: transparent;
	border-color: transparent;
  }
  .btn.btn-hover-transparent-primary.disabled i, .btn.btn-hover-transparent-primary:disabled i {
	color: #3699FF;
  }
  .btn.btn-hover-transparent-primary.disabled .svg-icon svg g [fill], .btn.btn-hover-transparent-primary:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3699FF;
  }
  .btn.btn-hover-transparent-primary.disabled .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-primary:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-transparent-primary.disabled.dropdown-toggle:after, .btn.btn-hover-transparent-primary:disabled.dropdown-toggle:after {
	color: #3699FF;
  }
  .btn.btn-hover-transparent-primary:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-transparent-primary:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-transparent-primary.dropdown-toggle, .show .btn.btn-hover-transparent-primary.btn-dropdown {
	color: #3699FF;
	background-color: rgba(54, 153, 255, 0.1);
	border-color: transparent;
  }
  .btn.btn-hover-transparent-primary:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-transparent-primary:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-transparent-primary.dropdown-toggle i, .show .btn.btn-hover-transparent-primary.btn-dropdown i {
	color: #3699FF;
  }
  .btn.btn-hover-transparent-primary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-transparent-primary:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-transparent-primary.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-transparent-primary.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3699FF;
  }
  .btn.btn-hover-transparent-primary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-primary:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-transparent-primary.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-transparent-primary.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-transparent-primary:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-transparent-primary:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-transparent-primary.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-transparent-primary.btn-dropdown.dropdown-toggle:after {
	color: #3699FF;
  }
  .btn.btn-hover-light-primary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-light-primary:focus:not(.btn-text), .btn.btn-hover-light-primary.focus:not(.btn-text) {
	color: #3699FF;
	background-color: #E1F0FF;
	border-color: transparent;
  }
  .btn.btn-hover-light-primary:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-light-primary:focus:not(.btn-text) i, .btn.btn-hover-light-primary.focus:not(.btn-text) i {
	color: #3699FF;
  }
  .btn.btn-hover-light-primary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-light-primary:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-light-primary.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3699FF;
  }
  .btn.btn-hover-light-primary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-light-primary:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-light-primary.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-light-primary:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-light-primary:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-light-primary.focus:not(.btn-text).dropdown-toggle:after {
	color: #3699FF;
  }
  .btn.btn-hover-light-primary:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-light-primary:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-light-primary.dropdown-toggle, .show .btn.btn-hover-light-primary.btn-dropdown {
	color: #3699FF;
	background-color: #E1F0FF;
	border-color: transparent;
  }
  .btn.btn-hover-light-primary:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-light-primary:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-light-primary.dropdown-toggle i, .show .btn.btn-hover-light-primary.btn-dropdown i {
	color: #3699FF;
  }
  .btn.btn-hover-light-primary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-light-primary:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-light-primary.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-light-primary.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3699FF;
  }
  .btn.btn-hover-light-primary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-light-primary:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-light-primary.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-light-primary.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-light-primary:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-light-primary:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-light-primary.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-light-primary.btn-dropdown.dropdown-toggle:after {
	color: #3699FF;
  }
  .btn.btn-hover-light-primary.btn-clean {
	border: 0 !important;
  }

  .btn.btn-link-primary {
	border: 0;
	padding: 0 !important;
	border-radius: 0 !important;
	color: #3699FF;
	background-color: transparent !important;
	border-color: transparent !important;
  }
  .btn.btn-link-primary i {
	color: #3699FF;
  }
  .btn.btn-link-primary .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3699FF;
  }
  .btn.btn-link-primary .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-link-primary.dropdown-toggle:after {
	color: #3699FF;
  }
  .btn.btn-link-primary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-link-primary:focus:not(.btn-text), .btn.btn-link-primary.focus:not(.btn-text) {
	color: #187DE4;
	background-color: transparent !important;
	border-color: transparent !important;
  }
  .btn.btn-link-primary:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-link-primary:focus:not(.btn-text) i, .btn.btn-link-primary.focus:not(.btn-text) i {
	color: #187DE4;
  }
  .btn.btn-link-primary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-link-primary:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-link-primary.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #187DE4;
  }
  .btn.btn-link-primary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-link-primary:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-link-primary.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-link-primary:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-link-primary:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-link-primary.focus:not(.btn-text).dropdown-toggle:after {
	color: #187DE4;
  }
  .btn.btn-link-primary.disabled, .btn.btn-link-primary:disabled {
	color: #3699FF;
	background-color: transparent !important;
	border-color: transparent !important;
  }
  .btn.btn-link-primary.disabled i, .btn.btn-link-primary:disabled i {
	color: #3699FF;
  }
  .btn.btn-link-primary.disabled .svg-icon svg g [fill], .btn.btn-link-primary:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3699FF;
  }
  .btn.btn-link-primary.disabled .svg-icon svg:hover g [fill], .btn.btn-link-primary:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-link-primary.disabled.dropdown-toggle:after, .btn.btn-link-primary:disabled.dropdown-toggle:after {
	color: #3699FF;
  }
  .btn.btn-link-primary:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-link-primary:not(:disabled):not(.disabled).active, .show > .btn.btn-link-primary.dropdown-toggle, .show .btn.btn-link-primary.btn-dropdown {
	color: #187DE4;
	background-color: transparent !important;
	border-color: transparent !important;
  }
  .btn.btn-link-primary:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-link-primary:not(:disabled):not(.disabled).active i, .show > .btn.btn-link-primary.dropdown-toggle i, .show .btn.btn-link-primary.btn-dropdown i {
	color: #187DE4;
  }
  .btn.btn-link-primary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-link-primary:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-link-primary.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-link-primary.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #187DE4;
  }
  .btn.btn-link-primary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-link-primary:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-link-primary.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-link-primary.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-link-primary:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-link-primary:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-link-primary.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-link-primary.btn-dropdown.dropdown-toggle:after {
	color: #187DE4;
  }
  .btn.btn-hover-primary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-primary:focus:not(.btn-text), .btn.btn-hover-primary.focus:not(.btn-text) {
	color: #FFFFFF !important;
	background-color: #3699FF !important;
	border-color: #3699FF !important;
  }
  .btn.btn-hover-primary:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-primary:focus:not(.btn-text) i, .btn.btn-hover-primary.focus:not(.btn-text) i {
	color: #FFFFFF !important;
  }
  .btn.btn-hover-primary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-primary:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-primary.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #FFFFFF !important;
  }
  .btn.btn-hover-primary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-primary:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-primary.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-primary:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-primary:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-primary.focus:not(.btn-text).dropdown-toggle:after {
	color: #FFFFFF !important;
  }
  .btn.btn-hover-primary:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-primary:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-primary.dropdown-toggle, .show .btn.btn-hover-primary.btn-dropdown {
	color: #FFFFFF !important;
	background-color: #3699FF !important;
	border-color: #3699FF !important;
  }
  .btn.btn-hover-primary:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-primary:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-primary.dropdown-toggle i, .show .btn.btn-hover-primary.btn-dropdown i {
	color: #FFFFFF !important;
  }
  .btn.btn-hover-primary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-primary:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-primary.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-primary.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #FFFFFF !important;
  }
  .btn.btn-hover-primary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-primary:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-primary.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-primary.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-primary:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-primary:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-primary.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-primary.btn-dropdown.dropdown-toggle:after {
	color: #FFFFFF !important;
  }
  .btn.btn-hover-primary.btn-clean {
	border: 0 !important;
  }

  .btn.btn-hover-bg-primary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-bg-primary:focus:not(.btn-text), .btn.btn-hover-bg-primary.focus:not(.btn-text) {
	background-color: #3699FF !important;
	border-color: #3699FF !important;
  }
  .btn.btn-hover-bg-primary:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-bg-primary:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-bg-primary.dropdown-toggle, .show .btn.btn-hover-bg-primary.btn-dropdown {
	background-color: #3699FF !important;
	border-color: #3699FF !important;
  }
  .btn.btn-bg-primary {
	background-color: #3699FF;
	border-color: #3699FF;
  }
  .btn.btn-bg-primary.disabled, .btn.btn-bg-primary:disabled {
	background-color: #3699FF;
	border-color: #3699FF;
  }

  .btn.btn-primary.btn-shadow {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(54, 153, 255, 0.25) !important;
	box-shadow: 0px 9px 16px 0px rgba(54, 153, 255, 0.25) !important;
  }
  .btn.btn-primary.btn-shadow:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-primary.btn-shadow:focus:not(.btn-text), .btn.btn-primary.btn-shadow.focus:not(.btn-text) {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(54, 153, 255, 0.3) !important;
	box-shadow: 0px 9px 16px 0px rgba(54, 153, 255, 0.3) !important;
  }
  .btn.btn-primary.btn-shadow:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-primary.btn-shadow:not(:disabled):not(.disabled).active, .show > .btn.btn-primary.btn-shadow.dropdown-toggle {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(54, 153, 255, 0.3) !important;
	box-shadow: 0px 9px 16px 0px rgba(54, 153, 255, 0.3) !important;
  }

  .btn.btn-primary.btn-shadow-hover:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-primary.btn-shadow-hover:focus:not(.btn-text), .btn.btn-primary.btn-shadow-hover.focus:not(.btn-text) {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(54, 153, 255, 0.3) !important;
	box-shadow: 0px 9px 16px 0px rgba(54, 153, 255, 0.3) !important;
  }
  .btn.btn-primary.btn-shadow-hover:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-primary.btn-shadow-hover:not(:disabled):not(.disabled).active, .show > .btn.btn-primary.btn-shadow-hover.dropdown-toggle {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(54, 153, 255, 0.3) !important;
	box-shadow: 0px 9px 16px 0px rgba(54, 153, 255, 0.3) !important;
  }

  .btn.btn-secondary {
	color: #3F4254;
	background-color: #E4E6EF;
	border-color: #E4E6EF;
  }
  .btn.btn-secondary i {
	color: #3F4254;
  }
  .btn.btn-secondary .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3F4254;
  }
  .btn.btn-secondary .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-secondary.dropdown-toggle:after {
	color: #3F4254;
  }
  .btn.btn-secondary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-secondary:focus:not(.btn-text), .btn.btn-secondary.focus:not(.btn-text) {
	color: #3F4254;
	background-color: #d7dae7;
	border-color: #d7dae7;
  }
  .btn.btn-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-secondary:focus:not(.btn-text) i, .btn.btn-secondary.focus:not(.btn-text) i {
	color: #3F4254;
  }
  .btn.btn-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-secondary:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-secondary.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3F4254;
  }
  .btn.btn-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-secondary:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-secondary.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-secondary:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-secondary:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-secondary.focus:not(.btn-text).dropdown-toggle:after {
	color: #3F4254;
  }
  .btn.btn-secondary.disabled, .btn.btn-secondary:disabled {
	color: #3F4254;
	background-color: #E4E6EF;
	border-color: #E4E6EF;
  }
  .btn.btn-secondary.disabled i, .btn.btn-secondary:disabled i {
	color: #3F4254;
  }
  .btn.btn-secondary.disabled .svg-icon svg g [fill], .btn.btn-secondary:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3F4254;
  }
  .btn.btn-secondary.disabled .svg-icon svg:hover g [fill], .btn.btn-secondary:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-secondary.disabled.dropdown-toggle:after, .btn.btn-secondary:disabled.dropdown-toggle:after {
	color: #3F4254;
  }
  .btn.btn-secondary:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-secondary:not(:disabled):not(.disabled).active, .show > .btn.btn-secondary.dropdown-toggle, .show .btn.btn-secondary.btn-dropdown {
	color: #3F4254;
	background-color: #d7dae7;
	border-color: #d7dae7;
  }
  .btn.btn-secondary:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-secondary:not(:disabled):not(.disabled).active i, .show > .btn.btn-secondary.dropdown-toggle i, .show .btn.btn-secondary.btn-dropdown i {
	color: #3F4254;
  }
  .btn.btn-secondary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-secondary:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-secondary.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-secondary.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3F4254;
  }
  .btn.btn-secondary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-secondary:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-secondary.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-secondary.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-secondary:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-secondary:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-secondary.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-secondary.btn-dropdown.dropdown-toggle:after {
	color: #3F4254;
  }
  .btn.btn-outline-secondary {
	color: #3F4254;
	background-color: transparent;
	border-color: #E4E6EF;
  }
  .btn.btn-outline-secondary i {
	color: #3F4254;
  }
  .btn.btn-outline-secondary .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3F4254;
  }
  .btn.btn-outline-secondary .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-outline-secondary.dropdown-toggle:after {
	color: #3F4254;
  }
  .btn.btn-outline-secondary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-outline-secondary:focus:not(.btn-text), .btn.btn-outline-secondary.focus:not(.btn-text) {
	color: #3F4254;
	background-color: #E4E6EF;
	border-color: #E4E6EF;
  }
  .btn.btn-outline-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-outline-secondary:focus:not(.btn-text) i, .btn.btn-outline-secondary.focus:not(.btn-text) i {
	color: #3F4254;
  }
  .btn.btn-outline-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-outline-secondary:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-outline-secondary.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3F4254;
  }
  .btn.btn-outline-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-outline-secondary:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-outline-secondary.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-outline-secondary:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-outline-secondary:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-outline-secondary.focus:not(.btn-text).dropdown-toggle:after {
	color: #3F4254;
  }
  .btn.btn-outline-secondary.disabled, .btn.btn-outline-secondary:disabled {
	color: #3F4254;
	background-color: transparent;
	border-color: #E4E6EF;
  }
  .btn.btn-outline-secondary.disabled i, .btn.btn-outline-secondary:disabled i {
	color: #3F4254;
  }
  .btn.btn-outline-secondary.disabled .svg-icon svg g [fill], .btn.btn-outline-secondary:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3F4254;
  }
  .btn.btn-outline-secondary.disabled .svg-icon svg:hover g [fill], .btn.btn-outline-secondary:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-outline-secondary.disabled.dropdown-toggle:after, .btn.btn-outline-secondary:disabled.dropdown-toggle:after {
	color: #3F4254;
  }
  .btn.btn-outline-secondary:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn.btn-outline-secondary.dropdown-toggle, .show .btn.btn-outline-secondary.btn-dropdown {
	color: #3F4254;
	background-color: #E4E6EF;
	border-color: #E4E6EF;
  }
  .btn.btn-outline-secondary:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-outline-secondary:not(:disabled):not(.disabled).active i, .show > .btn.btn-outline-secondary.dropdown-toggle i, .show .btn.btn-outline-secondary.btn-dropdown i {
	color: #3F4254;
  }
  .btn.btn-outline-secondary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-outline-secondary:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-outline-secondary.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-outline-secondary.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3F4254;
  }
  .btn.btn-outline-secondary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-outline-secondary:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-outline-secondary.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-outline-secondary.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-outline-secondary:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-outline-secondary:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-outline-secondary.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-outline-secondary.btn-dropdown.dropdown-toggle:after {
	color: #3F4254;
  }
  .btn.btn-light-secondary {
	color: #E4E6EF;
	background-color: #EBEDF3;
	border-color: transparent;
  }
  .btn.btn-light-secondary i {
	color: #E4E6EF;
  }
  .btn.btn-light-secondary .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #E4E6EF;
  }
  .btn.btn-light-secondary .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-secondary.dropdown-toggle:after {
	color: #E4E6EF;
  }
  .btn.btn-light-secondary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-secondary:focus:not(.btn-text), .btn.btn-light-secondary.focus:not(.btn-text) {
	color: #3F4254;
	background-color: #E4E6EF;
	border-color: transparent;
  }
  .btn.btn-light-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-light-secondary:focus:not(.btn-text) i, .btn.btn-light-secondary.focus:not(.btn-text) i {
	color: #3F4254;
  }
  .btn.btn-light-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-light-secondary:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-secondary.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3F4254;
  }
  .btn.btn-light-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-light-secondary:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-secondary.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-secondary:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-light-secondary:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-light-secondary.focus:not(.btn-text).dropdown-toggle:after {
	color: #3F4254;
  }
  .btn.btn-light-secondary.disabled, .btn.btn-light-secondary:disabled {
	color: #E4E6EF;
	background-color: #EBEDF3;
	border-color: transparent;
  }
  .btn.btn-light-secondary.disabled i, .btn.btn-light-secondary:disabled i {
	color: #E4E6EF;
  }
  .btn.btn-light-secondary.disabled .svg-icon svg g [fill], .btn.btn-light-secondary:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #E4E6EF;
  }
  .btn.btn-light-secondary.disabled .svg-icon svg:hover g [fill], .btn.btn-light-secondary:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-secondary.disabled.dropdown-toggle:after, .btn.btn-light-secondary:disabled.dropdown-toggle:after {
	color: #E4E6EF;
  }
  .btn.btn-light-secondary:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-secondary:not(:disabled):not(.disabled).active, .show > .btn.btn-light-secondary.dropdown-toggle, .show .btn.btn-light-secondary.btn-dropdown {
	color: #3F4254;
	background-color: #E4E6EF;
	border-color: transparent;
  }
  .btn.btn-light-secondary:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-light-secondary:not(:disabled):not(.disabled).active i, .show > .btn.btn-light-secondary.dropdown-toggle i, .show .btn.btn-light-secondary.btn-dropdown i {
	color: #3F4254;
  }
  .btn.btn-light-secondary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-secondary:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-light-secondary.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-light-secondary.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3F4254;
  }
  .btn.btn-light-secondary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-secondary:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-light-secondary.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-light-secondary.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-secondary:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-light-secondary:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-light-secondary.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-light-secondary.btn-dropdown.dropdown-toggle:after {
	color: #3F4254;
  }
  .btn.btn-transparent-secondary {
	color: #E4E6EF;
	background-color: rgba(228, 230, 239, 0.1);
	border-color: transparent;
  }
  .btn.btn-transparent-secondary i {
	color: #E4E6EF;
  }
  .btn.btn-transparent-secondary .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #E4E6EF;
  }
  .btn.btn-transparent-secondary .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-transparent-secondary.dropdown-toggle:after {
	color: #E4E6EF;
  }
  .btn.btn-transparent-secondary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-transparent-secondary:focus:not(.btn-text), .btn.btn-transparent-secondary.focus:not(.btn-text) {
	color: #3F4254;
	background-color: #E4E6EF;
	border-color: transparent;
  }
  .btn.btn-transparent-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-transparent-secondary:focus:not(.btn-text) i, .btn.btn-transparent-secondary.focus:not(.btn-text) i {
	color: #3F4254;
  }
  .btn.btn-transparent-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-transparent-secondary:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-transparent-secondary.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3F4254;
  }
  .btn.btn-transparent-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-transparent-secondary:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-transparent-secondary.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-transparent-secondary:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-transparent-secondary:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-transparent-secondary.focus:not(.btn-text).dropdown-toggle:after {
	color: #3F4254;
  }
  .btn.btn-transparent-secondary.disabled, .btn.btn-transparent-secondary:disabled {
	color: #E4E6EF;
	background-color: rgba(228, 230, 239, 0.1);
	border-color: transparent;
  }
  .btn.btn-transparent-secondary.disabled i, .btn.btn-transparent-secondary:disabled i {
	color: #E4E6EF;
  }
  .btn.btn-transparent-secondary.disabled .svg-icon svg g [fill], .btn.btn-transparent-secondary:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #E4E6EF;
  }
  .btn.btn-transparent-secondary.disabled .svg-icon svg:hover g [fill], .btn.btn-transparent-secondary:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-transparent-secondary.disabled.dropdown-toggle:after, .btn.btn-transparent-secondary:disabled.dropdown-toggle:after {
	color: #E4E6EF;
  }
  .btn.btn-transparent-secondary:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-transparent-secondary:not(:disabled):not(.disabled).active, .show > .btn.btn-transparent-secondary.dropdown-toggle, .show .btn.btn-transparent-secondary.btn-dropdown {
	color: #3F4254;
	background-color: #E4E6EF;
	border-color: transparent;
  }
  .btn.btn-transparent-secondary:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-transparent-secondary:not(:disabled):not(.disabled).active i, .show > .btn.btn-transparent-secondary.dropdown-toggle i, .show .btn.btn-transparent-secondary.btn-dropdown i {
	color: #3F4254;
  }
  .btn.btn-transparent-secondary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-transparent-secondary:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-transparent-secondary.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-transparent-secondary.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3F4254;
  }
  .btn.btn-transparent-secondary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-transparent-secondary:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-transparent-secondary.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-transparent-secondary.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-transparent-secondary:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-transparent-secondary:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-transparent-secondary.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-transparent-secondary.btn-dropdown.dropdown-toggle:after {
	color: #3F4254;
  }
  .btn.btn-hover-transparent-secondary {
	color: #E4E6EF;
	background-color: transparent;
	border-color: transparent;
  }
  .btn.btn-hover-transparent-secondary i {
	color: #E4E6EF;
  }
  .btn.btn-hover-transparent-secondary .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #E4E6EF;
  }
  .btn.btn-hover-transparent-secondary .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-transparent-secondary.dropdown-toggle:after {
	color: #E4E6EF;
  }
  .btn.btn-hover-transparent-secondary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-transparent-secondary:focus:not(.btn-text), .btn.btn-hover-transparent-secondary.focus:not(.btn-text) {
	color: #E4E6EF;
	background-color: rgba(228, 230, 239, 0.1);
	border-color: transparent;
  }
  .btn.btn-hover-transparent-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-transparent-secondary:focus:not(.btn-text) i, .btn.btn-hover-transparent-secondary.focus:not(.btn-text) i {
	color: #E4E6EF;
  }
  .btn.btn-hover-transparent-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-transparent-secondary:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-transparent-secondary.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #E4E6EF;
  }
  .btn.btn-hover-transparent-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-secondary:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-secondary.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-transparent-secondary:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-transparent-secondary:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-transparent-secondary.focus:not(.btn-text).dropdown-toggle:after {
	color: #E4E6EF;
  }
  .btn.btn-hover-transparent-secondary.disabled, .btn.btn-hover-transparent-secondary:disabled {
	color: #E4E6EF;
	background-color: transparent;
	border-color: transparent;
  }
  .btn.btn-hover-transparent-secondary.disabled i, .btn.btn-hover-transparent-secondary:disabled i {
	color: #E4E6EF;
  }
  .btn.btn-hover-transparent-secondary.disabled .svg-icon svg g [fill], .btn.btn-hover-transparent-secondary:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #E4E6EF;
  }
  .btn.btn-hover-transparent-secondary.disabled .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-secondary:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-transparent-secondary.disabled.dropdown-toggle:after, .btn.btn-hover-transparent-secondary:disabled.dropdown-toggle:after {
	color: #E4E6EF;
  }
  .btn.btn-hover-transparent-secondary:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-transparent-secondary:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-transparent-secondary.dropdown-toggle, .show .btn.btn-hover-transparent-secondary.btn-dropdown {
	color: #E4E6EF;
	background-color: rgba(228, 230, 239, 0.1);
	border-color: transparent;
  }
  .btn.btn-hover-transparent-secondary:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-transparent-secondary:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-transparent-secondary.dropdown-toggle i, .show .btn.btn-hover-transparent-secondary.btn-dropdown i {
	color: #E4E6EF;
  }
  .btn.btn-hover-transparent-secondary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-transparent-secondary:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-transparent-secondary.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-transparent-secondary.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #E4E6EF;
  }
  .btn.btn-hover-transparent-secondary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-secondary:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-transparent-secondary.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-transparent-secondary.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-transparent-secondary:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-transparent-secondary:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-transparent-secondary.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-transparent-secondary.btn-dropdown.dropdown-toggle:after {
	color: #E4E6EF;
  }
  .btn.btn-hover-light-secondary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-light-secondary:focus:not(.btn-text), .btn.btn-hover-light-secondary.focus:not(.btn-text) {
	color: #E4E6EF;
	background-color: #EBEDF3;
	border-color: transparent;
  }
  .btn.btn-hover-light-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-light-secondary:focus:not(.btn-text) i, .btn.btn-hover-light-secondary.focus:not(.btn-text) i {
	color: #E4E6EF;
  }
  .btn.btn-hover-light-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-light-secondary:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-light-secondary.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #E4E6EF;
  }
  .btn.btn-hover-light-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-light-secondary:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-light-secondary.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-light-secondary:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-light-secondary:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-light-secondary.focus:not(.btn-text).dropdown-toggle:after {
	color: #E4E6EF;
  }
  .btn.btn-hover-light-secondary:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-light-secondary:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-light-secondary.dropdown-toggle, .show .btn.btn-hover-light-secondary.btn-dropdown {
	color: #E4E6EF;
	background-color: #EBEDF3;
	border-color: transparent;
  }
  .btn.btn-hover-light-secondary:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-light-secondary:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-light-secondary.dropdown-toggle i, .show .btn.btn-hover-light-secondary.btn-dropdown i {
	color: #E4E6EF;
  }
  .btn.btn-hover-light-secondary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-light-secondary:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-light-secondary.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-light-secondary.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #E4E6EF;
  }
  .btn.btn-hover-light-secondary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-light-secondary:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-light-secondary.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-light-secondary.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-light-secondary:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-light-secondary:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-light-secondary.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-light-secondary.btn-dropdown.dropdown-toggle:after {
	color: #E4E6EF;
  }
  .btn.btn-hover-light-secondary.btn-clean {
	border: 0 !important;
  }

  .btn.btn-link-secondary {
	border: 0;
	padding: 0 !important;
	border-radius: 0 !important;
	color: #E4E6EF;
	background-color: transparent !important;
	border-color: transparent !important;
  }
  .btn.btn-link-secondary i {
	color: #E4E6EF;
  }
  .btn.btn-link-secondary .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #E4E6EF;
  }
  .btn.btn-link-secondary .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-link-secondary.dropdown-toggle:after {
	color: #E4E6EF;
  }
  .btn.btn-link-secondary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-link-secondary:focus:not(.btn-text), .btn.btn-link-secondary.focus:not(.btn-text) {
	color: #d7dae7;
	background-color: transparent !important;
	border-color: transparent !important;
  }
  .btn.btn-link-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-link-secondary:focus:not(.btn-text) i, .btn.btn-link-secondary.focus:not(.btn-text) i {
	color: #d7dae7;
  }
  .btn.btn-link-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-link-secondary:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-link-secondary.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #d7dae7;
  }
  .btn.btn-link-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-link-secondary:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-link-secondary.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-link-secondary:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-link-secondary:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-link-secondary.focus:not(.btn-text).dropdown-toggle:after {
	color: #d7dae7;
  }
  .btn.btn-link-secondary.disabled, .btn.btn-link-secondary:disabled {
	color: #E4E6EF;
	background-color: transparent !important;
	border-color: transparent !important;
  }
  .btn.btn-link-secondary.disabled i, .btn.btn-link-secondary:disabled i {
	color: #E4E6EF;
  }
  .btn.btn-link-secondary.disabled .svg-icon svg g [fill], .btn.btn-link-secondary:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #E4E6EF;
  }
  .btn.btn-link-secondary.disabled .svg-icon svg:hover g [fill], .btn.btn-link-secondary:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-link-secondary.disabled.dropdown-toggle:after, .btn.btn-link-secondary:disabled.dropdown-toggle:after {
	color: #E4E6EF;
  }
  .btn.btn-link-secondary:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-link-secondary:not(:disabled):not(.disabled).active, .show > .btn.btn-link-secondary.dropdown-toggle, .show .btn.btn-link-secondary.btn-dropdown {
	color: #d7dae7;
	background-color: transparent !important;
	border-color: transparent !important;
  }
  .btn.btn-link-secondary:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-link-secondary:not(:disabled):not(.disabled).active i, .show > .btn.btn-link-secondary.dropdown-toggle i, .show .btn.btn-link-secondary.btn-dropdown i {
	color: #d7dae7;
  }
  .btn.btn-link-secondary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-link-secondary:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-link-secondary.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-link-secondary.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #d7dae7;
  }
  .btn.btn-link-secondary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-link-secondary:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-link-secondary.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-link-secondary.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-link-secondary:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-link-secondary:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-link-secondary.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-link-secondary.btn-dropdown.dropdown-toggle:after {
	color: #d7dae7;
  }
  .btn.btn-hover-secondary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-secondary:focus:not(.btn-text), .btn.btn-hover-secondary.focus:not(.btn-text) {
	color: #3F4254 !important;
	background-color: #E4E6EF !important;
	border-color: #E4E6EF !important;
  }
  .btn.btn-hover-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-secondary:focus:not(.btn-text) i, .btn.btn-hover-secondary.focus:not(.btn-text) i {
	color: #3F4254 !important;
  }
  .btn.btn-hover-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-secondary:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-secondary.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3F4254 !important;
  }
  .btn.btn-hover-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-secondary:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-secondary.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-secondary:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-secondary:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-secondary.focus:not(.btn-text).dropdown-toggle:after {
	color: #3F4254 !important;
  }
  .btn.btn-hover-secondary:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-secondary:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-secondary.dropdown-toggle, .show .btn.btn-hover-secondary.btn-dropdown {
	color: #3F4254 !important;
	background-color: #E4E6EF !important;
	border-color: #E4E6EF !important;
  }
  .btn.btn-hover-secondary:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-secondary:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-secondary.dropdown-toggle i, .show .btn.btn-hover-secondary.btn-dropdown i {
	color: #3F4254 !important;
  }
  .btn.btn-hover-secondary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-secondary:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-secondary.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-secondary.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3F4254 !important;
  }
  .btn.btn-hover-secondary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-secondary:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-secondary.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-secondary.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-secondary:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-secondary:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-secondary.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-secondary.btn-dropdown.dropdown-toggle:after {
	color: #3F4254 !important;
  }
  .btn.btn-hover-secondary.btn-clean {
	border: 0 !important;
  }

  .btn.btn-hover-bg-secondary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-bg-secondary:focus:not(.btn-text), .btn.btn-hover-bg-secondary.focus:not(.btn-text) {
	background-color: #E4E6EF !important;
	border-color: #E4E6EF !important;
  }
  .btn.btn-hover-bg-secondary:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-bg-secondary:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-bg-secondary.dropdown-toggle, .show .btn.btn-hover-bg-secondary.btn-dropdown {
	background-color: #E4E6EF !important;
	border-color: #E4E6EF !important;
  }
  .btn.btn-bg-secondary {
	background-color: #E4E6EF;
	border-color: #E4E6EF;
  }
  .btn.btn-bg-secondary.disabled, .btn.btn-bg-secondary:disabled {
	background-color: #E4E6EF;
	border-color: #E4E6EF;
  }

  .btn.btn-secondary.btn-shadow {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.25) !important;
	box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.25) !important;
  }
  .btn.btn-secondary.btn-shadow:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-secondary.btn-shadow:focus:not(.btn-text), .btn.btn-secondary.btn-shadow.focus:not(.btn-text) {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.3) !important;
	box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.3) !important;
  }
  .btn.btn-secondary.btn-shadow:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-secondary.btn-shadow:not(:disabled):not(.disabled).active, .show > .btn.btn-secondary.btn-shadow.dropdown-toggle {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.3) !important;
	box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.3) !important;
  }

  .btn.btn-secondary.btn-shadow-hover:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-secondary.btn-shadow-hover:focus:not(.btn-text), .btn.btn-secondary.btn-shadow-hover.focus:not(.btn-text) {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.3) !important;
	box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.3) !important;
  }
  .btn.btn-secondary.btn-shadow-hover:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-secondary.btn-shadow-hover:not(:disabled):not(.disabled).active, .show > .btn.btn-secondary.btn-shadow-hover.dropdown-toggle {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.3) !important;
	box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.3) !important;
  }

  .btn.btn-success {
	color: #ffffff;
	background-color: #1BC5BD;
	border-color: #1BC5BD;
  }
  .btn.btn-success i {
	color: #ffffff;
  }
  .btn.btn-success .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-success .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-success.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-success:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-success:focus:not(.btn-text), .btn.btn-success.focus:not(.btn-text) {
	color: #ffffff;
	background-color: #0BB7AF;
	border-color: #0BB7AF;
  }
  .btn.btn-success:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-success:focus:not(.btn-text) i, .btn.btn-success.focus:not(.btn-text) i {
	color: #ffffff;
  }
  .btn.btn-success:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-success:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-success.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-success:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-success:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-success.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-success:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-success:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-success.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-success.disabled, .btn.btn-success:disabled {
	color: #ffffff;
	background-color: #1BC5BD;
	border-color: #1BC5BD;
  }
  .btn.btn-success.disabled i, .btn.btn-success:disabled i {
	color: #ffffff;
  }
  .btn.btn-success.disabled .svg-icon svg g [fill], .btn.btn-success:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-success.disabled .svg-icon svg:hover g [fill], .btn.btn-success:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-success.disabled.dropdown-toggle:after, .btn.btn-success:disabled.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-success:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-success:not(:disabled):not(.disabled).active, .show > .btn.btn-success.dropdown-toggle, .show .btn.btn-success.btn-dropdown {
	color: #ffffff;
	background-color: #0BB7AF;
	border-color: #0BB7AF;
  }
  .btn.btn-success:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-success:not(:disabled):not(.disabled).active i, .show > .btn.btn-success.dropdown-toggle i, .show .btn.btn-success.btn-dropdown i {
	color: #ffffff;
  }
  .btn.btn-success:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-success:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-success.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-success.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-success:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-success:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-success.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-success.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-success:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-success:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-success.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-success.btn-dropdown.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-outline-success {
	color: #1BC5BD;
	background-color: transparent;
	border-color: #1BC5BD;
  }
  .btn.btn-outline-success i {
	color: #1BC5BD;
  }
  .btn.btn-outline-success .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #1BC5BD;
  }
  .btn.btn-outline-success .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-outline-success.dropdown-toggle:after {
	color: #1BC5BD;
  }
  .btn.btn-outline-success:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-outline-success:focus:not(.btn-text), .btn.btn-outline-success.focus:not(.btn-text) {
	color: #ffffff;
	background-color: #1BC5BD;
	border-color: #1BC5BD;
  }
  .btn.btn-outline-success:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-outline-success:focus:not(.btn-text) i, .btn.btn-outline-success.focus:not(.btn-text) i {
	color: #ffffff;
  }
  .btn.btn-outline-success:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-outline-success:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-outline-success.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-outline-success:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-outline-success:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-outline-success.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-outline-success:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-outline-success:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-outline-success.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-outline-success.disabled, .btn.btn-outline-success:disabled {
	color: #1BC5BD;
	background-color: transparent;
	border-color: #1BC5BD;
  }
  .btn.btn-outline-success.disabled i, .btn.btn-outline-success:disabled i {
	color: #1BC5BD;
  }
  .btn.btn-outline-success.disabled .svg-icon svg g [fill], .btn.btn-outline-success:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #1BC5BD;
  }
  .btn.btn-outline-success.disabled .svg-icon svg:hover g [fill], .btn.btn-outline-success:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-outline-success.disabled.dropdown-toggle:after, .btn.btn-outline-success:disabled.dropdown-toggle:after {
	color: #1BC5BD;
  }
  .btn.btn-outline-success:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn.btn-outline-success.dropdown-toggle, .show .btn.btn-outline-success.btn-dropdown {
	color: #ffffff;
	background-color: #1BC5BD;
	border-color: #1BC5BD;
  }
  .btn.btn-outline-success:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-outline-success:not(:disabled):not(.disabled).active i, .show > .btn.btn-outline-success.dropdown-toggle i, .show .btn.btn-outline-success.btn-dropdown i {
	color: #ffffff;
  }
  .btn.btn-outline-success:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-outline-success:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-outline-success.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-outline-success.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-outline-success:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-outline-success:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-outline-success.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-outline-success.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-outline-success:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-outline-success:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-outline-success.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-outline-success.btn-dropdown.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-light-success {
	color: #1BC5BD;
	background-color: #C9F7F5;
	border-color: transparent;
  }
  .btn.btn-light-success i {
	color: #1BC5BD;
  }
  .btn.btn-light-success .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #1BC5BD;
  }
  .btn.btn-light-success .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-success.dropdown-toggle:after {
	color: #1BC5BD;
  }
  .btn.btn-light-success:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-success:focus:not(.btn-text), .btn.btn-light-success.focus:not(.btn-text) {
	color: #ffffff;
	background-color: #1BC5BD;
	border-color: transparent;
  }
  .btn.btn-light-success:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-light-success:focus:not(.btn-text) i, .btn.btn-light-success.focus:not(.btn-text) i {
	color: #ffffff;
  }
  .btn.btn-light-success:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-light-success:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-success.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-light-success:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-light-success:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-success.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-success:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-light-success:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-light-success.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-light-success.disabled, .btn.btn-light-success:disabled {
	color: #1BC5BD;
	background-color: #C9F7F5;
	border-color: transparent;
  }
  .btn.btn-light-success.disabled i, .btn.btn-light-success:disabled i {
	color: #1BC5BD;
  }
  .btn.btn-light-success.disabled .svg-icon svg g [fill], .btn.btn-light-success:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #1BC5BD;
  }
  .btn.btn-light-success.disabled .svg-icon svg:hover g [fill], .btn.btn-light-success:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-success.disabled.dropdown-toggle:after, .btn.btn-light-success:disabled.dropdown-toggle:after {
	color: #1BC5BD;
  }
  .btn.btn-light-success:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-success:not(:disabled):not(.disabled).active, .show > .btn.btn-light-success.dropdown-toggle, .show .btn.btn-light-success.btn-dropdown {
	color: #ffffff;
	background-color: #1BC5BD;
	border-color: transparent;
  }
  .btn.btn-light-success:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-light-success:not(:disabled):not(.disabled).active i, .show > .btn.btn-light-success.dropdown-toggle i, .show .btn.btn-light-success.btn-dropdown i {
	color: #ffffff;
  }
  .btn.btn-light-success:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-success:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-light-success.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-light-success.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-light-success:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-success:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-light-success.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-light-success.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-success:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-light-success:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-light-success.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-light-success.btn-dropdown.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-transparent-success {
	color: #1BC5BD;
	background-color: rgba(27, 197, 189, 0.1);
	border-color: transparent;
  }
  .btn.btn-transparent-success i {
	color: #1BC5BD;
  }
  .btn.btn-transparent-success .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #1BC5BD;
  }
  .btn.btn-transparent-success .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-transparent-success.dropdown-toggle:after {
	color: #1BC5BD;
  }
  .btn.btn-transparent-success:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-transparent-success:focus:not(.btn-text), .btn.btn-transparent-success.focus:not(.btn-text) {
	color: #ffffff;
	background-color: #1BC5BD;
	border-color: transparent;
  }
  .btn.btn-transparent-success:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-transparent-success:focus:not(.btn-text) i, .btn.btn-transparent-success.focus:not(.btn-text) i {
	color: #ffffff;
  }
  .btn.btn-transparent-success:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-transparent-success:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-transparent-success.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-transparent-success:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-transparent-success:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-transparent-success.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-transparent-success:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-transparent-success:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-transparent-success.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-transparent-success.disabled, .btn.btn-transparent-success:disabled {
	color: #1BC5BD;
	background-color: rgba(27, 197, 189, 0.1);
	border-color: transparent;
  }
  .btn.btn-transparent-success.disabled i, .btn.btn-transparent-success:disabled i {
	color: #1BC5BD;
  }
  .btn.btn-transparent-success.disabled .svg-icon svg g [fill], .btn.btn-transparent-success:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #1BC5BD;
  }
  .btn.btn-transparent-success.disabled .svg-icon svg:hover g [fill], .btn.btn-transparent-success:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-transparent-success.disabled.dropdown-toggle:after, .btn.btn-transparent-success:disabled.dropdown-toggle:after {
	color: #1BC5BD;
  }
  .btn.btn-transparent-success:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-transparent-success:not(:disabled):not(.disabled).active, .show > .btn.btn-transparent-success.dropdown-toggle, .show .btn.btn-transparent-success.btn-dropdown {
	color: #ffffff;
	background-color: #1BC5BD;
	border-color: transparent;
  }
  .btn.btn-transparent-success:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-transparent-success:not(:disabled):not(.disabled).active i, .show > .btn.btn-transparent-success.dropdown-toggle i, .show .btn.btn-transparent-success.btn-dropdown i {
	color: #ffffff;
  }
  .btn.btn-transparent-success:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-transparent-success:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-transparent-success.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-transparent-success.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-transparent-success:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-transparent-success:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-transparent-success.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-transparent-success.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-transparent-success:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-transparent-success:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-transparent-success.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-transparent-success.btn-dropdown.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-hover-transparent-success {
	color: #1BC5BD;
	background-color: transparent;
	border-color: transparent;
  }
  .btn.btn-hover-transparent-success i {
	color: #1BC5BD;
  }
  .btn.btn-hover-transparent-success .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #1BC5BD;
  }
  .btn.btn-hover-transparent-success .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-transparent-success.dropdown-toggle:after {
	color: #1BC5BD;
  }
  .btn.btn-hover-transparent-success:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-transparent-success:focus:not(.btn-text), .btn.btn-hover-transparent-success.focus:not(.btn-text) {
	color: #1BC5BD;
	background-color: rgba(27, 197, 189, 0.1);
	border-color: transparent;
  }
  .btn.btn-hover-transparent-success:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-transparent-success:focus:not(.btn-text) i, .btn.btn-hover-transparent-success.focus:not(.btn-text) i {
	color: #1BC5BD;
  }
  .btn.btn-hover-transparent-success:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-transparent-success:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-transparent-success.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #1BC5BD;
  }
  .btn.btn-hover-transparent-success:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-success:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-success.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-transparent-success:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-transparent-success:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-transparent-success.focus:not(.btn-text).dropdown-toggle:after {
	color: #1BC5BD;
  }
  .btn.btn-hover-transparent-success.disabled, .btn.btn-hover-transparent-success:disabled {
	color: #1BC5BD;
	background-color: transparent;
	border-color: transparent;
  }
  .btn.btn-hover-transparent-success.disabled i, .btn.btn-hover-transparent-success:disabled i {
	color: #1BC5BD;
  }
  .btn.btn-hover-transparent-success.disabled .svg-icon svg g [fill], .btn.btn-hover-transparent-success:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #1BC5BD;
  }
  .btn.btn-hover-transparent-success.disabled .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-success:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-transparent-success.disabled.dropdown-toggle:after, .btn.btn-hover-transparent-success:disabled.dropdown-toggle:after {
	color: #1BC5BD;
  }
  .btn.btn-hover-transparent-success:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-transparent-success:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-transparent-success.dropdown-toggle, .show .btn.btn-hover-transparent-success.btn-dropdown {
	color: #1BC5BD;
	background-color: rgba(27, 197, 189, 0.1);
	border-color: transparent;
  }
  .btn.btn-hover-transparent-success:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-transparent-success:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-transparent-success.dropdown-toggle i, .show .btn.btn-hover-transparent-success.btn-dropdown i {
	color: #1BC5BD;
  }
  .btn.btn-hover-transparent-success:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-transparent-success:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-transparent-success.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-transparent-success.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #1BC5BD;
  }
  .btn.btn-hover-transparent-success:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-success:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-transparent-success.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-transparent-success.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-transparent-success:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-transparent-success:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-transparent-success.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-transparent-success.btn-dropdown.dropdown-toggle:after {
	color: #1BC5BD;
  }
  .btn.btn-hover-light-success:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-light-success:focus:not(.btn-text), .btn.btn-hover-light-success.focus:not(.btn-text) {
	color: #1BC5BD;
	background-color: #C9F7F5;
	border-color: transparent;
  }
  .btn.btn-hover-light-success:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-light-success:focus:not(.btn-text) i, .btn.btn-hover-light-success.focus:not(.btn-text) i {
	color: #1BC5BD;
  }
  .btn.btn-hover-light-success:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-light-success:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-light-success.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #1BC5BD;
  }
  .btn.btn-hover-light-success:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-light-success:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-light-success.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-light-success:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-light-success:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-light-success.focus:not(.btn-text).dropdown-toggle:after {
	color: #1BC5BD;
  }
  .btn.btn-hover-light-success:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-light-success:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-light-success.dropdown-toggle, .show .btn.btn-hover-light-success.btn-dropdown {
	color: #1BC5BD;
	background-color: #C9F7F5;
	border-color: transparent;
  }
  .btn.btn-hover-light-success:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-light-success:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-light-success.dropdown-toggle i, .show .btn.btn-hover-light-success.btn-dropdown i {
	color: #1BC5BD;
  }
  .btn.btn-hover-light-success:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-light-success:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-light-success.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-light-success.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #1BC5BD;
  }
  .btn.btn-hover-light-success:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-light-success:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-light-success.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-light-success.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-light-success:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-light-success:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-light-success.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-light-success.btn-dropdown.dropdown-toggle:after {
	color: #1BC5BD;
  }
  .btn.btn-hover-light-success.btn-clean {
	border: 0 !important;
  }

  .btn.btn-link-success {
	border: 0;
	padding: 0 !important;
	border-radius: 0 !important;
	color: #1BC5BD;
	background-color: transparent !important;
	border-color: transparent !important;
  }
  .btn.btn-link-success i {
	color: #1BC5BD;
  }
  .btn.btn-link-success .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #1BC5BD;
  }
  .btn.btn-link-success .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-link-success.dropdown-toggle:after {
	color: #1BC5BD;
  }
  .btn.btn-link-success:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-link-success:focus:not(.btn-text), .btn.btn-link-success.focus:not(.btn-text) {
	color: #0BB7AF;
	background-color: transparent !important;
	border-color: transparent !important;
  }
  .btn.btn-link-success:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-link-success:focus:not(.btn-text) i, .btn.btn-link-success.focus:not(.btn-text) i {
	color: #0BB7AF;
  }
  .btn.btn-link-success:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-link-success:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-link-success.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #0BB7AF;
  }
  .btn.btn-link-success:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-link-success:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-link-success.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-link-success:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-link-success:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-link-success.focus:not(.btn-text).dropdown-toggle:after {
	color: #0BB7AF;
  }
  .btn.btn-link-success.disabled, .btn.btn-link-success:disabled {
	color: #1BC5BD;
	background-color: transparent !important;
	border-color: transparent !important;
  }
  .btn.btn-link-success.disabled i, .btn.btn-link-success:disabled i {
	color: #1BC5BD;
  }
  .btn.btn-link-success.disabled .svg-icon svg g [fill], .btn.btn-link-success:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #1BC5BD;
  }
  .btn.btn-link-success.disabled .svg-icon svg:hover g [fill], .btn.btn-link-success:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-link-success.disabled.dropdown-toggle:after, .btn.btn-link-success:disabled.dropdown-toggle:after {
	color: #1BC5BD;
  }
  .btn.btn-link-success:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-link-success:not(:disabled):not(.disabled).active, .show > .btn.btn-link-success.dropdown-toggle, .show .btn.btn-link-success.btn-dropdown {
	color: #0BB7AF;
	background-color: transparent !important;
	border-color: transparent !important;
  }
  .btn.btn-link-success:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-link-success:not(:disabled):not(.disabled).active i, .show > .btn.btn-link-success.dropdown-toggle i, .show .btn.btn-link-success.btn-dropdown i {
	color: #0BB7AF;
  }
  .btn.btn-link-success:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-link-success:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-link-success.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-link-success.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #0BB7AF;
  }
  .btn.btn-link-success:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-link-success:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-link-success.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-link-success.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-link-success:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-link-success:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-link-success.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-link-success.btn-dropdown.dropdown-toggle:after {
	color: #0BB7AF;
  }
  .btn.btn-hover-success:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-success:focus:not(.btn-text), .btn.btn-hover-success.focus:not(.btn-text) {
	color: #ffffff !important;
	background-color: #1BC5BD !important;
	border-color: #1BC5BD !important;
  }
  .btn.btn-hover-success:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-success:focus:not(.btn-text) i, .btn.btn-hover-success.focus:not(.btn-text) i {
	color: #ffffff !important;
  }
  .btn.btn-hover-success:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-success:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-success.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff !important;
  }
  .btn.btn-hover-success:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-success:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-success.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-success:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-success:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-success.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff !important;
  }
  .btn.btn-hover-success:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-success:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-success.dropdown-toggle, .show .btn.btn-hover-success.btn-dropdown {
	color: #ffffff !important;
	background-color: #1BC5BD !important;
	border-color: #1BC5BD !important;
  }
  .btn.btn-hover-success:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-success:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-success.dropdown-toggle i, .show .btn.btn-hover-success.btn-dropdown i {
	color: #ffffff !important;
  }
  .btn.btn-hover-success:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-success:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-success.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-success.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff !important;
  }
  .btn.btn-hover-success:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-success:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-success.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-success.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-success:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-success:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-success.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-success.btn-dropdown.dropdown-toggle:after {
	color: #ffffff !important;
  }
  .btn.btn-hover-success.btn-clean {
	border: 0 !important;
  }

  .btn.btn-hover-bg-success:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-bg-success:focus:not(.btn-text), .btn.btn-hover-bg-success.focus:not(.btn-text) {
	background-color: #1BC5BD !important;
	border-color: #1BC5BD !important;
  }
  .btn.btn-hover-bg-success:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-bg-success:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-bg-success.dropdown-toggle, .show .btn.btn-hover-bg-success.btn-dropdown {
	background-color: #1BC5BD !important;
	border-color: #1BC5BD !important;
  }
  .btn.btn-bg-success {
	background-color: #1BC5BD;
	border-color: #1BC5BD;
  }
  .btn.btn-bg-success.disabled, .btn.btn-bg-success:disabled {
	background-color: #1BC5BD;
	border-color: #1BC5BD;
  }

  .btn.btn-success.btn-shadow {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(27, 197, 189, 0.25) !important;
	box-shadow: 0px 9px 16px 0px rgba(27, 197, 189, 0.25) !important;
  }
  .btn.btn-success.btn-shadow:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-success.btn-shadow:focus:not(.btn-text), .btn.btn-success.btn-shadow.focus:not(.btn-text) {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(27, 197, 189, 0.3) !important;
	box-shadow: 0px 9px 16px 0px rgba(27, 197, 189, 0.3) !important;
  }
  .btn.btn-success.btn-shadow:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-success.btn-shadow:not(:disabled):not(.disabled).active, .show > .btn.btn-success.btn-shadow.dropdown-toggle {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(27, 197, 189, 0.3) !important;
	box-shadow: 0px 9px 16px 0px rgba(27, 197, 189, 0.3) !important;
  }

  .btn.btn-success.btn-shadow-hover:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-success.btn-shadow-hover:focus:not(.btn-text), .btn.btn-success.btn-shadow-hover.focus:not(.btn-text) {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(27, 197, 189, 0.3) !important;
	box-shadow: 0px 9px 16px 0px rgba(27, 197, 189, 0.3) !important;
  }
  .btn.btn-success.btn-shadow-hover:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-success.btn-shadow-hover:not(:disabled):not(.disabled).active, .show > .btn.btn-success.btn-shadow-hover.dropdown-toggle {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(27, 197, 189, 0.3) !important;
	box-shadow: 0px 9px 16px 0px rgba(27, 197, 189, 0.3) !important;
  }

  .btn.btn-info {
	color: #ffffff;
	background-color: #8950FC;
	border-color: #8950FC;
  }
  .btn.btn-info i {
	color: #ffffff;
  }
  .btn.btn-info .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-info .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-info.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-info:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-info:focus:not(.btn-text), .btn.btn-info.focus:not(.btn-text) {
	color: #ffffff;
	background-color: #7337EE;
	border-color: #7337EE;
  }
  .btn.btn-info:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-info:focus:not(.btn-text) i, .btn.btn-info.focus:not(.btn-text) i {
	color: #ffffff;
  }
  .btn.btn-info:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-info:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-info.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-info:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-info:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-info.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-info:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-info:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-info.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-info.disabled, .btn.btn-info:disabled {
	color: #ffffff;
	background-color: #8950FC;
	border-color: #8950FC;
  }
  .btn.btn-info.disabled i, .btn.btn-info:disabled i {
	color: #ffffff;
  }
  .btn.btn-info.disabled .svg-icon svg g [fill], .btn.btn-info:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-info.disabled .svg-icon svg:hover g [fill], .btn.btn-info:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-info.disabled.dropdown-toggle:after, .btn.btn-info:disabled.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-info:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-info:not(:disabled):not(.disabled).active, .show > .btn.btn-info.dropdown-toggle, .show .btn.btn-info.btn-dropdown {
	color: #ffffff;
	background-color: #7337EE;
	border-color: #7337EE;
  }
  .btn.btn-info:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-info:not(:disabled):not(.disabled).active i, .show > .btn.btn-info.dropdown-toggle i, .show .btn.btn-info.btn-dropdown i {
	color: #ffffff;
  }
  .btn.btn-info:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-info:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-info.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-info.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-info:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-info:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-info.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-info.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-info:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-info:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-info.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-info.btn-dropdown.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-outline-info {
	color: #8950FC;
	background-color: transparent;
	border-color: #8950FC;
  }
  .btn.btn-outline-info i {
	color: #8950FC;
  }
  .btn.btn-outline-info .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #8950FC;
  }
  .btn.btn-outline-info .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-outline-info.dropdown-toggle:after {
	color: #8950FC;
  }
  .btn.btn-outline-info:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-outline-info:focus:not(.btn-text), .btn.btn-outline-info.focus:not(.btn-text) {
	color: #ffffff;
	background-color: #8950FC;
	border-color: #8950FC;
  }
  .btn.btn-outline-info:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-outline-info:focus:not(.btn-text) i, .btn.btn-outline-info.focus:not(.btn-text) i {
	color: #ffffff;
  }
  .btn.btn-outline-info:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-outline-info:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-outline-info.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-outline-info:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-outline-info:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-outline-info.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-outline-info:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-outline-info:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-outline-info.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-outline-info.disabled, .btn.btn-outline-info:disabled {
	color: #8950FC;
	background-color: transparent;
	border-color: #8950FC;
  }
  .btn.btn-outline-info.disabled i, .btn.btn-outline-info:disabled i {
	color: #8950FC;
  }
  .btn.btn-outline-info.disabled .svg-icon svg g [fill], .btn.btn-outline-info:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #8950FC;
  }
  .btn.btn-outline-info.disabled .svg-icon svg:hover g [fill], .btn.btn-outline-info:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-outline-info.disabled.dropdown-toggle:after, .btn.btn-outline-info:disabled.dropdown-toggle:after {
	color: #8950FC;
  }
  .btn.btn-outline-info:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn.btn-outline-info.dropdown-toggle, .show .btn.btn-outline-info.btn-dropdown {
	color: #ffffff;
	background-color: #8950FC;
	border-color: #8950FC;
  }
  .btn.btn-outline-info:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-outline-info:not(:disabled):not(.disabled).active i, .show > .btn.btn-outline-info.dropdown-toggle i, .show .btn.btn-outline-info.btn-dropdown i {
	color: #ffffff;
  }
  .btn.btn-outline-info:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-outline-info:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-outline-info.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-outline-info.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-outline-info:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-outline-info:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-outline-info.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-outline-info.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-outline-info:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-outline-info:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-outline-info.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-outline-info.btn-dropdown.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-light-info {
	color: #8950FC;
	background-color: #EEE5FF;
	border-color: transparent;
  }
  .btn.btn-light-info i {
	color: #8950FC;
  }
  .btn.btn-light-info .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #8950FC;
  }
  .btn.btn-light-info .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-info.dropdown-toggle:after {
	color: #8950FC;
  }
  .btn.btn-light-info:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-info:focus:not(.btn-text), .btn.btn-light-info.focus:not(.btn-text) {
	color: #ffffff;
	background-color: #8950FC;
	border-color: transparent;
  }
  .btn.btn-light-info:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-light-info:focus:not(.btn-text) i, .btn.btn-light-info.focus:not(.btn-text) i {
	color: #ffffff;
  }
  .btn.btn-light-info:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-light-info:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-info.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-light-info:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-light-info:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-info.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-info:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-light-info:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-light-info.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-light-info.disabled, .btn.btn-light-info:disabled {
	color: #8950FC;
	background-color: #EEE5FF;
	border-color: transparent;
  }
  .btn.btn-light-info.disabled i, .btn.btn-light-info:disabled i {
	color: #8950FC;
  }
  .btn.btn-light-info.disabled .svg-icon svg g [fill], .btn.btn-light-info:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #8950FC;
  }
  .btn.btn-light-info.disabled .svg-icon svg:hover g [fill], .btn.btn-light-info:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-info.disabled.dropdown-toggle:after, .btn.btn-light-info:disabled.dropdown-toggle:after {
	color: #8950FC;
  }
  .btn.btn-light-info:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-info:not(:disabled):not(.disabled).active, .show > .btn.btn-light-info.dropdown-toggle, .show .btn.btn-light-info.btn-dropdown {
	color: #ffffff;
	background-color: #8950FC;
	border-color: transparent;
  }
  .btn.btn-light-info:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-light-info:not(:disabled):not(.disabled).active i, .show > .btn.btn-light-info.dropdown-toggle i, .show .btn.btn-light-info.btn-dropdown i {
	color: #ffffff;
  }
  .btn.btn-light-info:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-info:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-light-info.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-light-info.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-light-info:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-info:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-light-info.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-light-info.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-info:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-light-info:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-light-info.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-light-info.btn-dropdown.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-transparent-info {
	color: #8950FC;
	background-color: rgba(137, 80, 252, 0.1);
	border-color: transparent;
  }
  .btn.btn-transparent-info i {
	color: #8950FC;
  }
  .btn.btn-transparent-info .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #8950FC;
  }
  .btn.btn-transparent-info .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-transparent-info.dropdown-toggle:after {
	color: #8950FC;
  }
  .btn.btn-transparent-info:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-transparent-info:focus:not(.btn-text), .btn.btn-transparent-info.focus:not(.btn-text) {
	color: #ffffff;
	background-color: #8950FC;
	border-color: transparent;
  }
  .btn.btn-transparent-info:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-transparent-info:focus:not(.btn-text) i, .btn.btn-transparent-info.focus:not(.btn-text) i {
	color: #ffffff;
  }
  .btn.btn-transparent-info:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-transparent-info:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-transparent-info.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-transparent-info:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-transparent-info:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-transparent-info.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-transparent-info:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-transparent-info:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-transparent-info.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-transparent-info.disabled, .btn.btn-transparent-info:disabled {
	color: #8950FC;
	background-color: rgba(137, 80, 252, 0.1);
	border-color: transparent;
  }
  .btn.btn-transparent-info.disabled i, .btn.btn-transparent-info:disabled i {
	color: #8950FC;
  }
  .btn.btn-transparent-info.disabled .svg-icon svg g [fill], .btn.btn-transparent-info:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #8950FC;
  }
  .btn.btn-transparent-info.disabled .svg-icon svg:hover g [fill], .btn.btn-transparent-info:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-transparent-info.disabled.dropdown-toggle:after, .btn.btn-transparent-info:disabled.dropdown-toggle:after {
	color: #8950FC;
  }
  .btn.btn-transparent-info:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-transparent-info:not(:disabled):not(.disabled).active, .show > .btn.btn-transparent-info.dropdown-toggle, .show .btn.btn-transparent-info.btn-dropdown {
	color: #ffffff;
	background-color: #8950FC;
	border-color: transparent;
  }
  .btn.btn-transparent-info:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-transparent-info:not(:disabled):not(.disabled).active i, .show > .btn.btn-transparent-info.dropdown-toggle i, .show .btn.btn-transparent-info.btn-dropdown i {
	color: #ffffff;
  }
  .btn.btn-transparent-info:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-transparent-info:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-transparent-info.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-transparent-info.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-transparent-info:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-transparent-info:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-transparent-info.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-transparent-info.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-transparent-info:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-transparent-info:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-transparent-info.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-transparent-info.btn-dropdown.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-hover-transparent-info {
	color: #8950FC;
	background-color: transparent;
	border-color: transparent;
  }
  .btn.btn-hover-transparent-info i {
	color: #8950FC;
  }
  .btn.btn-hover-transparent-info .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #8950FC;
  }
  .btn.btn-hover-transparent-info .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-transparent-info.dropdown-toggle:after {
	color: #8950FC;
  }
  .btn.btn-hover-transparent-info:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-transparent-info:focus:not(.btn-text), .btn.btn-hover-transparent-info.focus:not(.btn-text) {
	color: #8950FC;
	background-color: rgba(137, 80, 252, 0.1);
	border-color: transparent;
  }
  .btn.btn-hover-transparent-info:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-transparent-info:focus:not(.btn-text) i, .btn.btn-hover-transparent-info.focus:not(.btn-text) i {
	color: #8950FC;
  }
  .btn.btn-hover-transparent-info:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-transparent-info:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-transparent-info.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #8950FC;
  }
  .btn.btn-hover-transparent-info:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-info:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-info.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-transparent-info:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-transparent-info:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-transparent-info.focus:not(.btn-text).dropdown-toggle:after {
	color: #8950FC;
  }
  .btn.btn-hover-transparent-info.disabled, .btn.btn-hover-transparent-info:disabled {
	color: #8950FC;
	background-color: transparent;
	border-color: transparent;
  }
  .btn.btn-hover-transparent-info.disabled i, .btn.btn-hover-transparent-info:disabled i {
	color: #8950FC;
  }
  .btn.btn-hover-transparent-info.disabled .svg-icon svg g [fill], .btn.btn-hover-transparent-info:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #8950FC;
  }
  .btn.btn-hover-transparent-info.disabled .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-info:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-transparent-info.disabled.dropdown-toggle:after, .btn.btn-hover-transparent-info:disabled.dropdown-toggle:after {
	color: #8950FC;
  }
  .btn.btn-hover-transparent-info:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-transparent-info:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-transparent-info.dropdown-toggle, .show .btn.btn-hover-transparent-info.btn-dropdown {
	color: #8950FC;
	background-color: rgba(137, 80, 252, 0.1);
	border-color: transparent;
  }
  .btn.btn-hover-transparent-info:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-transparent-info:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-transparent-info.dropdown-toggle i, .show .btn.btn-hover-transparent-info.btn-dropdown i {
	color: #8950FC;
  }
  .btn.btn-hover-transparent-info:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-transparent-info:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-transparent-info.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-transparent-info.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #8950FC;
  }
  .btn.btn-hover-transparent-info:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-info:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-transparent-info.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-transparent-info.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-transparent-info:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-transparent-info:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-transparent-info.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-transparent-info.btn-dropdown.dropdown-toggle:after {
	color: #8950FC;
  }
  .btn.btn-hover-light-info:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-light-info:focus:not(.btn-text), .btn.btn-hover-light-info.focus:not(.btn-text) {
	color: #8950FC;
	background-color: #EEE5FF;
	border-color: transparent;
  }
  .btn.btn-hover-light-info:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-light-info:focus:not(.btn-text) i, .btn.btn-hover-light-info.focus:not(.btn-text) i {
	color: #8950FC;
  }
  .btn.btn-hover-light-info:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-light-info:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-light-info.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #8950FC;
  }
  .btn.btn-hover-light-info:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-light-info:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-light-info.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-light-info:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-light-info:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-light-info.focus:not(.btn-text).dropdown-toggle:after {
	color: #8950FC;
  }
  .btn.btn-hover-light-info:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-light-info:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-light-info.dropdown-toggle, .show .btn.btn-hover-light-info.btn-dropdown {
	color: #8950FC;
	background-color: #EEE5FF;
	border-color: transparent;
  }
  .btn.btn-hover-light-info:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-light-info:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-light-info.dropdown-toggle i, .show .btn.btn-hover-light-info.btn-dropdown i {
	color: #8950FC;
  }
  .btn.btn-hover-light-info:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-light-info:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-light-info.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-light-info.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #8950FC;
  }
  .btn.btn-hover-light-info:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-light-info:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-light-info.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-light-info.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-light-info:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-light-info:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-light-info.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-light-info.btn-dropdown.dropdown-toggle:after {
	color: #8950FC;
  }
  .btn.btn-hover-light-info.btn-clean {
	border: 0 !important;
  }

  .btn.btn-link-info {
	border: 0;
	padding: 0 !important;
	border-radius: 0 !important;
	color: #8950FC;
	background-color: transparent !important;
	border-color: transparent !important;
  }
  .btn.btn-link-info i {
	color: #8950FC;
  }
  .btn.btn-link-info .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #8950FC;
  }
  .btn.btn-link-info .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-link-info.dropdown-toggle:after {
	color: #8950FC;
  }
  .btn.btn-link-info:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-link-info:focus:not(.btn-text), .btn.btn-link-info.focus:not(.btn-text) {
	color: #7337EE;
	background-color: transparent !important;
	border-color: transparent !important;
  }
  .btn.btn-link-info:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-link-info:focus:not(.btn-text) i, .btn.btn-link-info.focus:not(.btn-text) i {
	color: #7337EE;
  }
  .btn.btn-link-info:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-link-info:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-link-info.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #7337EE;
  }
  .btn.btn-link-info:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-link-info:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-link-info.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-link-info:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-link-info:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-link-info.focus:not(.btn-text).dropdown-toggle:after {
	color: #7337EE;
  }
  .btn.btn-link-info.disabled, .btn.btn-link-info:disabled {
	color: #8950FC;
	background-color: transparent !important;
	border-color: transparent !important;
  }
  .btn.btn-link-info.disabled i, .btn.btn-link-info:disabled i {
	color: #8950FC;
  }
  .btn.btn-link-info.disabled .svg-icon svg g [fill], .btn.btn-link-info:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #8950FC;
  }
  .btn.btn-link-info.disabled .svg-icon svg:hover g [fill], .btn.btn-link-info:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-link-info.disabled.dropdown-toggle:after, .btn.btn-link-info:disabled.dropdown-toggle:after {
	color: #8950FC;
  }
  .btn.btn-link-info:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-link-info:not(:disabled):not(.disabled).active, .show > .btn.btn-link-info.dropdown-toggle, .show .btn.btn-link-info.btn-dropdown {
	color: #7337EE;
	background-color: transparent !important;
	border-color: transparent !important;
  }
  .btn.btn-link-info:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-link-info:not(:disabled):not(.disabled).active i, .show > .btn.btn-link-info.dropdown-toggle i, .show .btn.btn-link-info.btn-dropdown i {
	color: #7337EE;
  }
  .btn.btn-link-info:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-link-info:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-link-info.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-link-info.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #7337EE;
  }
  .btn.btn-link-info:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-link-info:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-link-info.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-link-info.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-link-info:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-link-info:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-link-info.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-link-info.btn-dropdown.dropdown-toggle:after {
	color: #7337EE;
  }
  .btn.btn-hover-info:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-info:focus:not(.btn-text), .btn.btn-hover-info.focus:not(.btn-text) {
	color: #ffffff !important;
	background-color: #8950FC !important;
	border-color: #8950FC !important;
  }
  .btn.btn-hover-info:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-info:focus:not(.btn-text) i, .btn.btn-hover-info.focus:not(.btn-text) i {
	color: #ffffff !important;
  }
  .btn.btn-hover-info:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-info:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-info.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff !important;
  }
  .btn.btn-hover-info:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-info:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-info.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-info:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-info:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-info.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff !important;
  }
  .btn.btn-hover-info:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-info:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-info.dropdown-toggle, .show .btn.btn-hover-info.btn-dropdown {
	color: #ffffff !important;
	background-color: #8950FC !important;
	border-color: #8950FC !important;
  }
  .btn.btn-hover-info:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-info:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-info.dropdown-toggle i, .show .btn.btn-hover-info.btn-dropdown i {
	color: #ffffff !important;
  }
  .btn.btn-hover-info:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-info:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-info.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-info.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff !important;
  }
  .btn.btn-hover-info:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-info:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-info.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-info.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-info:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-info:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-info.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-info.btn-dropdown.dropdown-toggle:after {
	color: #ffffff !important;
  }
  .btn.btn-hover-info.btn-clean {
	border: 0 !important;
  }

  .btn.btn-hover-bg-info:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-bg-info:focus:not(.btn-text), .btn.btn-hover-bg-info.focus:not(.btn-text) {
	background-color: #8950FC !important;
	border-color: #8950FC !important;
  }
  .btn.btn-hover-bg-info:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-bg-info:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-bg-info.dropdown-toggle, .show .btn.btn-hover-bg-info.btn-dropdown {
	background-color: #8950FC !important;
	border-color: #8950FC !important;
  }
  .btn.btn-bg-info {
	background-color: #8950FC;
	border-color: #8950FC;
  }
  .btn.btn-bg-info.disabled, .btn.btn-bg-info:disabled {
	background-color: #8950FC;
	border-color: #8950FC;
  }

  .btn.btn-info.btn-shadow {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(137, 80, 252, 0.25) !important;
	box-shadow: 0px 9px 16px 0px rgba(137, 80, 252, 0.25) !important;
  }
  .btn.btn-info.btn-shadow:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-info.btn-shadow:focus:not(.btn-text), .btn.btn-info.btn-shadow.focus:not(.btn-text) {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(137, 80, 252, 0.3) !important;
	box-shadow: 0px 9px 16px 0px rgba(137, 80, 252, 0.3) !important;
  }
  .btn.btn-info.btn-shadow:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-info.btn-shadow:not(:disabled):not(.disabled).active, .show > .btn.btn-info.btn-shadow.dropdown-toggle {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(137, 80, 252, 0.3) !important;
	box-shadow: 0px 9px 16px 0px rgba(137, 80, 252, 0.3) !important;
  }

  .btn.btn-info.btn-shadow-hover:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-info.btn-shadow-hover:focus:not(.btn-text), .btn.btn-info.btn-shadow-hover.focus:not(.btn-text) {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(137, 80, 252, 0.3) !important;
	box-shadow: 0px 9px 16px 0px rgba(137, 80, 252, 0.3) !important;
  }
  .btn.btn-info.btn-shadow-hover:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-info.btn-shadow-hover:not(:disabled):not(.disabled).active, .show > .btn.btn-info.btn-shadow-hover.dropdown-toggle {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(137, 80, 252, 0.3) !important;
	box-shadow: 0px 9px 16px 0px rgba(137, 80, 252, 0.3) !important;
  }

  .btn.btn-warning {
	color: #ffffff;
	background-color: #FFA800;
	border-color: #FFA800;
  }
  .btn.btn-warning i {
	color: #ffffff;
  }
  .btn.btn-warning .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-warning .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-warning.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-warning:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-warning:focus:not(.btn-text), .btn.btn-warning.focus:not(.btn-text) {
	color: #ffffff;
	background-color: #EE9D01;
	border-color: #EE9D01;
  }
  .btn.btn-warning:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-warning:focus:not(.btn-text) i, .btn.btn-warning.focus:not(.btn-text) i {
	color: #ffffff;
  }
  .btn.btn-warning:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-warning:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-warning.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-warning:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-warning:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-warning.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-warning:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-warning:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-warning.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-warning.disabled, .btn.btn-warning:disabled {
	color: #ffffff;
	background-color: #FFA800;
	border-color: #FFA800;
  }
  .btn.btn-warning.disabled i, .btn.btn-warning:disabled i {
	color: #ffffff;
  }
  .btn.btn-warning.disabled .svg-icon svg g [fill], .btn.btn-warning:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-warning.disabled .svg-icon svg:hover g [fill], .btn.btn-warning:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-warning.disabled.dropdown-toggle:after, .btn.btn-warning:disabled.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-warning:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-warning:not(:disabled):not(.disabled).active, .show > .btn.btn-warning.dropdown-toggle, .show .btn.btn-warning.btn-dropdown {
	color: #ffffff;
	background-color: #EE9D01;
	border-color: #EE9D01;
  }
  .btn.btn-warning:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-warning:not(:disabled):not(.disabled).active i, .show > .btn.btn-warning.dropdown-toggle i, .show .btn.btn-warning.btn-dropdown i {
	color: #ffffff;
  }
  .btn.btn-warning:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-warning:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-warning.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-warning.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-warning:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-warning:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-warning.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-warning.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-warning:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-warning:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-warning.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-warning.btn-dropdown.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-outline-warning {
	color: #FFA800;
	background-color: transparent;
	border-color: #FFA800;
  }
  .btn.btn-outline-warning i {
	color: #FFA800;
  }
  .btn.btn-outline-warning .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #FFA800;
  }
  .btn.btn-outline-warning .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-outline-warning.dropdown-toggle:after {
	color: #FFA800;
  }
  .btn.btn-outline-warning:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-outline-warning:focus:not(.btn-text), .btn.btn-outline-warning.focus:not(.btn-text) {
	color: #ffffff;
	background-color: #FFA800;
	border-color: #FFA800;
  }
  .btn.btn-outline-warning:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-outline-warning:focus:not(.btn-text) i, .btn.btn-outline-warning.focus:not(.btn-text) i {
	color: #ffffff;
  }
  .btn.btn-outline-warning:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-outline-warning:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-outline-warning.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-outline-warning:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-outline-warning:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-outline-warning.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-outline-warning:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-outline-warning:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-outline-warning.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-outline-warning.disabled, .btn.btn-outline-warning:disabled {
	color: #FFA800;
	background-color: transparent;
	border-color: #FFA800;
  }
  .btn.btn-outline-warning.disabled i, .btn.btn-outline-warning:disabled i {
	color: #FFA800;
  }
  .btn.btn-outline-warning.disabled .svg-icon svg g [fill], .btn.btn-outline-warning:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #FFA800;
  }
  .btn.btn-outline-warning.disabled .svg-icon svg:hover g [fill], .btn.btn-outline-warning:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-outline-warning.disabled.dropdown-toggle:after, .btn.btn-outline-warning:disabled.dropdown-toggle:after {
	color: #FFA800;
  }
  .btn.btn-outline-warning:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn.btn-outline-warning.dropdown-toggle, .show .btn.btn-outline-warning.btn-dropdown {
	color: #ffffff;
	background-color: #FFA800;
	border-color: #FFA800;
  }
  .btn.btn-outline-warning:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-outline-warning:not(:disabled):not(.disabled).active i, .show > .btn.btn-outline-warning.dropdown-toggle i, .show .btn.btn-outline-warning.btn-dropdown i {
	color: #ffffff;
  }
  .btn.btn-outline-warning:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-outline-warning:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-outline-warning.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-outline-warning.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-outline-warning:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-outline-warning:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-outline-warning.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-outline-warning.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-outline-warning:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-outline-warning:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-outline-warning.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-outline-warning.btn-dropdown.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-light-warning {
	color: #FFA800;
	background-color: #FFF4DE;
	border-color: transparent;
  }
  .btn.btn-light-warning i {
	color: #FFA800;
  }
  .btn.btn-light-warning .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #FFA800;
  }
  .btn.btn-light-warning .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-warning.dropdown-toggle:after {
	color: #FFA800;
  }
  .btn.btn-light-warning:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-warning:focus:not(.btn-text), .btn.btn-light-warning.focus:not(.btn-text) {
	color: #ffffff;
	background-color: #FFA800;
	border-color: transparent;
  }
  .btn.btn-light-warning:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-light-warning:focus:not(.btn-text) i, .btn.btn-light-warning.focus:not(.btn-text) i {
	color: #ffffff;
  }
  .btn.btn-light-warning:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-light-warning:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-warning.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-light-warning:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-light-warning:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-warning.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-warning:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-light-warning:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-light-warning.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-light-warning.disabled, .btn.btn-light-warning:disabled {
	color: #FFA800;
	background-color: #FFF4DE;
	border-color: transparent;
  }
  .btn.btn-light-warning.disabled i, .btn.btn-light-warning:disabled i {
	color: #FFA800;
  }
  .btn.btn-light-warning.disabled .svg-icon svg g [fill], .btn.btn-light-warning:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #FFA800;
  }
  .btn.btn-light-warning.disabled .svg-icon svg:hover g [fill], .btn.btn-light-warning:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-warning.disabled.dropdown-toggle:after, .btn.btn-light-warning:disabled.dropdown-toggle:after {
	color: #FFA800;
  }
  .btn.btn-light-warning:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-warning:not(:disabled):not(.disabled).active, .show > .btn.btn-light-warning.dropdown-toggle, .show .btn.btn-light-warning.btn-dropdown {
	color: #ffffff;
	background-color: #FFA800;
	border-color: transparent;
  }
  .btn.btn-light-warning:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-light-warning:not(:disabled):not(.disabled).active i, .show > .btn.btn-light-warning.dropdown-toggle i, .show .btn.btn-light-warning.btn-dropdown i {
	color: #ffffff;
  }
  .btn.btn-light-warning:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-warning:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-light-warning.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-light-warning.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-light-warning:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-warning:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-light-warning.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-light-warning.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-warning:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-light-warning:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-light-warning.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-light-warning.btn-dropdown.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-transparent-warning {
	color: #FFA800;
	background-color: rgba(255, 168, 0, 0.1);
	border-color: transparent;
  }
  .btn.btn-transparent-warning i {
	color: #FFA800;
  }
  .btn.btn-transparent-warning .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #FFA800;
  }
  .btn.btn-transparent-warning .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-transparent-warning.dropdown-toggle:after {
	color: #FFA800;
  }
  .btn.btn-transparent-warning:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-transparent-warning:focus:not(.btn-text), .btn.btn-transparent-warning.focus:not(.btn-text) {
	color: #ffffff;
	background-color: #FFA800;
	border-color: transparent;
  }
  .btn.btn-transparent-warning:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-transparent-warning:focus:not(.btn-text) i, .btn.btn-transparent-warning.focus:not(.btn-text) i {
	color: #ffffff;
  }
  .btn.btn-transparent-warning:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-transparent-warning:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-transparent-warning.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-transparent-warning:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-transparent-warning:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-transparent-warning.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-transparent-warning:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-transparent-warning:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-transparent-warning.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-transparent-warning.disabled, .btn.btn-transparent-warning:disabled {
	color: #FFA800;
	background-color: rgba(255, 168, 0, 0.1);
	border-color: transparent;
  }
  .btn.btn-transparent-warning.disabled i, .btn.btn-transparent-warning:disabled i {
	color: #FFA800;
  }
  .btn.btn-transparent-warning.disabled .svg-icon svg g [fill], .btn.btn-transparent-warning:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #FFA800;
  }
  .btn.btn-transparent-warning.disabled .svg-icon svg:hover g [fill], .btn.btn-transparent-warning:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-transparent-warning.disabled.dropdown-toggle:after, .btn.btn-transparent-warning:disabled.dropdown-toggle:after {
	color: #FFA800;
  }
  .btn.btn-transparent-warning:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-transparent-warning:not(:disabled):not(.disabled).active, .show > .btn.btn-transparent-warning.dropdown-toggle, .show .btn.btn-transparent-warning.btn-dropdown {
	color: #ffffff;
	background-color: #FFA800;
	border-color: transparent;
  }
  .btn.btn-transparent-warning:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-transparent-warning:not(:disabled):not(.disabled).active i, .show > .btn.btn-transparent-warning.dropdown-toggle i, .show .btn.btn-transparent-warning.btn-dropdown i {
	color: #ffffff;
  }
  .btn.btn-transparent-warning:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-transparent-warning:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-transparent-warning.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-transparent-warning.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-transparent-warning:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-transparent-warning:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-transparent-warning.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-transparent-warning.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-transparent-warning:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-transparent-warning:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-transparent-warning.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-transparent-warning.btn-dropdown.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-hover-transparent-warning {
	color: #FFA800;
	background-color: transparent;
	border-color: transparent;
  }
  .btn.btn-hover-transparent-warning i {
	color: #FFA800;
  }
  .btn.btn-hover-transparent-warning .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #FFA800;
  }
  .btn.btn-hover-transparent-warning .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-transparent-warning.dropdown-toggle:after {
	color: #FFA800;
  }
  .btn.btn-hover-transparent-warning:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-transparent-warning:focus:not(.btn-text), .btn.btn-hover-transparent-warning.focus:not(.btn-text) {
	color: #FFA800;
	background-color: rgba(255, 168, 0, 0.1);
	border-color: transparent;
  }
  .btn.btn-hover-transparent-warning:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-transparent-warning:focus:not(.btn-text) i, .btn.btn-hover-transparent-warning.focus:not(.btn-text) i {
	color: #FFA800;
  }
  .btn.btn-hover-transparent-warning:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-transparent-warning:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-transparent-warning.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #FFA800;
  }
  .btn.btn-hover-transparent-warning:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-warning:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-warning.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-transparent-warning:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-transparent-warning:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-transparent-warning.focus:not(.btn-text).dropdown-toggle:after {
	color: #FFA800;
  }
  .btn.btn-hover-transparent-warning.disabled, .btn.btn-hover-transparent-warning:disabled {
	color: #FFA800;
	background-color: transparent;
	border-color: transparent;
  }
  .btn.btn-hover-transparent-warning.disabled i, .btn.btn-hover-transparent-warning:disabled i {
	color: #FFA800;
  }
  .btn.btn-hover-transparent-warning.disabled .svg-icon svg g [fill], .btn.btn-hover-transparent-warning:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #FFA800;
  }
  .btn.btn-hover-transparent-warning.disabled .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-warning:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-transparent-warning.disabled.dropdown-toggle:after, .btn.btn-hover-transparent-warning:disabled.dropdown-toggle:after {
	color: #FFA800;
  }
  .btn.btn-hover-transparent-warning:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-transparent-warning:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-transparent-warning.dropdown-toggle, .show .btn.btn-hover-transparent-warning.btn-dropdown {
	color: #FFA800;
	background-color: rgba(255, 168, 0, 0.1);
	border-color: transparent;
  }
  .btn.btn-hover-transparent-warning:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-transparent-warning:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-transparent-warning.dropdown-toggle i, .show .btn.btn-hover-transparent-warning.btn-dropdown i {
	color: #FFA800;
  }
  .btn.btn-hover-transparent-warning:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-transparent-warning:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-transparent-warning.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-transparent-warning.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #FFA800;
  }
  .btn.btn-hover-transparent-warning:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-warning:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-transparent-warning.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-transparent-warning.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-transparent-warning:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-transparent-warning:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-transparent-warning.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-transparent-warning.btn-dropdown.dropdown-toggle:after {
	color: #FFA800;
  }
  .btn.btn-hover-light-warning:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-light-warning:focus:not(.btn-text), .btn.btn-hover-light-warning.focus:not(.btn-text) {
	color: #FFA800;
	background-color: #FFF4DE;
	border-color: transparent;
  }
  .btn.btn-hover-light-warning:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-light-warning:focus:not(.btn-text) i, .btn.btn-hover-light-warning.focus:not(.btn-text) i {
	color: #FFA800;
  }
  .btn.btn-hover-light-warning:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-light-warning:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-light-warning.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #FFA800;
  }
  .btn.btn-hover-light-warning:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-light-warning:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-light-warning.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-light-warning:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-light-warning:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-light-warning.focus:not(.btn-text).dropdown-toggle:after {
	color: #FFA800;
  }
  .btn.btn-hover-light-warning:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-light-warning:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-light-warning.dropdown-toggle, .show .btn.btn-hover-light-warning.btn-dropdown {
	color: #FFA800;
	background-color: #FFF4DE;
	border-color: transparent;
  }
  .btn.btn-hover-light-warning:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-light-warning:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-light-warning.dropdown-toggle i, .show .btn.btn-hover-light-warning.btn-dropdown i {
	color: #FFA800;
  }
  .btn.btn-hover-light-warning:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-light-warning:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-light-warning.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-light-warning.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #FFA800;
  }
  .btn.btn-hover-light-warning:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-light-warning:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-light-warning.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-light-warning.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-light-warning:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-light-warning:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-light-warning.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-light-warning.btn-dropdown.dropdown-toggle:after {
	color: #FFA800;
  }
  .btn.btn-hover-light-warning.btn-clean {
	border: 0 !important;
  }

  .btn.btn-link-warning {
	border: 0;
	padding: 0 !important;
	border-radius: 0 !important;
	color: #FFA800;
	background-color: transparent !important;
	border-color: transparent !important;
  }
  .btn.btn-link-warning i {
	color: #FFA800;
  }
  .btn.btn-link-warning .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #FFA800;
  }
  .btn.btn-link-warning .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-link-warning.dropdown-toggle:after {
	color: #FFA800;
  }
  .btn.btn-link-warning:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-link-warning:focus:not(.btn-text), .btn.btn-link-warning.focus:not(.btn-text) {
	color: #EE9D01;
	background-color: transparent !important;
	border-color: transparent !important;
  }
  .btn.btn-link-warning:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-link-warning:focus:not(.btn-text) i, .btn.btn-link-warning.focus:not(.btn-text) i {
	color: #EE9D01;
  }
  .btn.btn-link-warning:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-link-warning:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-link-warning.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #EE9D01;
  }
  .btn.btn-link-warning:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-link-warning:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-link-warning.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-link-warning:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-link-warning:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-link-warning.focus:not(.btn-text).dropdown-toggle:after {
	color: #EE9D01;
  }
  .btn.btn-link-warning.disabled, .btn.btn-link-warning:disabled {
	color: #FFA800;
	background-color: transparent !important;
	border-color: transparent !important;
  }
  .btn.btn-link-warning.disabled i, .btn.btn-link-warning:disabled i {
	color: #FFA800;
  }
  .btn.btn-link-warning.disabled .svg-icon svg g [fill], .btn.btn-link-warning:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #FFA800;
  }
  .btn.btn-link-warning.disabled .svg-icon svg:hover g [fill], .btn.btn-link-warning:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-link-warning.disabled.dropdown-toggle:after, .btn.btn-link-warning:disabled.dropdown-toggle:after {
	color: #FFA800;
  }
  .btn.btn-link-warning:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-link-warning:not(:disabled):not(.disabled).active, .show > .btn.btn-link-warning.dropdown-toggle, .show .btn.btn-link-warning.btn-dropdown {
	color: #EE9D01;
	background-color: transparent !important;
	border-color: transparent !important;
  }
  .btn.btn-link-warning:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-link-warning:not(:disabled):not(.disabled).active i, .show > .btn.btn-link-warning.dropdown-toggle i, .show .btn.btn-link-warning.btn-dropdown i {
	color: #EE9D01;
  }
  .btn.btn-link-warning:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-link-warning:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-link-warning.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-link-warning.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #EE9D01;
  }
  .btn.btn-link-warning:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-link-warning:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-link-warning.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-link-warning.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-link-warning:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-link-warning:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-link-warning.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-link-warning.btn-dropdown.dropdown-toggle:after {
	color: #EE9D01;
  }
  .btn.btn-hover-warning:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-warning:focus:not(.btn-text), .btn.btn-hover-warning.focus:not(.btn-text) {
	color: #ffffff !important;
	background-color: #FFA800 !important;
	border-color: #FFA800 !important;
  }
  .btn.btn-hover-warning:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-warning:focus:not(.btn-text) i, .btn.btn-hover-warning.focus:not(.btn-text) i {
	color: #ffffff !important;
  }
  .btn.btn-hover-warning:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-warning:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-warning.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff !important;
  }
  .btn.btn-hover-warning:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-warning:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-warning.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-warning:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-warning:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-warning.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff !important;
  }
  .btn.btn-hover-warning:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-warning:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-warning.dropdown-toggle, .show .btn.btn-hover-warning.btn-dropdown {
	color: #ffffff !important;
	background-color: #FFA800 !important;
	border-color: #FFA800 !important;
  }
  .btn.btn-hover-warning:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-warning:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-warning.dropdown-toggle i, .show .btn.btn-hover-warning.btn-dropdown i {
	color: #ffffff !important;
  }
  .btn.btn-hover-warning:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-warning:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-warning.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-warning.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff !important;
  }
  .btn.btn-hover-warning:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-warning:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-warning.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-warning.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-warning:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-warning:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-warning.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-warning.btn-dropdown.dropdown-toggle:after {
	color: #ffffff !important;
  }
  .btn.btn-hover-warning.btn-clean {
	border: 0 !important;
  }

  .btn.btn-hover-bg-warning:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-bg-warning:focus:not(.btn-text), .btn.btn-hover-bg-warning.focus:not(.btn-text) {
	background-color: #FFA800 !important;
	border-color: #FFA800 !important;
  }
  .btn.btn-hover-bg-warning:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-bg-warning:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-bg-warning.dropdown-toggle, .show .btn.btn-hover-bg-warning.btn-dropdown {
	background-color: #FFA800 !important;
	border-color: #FFA800 !important;
  }
  .btn.btn-bg-warning {
	background-color: #FFA800;
	border-color: #FFA800;
  }
  .btn.btn-bg-warning.disabled, .btn.btn-bg-warning:disabled {
	background-color: #FFA800;
	border-color: #FFA800;
  }

  .btn.btn-warning.btn-shadow {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(255, 168, 0, 0.25) !important;
	box-shadow: 0px 9px 16px 0px rgba(255, 168, 0, 0.25) !important;
  }
  .btn.btn-warning.btn-shadow:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-warning.btn-shadow:focus:not(.btn-text), .btn.btn-warning.btn-shadow.focus:not(.btn-text) {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(255, 168, 0, 0.3) !important;
	box-shadow: 0px 9px 16px 0px rgba(255, 168, 0, 0.3) !important;
  }
  .btn.btn-warning.btn-shadow:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-warning.btn-shadow:not(:disabled):not(.disabled).active, .show > .btn.btn-warning.btn-shadow.dropdown-toggle {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(255, 168, 0, 0.3) !important;
	box-shadow: 0px 9px 16px 0px rgba(255, 168, 0, 0.3) !important;
  }

  .btn.btn-warning.btn-shadow-hover:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-warning.btn-shadow-hover:focus:not(.btn-text), .btn.btn-warning.btn-shadow-hover.focus:not(.btn-text) {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(255, 168, 0, 0.3) !important;
	box-shadow: 0px 9px 16px 0px rgba(255, 168, 0, 0.3) !important;
  }
  .btn.btn-warning.btn-shadow-hover:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-warning.btn-shadow-hover:not(:disabled):not(.disabled).active, .show > .btn.btn-warning.btn-shadow-hover.dropdown-toggle {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(255, 168, 0, 0.3) !important;
	box-shadow: 0px 9px 16px 0px rgba(255, 168, 0, 0.3) !important;
  }

  .btn.btn-danger {
	color: #ffffff;
	background-color: #F64E60;
	border-color: #F64E60;
  }
  .btn.btn-danger i {
	color: #ffffff;
  }
  .btn.btn-danger .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-danger .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-danger.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-danger:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-danger:focus:not(.btn-text), .btn.btn-danger.focus:not(.btn-text) {
	color: #ffffff;
	background-color: #EE2D41;
	border-color: #EE2D41;
  }
  .btn.btn-danger:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-danger:focus:not(.btn-text) i, .btn.btn-danger.focus:not(.btn-text) i {
	color: #ffffff;
  }
  .btn.btn-danger:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-danger:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-danger.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-danger:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-danger:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-danger.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-danger:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-danger:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-danger.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-danger.disabled, .btn.btn-danger:disabled {
	color: #ffffff;
	background-color: #F64E60;
	border-color: #F64E60;
  }
  .btn.btn-danger.disabled i, .btn.btn-danger:disabled i {
	color: #ffffff;
  }
  .btn.btn-danger.disabled .svg-icon svg g [fill], .btn.btn-danger:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-danger.disabled .svg-icon svg:hover g [fill], .btn.btn-danger:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-danger.disabled.dropdown-toggle:after, .btn.btn-danger:disabled.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-danger:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-danger:not(:disabled):not(.disabled).active, .show > .btn.btn-danger.dropdown-toggle, .show .btn.btn-danger.btn-dropdown {
	color: #ffffff;
	background-color: #EE2D41;
	border-color: #EE2D41;
  }
  .btn.btn-danger:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-danger:not(:disabled):not(.disabled).active i, .show > .btn.btn-danger.dropdown-toggle i, .show .btn.btn-danger.btn-dropdown i {
	color: #ffffff;
  }
  .btn.btn-danger:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-danger:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-danger.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-danger.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-danger:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-danger:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-danger.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-danger.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-danger:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-danger:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-danger.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-danger.btn-dropdown.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-outline-danger {
	color: #F64E60;
	background-color: transparent;
	border-color: #F64E60;
  }
  .btn.btn-outline-danger i {
	color: #F64E60;
  }
  .btn.btn-outline-danger .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #F64E60;
  }
  .btn.btn-outline-danger .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-outline-danger.dropdown-toggle:after {
	color: #F64E60;
  }
  .btn.btn-outline-danger:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-outline-danger:focus:not(.btn-text), .btn.btn-outline-danger.focus:not(.btn-text) {
	color: #ffffff;
	background-color: #F64E60;
	border-color: #F64E60;
  }
  .btn.btn-outline-danger:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-outline-danger:focus:not(.btn-text) i, .btn.btn-outline-danger.focus:not(.btn-text) i {
	color: #ffffff;
  }
  .btn.btn-outline-danger:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-outline-danger:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-outline-danger.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-outline-danger:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-outline-danger:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-outline-danger.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-outline-danger:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-outline-danger:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-outline-danger.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-outline-danger.disabled, .btn.btn-outline-danger:disabled {
	color: #F64E60;
	background-color: transparent;
	border-color: #F64E60;
  }
  .btn.btn-outline-danger.disabled i, .btn.btn-outline-danger:disabled i {
	color: #F64E60;
  }
  .btn.btn-outline-danger.disabled .svg-icon svg g [fill], .btn.btn-outline-danger:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #F64E60;
  }
  .btn.btn-outline-danger.disabled .svg-icon svg:hover g [fill], .btn.btn-outline-danger:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-outline-danger.disabled.dropdown-toggle:after, .btn.btn-outline-danger:disabled.dropdown-toggle:after {
	color: #F64E60;
  }
  .btn.btn-outline-danger:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn.btn-outline-danger.dropdown-toggle, .show .btn.btn-outline-danger.btn-dropdown {
	color: #ffffff;
	background-color: #F64E60;
	border-color: #F64E60;
  }
  .btn.btn-outline-danger:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-outline-danger:not(:disabled):not(.disabled).active i, .show > .btn.btn-outline-danger.dropdown-toggle i, .show .btn.btn-outline-danger.btn-dropdown i {
	color: #ffffff;
  }
  .btn.btn-outline-danger:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-outline-danger:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-outline-danger.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-outline-danger.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-outline-danger:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-outline-danger:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-outline-danger.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-outline-danger.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-outline-danger:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-outline-danger:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-outline-danger.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-outline-danger.btn-dropdown.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-light-danger {
	color: #F64E60;
	background-color: #FFE2E5;
	border-color: transparent;
  }
  .btn.btn-light-danger i {
	color: #F64E60;
  }
  .btn.btn-light-danger .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #F64E60;
  }
  .btn.btn-light-danger .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-danger.dropdown-toggle:after {
	color: #F64E60;
  }
  .btn.btn-light-danger:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-danger:focus:not(.btn-text), .btn.btn-light-danger.focus:not(.btn-text) {
	color: #ffffff;
	background-color: #F64E60;
	border-color: transparent;
  }
  .btn.btn-light-danger:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-light-danger:focus:not(.btn-text) i, .btn.btn-light-danger.focus:not(.btn-text) i {
	color: #ffffff;
  }
  .btn.btn-light-danger:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-light-danger:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-danger.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-light-danger:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-light-danger:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-danger.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-danger:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-light-danger:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-light-danger.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-light-danger.disabled, .btn.btn-light-danger:disabled {
	color: #F64E60;
	background-color: #FFE2E5;
	border-color: transparent;
  }
  .btn.btn-light-danger.disabled i, .btn.btn-light-danger:disabled i {
	color: #F64E60;
  }
  .btn.btn-light-danger.disabled .svg-icon svg g [fill], .btn.btn-light-danger:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #F64E60;
  }
  .btn.btn-light-danger.disabled .svg-icon svg:hover g [fill], .btn.btn-light-danger:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-danger.disabled.dropdown-toggle:after, .btn.btn-light-danger:disabled.dropdown-toggle:after {
	color: #F64E60;
  }
  .btn.btn-light-danger:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-danger:not(:disabled):not(.disabled).active, .show > .btn.btn-light-danger.dropdown-toggle, .show .btn.btn-light-danger.btn-dropdown {
	color: #ffffff;
	background-color: #F64E60;
	border-color: transparent;
  }
  .btn.btn-light-danger:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-light-danger:not(:disabled):not(.disabled).active i, .show > .btn.btn-light-danger.dropdown-toggle i, .show .btn.btn-light-danger.btn-dropdown i {
	color: #ffffff;
  }
  .btn.btn-light-danger:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-danger:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-light-danger.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-light-danger.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-light-danger:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-danger:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-light-danger.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-light-danger.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-danger:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-light-danger:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-light-danger.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-light-danger.btn-dropdown.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-transparent-danger {
	color: #F64E60;
	background-color: rgba(246, 78, 96, 0.1);
	border-color: transparent;
  }
  .btn.btn-transparent-danger i {
	color: #F64E60;
  }
  .btn.btn-transparent-danger .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #F64E60;
  }
  .btn.btn-transparent-danger .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-transparent-danger.dropdown-toggle:after {
	color: #F64E60;
  }
  .btn.btn-transparent-danger:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-transparent-danger:focus:not(.btn-text), .btn.btn-transparent-danger.focus:not(.btn-text) {
	color: #ffffff;
	background-color: #F64E60;
	border-color: transparent;
  }
  .btn.btn-transparent-danger:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-transparent-danger:focus:not(.btn-text) i, .btn.btn-transparent-danger.focus:not(.btn-text) i {
	color: #ffffff;
  }
  .btn.btn-transparent-danger:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-transparent-danger:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-transparent-danger.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-transparent-danger:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-transparent-danger:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-transparent-danger.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-transparent-danger:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-transparent-danger:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-transparent-danger.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-transparent-danger.disabled, .btn.btn-transparent-danger:disabled {
	color: #F64E60;
	background-color: rgba(246, 78, 96, 0.1);
	border-color: transparent;
  }
  .btn.btn-transparent-danger.disabled i, .btn.btn-transparent-danger:disabled i {
	color: #F64E60;
  }
  .btn.btn-transparent-danger.disabled .svg-icon svg g [fill], .btn.btn-transparent-danger:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #F64E60;
  }
  .btn.btn-transparent-danger.disabled .svg-icon svg:hover g [fill], .btn.btn-transparent-danger:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-transparent-danger.disabled.dropdown-toggle:after, .btn.btn-transparent-danger:disabled.dropdown-toggle:after {
	color: #F64E60;
  }
  .btn.btn-transparent-danger:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-transparent-danger:not(:disabled):not(.disabled).active, .show > .btn.btn-transparent-danger.dropdown-toggle, .show .btn.btn-transparent-danger.btn-dropdown {
	color: #ffffff;
	background-color: #F64E60;
	border-color: transparent;
  }
  .btn.btn-transparent-danger:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-transparent-danger:not(:disabled):not(.disabled).active i, .show > .btn.btn-transparent-danger.dropdown-toggle i, .show .btn.btn-transparent-danger.btn-dropdown i {
	color: #ffffff;
  }
  .btn.btn-transparent-danger:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-transparent-danger:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-transparent-danger.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-transparent-danger.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-transparent-danger:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-transparent-danger:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-transparent-danger.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-transparent-danger.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-transparent-danger:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-transparent-danger:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-transparent-danger.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-transparent-danger.btn-dropdown.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-hover-transparent-danger {
	color: #F64E60;
	background-color: transparent;
	border-color: transparent;
  }
  .btn.btn-hover-transparent-danger i {
	color: #F64E60;
  }
  .btn.btn-hover-transparent-danger .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #F64E60;
  }
  .btn.btn-hover-transparent-danger .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-transparent-danger.dropdown-toggle:after {
	color: #F64E60;
  }
  .btn.btn-hover-transparent-danger:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-transparent-danger:focus:not(.btn-text), .btn.btn-hover-transparent-danger.focus:not(.btn-text) {
	color: #F64E60;
	background-color: rgba(246, 78, 96, 0.1);
	border-color: transparent;
  }
  .btn.btn-hover-transparent-danger:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-transparent-danger:focus:not(.btn-text) i, .btn.btn-hover-transparent-danger.focus:not(.btn-text) i {
	color: #F64E60;
  }
  .btn.btn-hover-transparent-danger:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-transparent-danger:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-transparent-danger.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #F64E60;
  }
  .btn.btn-hover-transparent-danger:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-danger:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-danger.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-transparent-danger:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-transparent-danger:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-transparent-danger.focus:not(.btn-text).dropdown-toggle:after {
	color: #F64E60;
  }
  .btn.btn-hover-transparent-danger.disabled, .btn.btn-hover-transparent-danger:disabled {
	color: #F64E60;
	background-color: transparent;
	border-color: transparent;
  }
  .btn.btn-hover-transparent-danger.disabled i, .btn.btn-hover-transparent-danger:disabled i {
	color: #F64E60;
  }
  .btn.btn-hover-transparent-danger.disabled .svg-icon svg g [fill], .btn.btn-hover-transparent-danger:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #F64E60;
  }
  .btn.btn-hover-transparent-danger.disabled .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-danger:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-transparent-danger.disabled.dropdown-toggle:after, .btn.btn-hover-transparent-danger:disabled.dropdown-toggle:after {
	color: #F64E60;
  }
  .btn.btn-hover-transparent-danger:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-transparent-danger:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-transparent-danger.dropdown-toggle, .show .btn.btn-hover-transparent-danger.btn-dropdown {
	color: #F64E60;
	background-color: rgba(246, 78, 96, 0.1);
	border-color: transparent;
  }
  .btn.btn-hover-transparent-danger:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-transparent-danger:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-transparent-danger.dropdown-toggle i, .show .btn.btn-hover-transparent-danger.btn-dropdown i {
	color: #F64E60;
  }
  .btn.btn-hover-transparent-danger:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-transparent-danger:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-transparent-danger.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-transparent-danger.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #F64E60;
  }
  .btn.btn-hover-transparent-danger:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-danger:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-transparent-danger.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-transparent-danger.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-transparent-danger:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-transparent-danger:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-transparent-danger.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-transparent-danger.btn-dropdown.dropdown-toggle:after {
	color: #F64E60;
  }
  .btn.btn-hover-light-danger:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-light-danger:focus:not(.btn-text), .btn.btn-hover-light-danger.focus:not(.btn-text) {
	color: #F64E60;
	background-color: #FFE2E5;
	border-color: transparent;
  }
  .btn.btn-hover-light-danger:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-light-danger:focus:not(.btn-text) i, .btn.btn-hover-light-danger.focus:not(.btn-text) i {
	color: #F64E60;
  }
  .btn.btn-hover-light-danger:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-light-danger:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-light-danger.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #F64E60;
  }
  .btn.btn-hover-light-danger:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-light-danger:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-light-danger.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-light-danger:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-light-danger:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-light-danger.focus:not(.btn-text).dropdown-toggle:after {
	color: #F64E60;
  }
  .btn.btn-hover-light-danger:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-light-danger:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-light-danger.dropdown-toggle, .show .btn.btn-hover-light-danger.btn-dropdown {
	color: #F64E60;
	background-color: #FFE2E5;
	border-color: transparent;
  }
  .btn.btn-hover-light-danger:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-light-danger:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-light-danger.dropdown-toggle i, .show .btn.btn-hover-light-danger.btn-dropdown i {
	color: #F64E60;
  }
  .btn.btn-hover-light-danger:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-light-danger:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-light-danger.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-light-danger.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #F64E60;
  }
  .btn.btn-hover-light-danger:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-light-danger:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-light-danger.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-light-danger.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-light-danger:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-light-danger:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-light-danger.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-light-danger.btn-dropdown.dropdown-toggle:after {
	color: #F64E60;
  }
  .btn.btn-hover-light-danger.btn-clean {
	border: 0 !important;
  }

  .btn.btn-link-danger {
	border: 0;
	padding: 0 !important;
	border-radius: 0 !important;
	color: #F64E60;
	background-color: transparent !important;
	border-color: transparent !important;
  }
  .btn.btn-link-danger i {
	color: #F64E60;
  }
  .btn.btn-link-danger .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #F64E60;
  }
  .btn.btn-link-danger .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-link-danger.dropdown-toggle:after {
	color: #F64E60;
  }
  .btn.btn-link-danger:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-link-danger:focus:not(.btn-text), .btn.btn-link-danger.focus:not(.btn-text) {
	color: #EE2D41;
	background-color: transparent !important;
	border-color: transparent !important;
  }
  .btn.btn-link-danger:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-link-danger:focus:not(.btn-text) i, .btn.btn-link-danger.focus:not(.btn-text) i {
	color: #EE2D41;
  }
  .btn.btn-link-danger:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-link-danger:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-link-danger.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #EE2D41;
  }
  .btn.btn-link-danger:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-link-danger:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-link-danger.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-link-danger:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-link-danger:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-link-danger.focus:not(.btn-text).dropdown-toggle:after {
	color: #EE2D41;
  }
  .btn.btn-link-danger.disabled, .btn.btn-link-danger:disabled {
	color: #F64E60;
	background-color: transparent !important;
	border-color: transparent !important;
  }
  .btn.btn-link-danger.disabled i, .btn.btn-link-danger:disabled i {
	color: #F64E60;
  }
  .btn.btn-link-danger.disabled .svg-icon svg g [fill], .btn.btn-link-danger:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #F64E60;
  }
  .btn.btn-link-danger.disabled .svg-icon svg:hover g [fill], .btn.btn-link-danger:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-link-danger.disabled.dropdown-toggle:after, .btn.btn-link-danger:disabled.dropdown-toggle:after {
	color: #F64E60;
  }
  .btn.btn-link-danger:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-link-danger:not(:disabled):not(.disabled).active, .show > .btn.btn-link-danger.dropdown-toggle, .show .btn.btn-link-danger.btn-dropdown {
	color: #EE2D41;
	background-color: transparent !important;
	border-color: transparent !important;
  }
  .btn.btn-link-danger:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-link-danger:not(:disabled):not(.disabled).active i, .show > .btn.btn-link-danger.dropdown-toggle i, .show .btn.btn-link-danger.btn-dropdown i {
	color: #EE2D41;
  }
  .btn.btn-link-danger:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-link-danger:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-link-danger.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-link-danger.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #EE2D41;
  }
  .btn.btn-link-danger:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-link-danger:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-link-danger.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-link-danger.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-link-danger:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-link-danger:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-link-danger.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-link-danger.btn-dropdown.dropdown-toggle:after {
	color: #EE2D41;
  }
  .btn.btn-hover-danger:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-danger:focus:not(.btn-text), .btn.btn-hover-danger.focus:not(.btn-text) {
	color: #ffffff !important;
	background-color: #F64E60 !important;
	border-color: #F64E60 !important;
  }
  .btn.btn-hover-danger:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-danger:focus:not(.btn-text) i, .btn.btn-hover-danger.focus:not(.btn-text) i {
	color: #ffffff !important;
  }
  .btn.btn-hover-danger:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-danger:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-danger.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff !important;
  }
  .btn.btn-hover-danger:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-danger:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-danger.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-danger:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-danger:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-danger.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff !important;
  }
  .btn.btn-hover-danger:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-danger:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-danger.dropdown-toggle, .show .btn.btn-hover-danger.btn-dropdown {
	color: #ffffff !important;
	background-color: #F64E60 !important;
	border-color: #F64E60 !important;
  }
  .btn.btn-hover-danger:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-danger:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-danger.dropdown-toggle i, .show .btn.btn-hover-danger.btn-dropdown i {
	color: #ffffff !important;
  }
  .btn.btn-hover-danger:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-danger:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-danger.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-danger.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff !important;
  }
  .btn.btn-hover-danger:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-danger:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-danger.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-danger.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-danger:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-danger:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-danger.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-danger.btn-dropdown.dropdown-toggle:after {
	color: #ffffff !important;
  }
  .btn.btn-hover-danger.btn-clean {
	border: 0 !important;
  }

  .btn.btn-hover-bg-danger:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-bg-danger:focus:not(.btn-text), .btn.btn-hover-bg-danger.focus:not(.btn-text) {
	background-color: #F64E60 !important;
	border-color: #F64E60 !important;
  }
  .btn.btn-hover-bg-danger:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-bg-danger:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-bg-danger.dropdown-toggle, .show .btn.btn-hover-bg-danger.btn-dropdown {
	background-color: #F64E60 !important;
	border-color: #F64E60 !important;
  }
  .btn.btn-bg-danger {
	background-color: #F64E60;
	border-color: #F64E60;
  }
  .btn.btn-bg-danger.disabled, .btn.btn-bg-danger:disabled {
	background-color: #F64E60;
	border-color: #F64E60;
  }

  .btn.btn-danger.btn-shadow {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(246, 78, 96, 0.25) !important;
	box-shadow: 0px 9px 16px 0px rgba(246, 78, 96, 0.25) !important;
  }
  .btn.btn-danger.btn-shadow:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-danger.btn-shadow:focus:not(.btn-text), .btn.btn-danger.btn-shadow.focus:not(.btn-text) {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(246, 78, 96, 0.3) !important;
	box-shadow: 0px 9px 16px 0px rgba(246, 78, 96, 0.3) !important;
  }
  .btn.btn-danger.btn-shadow:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-danger.btn-shadow:not(:disabled):not(.disabled).active, .show > .btn.btn-danger.btn-shadow.dropdown-toggle {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(246, 78, 96, 0.3) !important;
	box-shadow: 0px 9px 16px 0px rgba(246, 78, 96, 0.3) !important;
  }

  .btn.btn-danger.btn-shadow-hover:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-danger.btn-shadow-hover:focus:not(.btn-text), .btn.btn-danger.btn-shadow-hover.focus:not(.btn-text) {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(246, 78, 96, 0.3) !important;
	box-shadow: 0px 9px 16px 0px rgba(246, 78, 96, 0.3) !important;
  }
  .btn.btn-danger.btn-shadow-hover:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-danger.btn-shadow-hover:not(:disabled):not(.disabled).active, .show > .btn.btn-danger.btn-shadow-hover.dropdown-toggle {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(246, 78, 96, 0.3) !important;
	box-shadow: 0px 9px 16px 0px rgba(246, 78, 96, 0.3) !important;
  }

  .btn.btn-light {
	color: #7E8299;
	background-color: #F3F6F9;
	border-color: #F3F6F9;
  }
  .btn.btn-light i {
	color: #7E8299;
  }
  .btn.btn-light .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #7E8299;
  }
  .btn.btn-light .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light.dropdown-toggle:after {
	color: #7E8299;
  }
  .btn.btn-light:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light:focus:not(.btn-text), .btn.btn-light.focus:not(.btn-text) {
	color: #7E8299;
	background-color: #E4E6EF;
	border-color: #E4E6EF;
  }
  .btn.btn-light:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-light:focus:not(.btn-text) i, .btn.btn-light.focus:not(.btn-text) i {
	color: #7E8299;
  }
  .btn.btn-light:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-light:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #7E8299;
  }
  .btn.btn-light:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-light:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-light:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-light.focus:not(.btn-text).dropdown-toggle:after {
	color: #7E8299;
  }
  .btn.btn-light.disabled, .btn.btn-light:disabled {
	color: #7E8299;
	background-color: #F3F6F9;
	border-color: #F3F6F9;
  }
  .btn.btn-light.disabled i, .btn.btn-light:disabled i {
	color: #7E8299;
  }
  .btn.btn-light.disabled .svg-icon svg g [fill], .btn.btn-light:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #7E8299;
  }
  .btn.btn-light.disabled .svg-icon svg:hover g [fill], .btn.btn-light:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light.disabled.dropdown-toggle:after, .btn.btn-light:disabled.dropdown-toggle:after {
	color: #7E8299;
  }
  .btn.btn-light:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light:not(:disabled):not(.disabled).active, .show > .btn.btn-light.dropdown-toggle, .show .btn.btn-light.btn-dropdown {
	color: #7E8299;
	background-color: #E4E6EF;
	border-color: #E4E6EF;
  }
  .btn.btn-light:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-light:not(:disabled):not(.disabled).active i, .show > .btn.btn-light.dropdown-toggle i, .show .btn.btn-light.btn-dropdown i {
	color: #7E8299;
  }
  .btn.btn-light:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-light.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-light.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #7E8299;
  }
  .btn.btn-light:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-light.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-light.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-light:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-light.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-light.btn-dropdown.dropdown-toggle:after {
	color: #7E8299;
  }
  .btn.btn-outline-light {
	color: #3F4254;
	background-color: transparent;
	border-color: #F3F6F9;
  }
  .btn.btn-outline-light i {
	color: #3F4254;
  }
  .btn.btn-outline-light .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3F4254;
  }
  .btn.btn-outline-light .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-outline-light.dropdown-toggle:after {
	color: #3F4254;
  }
  .btn.btn-outline-light:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-outline-light:focus:not(.btn-text), .btn.btn-outline-light.focus:not(.btn-text) {
	color: #7E8299;
	background-color: #F3F6F9;
	border-color: #F3F6F9;
  }
  .btn.btn-outline-light:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-outline-light:focus:not(.btn-text) i, .btn.btn-outline-light.focus:not(.btn-text) i {
	color: #7E8299;
  }
  .btn.btn-outline-light:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-outline-light:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-outline-light.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #7E8299;
  }
  .btn.btn-outline-light:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-outline-light:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-outline-light.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-outline-light:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-outline-light:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-outline-light.focus:not(.btn-text).dropdown-toggle:after {
	color: #7E8299;
  }
  .btn.btn-outline-light.disabled, .btn.btn-outline-light:disabled {
	color: #3F4254;
	background-color: transparent;
	border-color: #F3F6F9;
  }
  .btn.btn-outline-light.disabled i, .btn.btn-outline-light:disabled i {
	color: #3F4254;
  }
  .btn.btn-outline-light.disabled .svg-icon svg g [fill], .btn.btn-outline-light:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3F4254;
  }
  .btn.btn-outline-light.disabled .svg-icon svg:hover g [fill], .btn.btn-outline-light:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-outline-light.disabled.dropdown-toggle:after, .btn.btn-outline-light:disabled.dropdown-toggle:after {
	color: #3F4254;
  }
  .btn.btn-outline-light:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn.btn-outline-light.dropdown-toggle, .show .btn.btn-outline-light.btn-dropdown {
	color: #7E8299;
	background-color: #F3F6F9;
	border-color: #F3F6F9;
  }
  .btn.btn-outline-light:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-outline-light:not(:disabled):not(.disabled).active i, .show > .btn.btn-outline-light.dropdown-toggle i, .show .btn.btn-outline-light.btn-dropdown i {
	color: #7E8299;
  }
  .btn.btn-outline-light:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-outline-light:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-outline-light.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-outline-light.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #7E8299;
  }
  .btn.btn-outline-light:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-outline-light:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-outline-light.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-outline-light.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-outline-light:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-outline-light:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-outline-light.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-outline-light.btn-dropdown.dropdown-toggle:after {
	color: #7E8299;
  }
  .btn.btn-light-light {
	color: #F3F6F9;
	background-color: #F3F6F9;
	border-color: transparent;
  }
  .btn.btn-light-light i {
	color: #F3F6F9;
  }
  .btn.btn-light-light .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #F3F6F9;
  }
  .btn.btn-light-light .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-light.dropdown-toggle:after {
	color: #F3F6F9;
  }
  .btn.btn-light-light:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-light:focus:not(.btn-text), .btn.btn-light-light.focus:not(.btn-text) {
	color: #7E8299;
	background-color: #F3F6F9;
	border-color: transparent;
  }
  .btn.btn-light-light:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-light-light:focus:not(.btn-text) i, .btn.btn-light-light.focus:not(.btn-text) i {
	color: #7E8299;
  }
  .btn.btn-light-light:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-light-light:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-light.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #7E8299;
  }
  .btn.btn-light-light:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-light-light:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-light.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-light:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-light-light:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-light-light.focus:not(.btn-text).dropdown-toggle:after {
	color: #7E8299;
  }
  .btn.btn-light-light.disabled, .btn.btn-light-light:disabled {
	color: #F3F6F9;
	background-color: #F3F6F9;
	border-color: transparent;
  }
  .btn.btn-light-light.disabled i, .btn.btn-light-light:disabled i {
	color: #F3F6F9;
  }
  .btn.btn-light-light.disabled .svg-icon svg g [fill], .btn.btn-light-light:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #F3F6F9;
  }
  .btn.btn-light-light.disabled .svg-icon svg:hover g [fill], .btn.btn-light-light:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-light.disabled.dropdown-toggle:after, .btn.btn-light-light:disabled.dropdown-toggle:after {
	color: #F3F6F9;
  }
  .btn.btn-light-light:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-light:not(:disabled):not(.disabled).active, .show > .btn.btn-light-light.dropdown-toggle, .show .btn.btn-light-light.btn-dropdown {
	color: #7E8299;
	background-color: #F3F6F9;
	border-color: transparent;
  }
  .btn.btn-light-light:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-light-light:not(:disabled):not(.disabled).active i, .show > .btn.btn-light-light.dropdown-toggle i, .show .btn.btn-light-light.btn-dropdown i {
	color: #7E8299;
  }
  .btn.btn-light-light:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-light:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-light-light.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-light-light.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #7E8299;
  }
  .btn.btn-light-light:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-light:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-light-light.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-light-light.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-light:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-light-light:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-light-light.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-light-light.btn-dropdown.dropdown-toggle:after {
	color: #7E8299;
  }
  .btn.btn-transparent-light {
	color: #F3F6F9;
	background-color: rgba(243, 246, 249, 0.1);
	border-color: transparent;
  }
  .btn.btn-transparent-light i {
	color: #F3F6F9;
  }
  .btn.btn-transparent-light .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #F3F6F9;
  }
  .btn.btn-transparent-light .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-transparent-light.dropdown-toggle:after {
	color: #F3F6F9;
  }
  .btn.btn-transparent-light:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-transparent-light:focus:not(.btn-text), .btn.btn-transparent-light.focus:not(.btn-text) {
	color: #7E8299;
	background-color: #F3F6F9;
	border-color: transparent;
  }
  .btn.btn-transparent-light:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-transparent-light:focus:not(.btn-text) i, .btn.btn-transparent-light.focus:not(.btn-text) i {
	color: #7E8299;
  }
  .btn.btn-transparent-light:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-transparent-light:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-transparent-light.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #7E8299;
  }
  .btn.btn-transparent-light:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-transparent-light:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-transparent-light.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-transparent-light:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-transparent-light:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-transparent-light.focus:not(.btn-text).dropdown-toggle:after {
	color: #7E8299;
  }
  .btn.btn-transparent-light.disabled, .btn.btn-transparent-light:disabled {
	color: #F3F6F9;
	background-color: rgba(243, 246, 249, 0.1);
	border-color: transparent;
  }
  .btn.btn-transparent-light.disabled i, .btn.btn-transparent-light:disabled i {
	color: #F3F6F9;
  }
  .btn.btn-transparent-light.disabled .svg-icon svg g [fill], .btn.btn-transparent-light:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #F3F6F9;
  }
  .btn.btn-transparent-light.disabled .svg-icon svg:hover g [fill], .btn.btn-transparent-light:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-transparent-light.disabled.dropdown-toggle:after, .btn.btn-transparent-light:disabled.dropdown-toggle:after {
	color: #F3F6F9;
  }
  .btn.btn-transparent-light:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-transparent-light:not(:disabled):not(.disabled).active, .show > .btn.btn-transparent-light.dropdown-toggle, .show .btn.btn-transparent-light.btn-dropdown {
	color: #7E8299;
	background-color: #F3F6F9;
	border-color: transparent;
  }
  .btn.btn-transparent-light:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-transparent-light:not(:disabled):not(.disabled).active i, .show > .btn.btn-transparent-light.dropdown-toggle i, .show .btn.btn-transparent-light.btn-dropdown i {
	color: #7E8299;
  }
  .btn.btn-transparent-light:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-transparent-light:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-transparent-light.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-transparent-light.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #7E8299;
  }
  .btn.btn-transparent-light:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-transparent-light:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-transparent-light.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-transparent-light.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-transparent-light:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-transparent-light:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-transparent-light.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-transparent-light.btn-dropdown.dropdown-toggle:after {
	color: #7E8299;
  }
  .btn.btn-hover-transparent-light {
	color: #F3F6F9;
	background-color: transparent;
	border-color: transparent;
  }
  .btn.btn-hover-transparent-light i {
	color: #F3F6F9;
  }
  .btn.btn-hover-transparent-light .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #F3F6F9;
  }
  .btn.btn-hover-transparent-light .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-transparent-light.dropdown-toggle:after {
	color: #F3F6F9;
  }
  .btn.btn-hover-transparent-light:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-transparent-light:focus:not(.btn-text), .btn.btn-hover-transparent-light.focus:not(.btn-text) {
	color: #F3F6F9;
	background-color: rgba(243, 246, 249, 0.1);
	border-color: transparent;
  }
  .btn.btn-hover-transparent-light:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-transparent-light:focus:not(.btn-text) i, .btn.btn-hover-transparent-light.focus:not(.btn-text) i {
	color: #F3F6F9;
  }
  .btn.btn-hover-transparent-light:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-transparent-light:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-transparent-light.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #F3F6F9;
  }
  .btn.btn-hover-transparent-light:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-light:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-light.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-transparent-light:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-transparent-light:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-transparent-light.focus:not(.btn-text).dropdown-toggle:after {
	color: #F3F6F9;
  }
  .btn.btn-hover-transparent-light.disabled, .btn.btn-hover-transparent-light:disabled {
	color: #F3F6F9;
	background-color: transparent;
	border-color: transparent;
  }
  .btn.btn-hover-transparent-light.disabled i, .btn.btn-hover-transparent-light:disabled i {
	color: #F3F6F9;
  }
  .btn.btn-hover-transparent-light.disabled .svg-icon svg g [fill], .btn.btn-hover-transparent-light:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #F3F6F9;
  }
  .btn.btn-hover-transparent-light.disabled .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-light:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-transparent-light.disabled.dropdown-toggle:after, .btn.btn-hover-transparent-light:disabled.dropdown-toggle:after {
	color: #F3F6F9;
  }
  .btn.btn-hover-transparent-light:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-transparent-light:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-transparent-light.dropdown-toggle, .show .btn.btn-hover-transparent-light.btn-dropdown {
	color: #F3F6F9;
	background-color: rgba(243, 246, 249, 0.1);
	border-color: transparent;
  }
  .btn.btn-hover-transparent-light:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-transparent-light:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-transparent-light.dropdown-toggle i, .show .btn.btn-hover-transparent-light.btn-dropdown i {
	color: #F3F6F9;
  }
  .btn.btn-hover-transparent-light:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-transparent-light:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-transparent-light.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-transparent-light.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #F3F6F9;
  }
  .btn.btn-hover-transparent-light:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-light:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-transparent-light.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-transparent-light.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-transparent-light:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-transparent-light:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-transparent-light.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-transparent-light.btn-dropdown.dropdown-toggle:after {
	color: #F3F6F9;
  }
  .btn.btn-hover-light-light:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-light-light:focus:not(.btn-text), .btn.btn-hover-light-light.focus:not(.btn-text) {
	color: #F3F6F9;
	background-color: #F3F6F9;
	border-color: transparent;
  }
  .btn.btn-hover-light-light:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-light-light:focus:not(.btn-text) i, .btn.btn-hover-light-light.focus:not(.btn-text) i {
	color: #F3F6F9;
  }
  .btn.btn-hover-light-light:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-light-light:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-light-light.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #F3F6F9;
  }
  .btn.btn-hover-light-light:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-light-light:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-light-light.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-light-light:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-light-light:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-light-light.focus:not(.btn-text).dropdown-toggle:after {
	color: #F3F6F9;
  }
  .btn.btn-hover-light-light:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-light-light:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-light-light.dropdown-toggle, .show .btn.btn-hover-light-light.btn-dropdown {
	color: #F3F6F9;
	background-color: #F3F6F9;
	border-color: transparent;
  }
  .btn.btn-hover-light-light:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-light-light:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-light-light.dropdown-toggle i, .show .btn.btn-hover-light-light.btn-dropdown i {
	color: #F3F6F9;
  }
  .btn.btn-hover-light-light:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-light-light:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-light-light.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-light-light.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #F3F6F9;
  }
  .btn.btn-hover-light-light:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-light-light:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-light-light.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-light-light.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-light-light:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-light-light:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-light-light.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-light-light.btn-dropdown.dropdown-toggle:after {
	color: #F3F6F9;
  }
  .btn.btn-hover-light-light.btn-clean {
	border: 0 !important;
  }

  .btn.btn-link-light {
	border: 0;
	padding: 0 !important;
	border-radius: 0 !important;
	color: #F3F6F9;
	background-color: transparent !important;
	border-color: transparent !important;
  }
  .btn.btn-link-light i {
	color: #F3F6F9;
  }
  .btn.btn-link-light .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #F3F6F9;
  }
  .btn.btn-link-light .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-link-light.dropdown-toggle:after {
	color: #F3F6F9;
  }
  .btn.btn-link-light:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-link-light:focus:not(.btn-text), .btn.btn-link-light.focus:not(.btn-text) {
	color: #E4E6EF;
	background-color: transparent !important;
	border-color: transparent !important;
  }
  .btn.btn-link-light:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-link-light:focus:not(.btn-text) i, .btn.btn-link-light.focus:not(.btn-text) i {
	color: #E4E6EF;
  }
  .btn.btn-link-light:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-link-light:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-link-light.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #E4E6EF;
  }
  .btn.btn-link-light:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-link-light:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-link-light.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-link-light:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-link-light:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-link-light.focus:not(.btn-text).dropdown-toggle:after {
	color: #E4E6EF;
  }
  .btn.btn-link-light.disabled, .btn.btn-link-light:disabled {
	color: #F3F6F9;
	background-color: transparent !important;
	border-color: transparent !important;
  }
  .btn.btn-link-light.disabled i, .btn.btn-link-light:disabled i {
	color: #F3F6F9;
  }
  .btn.btn-link-light.disabled .svg-icon svg g [fill], .btn.btn-link-light:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #F3F6F9;
  }
  .btn.btn-link-light.disabled .svg-icon svg:hover g [fill], .btn.btn-link-light:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-link-light.disabled.dropdown-toggle:after, .btn.btn-link-light:disabled.dropdown-toggle:after {
	color: #F3F6F9;
  }
  .btn.btn-link-light:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-link-light:not(:disabled):not(.disabled).active, .show > .btn.btn-link-light.dropdown-toggle, .show .btn.btn-link-light.btn-dropdown {
	color: #E4E6EF;
	background-color: transparent !important;
	border-color: transparent !important;
  }
  .btn.btn-link-light:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-link-light:not(:disabled):not(.disabled).active i, .show > .btn.btn-link-light.dropdown-toggle i, .show .btn.btn-link-light.btn-dropdown i {
	color: #E4E6EF;
  }
  .btn.btn-link-light:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-link-light:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-link-light.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-link-light.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #E4E6EF;
  }
  .btn.btn-link-light:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-link-light:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-link-light.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-link-light.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-link-light:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-link-light:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-link-light.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-link-light.btn-dropdown.dropdown-toggle:after {
	color: #E4E6EF;
  }
  .btn.btn-hover-light:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-light:focus:not(.btn-text), .btn.btn-hover-light.focus:not(.btn-text) {
	color: #7E8299 !important;
	background-color: #F3F6F9 !important;
	border-color: #F3F6F9 !important;
  }
  .btn.btn-hover-light:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-light:focus:not(.btn-text) i, .btn.btn-hover-light.focus:not(.btn-text) i {
	color: #7E8299 !important;
  }
  .btn.btn-hover-light:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-light:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-light.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #7E8299 !important;
  }
  .btn.btn-hover-light:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-light:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-light.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-light:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-light:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-light.focus:not(.btn-text).dropdown-toggle:after {
	color: #7E8299 !important;
  }
  .btn.btn-hover-light:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-light:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-light.dropdown-toggle, .show .btn.btn-hover-light.btn-dropdown {
	color: #7E8299 !important;
	background-color: #F3F6F9 !important;
	border-color: #F3F6F9 !important;
  }
  .btn.btn-hover-light:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-light:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-light.dropdown-toggle i, .show .btn.btn-hover-light.btn-dropdown i {
	color: #7E8299 !important;
  }
  .btn.btn-hover-light:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-light:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-light.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-light.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #7E8299 !important;
  }
  .btn.btn-hover-light:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-light:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-light.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-light.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-light:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-light:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-light.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-light.btn-dropdown.dropdown-toggle:after {
	color: #7E8299 !important;
  }
  .btn.btn-hover-light.btn-clean {
	border: 0 !important;
  }

  .btn.btn-hover-bg-light:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-bg-light:focus:not(.btn-text), .btn.btn-hover-bg-light.focus:not(.btn-text) {
	background-color: #F3F6F9 !important;
	border-color: #F3F6F9 !important;
  }
  .btn.btn-hover-bg-light:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-bg-light:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-bg-light.dropdown-toggle, .show .btn.btn-hover-bg-light.btn-dropdown {
	background-color: #F3F6F9 !important;
	border-color: #F3F6F9 !important;
  }
  .btn.btn-bg-light {
	background-color: #F3F6F9;
	border-color: #F3F6F9;
  }
  .btn.btn-bg-light.disabled, .btn.btn-bg-light:disabled {
	background-color: #F3F6F9;
	border-color: #F3F6F9;
  }

  .btn.btn-light.btn-shadow {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.25) !important;
	box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.25) !important;
  }
  .btn.btn-light.btn-shadow:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light.btn-shadow:focus:not(.btn-text), .btn.btn-light.btn-shadow.focus:not(.btn-text) {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.3) !important;
	box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.3) !important;
  }
  .btn.btn-light.btn-shadow:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light.btn-shadow:not(:disabled):not(.disabled).active, .show > .btn.btn-light.btn-shadow.dropdown-toggle {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.3) !important;
	box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.3) !important;
  }

  .btn.btn-light.btn-shadow-hover:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light.btn-shadow-hover:focus:not(.btn-text), .btn.btn-light.btn-shadow-hover.focus:not(.btn-text) {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.3) !important;
	box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.3) !important;
  }
  .btn.btn-light.btn-shadow-hover:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light.btn-shadow-hover:not(:disabled):not(.disabled).active, .show > .btn.btn-light.btn-shadow-hover.dropdown-toggle {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.3) !important;
	box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.3) !important;
  }

  .btn.btn-dark {
	color: #ffffff;
	background-color: #181C32;
	border-color: #181C32;
  }
  .btn.btn-dark i {
	color: #ffffff;
  }
  .btn.btn-dark .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-dark .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-dark.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-dark:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-dark:focus:not(.btn-text), .btn.btn-dark.focus:not(.btn-text) {
	color: #ffffff;
	background-color: #131628;
	border-color: #131628;
  }
  .btn.btn-dark:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-dark:focus:not(.btn-text) i, .btn.btn-dark.focus:not(.btn-text) i {
	color: #ffffff;
  }
  .btn.btn-dark:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-dark:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-dark.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-dark:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-dark:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-dark.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-dark:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-dark:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-dark.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-dark.disabled, .btn.btn-dark:disabled {
	color: #ffffff;
	background-color: #181C32;
	border-color: #181C32;
  }
  .btn.btn-dark.disabled i, .btn.btn-dark:disabled i {
	color: #ffffff;
  }
  .btn.btn-dark.disabled .svg-icon svg g [fill], .btn.btn-dark:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-dark.disabled .svg-icon svg:hover g [fill], .btn.btn-dark:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-dark.disabled.dropdown-toggle:after, .btn.btn-dark:disabled.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-dark:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-dark:not(:disabled):not(.disabled).active, .show > .btn.btn-dark.dropdown-toggle, .show .btn.btn-dark.btn-dropdown {
	color: #ffffff;
	background-color: #131628;
	border-color: #131628;
  }
  .btn.btn-dark:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-dark:not(:disabled):not(.disabled).active i, .show > .btn.btn-dark.dropdown-toggle i, .show .btn.btn-dark.btn-dropdown i {
	color: #ffffff;
  }
  .btn.btn-dark:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-dark:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-dark.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-dark.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-dark:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-dark:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-dark.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-dark.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-dark:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-dark:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-dark.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-dark.btn-dropdown.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-outline-dark {
	color: #181C32;
	background-color: transparent;
	border-color: #181C32;
  }
  .btn.btn-outline-dark i {
	color: #181C32;
  }
  .btn.btn-outline-dark .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #181C32;
  }
  .btn.btn-outline-dark .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-outline-dark.dropdown-toggle:after {
	color: #181C32;
  }
  .btn.btn-outline-dark:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-outline-dark:focus:not(.btn-text), .btn.btn-outline-dark.focus:not(.btn-text) {
	color: #ffffff;
	background-color: #181C32;
	border-color: #181C32;
  }
  .btn.btn-outline-dark:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-outline-dark:focus:not(.btn-text) i, .btn.btn-outline-dark.focus:not(.btn-text) i {
	color: #ffffff;
  }
  .btn.btn-outline-dark:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-outline-dark:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-outline-dark.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-outline-dark:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-outline-dark:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-outline-dark.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-outline-dark:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-outline-dark:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-outline-dark.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-outline-dark.disabled, .btn.btn-outline-dark:disabled {
	color: #181C32;
	background-color: transparent;
	border-color: #181C32;
  }
  .btn.btn-outline-dark.disabled i, .btn.btn-outline-dark:disabled i {
	color: #181C32;
  }
  .btn.btn-outline-dark.disabled .svg-icon svg g [fill], .btn.btn-outline-dark:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #181C32;
  }
  .btn.btn-outline-dark.disabled .svg-icon svg:hover g [fill], .btn.btn-outline-dark:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-outline-dark.disabled.dropdown-toggle:after, .btn.btn-outline-dark:disabled.dropdown-toggle:after {
	color: #181C32;
  }
  .btn.btn-outline-dark:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn.btn-outline-dark.dropdown-toggle, .show .btn.btn-outline-dark.btn-dropdown {
	color: #ffffff;
	background-color: #181C32;
	border-color: #181C32;
  }
  .btn.btn-outline-dark:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-outline-dark:not(:disabled):not(.disabled).active i, .show > .btn.btn-outline-dark.dropdown-toggle i, .show .btn.btn-outline-dark.btn-dropdown i {
	color: #ffffff;
  }
  .btn.btn-outline-dark:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-outline-dark:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-outline-dark.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-outline-dark.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-outline-dark:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-outline-dark:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-outline-dark.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-outline-dark.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-outline-dark:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-outline-dark:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-outline-dark.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-outline-dark.btn-dropdown.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-light-dark {
	color: #181C32;
	background-color: #D1D3E0;
	border-color: transparent;
  }
  .btn.btn-light-dark i {
	color: #181C32;
  }
  .btn.btn-light-dark .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #181C32;
  }
  .btn.btn-light-dark .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-dark.dropdown-toggle:after {
	color: #181C32;
  }
  .btn.btn-light-dark:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-dark:focus:not(.btn-text), .btn.btn-light-dark.focus:not(.btn-text) {
	color: #ffffff;
	background-color: #181C32;
	border-color: transparent;
  }
  .btn.btn-light-dark:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-light-dark:focus:not(.btn-text) i, .btn.btn-light-dark.focus:not(.btn-text) i {
	color: #ffffff;
  }
  .btn.btn-light-dark:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-light-dark:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-dark.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-light-dark:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-light-dark:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-dark.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-dark:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-light-dark:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-light-dark.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-light-dark.disabled, .btn.btn-light-dark:disabled {
	color: #181C32;
	background-color: #D1D3E0;
	border-color: transparent;
  }
  .btn.btn-light-dark.disabled i, .btn.btn-light-dark:disabled i {
	color: #181C32;
  }
  .btn.btn-light-dark.disabled .svg-icon svg g [fill], .btn.btn-light-dark:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #181C32;
  }
  .btn.btn-light-dark.disabled .svg-icon svg:hover g [fill], .btn.btn-light-dark:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-dark.disabled.dropdown-toggle:after, .btn.btn-light-dark:disabled.dropdown-toggle:after {
	color: #181C32;
  }
  .btn.btn-light-dark:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-dark:not(:disabled):not(.disabled).active, .show > .btn.btn-light-dark.dropdown-toggle, .show .btn.btn-light-dark.btn-dropdown {
	color: #ffffff;
	background-color: #181C32;
	border-color: transparent;
  }
  .btn.btn-light-dark:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-light-dark:not(:disabled):not(.disabled).active i, .show > .btn.btn-light-dark.dropdown-toggle i, .show .btn.btn-light-dark.btn-dropdown i {
	color: #ffffff;
  }
  .btn.btn-light-dark:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-dark:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-light-dark.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-light-dark.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-light-dark:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-dark:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-light-dark.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-light-dark.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-dark:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-light-dark:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-light-dark.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-light-dark.btn-dropdown.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-transparent-dark {
	color: #181C32;
	background-color: rgba(24, 28, 50, 0.1);
	border-color: transparent;
  }
  .btn.btn-transparent-dark i {
	color: #181C32;
  }
  .btn.btn-transparent-dark .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #181C32;
  }
  .btn.btn-transparent-dark .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-transparent-dark.dropdown-toggle:after {
	color: #181C32;
  }
  .btn.btn-transparent-dark:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-transparent-dark:focus:not(.btn-text), .btn.btn-transparent-dark.focus:not(.btn-text) {
	color: #ffffff;
	background-color: #181C32;
	border-color: transparent;
  }
  .btn.btn-transparent-dark:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-transparent-dark:focus:not(.btn-text) i, .btn.btn-transparent-dark.focus:not(.btn-text) i {
	color: #ffffff;
  }
  .btn.btn-transparent-dark:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-transparent-dark:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-transparent-dark.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-transparent-dark:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-transparent-dark:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-transparent-dark.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-transparent-dark:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-transparent-dark:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-transparent-dark.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-transparent-dark.disabled, .btn.btn-transparent-dark:disabled {
	color: #181C32;
	background-color: rgba(24, 28, 50, 0.1);
	border-color: transparent;
  }
  .btn.btn-transparent-dark.disabled i, .btn.btn-transparent-dark:disabled i {
	color: #181C32;
  }
  .btn.btn-transparent-dark.disabled .svg-icon svg g [fill], .btn.btn-transparent-dark:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #181C32;
  }
  .btn.btn-transparent-dark.disabled .svg-icon svg:hover g [fill], .btn.btn-transparent-dark:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-transparent-dark.disabled.dropdown-toggle:after, .btn.btn-transparent-dark:disabled.dropdown-toggle:after {
	color: #181C32;
  }
  .btn.btn-transparent-dark:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-transparent-dark:not(:disabled):not(.disabled).active, .show > .btn.btn-transparent-dark.dropdown-toggle, .show .btn.btn-transparent-dark.btn-dropdown {
	color: #ffffff;
	background-color: #181C32;
	border-color: transparent;
  }
  .btn.btn-transparent-dark:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-transparent-dark:not(:disabled):not(.disabled).active i, .show > .btn.btn-transparent-dark.dropdown-toggle i, .show .btn.btn-transparent-dark.btn-dropdown i {
	color: #ffffff;
  }
  .btn.btn-transparent-dark:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-transparent-dark:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-transparent-dark.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-transparent-dark.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-transparent-dark:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-transparent-dark:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-transparent-dark.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-transparent-dark.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-transparent-dark:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-transparent-dark:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-transparent-dark.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-transparent-dark.btn-dropdown.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-hover-transparent-dark {
	color: #181C32;
	background-color: transparent;
	border-color: transparent;
  }
  .btn.btn-hover-transparent-dark i {
	color: #181C32;
  }
  .btn.btn-hover-transparent-dark .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #181C32;
  }
  .btn.btn-hover-transparent-dark .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-transparent-dark.dropdown-toggle:after {
	color: #181C32;
  }
  .btn.btn-hover-transparent-dark:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-transparent-dark:focus:not(.btn-text), .btn.btn-hover-transparent-dark.focus:not(.btn-text) {
	color: #181C32;
	background-color: rgba(24, 28, 50, 0.1);
	border-color: transparent;
  }
  .btn.btn-hover-transparent-dark:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-transparent-dark:focus:not(.btn-text) i, .btn.btn-hover-transparent-dark.focus:not(.btn-text) i {
	color: #181C32;
  }
  .btn.btn-hover-transparent-dark:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-transparent-dark:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-transparent-dark.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #181C32;
  }
  .btn.btn-hover-transparent-dark:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-dark:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-dark.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-transparent-dark:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-transparent-dark:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-transparent-dark.focus:not(.btn-text).dropdown-toggle:after {
	color: #181C32;
  }
  .btn.btn-hover-transparent-dark.disabled, .btn.btn-hover-transparent-dark:disabled {
	color: #181C32;
	background-color: transparent;
	border-color: transparent;
  }
  .btn.btn-hover-transparent-dark.disabled i, .btn.btn-hover-transparent-dark:disabled i {
	color: #181C32;
  }
  .btn.btn-hover-transparent-dark.disabled .svg-icon svg g [fill], .btn.btn-hover-transparent-dark:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #181C32;
  }
  .btn.btn-hover-transparent-dark.disabled .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-dark:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-transparent-dark.disabled.dropdown-toggle:after, .btn.btn-hover-transparent-dark:disabled.dropdown-toggle:after {
	color: #181C32;
  }
  .btn.btn-hover-transparent-dark:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-transparent-dark:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-transparent-dark.dropdown-toggle, .show .btn.btn-hover-transparent-dark.btn-dropdown {
	color: #181C32;
	background-color: rgba(24, 28, 50, 0.1);
	border-color: transparent;
  }
  .btn.btn-hover-transparent-dark:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-transparent-dark:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-transparent-dark.dropdown-toggle i, .show .btn.btn-hover-transparent-dark.btn-dropdown i {
	color: #181C32;
  }
  .btn.btn-hover-transparent-dark:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-transparent-dark:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-transparent-dark.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-transparent-dark.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #181C32;
  }
  .btn.btn-hover-transparent-dark:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-dark:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-transparent-dark.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-transparent-dark.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-transparent-dark:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-transparent-dark:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-transparent-dark.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-transparent-dark.btn-dropdown.dropdown-toggle:after {
	color: #181C32;
  }
  .btn.btn-hover-light-dark:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-light-dark:focus:not(.btn-text), .btn.btn-hover-light-dark.focus:not(.btn-text) {
	color: #181C32;
	background-color: #D1D3E0;
	border-color: transparent;
  }
  .btn.btn-hover-light-dark:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-light-dark:focus:not(.btn-text) i, .btn.btn-hover-light-dark.focus:not(.btn-text) i {
	color: #181C32;
  }
  .btn.btn-hover-light-dark:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-light-dark:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-light-dark.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #181C32;
  }
  .btn.btn-hover-light-dark:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-light-dark:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-light-dark.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-light-dark:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-light-dark:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-light-dark.focus:not(.btn-text).dropdown-toggle:after {
	color: #181C32;
  }
  .btn.btn-hover-light-dark:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-light-dark:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-light-dark.dropdown-toggle, .show .btn.btn-hover-light-dark.btn-dropdown {
	color: #181C32;
	background-color: #D1D3E0;
	border-color: transparent;
  }
  .btn.btn-hover-light-dark:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-light-dark:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-light-dark.dropdown-toggle i, .show .btn.btn-hover-light-dark.btn-dropdown i {
	color: #181C32;
  }
  .btn.btn-hover-light-dark:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-light-dark:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-light-dark.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-light-dark.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #181C32;
  }
  .btn.btn-hover-light-dark:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-light-dark:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-light-dark.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-light-dark.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-light-dark:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-light-dark:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-light-dark.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-light-dark.btn-dropdown.dropdown-toggle:after {
	color: #181C32;
  }
  .btn.btn-hover-light-dark.btn-clean {
	border: 0 !important;
  }

  .btn.btn-link-dark {
	border: 0;
	padding: 0 !important;
	border-radius: 0 !important;
	color: #181C32;
	background-color: transparent !important;
	border-color: transparent !important;
  }
  .btn.btn-link-dark i {
	color: #181C32;
  }
  .btn.btn-link-dark .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #181C32;
  }
  .btn.btn-link-dark .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-link-dark.dropdown-toggle:after {
	color: #181C32;
  }
  .btn.btn-link-dark:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-link-dark:focus:not(.btn-text), .btn.btn-link-dark.focus:not(.btn-text) {
	color: #131628;
	background-color: transparent !important;
	border-color: transparent !important;
  }
  .btn.btn-link-dark:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-link-dark:focus:not(.btn-text) i, .btn.btn-link-dark.focus:not(.btn-text) i {
	color: #131628;
  }
  .btn.btn-link-dark:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-link-dark:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-link-dark.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #131628;
  }
  .btn.btn-link-dark:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-link-dark:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-link-dark.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-link-dark:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-link-dark:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-link-dark.focus:not(.btn-text).dropdown-toggle:after {
	color: #131628;
  }
  .btn.btn-link-dark.disabled, .btn.btn-link-dark:disabled {
	color: #181C32;
	background-color: transparent !important;
	border-color: transparent !important;
  }
  .btn.btn-link-dark.disabled i, .btn.btn-link-dark:disabled i {
	color: #181C32;
  }
  .btn.btn-link-dark.disabled .svg-icon svg g [fill], .btn.btn-link-dark:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #181C32;
  }
  .btn.btn-link-dark.disabled .svg-icon svg:hover g [fill], .btn.btn-link-dark:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-link-dark.disabled.dropdown-toggle:after, .btn.btn-link-dark:disabled.dropdown-toggle:after {
	color: #181C32;
  }
  .btn.btn-link-dark:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-link-dark:not(:disabled):not(.disabled).active, .show > .btn.btn-link-dark.dropdown-toggle, .show .btn.btn-link-dark.btn-dropdown {
	color: #131628;
	background-color: transparent !important;
	border-color: transparent !important;
  }
  .btn.btn-link-dark:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-link-dark:not(:disabled):not(.disabled).active i, .show > .btn.btn-link-dark.dropdown-toggle i, .show .btn.btn-link-dark.btn-dropdown i {
	color: #131628;
  }
  .btn.btn-link-dark:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-link-dark:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-link-dark.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-link-dark.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #131628;
  }
  .btn.btn-link-dark:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-link-dark:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-link-dark.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-link-dark.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-link-dark:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-link-dark:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-link-dark.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-link-dark.btn-dropdown.dropdown-toggle:after {
	color: #131628;
  }
  .btn.btn-hover-dark:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-dark:focus:not(.btn-text), .btn.btn-hover-dark.focus:not(.btn-text) {
	color: #ffffff !important;
	background-color: #181C32 !important;
	border-color: #181C32 !important;
  }
  .btn.btn-hover-dark:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-dark:focus:not(.btn-text) i, .btn.btn-hover-dark.focus:not(.btn-text) i {
	color: #ffffff !important;
  }
  .btn.btn-hover-dark:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-dark:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-dark.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff !important;
  }
  .btn.btn-hover-dark:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-dark:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-dark.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-dark:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-dark:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-dark.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff !important;
  }
  .btn.btn-hover-dark:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-dark:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-dark.dropdown-toggle, .show .btn.btn-hover-dark.btn-dropdown {
	color: #ffffff !important;
	background-color: #181C32 !important;
	border-color: #181C32 !important;
  }
  .btn.btn-hover-dark:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-dark:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-dark.dropdown-toggle i, .show .btn.btn-hover-dark.btn-dropdown i {
	color: #ffffff !important;
  }
  .btn.btn-hover-dark:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-dark:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-dark.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-dark.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff !important;
  }
  .btn.btn-hover-dark:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-dark:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-dark.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-dark.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-dark:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-dark:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-dark.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-dark.btn-dropdown.dropdown-toggle:after {
	color: #ffffff !important;
  }
  .btn.btn-hover-dark.btn-clean {
	border: 0 !important;
  }

  .btn.btn-hover-bg-dark:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-bg-dark:focus:not(.btn-text), .btn.btn-hover-bg-dark.focus:not(.btn-text) {
	background-color: #181C32 !important;
	border-color: #181C32 !important;
  }
  .btn.btn-hover-bg-dark:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-bg-dark:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-bg-dark.dropdown-toggle, .show .btn.btn-hover-bg-dark.btn-dropdown {
	background-color: #181C32 !important;
	border-color: #181C32 !important;
  }
  .btn.btn-bg-dark {
	background-color: #181C32;
	border-color: #181C32;
  }
  .btn.btn-bg-dark.disabled, .btn.btn-bg-dark:disabled {
	background-color: #181C32;
	border-color: #181C32;
  }

  .btn.btn-dark.btn-shadow {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.25) !important;
	box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.25) !important;
  }
  .btn.btn-dark.btn-shadow:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-dark.btn-shadow:focus:not(.btn-text), .btn.btn-dark.btn-shadow.focus:not(.btn-text) {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.3) !important;
	box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.3) !important;
  }
  .btn.btn-dark.btn-shadow:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-dark.btn-shadow:not(:disabled):not(.disabled).active, .show > .btn.btn-dark.btn-shadow.dropdown-toggle {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.3) !important;
	box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.3) !important;
  }

  .btn.btn-dark.btn-shadow-hover:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-dark.btn-shadow-hover:focus:not(.btn-text), .btn.btn-dark.btn-shadow-hover.focus:not(.btn-text) {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.3) !important;
	box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.3) !important;
  }
  .btn.btn-dark.btn-shadow-hover:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-dark.btn-shadow-hover:not(:disabled):not(.disabled).active, .show > .btn.btn-dark.btn-shadow-hover.dropdown-toggle {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.3) !important;
	box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.3) !important;
  }

  .btn.btn-white {
	color: #3F4254;
	background-color: #ffffff;
	border-color: #ffffff;
  }
  .btn.btn-white i {
	color: #3F4254;
  }
  .btn.btn-white .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3F4254;
  }
  .btn.btn-white .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-white.dropdown-toggle:after {
	color: #3F4254;
  }
  .btn.btn-white:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-white:focus:not(.btn-text), .btn.btn-white.focus:not(.btn-text) {
	color: #3F4254;
	background-color: #F3F6F9;
	border-color: #F3F6F9;
  }
  .btn.btn-white:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-white:focus:not(.btn-text) i, .btn.btn-white.focus:not(.btn-text) i {
	color: #3F4254;
  }
  .btn.btn-white:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-white:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-white.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3F4254;
  }
  .btn.btn-white:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-white:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-white.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-white:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-white:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-white.focus:not(.btn-text).dropdown-toggle:after {
	color: #3F4254;
  }
  .btn.btn-white.disabled, .btn.btn-white:disabled {
	color: #3F4254;
	background-color: #ffffff;
	border-color: #ffffff;
  }
  .btn.btn-white.disabled i, .btn.btn-white:disabled i {
	color: #3F4254;
  }
  .btn.btn-white.disabled .svg-icon svg g [fill], .btn.btn-white:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3F4254;
  }
  .btn.btn-white.disabled .svg-icon svg:hover g [fill], .btn.btn-white:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-white.disabled.dropdown-toggle:after, .btn.btn-white:disabled.dropdown-toggle:after {
	color: #3F4254;
  }
  .btn.btn-white:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-white:not(:disabled):not(.disabled).active, .show > .btn.btn-white.dropdown-toggle, .show .btn.btn-white.btn-dropdown {
	color: #3F4254;
	background-color: #F3F6F9;
	border-color: #F3F6F9;
  }
  .btn.btn-white:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-white:not(:disabled):not(.disabled).active i, .show > .btn.btn-white.dropdown-toggle i, .show .btn.btn-white.btn-dropdown i {
	color: #3F4254;
  }
  .btn.btn-white:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-white:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-white.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-white.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3F4254;
  }
  .btn.btn-white:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-white:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-white.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-white.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-white:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-white:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-white.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-white.btn-dropdown.dropdown-toggle:after {
	color: #3F4254;
  }
  .btn.btn-outline-white {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
  }
  .btn.btn-outline-white i {
	color: #ffffff;
  }
  .btn.btn-outline-white .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-outline-white .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-outline-white.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-outline-white:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-outline-white:focus:not(.btn-text), .btn.btn-outline-white.focus:not(.btn-text) {
	color: #3F4254;
	background-color: #ffffff;
	border-color: #ffffff;
  }
  .btn.btn-outline-white:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-outline-white:focus:not(.btn-text) i, .btn.btn-outline-white.focus:not(.btn-text) i {
	color: #3F4254;
  }
  .btn.btn-outline-white:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-outline-white:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-outline-white.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3F4254;
  }
  .btn.btn-outline-white:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-outline-white:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-outline-white.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-outline-white:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-outline-white:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-outline-white.focus:not(.btn-text).dropdown-toggle:after {
	color: #3F4254;
  }
  .btn.btn-outline-white.disabled, .btn.btn-outline-white:disabled {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
  }
  .btn.btn-outline-white.disabled i, .btn.btn-outline-white:disabled i {
	color: #ffffff;
  }
  .btn.btn-outline-white.disabled .svg-icon svg g [fill], .btn.btn-outline-white:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-outline-white.disabled .svg-icon svg:hover g [fill], .btn.btn-outline-white:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-outline-white.disabled.dropdown-toggle:after, .btn.btn-outline-white:disabled.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-outline-white:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn.btn-outline-white.dropdown-toggle, .show .btn.btn-outline-white.btn-dropdown {
	color: #3F4254;
	background-color: #ffffff;
	border-color: #ffffff;
  }
  .btn.btn-outline-white:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-outline-white:not(:disabled):not(.disabled).active i, .show > .btn.btn-outline-white.dropdown-toggle i, .show .btn.btn-outline-white.btn-dropdown i {
	color: #3F4254;
  }
  .btn.btn-outline-white:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-outline-white:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-outline-white.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-outline-white.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3F4254;
  }
  .btn.btn-outline-white:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-outline-white:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-outline-white.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-outline-white.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-outline-white:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-outline-white:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-outline-white.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-outline-white.btn-dropdown.dropdown-toggle:after {
	color: #3F4254;
  }
  .btn.btn-light-white {
	color: #ffffff;
	background-color: #ffffff;
	border-color: transparent;
  }
  .btn.btn-light-white i {
	color: #ffffff;
  }
  .btn.btn-light-white .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-light-white .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-white.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-light-white:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-white:focus:not(.btn-text), .btn.btn-light-white.focus:not(.btn-text) {
	color: #3F4254;
	background-color: #ffffff;
	border-color: transparent;
  }
  .btn.btn-light-white:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-light-white:focus:not(.btn-text) i, .btn.btn-light-white.focus:not(.btn-text) i {
	color: #3F4254;
  }
  .btn.btn-light-white:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-light-white:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-white.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3F4254;
  }
  .btn.btn-light-white:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-light-white:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-white.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-white:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-light-white:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-light-white.focus:not(.btn-text).dropdown-toggle:after {
	color: #3F4254;
  }
  .btn.btn-light-white.disabled, .btn.btn-light-white:disabled {
	color: #ffffff;
	background-color: #ffffff;
	border-color: transparent;
  }
  .btn.btn-light-white.disabled i, .btn.btn-light-white:disabled i {
	color: #ffffff;
  }
  .btn.btn-light-white.disabled .svg-icon svg g [fill], .btn.btn-light-white:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-light-white.disabled .svg-icon svg:hover g [fill], .btn.btn-light-white:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-white.disabled.dropdown-toggle:after, .btn.btn-light-white:disabled.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-light-white:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-white:not(:disabled):not(.disabled).active, .show > .btn.btn-light-white.dropdown-toggle, .show .btn.btn-light-white.btn-dropdown {
	color: #3F4254;
	background-color: #ffffff;
	border-color: transparent;
  }
  .btn.btn-light-white:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-light-white:not(:disabled):not(.disabled).active i, .show > .btn.btn-light-white.dropdown-toggle i, .show .btn.btn-light-white.btn-dropdown i {
	color: #3F4254;
  }
  .btn.btn-light-white:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-white:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-light-white.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-light-white.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3F4254;
  }
  .btn.btn-light-white:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-white:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-light-white.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-light-white.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-white:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-light-white:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-light-white.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-light-white.btn-dropdown.dropdown-toggle:after {
	color: #3F4254;
  }
  .btn.btn-transparent-white {
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.1);
	border-color: transparent;
  }
  .btn.btn-transparent-white i {
	color: #ffffff;
  }
  .btn.btn-transparent-white .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-transparent-white .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-transparent-white.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-transparent-white:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-transparent-white:focus:not(.btn-text), .btn.btn-transparent-white.focus:not(.btn-text) {
	color: #3F4254;
	background-color: #ffffff;
	border-color: transparent;
  }
  .btn.btn-transparent-white:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-transparent-white:focus:not(.btn-text) i, .btn.btn-transparent-white.focus:not(.btn-text) i {
	color: #3F4254;
  }
  .btn.btn-transparent-white:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-transparent-white:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-transparent-white.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3F4254;
  }
  .btn.btn-transparent-white:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-transparent-white:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-transparent-white.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-transparent-white:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-transparent-white:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-transparent-white.focus:not(.btn-text).dropdown-toggle:after {
	color: #3F4254;
  }
  .btn.btn-transparent-white.disabled, .btn.btn-transparent-white:disabled {
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.1);
	border-color: transparent;
  }
  .btn.btn-transparent-white.disabled i, .btn.btn-transparent-white:disabled i {
	color: #ffffff;
  }
  .btn.btn-transparent-white.disabled .svg-icon svg g [fill], .btn.btn-transparent-white:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-transparent-white.disabled .svg-icon svg:hover g [fill], .btn.btn-transparent-white:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-transparent-white.disabled.dropdown-toggle:after, .btn.btn-transparent-white:disabled.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-transparent-white:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-transparent-white:not(:disabled):not(.disabled).active, .show > .btn.btn-transparent-white.dropdown-toggle, .show .btn.btn-transparent-white.btn-dropdown {
	color: #3F4254;
	background-color: #ffffff;
	border-color: transparent;
  }
  .btn.btn-transparent-white:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-transparent-white:not(:disabled):not(.disabled).active i, .show > .btn.btn-transparent-white.dropdown-toggle i, .show .btn.btn-transparent-white.btn-dropdown i {
	color: #3F4254;
  }
  .btn.btn-transparent-white:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-transparent-white:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-transparent-white.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-transparent-white.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3F4254;
  }
  .btn.btn-transparent-white:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-transparent-white:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-transparent-white.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-transparent-white.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-transparent-white:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-transparent-white:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-transparent-white.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-transparent-white.btn-dropdown.dropdown-toggle:after {
	color: #3F4254;
  }
  .btn.btn-hover-transparent-white {
	color: #ffffff;
	background-color: transparent;
	border-color: transparent;
  }
  .btn.btn-hover-transparent-white i {
	color: #ffffff;
  }
  .btn.btn-hover-transparent-white .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-hover-transparent-white .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-transparent-white.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-hover-transparent-white:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-transparent-white:focus:not(.btn-text), .btn.btn-hover-transparent-white.focus:not(.btn-text) {
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.1);
	border-color: transparent;
  }
  .btn.btn-hover-transparent-white:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-transparent-white:focus:not(.btn-text) i, .btn.btn-hover-transparent-white.focus:not(.btn-text) i {
	color: #ffffff;
  }
  .btn.btn-hover-transparent-white:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-transparent-white:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-transparent-white.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-hover-transparent-white:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-white:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-white.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-transparent-white:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-transparent-white:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-transparent-white.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-hover-transparent-white.disabled, .btn.btn-hover-transparent-white:disabled {
	color: #ffffff;
	background-color: transparent;
	border-color: transparent;
  }
  .btn.btn-hover-transparent-white.disabled i, .btn.btn-hover-transparent-white:disabled i {
	color: #ffffff;
  }
  .btn.btn-hover-transparent-white.disabled .svg-icon svg g [fill], .btn.btn-hover-transparent-white:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-hover-transparent-white.disabled .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-white:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-transparent-white.disabled.dropdown-toggle:after, .btn.btn-hover-transparent-white:disabled.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-hover-transparent-white:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-transparent-white:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-transparent-white.dropdown-toggle, .show .btn.btn-hover-transparent-white.btn-dropdown {
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.1);
	border-color: transparent;
  }
  .btn.btn-hover-transparent-white:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-transparent-white:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-transparent-white.dropdown-toggle i, .show .btn.btn-hover-transparent-white.btn-dropdown i {
	color: #ffffff;
  }
  .btn.btn-hover-transparent-white:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-transparent-white:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-transparent-white.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-transparent-white.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-hover-transparent-white:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-white:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-transparent-white.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-transparent-white.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-transparent-white:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-transparent-white:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-transparent-white.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-transparent-white.btn-dropdown.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-hover-light-white:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-light-white:focus:not(.btn-text), .btn.btn-hover-light-white.focus:not(.btn-text) {
	color: #ffffff;
	background-color: #ffffff;
	border-color: transparent;
  }
  .btn.btn-hover-light-white:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-light-white:focus:not(.btn-text) i, .btn.btn-hover-light-white.focus:not(.btn-text) i {
	color: #ffffff;
  }
  .btn.btn-hover-light-white:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-light-white:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-light-white.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-hover-light-white:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-light-white:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-light-white.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-light-white:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-light-white:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-light-white.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-hover-light-white:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-light-white:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-light-white.dropdown-toggle, .show .btn.btn-hover-light-white.btn-dropdown {
	color: #ffffff;
	background-color: #ffffff;
	border-color: transparent;
  }
  .btn.btn-hover-light-white:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-light-white:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-light-white.dropdown-toggle i, .show .btn.btn-hover-light-white.btn-dropdown i {
	color: #ffffff;
  }
  .btn.btn-hover-light-white:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-light-white:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-light-white.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-light-white.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-hover-light-white:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-light-white:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-light-white.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-light-white.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-light-white:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-light-white:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-light-white.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-light-white.btn-dropdown.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-hover-light-white.btn-clean {
	border: 0 !important;
  }

  .btn.btn-link-white {
	border: 0;
	padding: 0 !important;
	border-radius: 0 !important;
	color: #ffffff;
	background-color: transparent !important;
	border-color: transparent !important;
  }
  .btn.btn-link-white i {
	color: #ffffff;
  }
  .btn.btn-link-white .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-link-white .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-link-white.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-link-white:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-link-white:focus:not(.btn-text), .btn.btn-link-white.focus:not(.btn-text) {
	color: #F3F6F9;
	background-color: transparent !important;
	border-color: transparent !important;
  }
  .btn.btn-link-white:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-link-white:focus:not(.btn-text) i, .btn.btn-link-white.focus:not(.btn-text) i {
	color: #F3F6F9;
  }
  .btn.btn-link-white:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-link-white:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-link-white.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #F3F6F9;
  }
  .btn.btn-link-white:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-link-white:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-link-white.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-link-white:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-link-white:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-link-white.focus:not(.btn-text).dropdown-toggle:after {
	color: #F3F6F9;
  }
  .btn.btn-link-white.disabled, .btn.btn-link-white:disabled {
	color: #ffffff;
	background-color: transparent !important;
	border-color: transparent !important;
  }
  .btn.btn-link-white.disabled i, .btn.btn-link-white:disabled i {
	color: #ffffff;
  }
  .btn.btn-link-white.disabled .svg-icon svg g [fill], .btn.btn-link-white:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-link-white.disabled .svg-icon svg:hover g [fill], .btn.btn-link-white:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-link-white.disabled.dropdown-toggle:after, .btn.btn-link-white:disabled.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-link-white:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-link-white:not(:disabled):not(.disabled).active, .show > .btn.btn-link-white.dropdown-toggle, .show .btn.btn-link-white.btn-dropdown {
	color: #F3F6F9;
	background-color: transparent !important;
	border-color: transparent !important;
  }
  .btn.btn-link-white:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-link-white:not(:disabled):not(.disabled).active i, .show > .btn.btn-link-white.dropdown-toggle i, .show .btn.btn-link-white.btn-dropdown i {
	color: #F3F6F9;
  }
  .btn.btn-link-white:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-link-white:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-link-white.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-link-white.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #F3F6F9;
  }
  .btn.btn-link-white:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-link-white:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-link-white.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-link-white.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-link-white:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-link-white:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-link-white.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-link-white.btn-dropdown.dropdown-toggle:after {
	color: #F3F6F9;
  }
  .btn.btn-hover-white:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-white:focus:not(.btn-text), .btn.btn-hover-white.focus:not(.btn-text) {
	color: #3F4254 !important;
	background-color: #ffffff !important;
	border-color: #ffffff !important;
  }
  .btn.btn-hover-white:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-white:focus:not(.btn-text) i, .btn.btn-hover-white.focus:not(.btn-text) i {
	color: #3F4254 !important;
  }
  .btn.btn-hover-white:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-white:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-white.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3F4254 !important;
  }
  .btn.btn-hover-white:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-white:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-white.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-white:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-white:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-white.focus:not(.btn-text).dropdown-toggle:after {
	color: #3F4254 !important;
  }
  .btn.btn-hover-white:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-white:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-white.dropdown-toggle, .show .btn.btn-hover-white.btn-dropdown {
	color: #3F4254 !important;
	background-color: #ffffff !important;
	border-color: #ffffff !important;
  }
  .btn.btn-hover-white:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-white:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-white.dropdown-toggle i, .show .btn.btn-hover-white.btn-dropdown i {
	color: #3F4254 !important;
  }
  .btn.btn-hover-white:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-white:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-white.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-white.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3F4254 !important;
  }
  .btn.btn-hover-white:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-white:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-white.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-white.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-white:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-white:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-white.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-white.btn-dropdown.dropdown-toggle:after {
	color: #3F4254 !important;
  }
  .btn.btn-hover-white.btn-clean {
	border: 0 !important;
  }

  .btn.btn-hover-bg-white:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-bg-white:focus:not(.btn-text), .btn.btn-hover-bg-white.focus:not(.btn-text) {
	background-color: #ffffff !important;
	border-color: #ffffff !important;
  }
  .btn.btn-hover-bg-white:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-bg-white:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-bg-white.dropdown-toggle, .show .btn.btn-hover-bg-white.btn-dropdown {
	background-color: #ffffff !important;
	border-color: #ffffff !important;
  }
  .btn.btn-bg-white {
	background-color: #ffffff;
	border-color: #ffffff;
  }
  .btn.btn-bg-white.disabled, .btn.btn-bg-white:disabled {
	background-color: #ffffff;
	border-color: #ffffff;
  }

  .btn.btn-white.btn-shadow {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.25) !important;
	box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.25) !important;
  }
  .btn.btn-white.btn-shadow:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-white.btn-shadow:focus:not(.btn-text), .btn.btn-white.btn-shadow.focus:not(.btn-text) {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.3) !important;
	box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.3) !important;
  }
  .btn.btn-white.btn-shadow:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-white.btn-shadow:not(:disabled):not(.disabled).active, .show > .btn.btn-white.btn-shadow.dropdown-toggle {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.3) !important;
	box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.3) !important;
  }

  .btn.btn-white.btn-shadow-hover:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-white.btn-shadow-hover:focus:not(.btn-text), .btn.btn-white.btn-shadow-hover.focus:not(.btn-text) {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.3) !important;
	box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.3) !important;
  }
  .btn.btn-white.btn-shadow-hover:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-white.btn-shadow-hover:not(:disabled):not(.disabled).active, .show > .btn.btn-white.btn-shadow-hover.dropdown-toggle {
	-webkit-box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.3) !important;
	box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.3) !important;
  }

  .btn.btn-text-white {
	color: #ffffff;
  }
  .btn.btn-text-white.disabled, .btn.btn-text-white:disabled {
	color: #ffffff;
  }

  .btn.btn-icon-white i {
	color: #ffffff;
  }
  .btn.btn-icon-white .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-icon-white .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-icon-white.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-icon-white.disabled i, .btn.btn-icon-white:disabled i {
	color: #ffffff;
  }
  .btn.btn-icon-white.disabled .svg-icon svg g [fill], .btn.btn-icon-white:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-icon-white.disabled .svg-icon svg:hover g [fill], .btn.btn-icon-white:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-icon-white.disabled.dropdown-toggle:after, .btn.btn-icon-white:disabled.dropdown-toggle:after {
	color: #ffffff;
  }

  .btn.btn-hover-text-white:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-text-white:focus:not(.btn-text), .btn.btn-hover-text-white.focus:not(.btn-text) {
	color: #ffffff !important;
  }
  .btn.btn-hover-text-white:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-text-white:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-text-white.dropdown-toggle, .show .btn.btn-hover-text-white.btn-dropdown {
	color: #ffffff !important;
  }
  .btn.btn-hover-icon-white:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-icon-white:focus:not(.btn-text) i, .btn.btn-hover-icon-white.focus:not(.btn-text) i {
	color: #ffffff !important;
  }
  .btn.btn-hover-icon-white:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-icon-white:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-icon-white.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff !important;
  }
  .btn.btn-hover-icon-white:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-white:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-white.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-icon-white:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-icon-white:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-icon-white.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff !important;
  }
  .btn.btn-hover-icon-white:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-icon-white:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-icon-white.dropdown-toggle i, .show .btn.btn-hover-icon-white.btn-dropdown i {
	color: #ffffff !important;
  }
  .btn.btn-hover-icon-white:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-icon-white:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-icon-white.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-icon-white.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff !important;
  }
  .btn.btn-hover-icon-white:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-white:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-icon-white.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-icon-white.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-icon-white:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-icon-white:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-icon-white.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-icon-white.btn-dropdown.dropdown-toggle:after {
	color: #ffffff !important;
  }
  .btn.btn-text-primary {
	color: #3699FF;
  }
  .btn.btn-text-primary.disabled, .btn.btn-text-primary:disabled {
	color: #3699FF;
  }

  .btn.btn-icon-primary i {
	color: #3699FF;
  }
  .btn.btn-icon-primary .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3699FF;
  }
  .btn.btn-icon-primary .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-icon-primary.dropdown-toggle:after {
	color: #3699FF;
  }
  .btn.btn-icon-primary.disabled i, .btn.btn-icon-primary:disabled i {
	color: #3699FF;
  }
  .btn.btn-icon-primary.disabled .svg-icon svg g [fill], .btn.btn-icon-primary:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3699FF;
  }
  .btn.btn-icon-primary.disabled .svg-icon svg:hover g [fill], .btn.btn-icon-primary:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-icon-primary.disabled.dropdown-toggle:after, .btn.btn-icon-primary:disabled.dropdown-toggle:after {
	color: #3699FF;
  }

  .btn.btn-hover-text-primary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-text-primary:focus:not(.btn-text), .btn.btn-hover-text-primary.focus:not(.btn-text) {
	color: #3699FF !important;
  }
  .btn.btn-hover-text-primary:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-text-primary:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-text-primary.dropdown-toggle, .show .btn.btn-hover-text-primary.btn-dropdown {
	color: #3699FF !important;
  }
  .btn.btn-hover-icon-primary:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-icon-primary:focus:not(.btn-text) i, .btn.btn-hover-icon-primary.focus:not(.btn-text) i {
	color: #3699FF !important;
  }
  .btn.btn-hover-icon-primary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-icon-primary:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-icon-primary.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3699FF !important;
  }
  .btn.btn-hover-icon-primary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-primary:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-primary.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-icon-primary:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-icon-primary:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-icon-primary.focus:not(.btn-text).dropdown-toggle:after {
	color: #3699FF !important;
  }
  .btn.btn-hover-icon-primary:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-icon-primary:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-icon-primary.dropdown-toggle i, .show .btn.btn-hover-icon-primary.btn-dropdown i {
	color: #3699FF !important;
  }
  .btn.btn-hover-icon-primary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-icon-primary:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-icon-primary.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-icon-primary.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3699FF !important;
  }
  .btn.btn-hover-icon-primary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-primary:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-icon-primary.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-icon-primary.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-icon-primary:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-icon-primary:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-icon-primary.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-icon-primary.btn-dropdown.dropdown-toggle:after {
	color: #3699FF !important;
  }
  .btn.btn-text-secondary {
	color: #181C32;
  }
  .btn.btn-text-secondary.disabled, .btn.btn-text-secondary:disabled {
	color: #181C32;
  }

  .btn.btn-icon-secondary i {
	color: #181C32;
  }
  .btn.btn-icon-secondary .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #181C32;
  }
  .btn.btn-icon-secondary .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-icon-secondary.dropdown-toggle:after {
	color: #181C32;
  }
  .btn.btn-icon-secondary.disabled i, .btn.btn-icon-secondary:disabled i {
	color: #181C32;
  }
  .btn.btn-icon-secondary.disabled .svg-icon svg g [fill], .btn.btn-icon-secondary:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #181C32;
  }
  .btn.btn-icon-secondary.disabled .svg-icon svg:hover g [fill], .btn.btn-icon-secondary:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-icon-secondary.disabled.dropdown-toggle:after, .btn.btn-icon-secondary:disabled.dropdown-toggle:after {
	color: #181C32;
  }

  .btn.btn-hover-text-secondary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-text-secondary:focus:not(.btn-text), .btn.btn-hover-text-secondary.focus:not(.btn-text) {
	color: #181C32 !important;
  }
  .btn.btn-hover-text-secondary:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-text-secondary:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-text-secondary.dropdown-toggle, .show .btn.btn-hover-text-secondary.btn-dropdown {
	color: #181C32 !important;
  }
  .btn.btn-hover-icon-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-icon-secondary:focus:not(.btn-text) i, .btn.btn-hover-icon-secondary.focus:not(.btn-text) i {
	color: #181C32 !important;
  }
  .btn.btn-hover-icon-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-icon-secondary:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-icon-secondary.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #181C32 !important;
  }
  .btn.btn-hover-icon-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-secondary:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-secondary.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-icon-secondary:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-icon-secondary:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-icon-secondary.focus:not(.btn-text).dropdown-toggle:after {
	color: #181C32 !important;
  }
  .btn.btn-hover-icon-secondary:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-icon-secondary:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-icon-secondary.dropdown-toggle i, .show .btn.btn-hover-icon-secondary.btn-dropdown i {
	color: #181C32 !important;
  }
  .btn.btn-hover-icon-secondary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-icon-secondary:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-icon-secondary.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-icon-secondary.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #181C32 !important;
  }
  .btn.btn-hover-icon-secondary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-secondary:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-icon-secondary.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-icon-secondary.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-icon-secondary:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-icon-secondary:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-icon-secondary.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-icon-secondary.btn-dropdown.dropdown-toggle:after {
	color: #181C32 !important;
  }
  .btn.btn-text-success {
	color: #1BC5BD;
  }
  .btn.btn-text-success.disabled, .btn.btn-text-success:disabled {
	color: #1BC5BD;
  }

  .btn.btn-icon-success i {
	color: #1BC5BD;
  }
  .btn.btn-icon-success .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #1BC5BD;
  }
  .btn.btn-icon-success .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-icon-success.dropdown-toggle:after {
	color: #1BC5BD;
  }
  .btn.btn-icon-success.disabled i, .btn.btn-icon-success:disabled i {
	color: #1BC5BD;
  }
  .btn.btn-icon-success.disabled .svg-icon svg g [fill], .btn.btn-icon-success:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #1BC5BD;
  }
  .btn.btn-icon-success.disabled .svg-icon svg:hover g [fill], .btn.btn-icon-success:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-icon-success.disabled.dropdown-toggle:after, .btn.btn-icon-success:disabled.dropdown-toggle:after {
	color: #1BC5BD;
  }

  .btn.btn-hover-text-success:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-text-success:focus:not(.btn-text), .btn.btn-hover-text-success.focus:not(.btn-text) {
	color: #1BC5BD !important;
  }
  .btn.btn-hover-text-success:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-text-success:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-text-success.dropdown-toggle, .show .btn.btn-hover-text-success.btn-dropdown {
	color: #1BC5BD !important;
  }
  .btn.btn-hover-icon-success:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-icon-success:focus:not(.btn-text) i, .btn.btn-hover-icon-success.focus:not(.btn-text) i {
	color: #1BC5BD !important;
  }
  .btn.btn-hover-icon-success:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-icon-success:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-icon-success.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #1BC5BD !important;
  }
  .btn.btn-hover-icon-success:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-success:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-success.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-icon-success:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-icon-success:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-icon-success.focus:not(.btn-text).dropdown-toggle:after {
	color: #1BC5BD !important;
  }
  .btn.btn-hover-icon-success:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-icon-success:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-icon-success.dropdown-toggle i, .show .btn.btn-hover-icon-success.btn-dropdown i {
	color: #1BC5BD !important;
  }
  .btn.btn-hover-icon-success:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-icon-success:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-icon-success.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-icon-success.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #1BC5BD !important;
  }
  .btn.btn-hover-icon-success:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-success:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-icon-success.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-icon-success.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-icon-success:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-icon-success:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-icon-success.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-icon-success.btn-dropdown.dropdown-toggle:after {
	color: #1BC5BD !important;
  }
  .btn.btn-text-info {
	color: #8950FC;
  }
  .btn.btn-text-info.disabled, .btn.btn-text-info:disabled {
	color: #8950FC;
  }

  .btn.btn-icon-info i {
	color: #8950FC;
  }
  .btn.btn-icon-info .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #8950FC;
  }
  .btn.btn-icon-info .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-icon-info.dropdown-toggle:after {
	color: #8950FC;
  }
  .btn.btn-icon-info.disabled i, .btn.btn-icon-info:disabled i {
	color: #8950FC;
  }
  .btn.btn-icon-info.disabled .svg-icon svg g [fill], .btn.btn-icon-info:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #8950FC;
  }
  .btn.btn-icon-info.disabled .svg-icon svg:hover g [fill], .btn.btn-icon-info:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-icon-info.disabled.dropdown-toggle:after, .btn.btn-icon-info:disabled.dropdown-toggle:after {
	color: #8950FC;
  }

  .btn.btn-hover-text-info:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-text-info:focus:not(.btn-text), .btn.btn-hover-text-info.focus:not(.btn-text) {
	color: #8950FC !important;
  }
  .btn.btn-hover-text-info:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-text-info:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-text-info.dropdown-toggle, .show .btn.btn-hover-text-info.btn-dropdown {
	color: #8950FC !important;
  }
  .btn.btn-hover-icon-info:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-icon-info:focus:not(.btn-text) i, .btn.btn-hover-icon-info.focus:not(.btn-text) i {
	color: #8950FC !important;
  }
  .btn.btn-hover-icon-info:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-icon-info:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-icon-info.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #8950FC !important;
  }
  .btn.btn-hover-icon-info:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-info:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-info.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-icon-info:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-icon-info:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-icon-info.focus:not(.btn-text).dropdown-toggle:after {
	color: #8950FC !important;
  }
  .btn.btn-hover-icon-info:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-icon-info:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-icon-info.dropdown-toggle i, .show .btn.btn-hover-icon-info.btn-dropdown i {
	color: #8950FC !important;
  }
  .btn.btn-hover-icon-info:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-icon-info:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-icon-info.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-icon-info.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #8950FC !important;
  }
  .btn.btn-hover-icon-info:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-info:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-icon-info.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-icon-info.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-icon-info:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-icon-info:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-icon-info.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-icon-info.btn-dropdown.dropdown-toggle:after {
	color: #8950FC !important;
  }
  .btn.btn-text-warning {
	color: #FFA800;
  }
  .btn.btn-text-warning.disabled, .btn.btn-text-warning:disabled {
	color: #FFA800;
  }

  .btn.btn-icon-warning i {
	color: #FFA800;
  }
  .btn.btn-icon-warning .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #FFA800;
  }
  .btn.btn-icon-warning .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-icon-warning.dropdown-toggle:after {
	color: #FFA800;
  }
  .btn.btn-icon-warning.disabled i, .btn.btn-icon-warning:disabled i {
	color: #FFA800;
  }
  .btn.btn-icon-warning.disabled .svg-icon svg g [fill], .btn.btn-icon-warning:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #FFA800;
  }
  .btn.btn-icon-warning.disabled .svg-icon svg:hover g [fill], .btn.btn-icon-warning:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-icon-warning.disabled.dropdown-toggle:after, .btn.btn-icon-warning:disabled.dropdown-toggle:after {
	color: #FFA800;
  }

  .btn.btn-hover-text-warning:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-text-warning:focus:not(.btn-text), .btn.btn-hover-text-warning.focus:not(.btn-text) {
	color: #FFA800 !important;
  }
  .btn.btn-hover-text-warning:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-text-warning:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-text-warning.dropdown-toggle, .show .btn.btn-hover-text-warning.btn-dropdown {
	color: #FFA800 !important;
  }
  .btn.btn-hover-icon-warning:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-icon-warning:focus:not(.btn-text) i, .btn.btn-hover-icon-warning.focus:not(.btn-text) i {
	color: #FFA800 !important;
  }
  .btn.btn-hover-icon-warning:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-icon-warning:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-icon-warning.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #FFA800 !important;
  }
  .btn.btn-hover-icon-warning:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-warning:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-warning.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-icon-warning:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-icon-warning:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-icon-warning.focus:not(.btn-text).dropdown-toggle:after {
	color: #FFA800 !important;
  }
  .btn.btn-hover-icon-warning:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-icon-warning:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-icon-warning.dropdown-toggle i, .show .btn.btn-hover-icon-warning.btn-dropdown i {
	color: #FFA800 !important;
  }
  .btn.btn-hover-icon-warning:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-icon-warning:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-icon-warning.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-icon-warning.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #FFA800 !important;
  }
  .btn.btn-hover-icon-warning:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-warning:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-icon-warning.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-icon-warning.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-icon-warning:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-icon-warning:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-icon-warning.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-icon-warning.btn-dropdown.dropdown-toggle:after {
	color: #FFA800 !important;
  }
  .btn.btn-text-danger {
	color: #F64E60;
  }
  .btn.btn-text-danger.disabled, .btn.btn-text-danger:disabled {
	color: #F64E60;
  }

  .btn.btn-icon-danger i {
	color: #F64E60;
  }
  .btn.btn-icon-danger .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #F64E60;
  }
  .btn.btn-icon-danger .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-icon-danger.dropdown-toggle:after {
	color: #F64E60;
  }
  .btn.btn-icon-danger.disabled i, .btn.btn-icon-danger:disabled i {
	color: #F64E60;
  }
  .btn.btn-icon-danger.disabled .svg-icon svg g [fill], .btn.btn-icon-danger:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #F64E60;
  }
  .btn.btn-icon-danger.disabled .svg-icon svg:hover g [fill], .btn.btn-icon-danger:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-icon-danger.disabled.dropdown-toggle:after, .btn.btn-icon-danger:disabled.dropdown-toggle:after {
	color: #F64E60;
  }

  .btn.btn-hover-text-danger:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-text-danger:focus:not(.btn-text), .btn.btn-hover-text-danger.focus:not(.btn-text) {
	color: #F64E60 !important;
  }
  .btn.btn-hover-text-danger:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-text-danger:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-text-danger.dropdown-toggle, .show .btn.btn-hover-text-danger.btn-dropdown {
	color: #F64E60 !important;
  }
  .btn.btn-hover-icon-danger:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-icon-danger:focus:not(.btn-text) i, .btn.btn-hover-icon-danger.focus:not(.btn-text) i {
	color: #F64E60 !important;
  }
  .btn.btn-hover-icon-danger:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-icon-danger:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-icon-danger.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #F64E60 !important;
  }
  .btn.btn-hover-icon-danger:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-danger:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-danger.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-icon-danger:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-icon-danger:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-icon-danger.focus:not(.btn-text).dropdown-toggle:after {
	color: #F64E60 !important;
  }
  .btn.btn-hover-icon-danger:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-icon-danger:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-icon-danger.dropdown-toggle i, .show .btn.btn-hover-icon-danger.btn-dropdown i {
	color: #F64E60 !important;
  }
  .btn.btn-hover-icon-danger:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-icon-danger:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-icon-danger.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-icon-danger.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #F64E60 !important;
  }
  .btn.btn-hover-icon-danger:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-danger:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-icon-danger.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-icon-danger.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-icon-danger:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-icon-danger:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-icon-danger.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-icon-danger.btn-dropdown.dropdown-toggle:after {
	color: #F64E60 !important;
  }
  .btn.btn-text-light {
	color: #F3F6F9;
  }
  .btn.btn-text-light.disabled, .btn.btn-text-light:disabled {
	color: #F3F6F9;
  }

  .btn.btn-icon-light i {
	color: #F3F6F9;
  }
  .btn.btn-icon-light .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #F3F6F9;
  }
  .btn.btn-icon-light .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-icon-light.dropdown-toggle:after {
	color: #F3F6F9;
  }
  .btn.btn-icon-light.disabled i, .btn.btn-icon-light:disabled i {
	color: #F3F6F9;
  }
  .btn.btn-icon-light.disabled .svg-icon svg g [fill], .btn.btn-icon-light:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #F3F6F9;
  }
  .btn.btn-icon-light.disabled .svg-icon svg:hover g [fill], .btn.btn-icon-light:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-icon-light.disabled.dropdown-toggle:after, .btn.btn-icon-light:disabled.dropdown-toggle:after {
	color: #F3F6F9;
  }

  .btn.btn-hover-text-light:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-text-light:focus:not(.btn-text), .btn.btn-hover-text-light.focus:not(.btn-text) {
	color: #F3F6F9 !important;
  }
  .btn.btn-hover-text-light:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-text-light:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-text-light.dropdown-toggle, .show .btn.btn-hover-text-light.btn-dropdown {
	color: #F3F6F9 !important;
  }
  .btn.btn-hover-icon-light:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-icon-light:focus:not(.btn-text) i, .btn.btn-hover-icon-light.focus:not(.btn-text) i {
	color: #F3F6F9 !important;
  }
  .btn.btn-hover-icon-light:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-icon-light:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-icon-light.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #F3F6F9 !important;
  }
  .btn.btn-hover-icon-light:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-light:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-light.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-icon-light:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-icon-light:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-icon-light.focus:not(.btn-text).dropdown-toggle:after {
	color: #F3F6F9 !important;
  }
  .btn.btn-hover-icon-light:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-icon-light:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-icon-light.dropdown-toggle i, .show .btn.btn-hover-icon-light.btn-dropdown i {
	color: #F3F6F9 !important;
  }
  .btn.btn-hover-icon-light:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-icon-light:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-icon-light.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-icon-light.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #F3F6F9 !important;
  }
  .btn.btn-hover-icon-light:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-light:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-icon-light.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-icon-light.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-icon-light:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-icon-light:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-icon-light.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-icon-light.btn-dropdown.dropdown-toggle:after {
	color: #F3F6F9 !important;
  }
  .btn.btn-text-dark {
	color: #181C32;
  }
  .btn.btn-text-dark.disabled, .btn.btn-text-dark:disabled {
	color: #181C32;
  }

  .btn.btn-icon-dark i {
	color: #181C32;
  }
  .btn.btn-icon-dark .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #181C32;
  }
  .btn.btn-icon-dark .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-icon-dark.dropdown-toggle:after {
	color: #181C32;
  }
  .btn.btn-icon-dark.disabled i, .btn.btn-icon-dark:disabled i {
	color: #181C32;
  }
  .btn.btn-icon-dark.disabled .svg-icon svg g [fill], .btn.btn-icon-dark:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #181C32;
  }
  .btn.btn-icon-dark.disabled .svg-icon svg:hover g [fill], .btn.btn-icon-dark:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-icon-dark.disabled.dropdown-toggle:after, .btn.btn-icon-dark:disabled.dropdown-toggle:after {
	color: #181C32;
  }

  .btn.btn-hover-text-dark:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-text-dark:focus:not(.btn-text), .btn.btn-hover-text-dark.focus:not(.btn-text) {
	color: #181C32 !important;
  }
  .btn.btn-hover-text-dark:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-text-dark:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-text-dark.dropdown-toggle, .show .btn.btn-hover-text-dark.btn-dropdown {
	color: #181C32 !important;
  }
  .btn.btn-hover-icon-dark:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-icon-dark:focus:not(.btn-text) i, .btn.btn-hover-icon-dark.focus:not(.btn-text) i {
	color: #181C32 !important;
  }
  .btn.btn-hover-icon-dark:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-icon-dark:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-icon-dark.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #181C32 !important;
  }
  .btn.btn-hover-icon-dark:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-dark:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-dark.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-icon-dark:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-icon-dark:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-icon-dark.focus:not(.btn-text).dropdown-toggle:after {
	color: #181C32 !important;
  }
  .btn.btn-hover-icon-dark:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-icon-dark:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-icon-dark.dropdown-toggle i, .show .btn.btn-hover-icon-dark.btn-dropdown i {
	color: #181C32 !important;
  }
  .btn.btn-hover-icon-dark:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-icon-dark:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-icon-dark.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-icon-dark.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #181C32 !important;
  }
  .btn.btn-hover-icon-dark:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-dark:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-icon-dark.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-icon-dark.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-icon-dark:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-icon-dark:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-icon-dark.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-icon-dark.btn-dropdown.dropdown-toggle:after {
	color: #181C32 !important;
  }
  .btn.btn-text-dark-75 {
	color: #3F4254;
  }
  .btn.btn-text-dark-75.disabled, .btn.btn-text-dark-75:disabled {
	color: #3F4254;
  }

  .btn.btn-icon-dark-75 i {
	color: #3F4254;
  }
  .btn.btn-icon-dark-75 .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3F4254;
  }
  .btn.btn-icon-dark-75 .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-icon-dark-75.dropdown-toggle:after {
	color: #3F4254;
  }
  .btn.btn-icon-dark-75.disabled i, .btn.btn-icon-dark-75:disabled i {
	color: #3F4254;
  }
  .btn.btn-icon-dark-75.disabled .svg-icon svg g [fill], .btn.btn-icon-dark-75:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3F4254;
  }
  .btn.btn-icon-dark-75.disabled .svg-icon svg:hover g [fill], .btn.btn-icon-dark-75:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-icon-dark-75.disabled.dropdown-toggle:after, .btn.btn-icon-dark-75:disabled.dropdown-toggle:after {
	color: #3F4254;
  }

  .btn.btn-hover-text-dark-75:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-text-dark-75:focus:not(.btn-text), .btn.btn-hover-text-dark-75.focus:not(.btn-text) {
	color: #3F4254 !important;
  }
  .btn.btn-hover-text-dark-75:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-text-dark-75:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-text-dark-75.dropdown-toggle, .show .btn.btn-hover-text-dark-75.btn-dropdown {
	color: #3F4254 !important;
  }
  .btn.btn-hover-icon-dark-75:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-icon-dark-75:focus:not(.btn-text) i, .btn.btn-hover-icon-dark-75.focus:not(.btn-text) i {
	color: #3F4254 !important;
  }
  .btn.btn-hover-icon-dark-75:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-icon-dark-75:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-icon-dark-75.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3F4254 !important;
  }
  .btn.btn-hover-icon-dark-75:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-dark-75:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-dark-75.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-icon-dark-75:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-icon-dark-75:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-icon-dark-75.focus:not(.btn-text).dropdown-toggle:after {
	color: #3F4254 !important;
  }
  .btn.btn-hover-icon-dark-75:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-icon-dark-75:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-icon-dark-75.dropdown-toggle i, .show .btn.btn-hover-icon-dark-75.btn-dropdown i {
	color: #3F4254 !important;
  }
  .btn.btn-hover-icon-dark-75:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-icon-dark-75:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-icon-dark-75.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-icon-dark-75.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3F4254 !important;
  }
  .btn.btn-hover-icon-dark-75:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-dark-75:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-icon-dark-75.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-icon-dark-75.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-icon-dark-75:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-icon-dark-75:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-icon-dark-75.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-icon-dark-75.btn-dropdown.dropdown-toggle:after {
	color: #3F4254 !important;
  }
  .btn.btn-text-dark-65 {
	color: #5E6278;
  }
  .btn.btn-text-dark-65.disabled, .btn.btn-text-dark-65:disabled {
	color: #5E6278;
  }

  .btn.btn-icon-dark-65 i {
	color: #5E6278;
  }
  .btn.btn-icon-dark-65 .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #5E6278;
  }
  .btn.btn-icon-dark-65 .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-icon-dark-65.dropdown-toggle:after {
	color: #5E6278;
  }
  .btn.btn-icon-dark-65.disabled i, .btn.btn-icon-dark-65:disabled i {
	color: #5E6278;
  }
  .btn.btn-icon-dark-65.disabled .svg-icon svg g [fill], .btn.btn-icon-dark-65:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #5E6278;
  }
  .btn.btn-icon-dark-65.disabled .svg-icon svg:hover g [fill], .btn.btn-icon-dark-65:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-icon-dark-65.disabled.dropdown-toggle:after, .btn.btn-icon-dark-65:disabled.dropdown-toggle:after {
	color: #5E6278;
  }

  .btn.btn-hover-text-dark-65:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-text-dark-65:focus:not(.btn-text), .btn.btn-hover-text-dark-65.focus:not(.btn-text) {
	color: #5E6278 !important;
  }
  .btn.btn-hover-text-dark-65:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-text-dark-65:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-text-dark-65.dropdown-toggle, .show .btn.btn-hover-text-dark-65.btn-dropdown {
	color: #5E6278 !important;
  }
  .btn.btn-hover-icon-dark-65:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-icon-dark-65:focus:not(.btn-text) i, .btn.btn-hover-icon-dark-65.focus:not(.btn-text) i {
	color: #5E6278 !important;
  }
  .btn.btn-hover-icon-dark-65:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-icon-dark-65:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-icon-dark-65.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #5E6278 !important;
  }
  .btn.btn-hover-icon-dark-65:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-dark-65:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-dark-65.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-icon-dark-65:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-icon-dark-65:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-icon-dark-65.focus:not(.btn-text).dropdown-toggle:after {
	color: #5E6278 !important;
  }
  .btn.btn-hover-icon-dark-65:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-icon-dark-65:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-icon-dark-65.dropdown-toggle i, .show .btn.btn-hover-icon-dark-65.btn-dropdown i {
	color: #5E6278 !important;
  }
  .btn.btn-hover-icon-dark-65:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-icon-dark-65:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-icon-dark-65.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-icon-dark-65.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #5E6278 !important;
  }
  .btn.btn-hover-icon-dark-65:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-dark-65:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-icon-dark-65.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-icon-dark-65.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-icon-dark-65:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-icon-dark-65:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-icon-dark-65.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-icon-dark-65.btn-dropdown.dropdown-toggle:after {
	color: #5E6278 !important;
  }
  .btn.btn-text-dark-50 {
	color: #7E8299;
  }
  .btn.btn-text-dark-50.disabled, .btn.btn-text-dark-50:disabled {
	color: #7E8299;
  }

  .btn.btn-icon-dark-50 i {
	color: #7E8299;
  }
  .btn.btn-icon-dark-50 .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #7E8299;
  }
  .btn.btn-icon-dark-50 .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-icon-dark-50.dropdown-toggle:after {
	color: #7E8299;
  }
  .btn.btn-icon-dark-50.disabled i, .btn.btn-icon-dark-50:disabled i {
	color: #7E8299;
  }
  .btn.btn-icon-dark-50.disabled .svg-icon svg g [fill], .btn.btn-icon-dark-50:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #7E8299;
  }
  .btn.btn-icon-dark-50.disabled .svg-icon svg:hover g [fill], .btn.btn-icon-dark-50:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-icon-dark-50.disabled.dropdown-toggle:after, .btn.btn-icon-dark-50:disabled.dropdown-toggle:after {
	color: #7E8299;
  }

  .btn.btn-hover-text-dark-50:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-text-dark-50:focus:not(.btn-text), .btn.btn-hover-text-dark-50.focus:not(.btn-text) {
	color: #7E8299 !important;
  }
  .btn.btn-hover-text-dark-50:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-text-dark-50:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-text-dark-50.dropdown-toggle, .show .btn.btn-hover-text-dark-50.btn-dropdown {
	color: #7E8299 !important;
  }
  .btn.btn-hover-icon-dark-50:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-icon-dark-50:focus:not(.btn-text) i, .btn.btn-hover-icon-dark-50.focus:not(.btn-text) i {
	color: #7E8299 !important;
  }
  .btn.btn-hover-icon-dark-50:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-icon-dark-50:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-icon-dark-50.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #7E8299 !important;
  }
  .btn.btn-hover-icon-dark-50:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-dark-50:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-dark-50.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-icon-dark-50:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-icon-dark-50:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-icon-dark-50.focus:not(.btn-text).dropdown-toggle:after {
	color: #7E8299 !important;
  }
  .btn.btn-hover-icon-dark-50:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-icon-dark-50:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-icon-dark-50.dropdown-toggle i, .show .btn.btn-hover-icon-dark-50.btn-dropdown i {
	color: #7E8299 !important;
  }
  .btn.btn-hover-icon-dark-50:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-icon-dark-50:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-icon-dark-50.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-icon-dark-50.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #7E8299 !important;
  }
  .btn.btn-hover-icon-dark-50:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-dark-50:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-icon-dark-50.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-icon-dark-50.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-icon-dark-50:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-icon-dark-50:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-icon-dark-50.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-icon-dark-50.btn-dropdown.dropdown-toggle:after {
	color: #7E8299 !important;
  }
  .btn.btn-text-dark-25 {
	color: #D1D3E0;
  }
  .btn.btn-text-dark-25.disabled, .btn.btn-text-dark-25:disabled {
	color: #D1D3E0;
  }

  .btn.btn-icon-dark-25 i {
	color: #D1D3E0;
  }
  .btn.btn-icon-dark-25 .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #D1D3E0;
  }
  .btn.btn-icon-dark-25 .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-icon-dark-25.dropdown-toggle:after {
	color: #D1D3E0;
  }
  .btn.btn-icon-dark-25.disabled i, .btn.btn-icon-dark-25:disabled i {
	color: #D1D3E0;
  }
  .btn.btn-icon-dark-25.disabled .svg-icon svg g [fill], .btn.btn-icon-dark-25:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #D1D3E0;
  }
  .btn.btn-icon-dark-25.disabled .svg-icon svg:hover g [fill], .btn.btn-icon-dark-25:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-icon-dark-25.disabled.dropdown-toggle:after, .btn.btn-icon-dark-25:disabled.dropdown-toggle:after {
	color: #D1D3E0;
  }

  .btn.btn-hover-text-dark-25:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-text-dark-25:focus:not(.btn-text), .btn.btn-hover-text-dark-25.focus:not(.btn-text) {
	color: #D1D3E0 !important;
  }
  .btn.btn-hover-text-dark-25:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-text-dark-25:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-text-dark-25.dropdown-toggle, .show .btn.btn-hover-text-dark-25.btn-dropdown {
	color: #D1D3E0 !important;
  }
  .btn.btn-hover-icon-dark-25:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-icon-dark-25:focus:not(.btn-text) i, .btn.btn-hover-icon-dark-25.focus:not(.btn-text) i {
	color: #D1D3E0 !important;
  }
  .btn.btn-hover-icon-dark-25:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-icon-dark-25:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-icon-dark-25.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #D1D3E0 !important;
  }
  .btn.btn-hover-icon-dark-25:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-dark-25:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-dark-25.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-icon-dark-25:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-icon-dark-25:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-icon-dark-25.focus:not(.btn-text).dropdown-toggle:after {
	color: #D1D3E0 !important;
  }
  .btn.btn-hover-icon-dark-25:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-icon-dark-25:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-icon-dark-25.dropdown-toggle i, .show .btn.btn-hover-icon-dark-25.btn-dropdown i {
	color: #D1D3E0 !important;
  }
  .btn.btn-hover-icon-dark-25:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-icon-dark-25:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-icon-dark-25.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-icon-dark-25.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #D1D3E0 !important;
  }
  .btn.btn-hover-icon-dark-25:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-dark-25:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-icon-dark-25.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-icon-dark-25.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-icon-dark-25:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-icon-dark-25:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-icon-dark-25.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-icon-dark-25.btn-dropdown.dropdown-toggle:after {
	color: #D1D3E0 !important;
  }
  .btn.btn-text-muted {
	color: #B5B5C3;
  }
  .btn.btn-text-muted.disabled, .btn.btn-text-muted:disabled {
	color: #B5B5C3;
  }

  .btn.btn-icon-muted i {
	color: #B5B5C3;
  }
  .btn.btn-icon-muted .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #B5B5C3;
  }
  .btn.btn-icon-muted .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-icon-muted.dropdown-toggle:after {
	color: #B5B5C3;
  }
  .btn.btn-icon-muted.disabled i, .btn.btn-icon-muted:disabled i {
	color: #B5B5C3;
  }
  .btn.btn-icon-muted.disabled .svg-icon svg g [fill], .btn.btn-icon-muted:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #B5B5C3;
  }
  .btn.btn-icon-muted.disabled .svg-icon svg:hover g [fill], .btn.btn-icon-muted:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-icon-muted.disabled.dropdown-toggle:after, .btn.btn-icon-muted:disabled.dropdown-toggle:after {
	color: #B5B5C3;
  }

  .btn.btn-hover-text-muted:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-text-muted:focus:not(.btn-text), .btn.btn-hover-text-muted.focus:not(.btn-text) {
	color: #B5B5C3 !important;
  }
  .btn.btn-hover-text-muted:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-text-muted:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-text-muted.dropdown-toggle, .show .btn.btn-hover-text-muted.btn-dropdown {
	color: #B5B5C3 !important;
  }
  .btn.btn-hover-icon-muted:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-icon-muted:focus:not(.btn-text) i, .btn.btn-hover-icon-muted.focus:not(.btn-text) i {
	color: #B5B5C3 !important;
  }
  .btn.btn-hover-icon-muted:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-icon-muted:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-icon-muted.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #B5B5C3 !important;
  }
  .btn.btn-hover-icon-muted:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-muted:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-muted.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-icon-muted:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-icon-muted:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-icon-muted.focus:not(.btn-text).dropdown-toggle:after {
	color: #B5B5C3 !important;
  }
  .btn.btn-hover-icon-muted:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-icon-muted:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-icon-muted.dropdown-toggle i, .show .btn.btn-hover-icon-muted.btn-dropdown i {
	color: #B5B5C3 !important;
  }
  .btn.btn-hover-icon-muted:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-icon-muted:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-icon-muted.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-icon-muted.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #B5B5C3 !important;
  }
  .btn.btn-hover-icon-muted:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-icon-muted:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-icon-muted.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-icon-muted.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-hover-icon-muted:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-icon-muted:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-icon-muted.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-icon-muted.btn-dropdown.dropdown-toggle:after {
	color: #B5B5C3 !important;
  }
  .btn.btn-facebook {
	color: #ffffff;
	background-color: #3b5998;
	border-color: #3b5998;
  }
  .btn.btn-facebook i {
	color: #ffffff;
  }
  .btn.btn-facebook .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-facebook .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-facebook.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-facebook:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-facebook:focus:not(.btn-text), .btn.btn-facebook.focus:not(.btn-text) {
	color: #ffffff;
	background-color: #30497c;
	border-color: #30497c;
  }
  .btn.btn-facebook:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-facebook:focus:not(.btn-text) i, .btn.btn-facebook.focus:not(.btn-text) i {
	color: #ffffff;
  }
  .btn.btn-facebook:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-facebook:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-facebook.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-facebook:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-facebook:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-facebook.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-facebook:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-facebook:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-facebook.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-facebook.disabled, .btn.btn-facebook:disabled {
	color: #ffffff;
	background-color: #3b5998;
	border-color: #3b5998;
  }
  .btn.btn-facebook.disabled i, .btn.btn-facebook:disabled i {
	color: #ffffff;
  }
  .btn.btn-facebook.disabled .svg-icon svg g [fill], .btn.btn-facebook:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-facebook.disabled .svg-icon svg:hover g [fill], .btn.btn-facebook:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-facebook.disabled.dropdown-toggle:after, .btn.btn-facebook:disabled.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-facebook:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-facebook:not(:disabled):not(.disabled).active, .show > .btn.btn-facebook.dropdown-toggle, .show .btn.btn-facebook.btn-dropdown {
	color: #ffffff;
	background-color: #30497c;
	border-color: #30497c;
  }
  .btn.btn-facebook:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-facebook:not(:disabled):not(.disabled).active i, .show > .btn.btn-facebook.dropdown-toggle i, .show .btn.btn-facebook.btn-dropdown i {
	color: #ffffff;
  }
  .btn.btn-facebook:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-facebook:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-facebook.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-facebook.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-facebook:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-facebook:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-facebook.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-facebook.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-facebook:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-facebook:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-facebook.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-facebook.btn-dropdown.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-light-facebook {
	color: #3b5998;
	background-color: rgba(59, 89, 152, 0.1);
	border-color: transparent;
  }
  .btn.btn-light-facebook i {
	color: #3b5998;
  }
  .btn.btn-light-facebook .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3b5998;
  }
  .btn.btn-light-facebook .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-facebook.dropdown-toggle:after {
	color: #3b5998;
  }
  .btn.btn-light-facebook:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-facebook:focus:not(.btn-text), .btn.btn-light-facebook.focus:not(.btn-text) {
	color: #ffffff;
	background-color: #3b5998;
	border-color: transparent;
  }
  .btn.btn-light-facebook:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-light-facebook:focus:not(.btn-text) i, .btn.btn-light-facebook.focus:not(.btn-text) i {
	color: #ffffff;
  }
  .btn.btn-light-facebook:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-light-facebook:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-facebook.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-light-facebook:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-light-facebook:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-facebook.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-facebook:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-light-facebook:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-light-facebook.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-light-facebook.disabled, .btn.btn-light-facebook:disabled {
	color: #3b5998;
	background-color: rgba(59, 89, 152, 0.1);
	border-color: transparent;
  }
  .btn.btn-light-facebook.disabled i, .btn.btn-light-facebook:disabled i {
	color: #3b5998;
  }
  .btn.btn-light-facebook.disabled .svg-icon svg g [fill], .btn.btn-light-facebook:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #3b5998;
  }
  .btn.btn-light-facebook.disabled .svg-icon svg:hover g [fill], .btn.btn-light-facebook:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-facebook.disabled.dropdown-toggle:after, .btn.btn-light-facebook:disabled.dropdown-toggle:after {
	color: #3b5998;
  }
  .btn.btn-light-facebook:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-facebook:not(:disabled):not(.disabled).active, .show > .btn.btn-light-facebook.dropdown-toggle, .show .btn.btn-light-facebook.btn-dropdown {
	color: #ffffff;
	background-color: #3b5998;
	border-color: transparent;
  }
  .btn.btn-light-facebook:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-light-facebook:not(:disabled):not(.disabled).active i, .show > .btn.btn-light-facebook.dropdown-toggle i, .show .btn.btn-light-facebook.btn-dropdown i {
	color: #ffffff;
  }
  .btn.btn-light-facebook:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-facebook:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-light-facebook.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-light-facebook.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-light-facebook:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-facebook:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-light-facebook.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-light-facebook.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-facebook:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-light-facebook:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-light-facebook.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-light-facebook.btn-dropdown.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-google {
	color: #ffffff;
	background-color: #dd4b39;
	border-color: #dd4b39;
  }
  .btn.btn-google i {
	color: #ffffff;
  }
  .btn.btn-google .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-google .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-google.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-google:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-google:focus:not(.btn-text), .btn.btn-google.focus:not(.btn-text) {
	color: #ffffff;
	background-color: #cd3623;
	border-color: #cd3623;
  }
  .btn.btn-google:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-google:focus:not(.btn-text) i, .btn.btn-google.focus:not(.btn-text) i {
	color: #ffffff;
  }
  .btn.btn-google:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-google:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-google.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-google:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-google:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-google.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-google:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-google:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-google.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-google.disabled, .btn.btn-google:disabled {
	color: #ffffff;
	background-color: #dd4b39;
	border-color: #dd4b39;
  }
  .btn.btn-google.disabled i, .btn.btn-google:disabled i {
	color: #ffffff;
  }
  .btn.btn-google.disabled .svg-icon svg g [fill], .btn.btn-google:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-google.disabled .svg-icon svg:hover g [fill], .btn.btn-google:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-google.disabled.dropdown-toggle:after, .btn.btn-google:disabled.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-google:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-google:not(:disabled):not(.disabled).active, .show > .btn.btn-google.dropdown-toggle, .show .btn.btn-google.btn-dropdown {
	color: #ffffff;
	background-color: #cd3623;
	border-color: #cd3623;
  }
  .btn.btn-google:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-google:not(:disabled):not(.disabled).active i, .show > .btn.btn-google.dropdown-toggle i, .show .btn.btn-google.btn-dropdown i {
	color: #ffffff;
  }
  .btn.btn-google:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-google:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-google.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-google.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-google:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-google:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-google.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-google.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-google:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-google:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-google.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-google.btn-dropdown.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-light-google {
	color: #dd4b39;
	background-color: rgba(221, 75, 57, 0.1);
	border-color: transparent;
  }
  .btn.btn-light-google i {
	color: #dd4b39;
  }
  .btn.btn-light-google .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #dd4b39;
  }
  .btn.btn-light-google .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-google.dropdown-toggle:after {
	color: #dd4b39;
  }
  .btn.btn-light-google:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-google:focus:not(.btn-text), .btn.btn-light-google.focus:not(.btn-text) {
	color: #ffffff;
	background-color: #dd4b39;
	border-color: transparent;
  }
  .btn.btn-light-google:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-light-google:focus:not(.btn-text) i, .btn.btn-light-google.focus:not(.btn-text) i {
	color: #ffffff;
  }
  .btn.btn-light-google:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-light-google:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-google.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-light-google:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-light-google:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-google.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-google:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-light-google:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-light-google.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-light-google.disabled, .btn.btn-light-google:disabled {
	color: #dd4b39;
	background-color: rgba(221, 75, 57, 0.1);
	border-color: transparent;
  }
  .btn.btn-light-google.disabled i, .btn.btn-light-google:disabled i {
	color: #dd4b39;
  }
  .btn.btn-light-google.disabled .svg-icon svg g [fill], .btn.btn-light-google:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #dd4b39;
  }
  .btn.btn-light-google.disabled .svg-icon svg:hover g [fill], .btn.btn-light-google:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-google.disabled.dropdown-toggle:after, .btn.btn-light-google:disabled.dropdown-toggle:after {
	color: #dd4b39;
  }
  .btn.btn-light-google:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-google:not(:disabled):not(.disabled).active, .show > .btn.btn-light-google.dropdown-toggle, .show .btn.btn-light-google.btn-dropdown {
	color: #ffffff;
	background-color: #dd4b39;
	border-color: transparent;
  }
  .btn.btn-light-google:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-light-google:not(:disabled):not(.disabled).active i, .show > .btn.btn-light-google.dropdown-toggle i, .show .btn.btn-light-google.btn-dropdown i {
	color: #ffffff;
  }
  .btn.btn-light-google:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-google:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-light-google.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-light-google.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-light-google:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-google:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-light-google.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-light-google.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-google:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-light-google:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-light-google.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-light-google.btn-dropdown.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-twitter {
	color: #ffffff;
	background-color: #1da1f2;
	border-color: #1da1f2;
  }
  .btn.btn-twitter i {
	color: #ffffff;
  }
  .btn.btn-twitter .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-twitter .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-twitter.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-twitter:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-twitter:focus:not(.btn-text), .btn.btn-twitter.focus:not(.btn-text) {
	color: #ffffff;
	background-color: #0d8ddc;
	border-color: #0d8ddc;
  }
  .btn.btn-twitter:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-twitter:focus:not(.btn-text) i, .btn.btn-twitter.focus:not(.btn-text) i {
	color: #ffffff;
  }
  .btn.btn-twitter:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-twitter:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-twitter.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-twitter:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-twitter:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-twitter.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-twitter:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-twitter:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-twitter.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-twitter.disabled, .btn.btn-twitter:disabled {
	color: #ffffff;
	background-color: #1da1f2;
	border-color: #1da1f2;
  }
  .btn.btn-twitter.disabled i, .btn.btn-twitter:disabled i {
	color: #ffffff;
  }
  .btn.btn-twitter.disabled .svg-icon svg g [fill], .btn.btn-twitter:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-twitter.disabled .svg-icon svg:hover g [fill], .btn.btn-twitter:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-twitter.disabled.dropdown-toggle:after, .btn.btn-twitter:disabled.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-twitter:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-twitter:not(:disabled):not(.disabled).active, .show > .btn.btn-twitter.dropdown-toggle, .show .btn.btn-twitter.btn-dropdown {
	color: #ffffff;
	background-color: #0d8ddc;
	border-color: #0d8ddc;
  }
  .btn.btn-twitter:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-twitter:not(:disabled):not(.disabled).active i, .show > .btn.btn-twitter.dropdown-toggle i, .show .btn.btn-twitter.btn-dropdown i {
	color: #ffffff;
  }
  .btn.btn-twitter:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-twitter:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-twitter.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-twitter.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-twitter:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-twitter:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-twitter.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-twitter.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-twitter:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-twitter:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-twitter.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-twitter.btn-dropdown.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-light-twitter {
	color: #1da1f2;
	background-color: rgba(29, 161, 242, 0.1);
	border-color: transparent;
  }
  .btn.btn-light-twitter i {
	color: #1da1f2;
  }
  .btn.btn-light-twitter .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #1da1f2;
  }
  .btn.btn-light-twitter .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-twitter.dropdown-toggle:after {
	color: #1da1f2;
  }
  .btn.btn-light-twitter:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-twitter:focus:not(.btn-text), .btn.btn-light-twitter.focus:not(.btn-text) {
	color: #ffffff;
	background-color: #1da1f2;
	border-color: transparent;
  }
  .btn.btn-light-twitter:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-light-twitter:focus:not(.btn-text) i, .btn.btn-light-twitter.focus:not(.btn-text) i {
	color: #ffffff;
  }
  .btn.btn-light-twitter:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-light-twitter:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-twitter.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-light-twitter:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-light-twitter:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-twitter.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-twitter:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-light-twitter:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-light-twitter.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-light-twitter.disabled, .btn.btn-light-twitter:disabled {
	color: #1da1f2;
	background-color: rgba(29, 161, 242, 0.1);
	border-color: transparent;
  }
  .btn.btn-light-twitter.disabled i, .btn.btn-light-twitter:disabled i {
	color: #1da1f2;
  }
  .btn.btn-light-twitter.disabled .svg-icon svg g [fill], .btn.btn-light-twitter:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #1da1f2;
  }
  .btn.btn-light-twitter.disabled .svg-icon svg:hover g [fill], .btn.btn-light-twitter:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-twitter.disabled.dropdown-toggle:after, .btn.btn-light-twitter:disabled.dropdown-toggle:after {
	color: #1da1f2;
  }
  .btn.btn-light-twitter:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-twitter:not(:disabled):not(.disabled).active, .show > .btn.btn-light-twitter.dropdown-toggle, .show .btn.btn-light-twitter.btn-dropdown {
	color: #ffffff;
	background-color: #1da1f2;
	border-color: transparent;
  }
  .btn.btn-light-twitter:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-light-twitter:not(:disabled):not(.disabled).active i, .show > .btn.btn-light-twitter.dropdown-toggle i, .show .btn.btn-light-twitter.btn-dropdown i {
	color: #ffffff;
  }
  .btn.btn-light-twitter:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-twitter:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-light-twitter.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-light-twitter.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-light-twitter:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-twitter:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-light-twitter.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-light-twitter.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-twitter:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-light-twitter:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-light-twitter.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-light-twitter.btn-dropdown.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-instagram {
	color: #ffffff;
	background-color: #e1306c;
	border-color: #e1306c;
  }
  .btn.btn-instagram i {
	color: #ffffff;
  }
  .btn.btn-instagram .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-instagram .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-instagram.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-instagram:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-instagram:focus:not(.btn-text), .btn.btn-instagram.focus:not(.btn-text) {
	color: #ffffff;
	background-color: #cd1e59;
	border-color: #cd1e59;
  }
  .btn.btn-instagram:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-instagram:focus:not(.btn-text) i, .btn.btn-instagram.focus:not(.btn-text) i {
	color: #ffffff;
  }
  .btn.btn-instagram:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-instagram:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-instagram.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-instagram:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-instagram:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-instagram.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-instagram:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-instagram:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-instagram.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-instagram.disabled, .btn.btn-instagram:disabled {
	color: #ffffff;
	background-color: #e1306c;
	border-color: #e1306c;
  }
  .btn.btn-instagram.disabled i, .btn.btn-instagram:disabled i {
	color: #ffffff;
  }
  .btn.btn-instagram.disabled .svg-icon svg g [fill], .btn.btn-instagram:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-instagram.disabled .svg-icon svg:hover g [fill], .btn.btn-instagram:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-instagram.disabled.dropdown-toggle:after, .btn.btn-instagram:disabled.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-instagram:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-instagram:not(:disabled):not(.disabled).active, .show > .btn.btn-instagram.dropdown-toggle, .show .btn.btn-instagram.btn-dropdown {
	color: #ffffff;
	background-color: #cd1e59;
	border-color: #cd1e59;
  }
  .btn.btn-instagram:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-instagram:not(:disabled):not(.disabled).active i, .show > .btn.btn-instagram.dropdown-toggle i, .show .btn.btn-instagram.btn-dropdown i {
	color: #ffffff;
  }
  .btn.btn-instagram:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-instagram:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-instagram.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-instagram.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-instagram:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-instagram:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-instagram.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-instagram.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-instagram:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-instagram:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-instagram.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-instagram.btn-dropdown.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-light-instagram {
	color: #e1306c;
	background-color: rgba(225, 48, 108, 0.1);
	border-color: transparent;
  }
  .btn.btn-light-instagram i {
	color: #e1306c;
  }
  .btn.btn-light-instagram .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #e1306c;
  }
  .btn.btn-light-instagram .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-instagram.dropdown-toggle:after {
	color: #e1306c;
  }
  .btn.btn-light-instagram:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-instagram:focus:not(.btn-text), .btn.btn-light-instagram.focus:not(.btn-text) {
	color: #ffffff;
	background-color: #e1306c;
	border-color: transparent;
  }
  .btn.btn-light-instagram:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-light-instagram:focus:not(.btn-text) i, .btn.btn-light-instagram.focus:not(.btn-text) i {
	color: #ffffff;
  }
  .btn.btn-light-instagram:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-light-instagram:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-instagram.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-light-instagram:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-light-instagram:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-instagram.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-instagram:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-light-instagram:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-light-instagram.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-light-instagram.disabled, .btn.btn-light-instagram:disabled {
	color: #e1306c;
	background-color: rgba(225, 48, 108, 0.1);
	border-color: transparent;
  }
  .btn.btn-light-instagram.disabled i, .btn.btn-light-instagram:disabled i {
	color: #e1306c;
  }
  .btn.btn-light-instagram.disabled .svg-icon svg g [fill], .btn.btn-light-instagram:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #e1306c;
  }
  .btn.btn-light-instagram.disabled .svg-icon svg:hover g [fill], .btn.btn-light-instagram:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-instagram.disabled.dropdown-toggle:after, .btn.btn-light-instagram:disabled.dropdown-toggle:after {
	color: #e1306c;
  }
  .btn.btn-light-instagram:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-instagram:not(:disabled):not(.disabled).active, .show > .btn.btn-light-instagram.dropdown-toggle, .show .btn.btn-light-instagram.btn-dropdown {
	color: #ffffff;
	background-color: #e1306c;
	border-color: transparent;
  }
  .btn.btn-light-instagram:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-light-instagram:not(:disabled):not(.disabled).active i, .show > .btn.btn-light-instagram.dropdown-toggle i, .show .btn.btn-light-instagram.btn-dropdown i {
	color: #ffffff;
  }
  .btn.btn-light-instagram:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-instagram:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-light-instagram.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-light-instagram.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-light-instagram:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-instagram:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-light-instagram.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-light-instagram.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-instagram:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-light-instagram:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-light-instagram.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-light-instagram.btn-dropdown.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-youtube {
	color: #ffffff;
	background-color: #ff0000;
	border-color: #ff0000;
  }
  .btn.btn-youtube i {
	color: #ffffff;
  }
  .btn.btn-youtube .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-youtube .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-youtube.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-youtube:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-youtube:focus:not(.btn-text), .btn.btn-youtube.focus:not(.btn-text) {
	color: #ffffff;
	background-color: #d90000;
	border-color: #d90000;
  }
  .btn.btn-youtube:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-youtube:focus:not(.btn-text) i, .btn.btn-youtube.focus:not(.btn-text) i {
	color: #ffffff;
  }
  .btn.btn-youtube:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-youtube:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-youtube.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-youtube:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-youtube:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-youtube.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-youtube:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-youtube:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-youtube.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-youtube.disabled, .btn.btn-youtube:disabled {
	color: #ffffff;
	background-color: #ff0000;
	border-color: #ff0000;
  }
  .btn.btn-youtube.disabled i, .btn.btn-youtube:disabled i {
	color: #ffffff;
  }
  .btn.btn-youtube.disabled .svg-icon svg g [fill], .btn.btn-youtube:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-youtube.disabled .svg-icon svg:hover g [fill], .btn.btn-youtube:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-youtube.disabled.dropdown-toggle:after, .btn.btn-youtube:disabled.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-youtube:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-youtube:not(:disabled):not(.disabled).active, .show > .btn.btn-youtube.dropdown-toggle, .show .btn.btn-youtube.btn-dropdown {
	color: #ffffff;
	background-color: #d90000;
	border-color: #d90000;
  }
  .btn.btn-youtube:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-youtube:not(:disabled):not(.disabled).active i, .show > .btn.btn-youtube.dropdown-toggle i, .show .btn.btn-youtube.btn-dropdown i {
	color: #ffffff;
  }
  .btn.btn-youtube:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-youtube:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-youtube.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-youtube.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-youtube:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-youtube:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-youtube.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-youtube.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-youtube:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-youtube:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-youtube.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-youtube.btn-dropdown.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-light-youtube {
	color: #ff0000;
	background-color: rgba(255, 0, 0, 0.1);
	border-color: transparent;
  }
  .btn.btn-light-youtube i {
	color: #ff0000;
  }
  .btn.btn-light-youtube .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ff0000;
  }
  .btn.btn-light-youtube .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-youtube.dropdown-toggle:after {
	color: #ff0000;
  }
  .btn.btn-light-youtube:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-youtube:focus:not(.btn-text), .btn.btn-light-youtube.focus:not(.btn-text) {
	color: #ffffff;
	background-color: #ff0000;
	border-color: transparent;
  }
  .btn.btn-light-youtube:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-light-youtube:focus:not(.btn-text) i, .btn.btn-light-youtube.focus:not(.btn-text) i {
	color: #ffffff;
  }
  .btn.btn-light-youtube:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-light-youtube:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-youtube.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-light-youtube:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-light-youtube:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-youtube.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-youtube:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-light-youtube:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-light-youtube.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-light-youtube.disabled, .btn.btn-light-youtube:disabled {
	color: #ff0000;
	background-color: rgba(255, 0, 0, 0.1);
	border-color: transparent;
  }
  .btn.btn-light-youtube.disabled i, .btn.btn-light-youtube:disabled i {
	color: #ff0000;
  }
  .btn.btn-light-youtube.disabled .svg-icon svg g [fill], .btn.btn-light-youtube:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ff0000;
  }
  .btn.btn-light-youtube.disabled .svg-icon svg:hover g [fill], .btn.btn-light-youtube:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-youtube.disabled.dropdown-toggle:after, .btn.btn-light-youtube:disabled.dropdown-toggle:after {
	color: #ff0000;
  }
  .btn.btn-light-youtube:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-youtube:not(:disabled):not(.disabled).active, .show > .btn.btn-light-youtube.dropdown-toggle, .show .btn.btn-light-youtube.btn-dropdown {
	color: #ffffff;
	background-color: #ff0000;
	border-color: transparent;
  }
  .btn.btn-light-youtube:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-light-youtube:not(:disabled):not(.disabled).active i, .show > .btn.btn-light-youtube.dropdown-toggle i, .show .btn.btn-light-youtube.btn-dropdown i {
	color: #ffffff;
  }
  .btn.btn-light-youtube:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-youtube:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-light-youtube.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-light-youtube.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-light-youtube:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-youtube:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-light-youtube.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-light-youtube.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-youtube:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-light-youtube:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-light-youtube.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-light-youtube.btn-dropdown.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-linkedin {
	color: #ffffff;
	background-color: #0077b5;
	border-color: #0077b5;
  }
  .btn.btn-linkedin i {
	color: #ffffff;
  }
  .btn.btn-linkedin .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-linkedin .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-linkedin.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-linkedin:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-linkedin:focus:not(.btn-text), .btn.btn-linkedin.focus:not(.btn-text) {
	color: #ffffff;
	background-color: #005e8f;
	border-color: #005e8f;
  }
  .btn.btn-linkedin:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-linkedin:focus:not(.btn-text) i, .btn.btn-linkedin.focus:not(.btn-text) i {
	color: #ffffff;
  }
  .btn.btn-linkedin:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-linkedin:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-linkedin.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-linkedin:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-linkedin:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-linkedin.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-linkedin:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-linkedin:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-linkedin.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-linkedin.disabled, .btn.btn-linkedin:disabled {
	color: #ffffff;
	background-color: #0077b5;
	border-color: #0077b5;
  }
  .btn.btn-linkedin.disabled i, .btn.btn-linkedin:disabled i {
	color: #ffffff;
  }
  .btn.btn-linkedin.disabled .svg-icon svg g [fill], .btn.btn-linkedin:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-linkedin.disabled .svg-icon svg:hover g [fill], .btn.btn-linkedin:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-linkedin.disabled.dropdown-toggle:after, .btn.btn-linkedin:disabled.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-linkedin:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-linkedin:not(:disabled):not(.disabled).active, .show > .btn.btn-linkedin.dropdown-toggle, .show .btn.btn-linkedin.btn-dropdown {
	color: #ffffff;
	background-color: #005e8f;
	border-color: #005e8f;
  }
  .btn.btn-linkedin:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-linkedin:not(:disabled):not(.disabled).active i, .show > .btn.btn-linkedin.dropdown-toggle i, .show .btn.btn-linkedin.btn-dropdown i {
	color: #ffffff;
  }
  .btn.btn-linkedin:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-linkedin:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-linkedin.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-linkedin.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-linkedin:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-linkedin:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-linkedin.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-linkedin.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-linkedin:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-linkedin:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-linkedin.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-linkedin.btn-dropdown.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-light-linkedin {
	color: #0077b5;
	background-color: rgba(0, 119, 181, 0.1);
	border-color: transparent;
  }
  .btn.btn-light-linkedin i {
	color: #0077b5;
  }
  .btn.btn-light-linkedin .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #0077b5;
  }
  .btn.btn-light-linkedin .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-linkedin.dropdown-toggle:after {
	color: #0077b5;
  }
  .btn.btn-light-linkedin:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-linkedin:focus:not(.btn-text), .btn.btn-light-linkedin.focus:not(.btn-text) {
	color: #ffffff;
	background-color: #0077b5;
	border-color: transparent;
  }
  .btn.btn-light-linkedin:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-light-linkedin:focus:not(.btn-text) i, .btn.btn-light-linkedin.focus:not(.btn-text) i {
	color: #ffffff;
  }
  .btn.btn-light-linkedin:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-light-linkedin:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-linkedin.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-light-linkedin:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-light-linkedin:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-linkedin.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-linkedin:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-light-linkedin:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-light-linkedin.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-light-linkedin.disabled, .btn.btn-light-linkedin:disabled {
	color: #0077b5;
	background-color: rgba(0, 119, 181, 0.1);
	border-color: transparent;
  }
  .btn.btn-light-linkedin.disabled i, .btn.btn-light-linkedin:disabled i {
	color: #0077b5;
  }
  .btn.btn-light-linkedin.disabled .svg-icon svg g [fill], .btn.btn-light-linkedin:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #0077b5;
  }
  .btn.btn-light-linkedin.disabled .svg-icon svg:hover g [fill], .btn.btn-light-linkedin:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-linkedin.disabled.dropdown-toggle:after, .btn.btn-light-linkedin:disabled.dropdown-toggle:after {
	color: #0077b5;
  }
  .btn.btn-light-linkedin:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-linkedin:not(:disabled):not(.disabled).active, .show > .btn.btn-light-linkedin.dropdown-toggle, .show .btn.btn-light-linkedin.btn-dropdown {
	color: #ffffff;
	background-color: #0077b5;
	border-color: transparent;
  }
  .btn.btn-light-linkedin:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-light-linkedin:not(:disabled):not(.disabled).active i, .show > .btn.btn-light-linkedin.dropdown-toggle i, .show .btn.btn-light-linkedin.btn-dropdown i {
	color: #ffffff;
  }
  .btn.btn-light-linkedin:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-linkedin:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-light-linkedin.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-light-linkedin.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-light-linkedin:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-linkedin:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-light-linkedin.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-light-linkedin.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-linkedin:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-light-linkedin:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-light-linkedin.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-light-linkedin.btn-dropdown.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-skype {
	color: #ffffff;
	background-color: #00aff0;
	border-color: #00aff0;
  }
  .btn.btn-skype i {
	color: #ffffff;
  }
  .btn.btn-skype .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-skype .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-skype.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-skype:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-skype:focus:not(.btn-text), .btn.btn-skype.focus:not(.btn-text) {
	color: #ffffff;
	background-color: #0093ca;
	border-color: #0093ca;
  }
  .btn.btn-skype:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-skype:focus:not(.btn-text) i, .btn.btn-skype.focus:not(.btn-text) i {
	color: #ffffff;
  }
  .btn.btn-skype:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-skype:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-skype.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-skype:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-skype:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-skype.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-skype:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-skype:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-skype.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-skype.disabled, .btn.btn-skype:disabled {
	color: #ffffff;
	background-color: #00aff0;
	border-color: #00aff0;
  }
  .btn.btn-skype.disabled i, .btn.btn-skype:disabled i {
	color: #ffffff;
  }
  .btn.btn-skype.disabled .svg-icon svg g [fill], .btn.btn-skype:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-skype.disabled .svg-icon svg:hover g [fill], .btn.btn-skype:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-skype.disabled.dropdown-toggle:after, .btn.btn-skype:disabled.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-skype:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-skype:not(:disabled):not(.disabled).active, .show > .btn.btn-skype.dropdown-toggle, .show .btn.btn-skype.btn-dropdown {
	color: #ffffff;
	background-color: #0093ca;
	border-color: #0093ca;
  }
  .btn.btn-skype:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-skype:not(:disabled):not(.disabled).active i, .show > .btn.btn-skype.dropdown-toggle i, .show .btn.btn-skype.btn-dropdown i {
	color: #ffffff;
  }
  .btn.btn-skype:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-skype:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-skype.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-skype.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-skype:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-skype:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-skype.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-skype.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-skype:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-skype:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-skype.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-skype.btn-dropdown.dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-light-skype {
	color: #00aff0;
	background-color: rgba(0, 175, 240, 0.1);
	border-color: transparent;
  }
  .btn.btn-light-skype i {
	color: #00aff0;
  }
  .btn.btn-light-skype .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #00aff0;
  }
  .btn.btn-light-skype .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-skype.dropdown-toggle:after {
	color: #00aff0;
  }
  .btn.btn-light-skype:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-skype:focus:not(.btn-text), .btn.btn-light-skype.focus:not(.btn-text) {
	color: #ffffff;
	background-color: #00aff0;
	border-color: transparent;
  }
  .btn.btn-light-skype:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-light-skype:focus:not(.btn-text) i, .btn.btn-light-skype.focus:not(.btn-text) i {
	color: #ffffff;
  }
  .btn.btn-light-skype:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-light-skype:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-skype.focus:not(.btn-text) .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-light-skype:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-light-skype:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-skype.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-skype:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-light-skype:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-light-skype.focus:not(.btn-text).dropdown-toggle:after {
	color: #ffffff;
  }
  .btn.btn-light-skype.disabled, .btn.btn-light-skype:disabled {
	color: #00aff0;
	background-color: rgba(0, 175, 240, 0.1);
	border-color: transparent;
  }
  .btn.btn-light-skype.disabled i, .btn.btn-light-skype:disabled i {
	color: #00aff0;
  }
  .btn.btn-light-skype.disabled .svg-icon svg g [fill], .btn.btn-light-skype:disabled .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #00aff0;
  }
  .btn.btn-light-skype.disabled .svg-icon svg:hover g [fill], .btn.btn-light-skype:disabled .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-skype.disabled.dropdown-toggle:after, .btn.btn-light-skype:disabled.dropdown-toggle:after {
	color: #00aff0;
  }
  .btn.btn-light-skype:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-skype:not(:disabled):not(.disabled).active, .show > .btn.btn-light-skype.dropdown-toggle, .show .btn.btn-light-skype.btn-dropdown {
	color: #ffffff;
	background-color: #00aff0;
	border-color: transparent;
  }
  .btn.btn-light-skype:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-light-skype:not(:disabled):not(.disabled).active i, .show > .btn.btn-light-skype.dropdown-toggle i, .show .btn.btn-light-skype.btn-dropdown i {
	color: #ffffff;
  }
  .btn.btn-light-skype:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-skype:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-light-skype.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-light-skype.btn-dropdown .svg-icon svg g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #ffffff;
  }
  .btn.btn-light-skype:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-skype:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-light-skype.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-light-skype.btn-dropdown .svg-icon svg:hover g [fill] {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
  }
  .btn.btn-light-skype:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-light-skype:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-light-skype.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-light-skype.btn-dropdown.dropdown-toggle:after {
	color: #ffffff;
  }

  .img-tb{
	width: 80%;
  }

  @media (max-width: 992px) {
	.img-tb{
		width: 100%;
	  }

	.component-wide {
		padding-left: 2.1rem;
		padding-right: 2.1rem;
	}

	.l-grid--w-100pc-s {
		flex-basis: 100% !important;
		max-width: 100% !important;
		width: 100% !important;
	}

	.l-grid--center-s {
		justify-content: center;
		text-align: center;
	}

	.w-80{
		width: 100%;
	}

	.busin_list li {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 88% !important;
		padding: 20px;
	}

	.busin_list {
		display: block !important;
		text-align: center;
	}

	#section-2 {
		background: #1a1e20;
		padding: 20px 0px !important;
		margin-bottom: -30px;
	}

	.apos_ment .apos2-home {
		right: 4%;
	}

	.apos_ment .apos1-home {
		left: 4%;
	}

	.pad-lef{
		padding-left: 0px !important;
	}

  }


  .ln-30{
	line-height: 30px;
	font-weight: 500;
  }

  .component-margin {
	margin-bottom: 2.1rem;
  }
  .l-grid--center-s {
	justify-content: center;
	text-align: center;
  }

  .l-grid {
	display: flex;
	flex: 0 1 auto;
	flex-flow: row wrap;
  }

  .component-wide {
	padding-left: 4.2rem;
	padding-right: 4.2rem;
  }

  .component-wide {
	padding-left: 2.1rem;
	padding-right: 2.1rem;
  }

  ol.list,
  ul.list {
	counter-reset: section;
	padding-left: 2.4em;
  }

  .c-text-list--list {
	padding: 0 1.4rem 0 4.48rem;
	text-align: left;
  }

  .list {
	color: #d40511;
	list-style-position: outside;
	margin-bottom: 1.4rem;
  }

  /* .l-grid--w-33pc-m {
	flex-basis: 33.3333%;
	max-width: 33.3333%;
	width: 33.3333%;
  } */

  /* .l-grid--w-100pc-s {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
	} */

	.c-text-list--list li:last-child {
	padding-bottom: 0;
	}

	.c-text-list--list li span {
	display: block;
	line-height: 2.1rem;
	}

	.list li span {
	color: #191919;
	line-height: 1.8;
	font-size: 16px;
	}

.contact-us{
	background-color: #21aaee;
    padding: 20px 50px;
	border-radius: 8px;
}

.contact-us h2{
	color: #FFFFFF;
	font-size: 30px;
	font-weight: 600;
	margin-top: 15px;
}

.contact-us h5{
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 500;
}

.w-80{
	width: 60%;
}

.bs-ocean{
	border-radius: 8px;
	width: 100%;
	margin-bottom:30px ;
}

.busin_list.center {
	justify-content: center;
	width: 98%;
}

.busin_list {
	display: flex;
	text-align: center;
}

.busin_list li > div {
	width: 160px;
	height: 160px;
	line-height: 155px;
	text-align: center;
	border: 4px solid #f5f5f5;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.busin_list li h2 {
	font-size: 20px;
	font-weight: 500;
	color: #333;
	line-height: 26px;
}

.busin_list li h2::before,
.busin_list li h3::before {
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	background: #0064b6;
	margin: 20px auto;
}

.busin_list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 35%;
	padding: 20px;
}

.busin_list li:hover > div {
    border-color: #0064b6;
}

.font-blue{
	color: #21aaee;
}

.gre_flex_box-2 {
    display: flex;
    justify-content: space-between;
    text-align: left;
}
.sp-ln-30{
	font-size: 18px;
	line-height: 30px;
    font-weight: 500;
	color: #333c;
}

.pad-lef{
	padding-left: 0 !important;
}

.h-80-home{
	height: 11em;
}


#mainmenu-container #mainmenu li.active>a {
    color: #fd0002;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
}

.img-picframe{
    width: 100% !important;
    height: 250px !important;
}

.txt-333{
    color:#333;
}

