:root {
	--main-color: #5ae04a;
	--font-color: #101c45;
}

a {
	color: var(--main-color);
}

/*RESET FOUNDATION*/
.vcard {
	border: none;
}

.large-block-grid-2>li {
	padding-left: 15px;
	padding-right: 15px;
}

[class*="block-grid-"] {
	margin-left: 0px;
	margin-right: 0px;
}

/*EXTEND FOUNDATION*/
.smartlib-column-padding-left-30 {
	padding-left: 30px;
}

/*general menu*/
.harmonux-menu {
	list-style: none;
}

.harmonux-menu ul {
	margin: 0;
	padding: 0;
	float: left;
}

.harmonux-menu li {
	background: none;
}

.harmonux-menu li:hover {
	background: none;
}

.harmonux-menu a {
	display: block;
}

/*form*/
/*tables*/

table {
	border: 1px solid #D8D8D8;
	width: 100%;
	border-radius: 0;
}

table th {
	background: #f1f0f0;
}

th, td {
	padding: 0.7em;
}

/* RESET FOUNDATION*/
.top-bar {
	margin: 0;
	overflow: visible;
	height: auto !important;
	position: relative;
	z-index: 3;
	background: url("images/theme/bg-head.jpg") repeat scroll center -6px;
	border-top: 6px solid #932f6f;
}

@media screen and (min-width:1020px) {
	.top-bar {
		height: 130px !important;
	}
}

.top-bar input, .top-bar .button {
	top: 0;
}

.top-bar .row {
	max-width: 100%;
	height: 100%;
	position: relative;
}

#top-bar .logo {
	float: left;
	overflow: hidden;
	margin: -4px 0 0 -60px;
}

#top-bar .logo A {
	height: 100%;
	display: block;
}

#nav {
	float: right;
	font: 14px / 16px MuseoSlab500Regular, arial, helvetica, sans-serif;
	display: none;
}

#nav.menu {
	display: none;
}

#nav UL {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav UL LI {
	float: left;
	margin: 0 0 0 49px;
}

#nav UL A {
	display: block;
	height: 83px;
	line-height: 83px;
	border-top: 3px solid #FFF;
}

#nav UL .current_page_item A, #nav UL .current-menu-item A, #nav UL>.current-menu-parent A {
	color: #A0CE4E;
	text-decoration: none;
	border-color: #A0CE4E;
}

#nav UL LI {
	position: relative;
}

#nav UL UL {
	display: none;
	position: absolute;
	top: 86px;
	left: 0;
	width: 170px;
	background: #EDEBEB;
	z-index: 100000;
	border-top: 3px solid #A0CE4E;
}

#nav UL LI:hover UL {
	display: block;
}

#nav UL LI UL LI {
	display: block;
	float: none;
	margin: 0;
}

#top-bar #nav UL LI UL LI A {
	border: 0;
	height: 30px;
	text-indent: 20px;
	font: 13px / 30px PTSansRegular, Arial, Helvetica, sans-serif;
	color: #333333 !important;
}

#top-bar #nav UL LI UL LI A:hover, #top-bar #nav UL LI UL LI.current-menu-item A {
	background-color: rgba(255, 255, 255, 0.5);
}

#nav UL UL UL {
	display: none !important;
}

#nav UL UL LI:hover UL {
	display: block !important;
	top: -3px;
	left: 170px;
}

#nav SELECT {
	max-width: 100%;
	display: none;
}

.vcard {
	padding: 0px;
}

/* -----------------------------------------
 Accessibility - WAI
----------------------------------------- */
.harmonux-wai-info {
	text-indent: -3000px;
	font-size: 0;
	display: none;
}

.harmonux-skip-link {}

/* -----------------------------------------
 Wordpress Styles
----------------------------------------- */

/* Images */
.alignleft {
	float: left;
	margin: 10px 10px 10px 0px;
	position: relative;
	z-index: 1;
}

.alignright {
	float: right;
	margin: 10px 0px 10px 10px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignnone {
	margin: 10px auto;

}

caption {
	padding: 4px 0px;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text {
	font-size: 0.750em;
}

/*Gallery*/
div.gallery {
	clear: both;
}

.gallery-item {
	margin: 0;
}

.gallery-item a,
.gallery-caption {
	width: 95%;
}

.gallery-item a {
	display: block;
}

.gallery-caption a {
	display: inline;
}

.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}

.gallery-icon {
	margin: 0;
}

.gallery .gallery-icon img {
	height: auto;
	max-width: 95%;
	padding: 4px;
	border-width: 1px !important;
	border-color: #555;
}

.gallery .gallery-icon a:hover {
	opacity: 0.8;

}

.gallery-columns-1 .gallery-icon img {
	padding: 4px;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}

nav.assistive-text:hover,
nav .assistive-text:active,
nav .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000;
	/* Above WP toolbar */
}

.avatar {
	margin: 0 15px 15px 0;
	float: left;
}

/*reset foundation*/

/* -----------------------------------------
 STRUCTURE
----------------------------------------- */
#wrapper {
	min-height: 70%;
}

#top-navigation {

	width: 85%;
}

#page {
	padding: 34px 0 40px;
	position: relative;
	z-index: 2;
	height: 100%;
	min-height: 100%;
	background: #fff;
}

#sidebar {
	position: relative;
	z-index: 3;
	padding: 40px 0 30px 29px;
	background: #fff;
}

@media only screen and (max-width: 1020px) {
	#sidebar {
		padding-left: 0;
	}
}

#main-footer {
	min-height: 30%;
	background: #34495f;
	color: #f8f8f8;
	overflow: hidden;
	line-height: 1.3;
	position: relative;
	z-index: 4;

}

#footer-bottom {
	width: 100%;
	background: #2f4053;
	padding: 20px 0px;

}

/* -----------------------------------------
  GENERAL CLASSES
----------------------------------------- */
/*tab menu*/
.tabs dd a,
.tabs li a {
	color: #6f6f6f;
	display: block;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	padding: 0px 23.8px;
}

.tabs dd a:focus,
.tabs li a:focus {
	font-weight: normal;
	color: #6f6f6f;
}

td.label {

	background: none;
	color: inherit;
	font-size: inherit;
	padding: 9px 10px;
	display: table-cell;
	text-align: left;
	width: auto;
	white-space: normal;
}

/*icons labels*/

.icon-left {
	margin-right: 7px;

}

.icon-right {
	margin-left: 7px;

}

.row.loop, .row.loop-2columns {
	margin: 0px;
}

/*buttons*/
.has-tip.button {
	cursor: pointer;
	border: none;
}

.button, .smartlib-single-next-prev a, .smartlib-next-prev a {
	background: #f4f4f4;
	color: var(--font-color);
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 0.813em;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 10px 20px 11px;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
	border-radius: 3px;
	margin-right: 10px;
	width: 194px;
}


.button:hover,
.button:focus,
.smartlib-single-next-prev a:hover, .smartlib-next-prev a:hover {
	color: #fff;
	background: var(--main-color);
}

.button.small {
	font-size: 13px;
}

.button.small:hover {
	color: #fff;
}

.button.red-button {
	background: #A10518;
	;
}

.more-link {
	color: #9c9c9c;
	display: block;
	float: right;
	font-family: Verdana;
	font-size: 13px;
	font-style: italic;
}

.more-link i {
	font-size: 15px;
	padding: 0 0 0 10px
}

.more-link:hover {
	color: #737373;
}

.more-link:visited {
	color: #fff !important;
}



/*square button - comments link*/
.square-button {
	padding: 5px 15px;
}

.square-button i {
	margin: 0;
}

/*labels*/
.secondary.label {
	white-space: normal;
}

.secondary.label a {
	font-weight: normal;
	font-size: 13px;
}

/*meta labels*/
.meta-publisher {
	margin: 0;
	font-size: 0.9em;
}

.meta-publisher a {
	font-weight: bold;
}

.date-meta-column {
	text-align: right;
}

/*blockquote*/
blockquote {
	background: #d4e3df;
	border: none;
	border-left: 4px solid #9ea7ae;
	margin: 20px;
	overflow: auto;
	padding: 0 10px 10px 45px;
	position: relative;
}

blockquote:before {
	content: "\f10d";
	font-size: 30px;
	font-family: FontAwesome;
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 8px;
	color: #9ea7ae;
}

blockquote p {
	font-style: italic;
	font-size: 17px;
	margin: 1.5em 0;
	float: left;
	clear: none;
}

/* -----------------------------------------
   SECTIONS
----------------------------------------- */

/*-SECTIONS: HEADER-*/

/*to bar*/
.top-bar-outer {
	background: #2C3E51;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	min-height: 80px;
}

.smartlib-smaller-topbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	top: 0;
	z-index: 2000;
	min-height: 30px;
}

.admin-bar .smartlib-smaller-topbar {
	top: 30px;
}

.smartlib-smaller-topbar .smartlib-logo-header {
	height: 40px;
	font-size: 22px;
	line-height: 22px;

}

.smartlib-smaller-topbar .smartlib-logo-header a {
	font-size: 22px;
	padding-top: 10px;
	height: 45px;
	min-height: 45px;
}

.smartlib-smaller-topbar .harmonux-top-menu {
	margin-top: 0;
}

.smartlib-smaller-topbar #top-switches {
	margin-top: 0;
}

.smartlib-smaller-topbar .harmonux-top-menu li ul {
	padding-top: 0;
}

.top-bar.expanded {
	height: 110px;
	overflow: hidden;
}

.top-bar ul>li a:hover {
	text-decoration: none;
}

.toggle-button,
.toggle-button:hover {
	background: none;
	box-shadow: none !important;
}

.toggle-button span {
	padding-right: 10px;
	width: 50px;
	float: left;
	display: block;
	font-size: 1.250em;
	line-height: 0.9;
	border-left: 1px solid #fff;
}

.toggle-button.active-toggle {
	color: #fff;
}




/*site logo*/
.smartlib-logo-header {
	margin: 0;

}

.smartlib-site-logo {
	width: 100%;
	color: #fff;
	display: block;
	overflow: hidden;
	font-size: 28px;
	font-weight: bold;
	padding-top: 15px;
	min-height: 80px;
	margin-left: -15px;
	padding-left: 15px;
	line-height: 40px;
}

.smartlib-smaller-topbar .smartlib-site-logo {
	line-height: 20px;
}

.smartlib-site-logo:hover {
	background: #686767;
	color: #fff;
	text-decoration: none;
}

.smartlib-site-logo img {
	max-width: 100%;


}

.smartlib-site-logo.image-logo {
	background: none;
	padding: 0;
	vertical-align: middle;
	height: 80px;
	position: relative;
	margin-left: 0;
}

.smartlib-site-logo.image-logo img {
	max-height: 100%;
	width: auto;
	transition: all 0.3s ease-out;
	vertical-align: middle;
	display: inline-block;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.smartlib-smaller-topbar .smartlib-site-logo.image-logo {
	padding: 0;
}

/*top search*/

#search-input, #s {
	width: 70%;
	float: left;
}


#toggle-search {
	width: 100%;
}

#toggle-search form {

	max-width: 40%;
	margin: 15px auto 5px auto;

}

/*top switch*/
#top-switches {
	float: right;
	margin-top: 20px;
}

#top-switches li {
	float: left;
	height: 45px;
}

#top-switches li a {
	border: none;
	box-shadow: none;
	outline: none;
	height: 45px;
	display: block;
	padding-top: 15px;
}

/* front page header */

.frontpage-header {
	margin-bottom: 30px;
}

.header-image {
	margin-bottom: 10px;
	margin-top: 40px;
}

.header-banner {
	width: 98%;
	height: 100px;
	margin-bottom: 20px;
	text-align: center;
}

/*expand area - toggle switch*/
.smartlib-toggle-area {
	display: none;
}

.smartlib-toggle-area.show-container {
	display: block;
}

.smartlib-toggle-area #smartlib-top-search-container {
	display: none;
}

.smartlib-toggle-area input[type="submit"] {
	float: right;
	clear: none;
	width: auto;
	background: #686767;
}

.smartlib-toggle-area input[type="submit"]:hover {
	background: #686767;
}

/*homepage header*/
.site-title {
	margin-top: 0;
}

/* Breadcrumb */
.smartlib-breadcrumb {

	margin: 30px 5px 10px 5px;
	font-size: 0.750em;
	padding: 10px 0px;
	border-bottom: 1px solid #EBEFF1
}

.home .smartlib-breadcrumb {
	border: none;
}

/*SECTIONS: NAVIGATION*/

/*left menu & widget menu*/
.main-navigation,
.widget_nav_menu div {
	overflow: hidden;
	background: #dde9e6;
	max-width: 100%;
	padding: 7px;
	margin-bottom: 40px;
}

.main-navigation ul,
.widget_nav_menu ul {
	list-style: none;
	max-width: 100%;
}

.main-navigation li,
.widget_nav_menu li {
	text-transform: uppercase;
	max-width: 100%;
}

.main-navigation li a,
.widget_nav_menu li a {
	font-size: 15px;

	color: #34496E;
	box-shadow: none;
	border-bottom: 1px solid #2C3E51;
	padding: 11px 20px 11px 25px;
	font-weight: 700;
	position: relative;
	display: block;
	height: auto;

}

.main-navigation ul>li a:before,
.widget_nav_menu ul>li a:before {
	font-family: FontAwesome;
	content: "\f138";
	display: inline-block;
	color: #2C3E51;
	font-weight: normal;
	font-size: 19px;
	position: absolute;
	top: 9px;
	left: 0px;

}

.main-navigation li:last-child a,
.widget_nav_menu li:last-child a {
	border-bottom: none;

}

.main-navigation ul>li,
.widget_nav_menu ul>li {}

.main-navigation ul ul>li,
.widget_nav_menu ul ul>li {
	margin: 0px;
}

.main-navigation li a:hover, .main-navigation li a:focus, .main-navigation li.current-menu-item>a, .main-navigation li.current_page_item>a,
.widget_nav_menu li a:hover, .widget_nav_menu li a:focus, .widget_nav_menu li.current-menu-item>a, .widget_nav_menu li.current_page_item>a {
	color: #686767;
	text-decoration: none;
}

.main-navigation li ul,
.widget_nav_menu li ul {
	margin-bottom: 5px;
}

.main-navigation ul a:hover,
.widget_nav_menu ul a:hover {
	border-top: 0px;
}

.main-navigation li ul li a:focus, .main-navigation li ul li.current-menu-item>a,
.widget_nav_menu li ul li a:focus, .widget_nav_menu li ul li.current-menu-item>a {
	border-top: none;
	border-bottom: none;
}

.main-navigation ul li ul,
.widget_nav_menu ul li ul {
	margin-top: 6px;
	clear: both;
	float: none;
	max-width: 100%;
}

.main-navigation ul li ul a,
.widget_nav_menu ul li ul a {
	border: none;
	padding: 6px 5px;
	font-size: 0.9em;
}

.main-navigation ul li ul li,
.widget_nav_menu ul li ul li {
	position: relative;
}

.main-navigation ul li ul a:before,
.widget_nav_menu ul li ul a:before {
	content: "";
	display: block;
	border: 4px solid;
	border-color: transparent transparent transparent #2C3E51;
	float: left;
	width: 0px;
	position: absolute;
	top: 0.65em;
	left: -2px;
}

.main-navigation .sub-menu,
.widget_nav_menu .sub-menu {
	margin-bottom: 5px;
}

.main-navigation .sub-menu a:hover,
.widget_nav_menu .sub-menu a:hover {
	border-top: 0px;
}



/**
Top Navigation: top_pages theme location
**/


.harmonux-top-menu {
	margin: 20px 0 0;
	padding: 0;
	float: left;

}

.harmonux-top-menu ul li,
.harmonux-top-menu li {
	position: relative;

}

.harmonux-top-menu ul li a,
.harmonux-top-menu li a {
	width: 100%;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.harmonux-top-menu ul li>a,
.harmonux-top-menu li>a {
	color: #fff;
	padding: 7px 17px;
}

@media only screen and (min-width: 768px) {

	.harmonux-top-menu ul>li,
	.harmonux-top-menu>li {
		float: left;
		height: 45px
	}

	.harmonux-top-menu ul li>a,
	.harmonux-top-menu li>a {
		height: 45px;
		color: #fff;
		padding: 7px 17px;
		display: table-cell;
		vertical-align: middle;
	}

	.harmonux-top-menu ul li:hover>a,
	.harmonux-top-menu li:hover>a {

		color: #686767;
		transition: background 0.3s ease-out;
	}

	.harmonux-top-menu ul li ul,
	.harmonux-top-menu li ul {
		width: 150%;
		background: #2C3E51;
		padding-bottom: 5px;
		padding-top: 15px;
		position: absolute;
		margin: 0 -20px 5px 0;
		display: none;
		left: 0;

		z-index: 2;
	}

	.harmonux-top-menu ul li:hover>ul,
	.harmonux-top-menu li:hover>ul {
		display: block;

	}

	.harmonux-top-menu ul li:last-child a,
	.harmonux-top-menu li:last-child a {
		border-bottom: none;
	}


	.harmonux-top-menu ul ul li,
	ul.harmonux-top-menu ul li {
		margin: 0px;
		width: 100%;
		height: auto;
	}

	.harmonux-top-menu ul li ul li a,
	.harmonux-top-menu li ul li a {
		border: none;
		box-shadow: none;
		padding: 9px 15px;
		height: auto;
		background: #686767;
		color: #fff;
		transition: background 0.3s ease-out;
		transition: color 0 ease-in;
		display: block;
		font-size: 0.75em;
	}


	.harmonux-top-menu ul li ul li a:hover, .harmonux-top-menu ul li ul li a:focus, .harmonux-top-menu ul li ul li.current-menu-item>a,
	.harmonux-top-menu li ul li a:hover, .harmonux-top-menu li ul li a:focus, .harmonux-top-menu li ul li.current-menu-item>a {
		color: #fff;
		text-decoration: none;
		-webkit-transition: color 0.1s ease-in;
		-moz-transition: color 0.1s ease-in;
		-o-transition: color 0.1s ease-in;
		transition: color 0.1s ease-in;
		background: #d9e5e1;
		color: #2C3E51;
		transition: background 0.3s ease-out;
		border-top: none;
		border-bottom: none;
	}



	.harmonux-top-menu ul a:hover,
	.harmonux-top-menu a:hover {
		border-top: 0px;
	}

	/*third level*/
	.harmonux-top-menu ul li ul li ul,
	.harmonux-top-menu li ul li ul {
		left: 100%;
		top: 0;
		display: none;
	}

	.harmonux-top-menu ul li ul li:hover ul,
	.harmonux-top-menu li ul li:hover ul {
		display: block;
	}


}

@media only screen and (max-width: 768px) {

	.harmonux-top-menu ul li ul,
	.harmonux-top-menu li ul {
		margin-left: 30px;
		font-size: 11px;
		width: auto;
	}

	harmonux-top-menu ul li ul a, .harmonux-top-menu li ul a {
		padding: 3px 5px;
		text-transform: none;
	}
}

/*top navigation mobile*/

#top-navigation-mobile {
	margin: 10px 0px 0px 20px;
	float: left;
	width: 100%;
}

#top-navigation-mobile li {
	float: left;
	max-width: 120px;
}

#mobile-navigation {
	margin: 20px 0px 40px;

}

#mobile-navigation select, #mobile-navigation option {
	font-size: 1.11em;
}

/*-SECTIONS: CONTENT-*/
.entry-content {
	line-height: 1.6;
	position: relative;
}

.entry-content .imgp img {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

.entry-content a.anch-fk {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 2;
	text-align: center;
	margin-bottom: 10px;
}

.entry-content p {
	position: relative;
	font-family: Verdana;
	font-size: 14px;
	color: #686767;
	line-height: 20px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.archive-header {
	margin: 1.4em 0;
}

.entry-content a:visited {
	color: #686767;
}

.entry-content ul, .entry-content ol {
	margin: 10px 30px;
}

.entry-content table {
	max-width: 100%;
	width: 100%;
	table-layout: fixed;
	overflow: hidden;
}

.entry-content table td {
	word-wrap: break-word;

}


/*POST LOOP*/
.smartlib-grid-list {}

.smartlib-post-box {
	position: relative;
	padding-bottom: 18px;
	clear: both;
	margin-bottom: 40px;
}

.smartlib-grid-list li:last-child .smartlib-post-box {
	margin-bottom: 10px;
}

.smartlib-post-box:after {
	content: "";
	border-bottom: 1px solid #ced3d6;
	display: block;
	margin-top: 15px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.smartlib-post-box .more-link {
	bottom: -34px;
	position: absolute;
	right: 10px;
}


.smartlib-post-box .meta-publisher {
	position: absolute;
	bottom: 15px;
	left: 0;
}


/*FEATURED POST LOOP - frontpage slider*/
.smartlib-front-slider {

	background: #23bd90;
	margin-bottom: 30px;
	position: relative;
}

.smartlib-front-slider .smartlib-slider-image-column {
	padding-right: 0;
	min-height: 340px;
	overflow: hidden;
}

.smartlib-front-slider .slides {
	height: 350px;
	overflow: hidden;
}

.smartlib-front-slider .smartlib-slider-image-column img {
	display: block;
}

.smartlib-featured-post-box {
	float: left;
	padding: 15px 15px 15px 0;
	margin-bottom: 20px;
	color: #fff;
	position: relative;
	overflow: hidden;
	width: 100%;

}

.smartlib-featured-post-box-wide {
	width: 100%;
	height: 500px;
}

.smartlib-featured-post-box .sticky {
	float: left;
}

.smartlib-featured-post-box header {
	margin-top: 40px;
	padding: 0 15px 0px;
	color: #fff;
	z-index: 2;
	width: 100%;
	font-weight: normal;
	font-size: 23px;

}


.smartlib-featured-post-box .entry-title {
	font-size: 2em;
}

.smartlib-featured-post-box .entry-title a {
	color: #fff;
}

.smartlib-featured-post-box .meta-line {
	margin-bottom: 0;
	border-bottom: 1px solid #5fd0ba;
}

.smartlib-featured-post-box .meta-label {
	color: #fff;
}

.smartlib-featured-post-box .meta-line .meta-date {
	border-right: 1px solid #5fd0ba;
}

.smartlib-featured-post-box .meta-publisher {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
	border-left: 1px solid #5fd0ba;
	border-bottom: 1px solid #5fd0ba;
	padding: 7px 15px;
	font-size: 11px;
}

.smartlib-featured-post-box .meta-publisher a {
	font-size: 13px;
}

/*home page slider navigation*/
.smartlib-front-slider .flex-direction-nav {
	top: auto;
	bottom: 0px;
	height: 40px;
	float: right;
}

.smartlib-front-slider .flex-direction-nav a {
	color: #fff;
	opacity: 1 !important;
	padding-bottom: 5px;
}

.smartlib-front-slider .flex-direction-nav li {
	height: 40px;
}

.smartlib-front-slider .flex-direction-nav a.flex-next,
.smartlib-front-slider .flex-direction-nav a.flex-prev {
	height: 40px;
	border: 1px solid #5FD0BA;
	color: #62ddc7;
}

.smartlib-front-slider .flex-direction-nav a.flex-next:hover,
.smartlib-front-slider .flex-direction-nav a.flex-prev:hover {
	color: #fff;
}

.smartlib-front-slider .flex-direction-nav a.flex-next {
	right: 10px;
	border-right: none;
	border-bottom: none;
}

.smartlib-front-slider .flex-direction-nav a.flex-prev {
	left: 10px;
	border-right: none;
	border-bottom: none;
}

.smartlib-front-slider .flex-control-paging {
	left: 30px;
	bottom: 10px;
	right: auto;
	z-index: 200;
}

.smartlib-front-slider .flex-control-paging a {
	background: #fff !important;
	opacity: 1 !important;
}

.smartlib-front-slider .flex-control-paging a.flex-active {
	background: #62DDC7 !important;
}

.smartlib-featured-post-box .meta-publisher a {
	color: #fff;
}


.smartlib-featured-image-container img {
	width: 100%;
	height: auto;
}

/*category loop*/
.loop-2columns .post-box .entry-content .more-link {
	color: #fff;

}

.loop-2columns .entry-title {
	font-size: 2.0em;
}

.loop-2columns .meta-line {
	font-size: 12px;
}

.loop-2columns .meta-line span {
	padding: 0;
}

.loop-2columns .more-link {
	margin-top: 10px;
}

/*content blocks*/
.harmonux_pullquote {
	width: 35%;
	float: left;
	margin: 0px 25px 15px 0;
	border-left: 3px solid #2C3E51;
	padding-left: 15px;

}

.harmonux_pullquote p {
	font-size: 120%;
	font-style: normal;
	margin-bottom: 5px;
}

/*protected post*/
.password-form {
	width: 80%;
	margin: 20px auto;
	padding: 15px;
	background: #f1f0f0;
	border: 1px solid #D8D8D8;
}

.password-form .columns {
	margin-bottom: 20px;
}

/*--SECTIONS: CONTENT: Header--*/

.entry-title {
	margin: 0 0 12px 0;
	font-family: Verdana;
	font-size: 22px;
	color: #555555;
	line-height: 26px;
	font-weight: bold;
}

.entry-title a {
	color: #555555;
	text-decoration: none;
}

/* custom headers*/
.archive-header {
	margin: 0 0 40px;
}

.archive-title {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0px;
	color: #686767;
	background: #EBEFF1;
	padding: 20px 20px;
	text-align: center;

}

.archive-title span {
	font-weight: bold;
	margin: 0;
}

.edit-link {
	position: absolute;
	top: 10px;
	right: 0px;
	background: #F2F2F2;
	padding: 2px 5px;

}

.edit-link a {
	color: #404040;
}

.single .edit-link {
	top: -50px;
}

/*header social buttons*/

.smartlib-soical-widgets {
	margin-top: 40px;
	border-right: 1px solid #EBEFF1;
}

.smartlib-soical-widgets .social-buttons {
	margin-bottom: 0;
}

.smartlib-soical-widgets li {
	margin-bottom: 10px;
}

/*facebook like fix*/
.smartlib-soical-widgets .fb-like span {
	overflow: visible !important;
	width: 445px !important;
	margin-right: 0px;
}

.smartlib-soical-widgets .pinterest-button {
	padding-top: 20px;
}

/*comments link*/
.comment-notes {
	margin: 20px 0;
	color: #686767;
}

.comment-form label {
	font-size: 0.875rem;
	color: #4d4d4d;
	cursor: pointer;
	display: block;
	font-weight: normal;
}

.comment-form textarea {
	border: 1px solid #EBEFF1;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding: 6px 3px;
	font-size: 0.813em;
	line-height: 1.4;
	background: #f5f9fb;
	color: rgba(0, 0, 0, 0.75);
	display: block;
	margin: 0 0 1rem 0;
	width: 100%;
	resize: none;
}

.comment-form input[type="text"] {
	border: 1px solid #EBEFF1;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding: 6px 3px;
	font-size: 0.813em;
	line-height: 1.4;
	height: 37px;
	background: #f5f9fb;
	color: rgba(0, 0, 0, 0.75);
	display: block;
	margin: 0 0 1rem 0;
	width: 100%;
}

.comment-form input[type="submit"] {
	background: #f4f4f4;
	color: var(--font-color);
	border: none;
	width: 194px;
	cursor: pointer;
	font-family: inherit;
	font-size: 0.813em;
	font-weight: bold;
	line-height: 1;
	margin: 20px 0 0 1px;
	padding: 3px 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	height: 2.5em;
}

.comment-form input[type="submit"]:hover {
	color: #fff;
	background: var(--main-color);
}

.smartlib-comments-link {
	float: left;
	position: relative;
	margin: 0px 0 15px;
	width: 100%;
}

.smartlib-comments-link a {
	max-width: 100%;
	display: block;
	background: #b4bbc2;
	color: #2C3E51;
	font-size: 12px;
	padding: 20px 3px 7px 3px;
	text-align: center;

}

.smartlib-comments-link i {
	position: absolute;
	top: 3px;
	left: 30px;
	color: #fff;
}

.smartlib-comments-link a:hover {
	text-decoration: none;
	background: #686767;

}

/*without image mod*/
.share-buttons-line .soical-widgets {
	width: 100%;
	margin-top: 5px;
}

.share-buttons-line .soical-widgets li {
	float: left;
	margin-right: 15px;
}

/*--SECTIONS: CONTENT: Meta--*/

.meta-line {
	width: 100%;

	font-size: 16px;
	border-bottom: 1px solid #EBEFF1;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.meta-line i {
	font-size: 16px;

}

.meta-line .meta-date,
.single .meta-line .smartlib-postformat-info {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #EBEFF1
}

.entry-date {
	font-size: 0.9em;
}

.single .entry-meta, .page .entry-meta {

	margin-top: 20px;
	clear: both;
}

.page .entry-meta {
	border-top: none;
}

.top-meta {
	clear: both;
	margin: 16px 0px 5px;
	padding: 10px 0px 5px;
	font-size: 0.8em;
	float: left;
	width: 100%;
}

.single .top-meta {
	margin-bottom: 16px;
	border-top: 1px solid #D8D8D8;
}

.home .post-box:first-child .top-meta {
	margin-top: 0;
	padding-top: 0;
}



/*category label*/
.smartlib-category-line {
	padding: 0;
	display: block;
	text-align: right;
	height: 30px;
	margin-bottom: 20px;
}

.smartlib-category-line a {

	background: #686767;
	color: #fff;
	padding: 3px 7px;
	font-size: 12px;
	float: left;
	margin: 1px 0 0 1px;
	line-height: 1.6;
}

.smartlib-category-line a:hover {
	background-color: #686767;
}

.smartlib-category-line a:hover {
	text-decoration: none;
}

/*tag area*/
.smartlib-tags-article {
	background: #f2f5f7;
	display: block;
	padding: 10px 70px 1px 10px;
}

.smartlib-tags-article a, .tagcloud a {
	font-family: arial;
	font-size: 14px !important;
	background: #fff;
	border: 1px solid #d9d9d9;
	color: #888888 !important;
	padding: 4px 8px;
	display: inline-block;
	margin: 0 9px 9px 0;
	line-height: 16px !important;
}

.smartlib-tags-article a:hover, .tagcloud a:hover {
	background: #d8932a;
	color: #fff !important;
	text-decoration: none;
}

/*--SECTIONS: CONTENT: Images--*/

.image-info {
	font-size: 11px;
}

.smartlib-single-image-container {
	position: relative;
	margin-bottom: 30px;
}

.smartlib-single-image-container img {
	width: 100%;
	height: auto;
}


.gallery-caption {
	margin: 5px 0px;
	font-size: 11px;
}

.smartlib-thumbnail-outer {

	margin: 20px 0 30px 0px;
	position: relative;
	font-size: 10px;
	max-width: 100%;

}

.smartlib-thumbnail-outer>a {
	overflow: hidden;
	display: block;
}

.smartlib-thumbnail-caption {
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	color: #fff;
	z-index: 100;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	left: 0;
	top: 100%;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 100%;
	height: 0;
	overflow: hidden;
}

.smartlib-thumbnail-outer .smartlib-caption-link {
	border: 1px solid #fff;
	padding: 5px 35px 5px 15px;
	display: inline-block;
	color: #fff;
	font-weight: normal;
	font-size: 17px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	margin-top: 144px;
	position: relative;
}

.smartlib-thumbnail-outer .smartlib-caption-link i {
	position: absolute;
	top: 12px;
	right: 12px;
}

.smartlib-thumbnail-outer .smartlib-caption-link:hover {
	text-decoration: none;
	border: 1px solid #686767;
	color: #686767;
}

.smartlib-thumbnail-outer:hover .smartlib-thumbnail-caption {
	top: 0;
	height: auto;
	right: 0;
}

.smartlib-thumbnail-outer img {
	min-width: 100%;
	height: auto;
	display: block;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}


.smartlib-format-ico {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	background: #2C3E51;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;

}

.entry-header {
	overflow: hidden;
}

.entry-header .smartlib-thumbnail-outer .smartlib-category-line {
	position: absolute;
	bottom: -30px;
	height: 30px;
	right: 0;
	margin: 0;
	padding: 0;
	line-height: 1;
}


.entry-header .smartlib-category-line {
	float: right;
	margin: 5px 0 10px;
	position: relative;
	z-index: 100;
}



/* Pagination - foundation mod */
#post-pagination {
	clear: both;
	margin: 40px 20px;
}

ul.pagination {
	display: block;
	height: 24px;
	margin-left: -5px;
}

ul.pagination li {
	float: left;
}

ul.pagination li a {
	padding: 3px 12px 3px;

}

ul.pagination li:hover a, ul.pagination li a:focus {
	background: #e6e6e6;
	text-decoration: none;
}

ul.pagination .current {
	background: #34496E;
	color: #fff;
	font-weight: bold;
	cursor: default;
	display: block;
	padding: 3px 12px 3px;
}

ul.pagination .current:hover, ul.pagination li .current {
	background: #2C3E51;

}

/*next=prev post*/
.nav-single {
	margin: 20px 0px 20px;
}

/*---Sections : CONTENT : Post Footer: Author Bio---*/

/*author bottom box */

.bypostauthor {
	font-size: inherit;
}

.author-info {
	background: #f1f0f0;
	padding: 20px 20px 20px;
	margin: 40px 0px 60px;

}

.single .author-info {
	padding-bottom: 0;
}

.author-info h4 {
	color: #385A72;
}

.author-avatar {
	float: left;
	margin: 0px 15px 15px 0px;
}

.author-avatar img {
	max-width: 150px;
	height: auto;
}

.author-description h2 {
	margin-top: 0;
}

#content .author-description p {
	font-size: 0.813em;
	margin-bottom: 25px;
}

.author-description {
	padding-bottom: 5px;
}

.author-link {
	text-align: right;
	font-size: 0.813em;
	padding: 5px 0 10px 0;
}

/*author social links*/
.inline-list.user-profiles {
	margin-bottom: 5px;
}

.user-profiles a {
	display: block;
	text-decoration: none;
	font-size: 32px;
	color: #34495f;
}

.user-profiles a i {
	color: #34495f;
}

.user-profiles a:hover i {
	color: #686767
}

.user-profiles a span:before {
	color: #bfbfbf;
	padding: 0px;
	font-size: 20px;
	padding: 3px;
}

.user-profiles a:hover span:before {
	color: #6491A1;
}

/*Next - prev post*/
.smartlib-single-next-prev {
	text-align: left;
	margin-left: 0;
}

/*---Sections : CONTENT : Post Footer: Related post---*/


/*RELATED POSTS LIST*/
.smartlib-related-posts {
	position: relative;
	margin-top: 40px;
}

.smartlib-related-posts h3 {
	border-bottom: 1px solid #DFDFDF;
	border-top: 1px solid #DFDFDF;
	padding: 10px 0;
	margin-bottom: 15px;
}

.smartlib-related-posts .meta-line {
	font-size: 0.7em;
	overflow: hidden;
}


.smartlib-related-posts .meta-line span, .smartlib-related-posts .meta-line a {
	clear: both;
	float: left;
}

.smartlib-related-posts span.smartlib-postformat-info {
	margin-top: 5px;
	float: left;

}

.smartlib-related-posts .smartlib-slides {
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0
}

.smartlib-related-posts .smartlib-thumbnail-outer {
	height: 100px;
	overflow: hidden;
	margin-bottom: 20px;
}

.smartlib-related-posts .columns:last-child {
	float: left;
}

.smartlib-related-posts .flex-direction-nav {
	top: 5px;
}

/*related post - slide component*/
.flex-direction-nav {
	padding: 0;
	right: 0px;
	height: 30px;
	position: absolute;
	z-index: 200;
	margin-top: 0;
}

.flex-direction-nav li {
	float: left;
	height: 30px;
}

.flex-direction-nav a {
	height: 30px;
	width: 30px;
	position: static;
	display: block;
	margin: 0;
}

.flex-direction-nav a:hover {
	text-decoration: none;
}

.flex-direction-nav a.flex-prev, .flex-direction-nav a.flex-next {
	opacity: 0.1;
	font-size: 20px;
	text-indent: -3000px;
	overflow: hidden;
	display: block;
	text-align: center;
}


.flex-direction-nav a.flex-next:before, .flex-direction-nav a.flex-prev:before {
	content: "\f105";
	display: block;
	font-family: FontAwesome;
	font-size: 25px;
	text-indent: 0;
}

.flex-direction-nav a.flex-prev:before {
	content: "\f104";

}

.flex-direction-nav .flex-prev:hover, .flex-direction-nav .flex-next:hover {
	opacity: 1;
}

.flex-control-nav {
	bottom: -20px;
	right: 20px;
	width: auto;
	float: right;

}

/*--SECTIONS: Content: Post Formats --*/



/*aside post*/
.format-aside {
	padding: 15px;
	background: #F2F2F2;
	border-left: 4px solid #D8D8D8;
	margin-bottom: 1em;
}

.format-aside .entry-title a {
	color: #6491A1;
}

.format-aside .meta-line {
	margin: 5px 0px;
}

/*video post*/
.social-and-video-container {
	position: relative;
	padding: 0 0 0 65px;
	margin-bottom: 30px;
}

.social-and-video-container .comments-link {
	bottom: 0;
}

.video-outer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 25px 0;
}

.video-outer * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}

.video-outer p {
	position: absolute;
	top: 0px;
	height: auto;
	background: #fff;
	opacity: 0.6;
	font-size: 11px;
	padding: 1px 10px;
}

.video-outer p a {
	position: relative;
	font-size: 12px;
}

/*map post*/
.map-area {
	margin-bottom: 25px;
}

/*-SECTIONS: Comments-*/

/*comments*/
.comments-area {
	border-top: 1px solid #dfdfdf;
	margin-top: 30px;
	padding-top: 20px;

}

.smartlib-comments-title {
	border-bottom: 5px solid #d4e3df;
}

.smartlib-comments-title span {
	background: #2C3E51;
	color: #fff;
	padding: 5px 15px;
	display: inline-block;
}

.comments-area .form-allowed-tags {
	font-size: 0.7em;
}

.commentlist {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.commentlist li.comment {
	clear: both;
	padding: 8px 8px 11px;
	color: #003455;
	background: #FFFFFF;
}

.commentlist .comment-content {
	font-size: 0.89em;
}

.commentlist li.comment.odd {
	background: #fbfbfb;
}

.commentlist li.comment .fn {
	color: #404040;
	margin-right: 10px;
}

.commentlist li.comment img {
	float: left;
	margin: 0px 10px 10px 0px;
}

.commentlist li.comment header time {
	float: right;
}

.commentlist li.comment cite {
	font-style: normal;
	font-size: 1.1em;
}

.commentlist li.comment header cite a {
	color: #2C3E51;
}

.commentlist li.comment header a {
	color: #c2c1c1;
}

.commentlist .children {
	list-style: none;
	margin-left: 25px;
}


.comment-awaiting-moderation {
	font-weight: bold;
}

.commentlist li .smartlib-comments-replay-button {
	clear: both;
	margin-bottom: 10px;
	height: 15px;
	border-top: 1px solid #d4e3df;
	padding-top: 2px;
}

.commentlist li .comment-reply-link {
	display: block;
	padding: 5px 15px;
	background: #686767;
	line-height: 1.2;
	float: right;
	color: #fff;
	font-size: 12px;
}

.commentlist li .comment-reply-link:hover {
	background: #686767;
	text-decoration: none;
}

.commentlist li .edit-link {
	top: auto;
	right: auto;
	bottom: 0px;
	left: 0px;
}

#respond form {
	clear: both;
}



/*--SECTIONS: SIDEBAR: Widgets--*/

/*widget area grid mod*/
.widget-area.medium-block-grid-2 .widget {
	padding-left: 0;
	padding-right: 0;
}

/*widget area*/
.widget-area {
	list-style: none;
	padding: 0;
	margin: 0;
}

.smartlib-under-menu-widget-area {
	margin-top: 40px;
}

.widget {
	margin-bottom: 10px;
	list-style: none;
}

.widget ul, .widget p {
	font-size: 13px;
}

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

.widget ul li {
	padding: 10px 15px;
	font-size: 14px;
}

.widget ul li.cat-item {
	position: relative;
	border-bottom: 1px solid #d0d0d0;
	padding: 10px 10px 10px 27px;
}

.widget ul li.cat-item:last-child {
	border-bottom: 0;
}

.widget .smartlib-thumbnail-outer {
	height: 100px;
	overflow: hidden;
}

.widget-area .widget {
	padding-bottom: 0;
	margin-bottom: 0;
}

.widget-area .widget-title, .comment-reply-title {
	background: #2c2c2c;
	cursor: pointer;
	color: #fff;
	font-size: 22px;
	line-height: 29px;
	display: block;
	padding: 0 0 0 22px;
	text-transform: uppercase;
	text-align: left;
	position: relative;
	margin: 0;
}

.comment-reply-title {
	margin: 0 0 20px 0;
}

.widget-area .harmonux_widget_search .widget-title {
	background: #ab2b71;
}

.widget-area li {
	line-height: 1.2;
}

.widget-area li a {
	color: #686767;
	font-family: Verdana;
	font-size: 12px;
	letter-spacing: -0.1px;
	line-height: 17px;
	position: relative;
}

.widget-area li.cat-item a {
	font-family: 'CreativZoo';
	font-size: 20px;
	text-transform: uppercase;
}

.widget-area li.cat-item:before {
	color: #686767;
	content: "· ";
	font-size: 29px;
	position: absolute;
	right: 27px;
	top: 2px;
}

.widget-area li.cat-item:hover a:before, .widget-area li.cat-item.current-cat a:before {
	background-position: -472px -44px;
}

.smartlib-widget-image-outer {
	float: left;
	margin: 0px 0px 1px 0px;
}

.widget-post-title {
	display: block;
	font-size: 1em;
	color: #404040;
}

.widget-post-excerpt {
	font-size: 0.9em;

}

.post-author-widtget {
	float: right;
}

.widget .smartlib-thumbnail-outer.format-ico a:after {
	bottom: 20px;
}

.widget .smartlib-thumbnail-outer {
	margin: 0;

}

/*Right sidebars*/
.widget-area .widget {
	clear: both;
}

/*DEFAULT WIDGETS MODYFICATIONS*/

/*pages*/

.widget_pages ul {
	padding-left: 20px;
}

.widget_pages ul li {
	border-bottom: none;
	padding: 3px 0;
	margin: 0;
	list-style: square;
}

.widget_pages ul li ul {
	padding: 3px 0 0px 15px;
	margin: 0;
}

.widget_pages ul li ul li {
	list-style: disc;
	font-size: 0.9em;
}

/*custom menu widget*/
.widget_nav_menu ul li {
	padding: 0;
	margin: 0;
	border-bottom: none;
}

.widget_nav_menu ul li ul {
	margin-left: 20px;
}

/*widget recent post*/

.harmonux_widget_recent_entries .widget-post-title {
	line-height: 14px;
	margin-top: 10px;
	font-size: 19px;
}

.harmonux_widget_recent_entries ul {
	padding: 0px;
	margin: 0px
}

.harmonux_widget_recent_entries .meta-publisher {
	font-size: 12px;
	clear: both;
	float: none;
	margin: 0 0 7px 0;
	display: block;
	color: #8FA5B7;
}

.harmonux_widget_recent_entries .meta-publisher a {
	color: #686767;
}

.harmonux_widget_recent_entries ul li {
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 0 0 10px;
}

.harmonux_widget_recent_entries ul li:last-child {
	border: 0;
}

.harmonux_widget_recent_entries li:before {
	content: ""
}

.harmonux_widget_recent_entries li img {
	float: left;
	margin: 0;
	border: 1px solid #dce0e5;
}

.harmonux_widget_recent_entries .smartlib-widget-header {
	overflow: hidden;
}

.widget.harmonux_widget_recent_entries ul {
	background: #f2f5f7 none repeat scroll 0 0;
	margin-bottom: 20px;
	padding: 15px 15px 0;
}

.smartlib-widget-header {
	padding: 3px 0 0 10px;
}

.harmonux_widget_recent_entries .smartlib-widget-header h5 {
	margin: 0;
}

.harmonux_widget_recent_entries p.meta-line {
	clear: both;
	padding-top: 12px;
	color: #8FA5B7;
}

.harmonux_widget_recent_entries p.meta-line a {
	color: #8FA5B7;
}

/*widget calendar*/
#wp-calendar {}

#wp-calendar td, #wp-calendar th {
	padding: 3px;
	text-align: center;
}


/*widget search*/
#searchform-content .search-content-input {
	color: #a8a8a8;
	font-family: Verdana;
	font-size: 14px;
	margin-bottom: 0;
	padding: 9px 42px 9px 9px;
	width: 100%;
}

#searchform-content .searchsubmit-content {
	padding: 0;
	text-indent: -9999em;
	background-color: transparent;
	background-position: -326px -122px;
	width: 23px;
	height: 23px;
	border: 0 none;
	cursor: pointer;
	position: absolute;
	top: 6px;
	right: 7px;
}

/*widget large-1 author*/
.one_author_smartlib .description-widget {
	font-style: normal;
}

/*--SECTIONS: SIDEBAR: Pro Widgets--*/

/*Social icon widget*/
.widget .smartlib-social-buttons-list {
	width: 100%;
	margin: 0 0 15px 0;
	float: left;
}

.widget .smartlib-social-buttons-list li {
	float: left;
	margin: 0;
	padding: 0;
	width: 20%;
}

.widget .smartlib-social-buttons-list li a {
	height: 62px;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-size: 22px;
	background: #BFBFBF;
	color: #fff;
	padding: 0;
	line-height: 62px;
	margin-right: 1px;
}

.widget .smartlib-social-buttons-list li.harmonux_social_facebook a {
	background: #095ba0;
}

.widget .smartlib-social-buttons-list li.harmonux_social_twitter a {
	background: #1d97d0;
}

.widget .smartlib-social-buttons-list li.harmonux_social_youtube a {
	background: #f29c1c;
}

.widget .smartlib-social-buttons-list li.harmonux_social_pinterest a {
	background: #cd2129;
}

.widget .smartlib-social-buttons-list .harmonux_social_linkedin a {
	background: #c04560;
}

.widget .smartlib-social-buttons-list li a:hover {
	background: #6491A1;
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;
}

.widget .smartlib-social-buttons-list li:before {
	content: "";
	display: none;
}

/* Recent gallery widget*/
.harmonux_gallery_recent_widget .small-block-grid-2 li {
	padding: 0 1px 0 0;
	border-bottom: 0;
}

.harmonux_gallery_recent_widget .smartlib-thumbnail-outer {
	width: 100%;
}

.harmonux_gallery_recent_widget.smartlib-thumbnail-outer img {
	min-width: 100%;
	height: auto;
}

.harmonux_gallery_recent_widget li {
	margin-bottom: 1px;
}

/*Recent videos widget*/
.smartlib-video_widget .small-block-grid-2 li {
	padding: 0 1px 0 0;
	border-bottom: 0;
}

.smartlib-video_widget .smartlib-thumbnail-outer {
	width: 100%;

}

.smartlib-video_widget .columns:last-child {
	float: left;
}

.smartlib-video_widget .smartlib-thumbnail-outer img {
	min-width: 100%;
	height: auto;
}

.smartlib-video_widget li {
	margin-bottom: 1px;
}




/*FOOTER SECTIONS*/
.main-footer a {
	color: #fff;
}

.main-footer a:hover {
	color: #fff;
}

.main-footer .row {
	margin-top: 15px;
}

.main-footer table {
	background: none;

}

.main-footer table tbody tr,
.main-footer table tfoot,
.main-footer table tfoot,
.main-footer table thead {
	background: none;
}

.main-footer table th {
	color: #fff;
}

.main-footer table tbody td {
	color: #fff;
}

.main-footer table a {
	font-weight: bold;
}

/* Footer Sidebar */

.footer-navigation ul {
	list-style: none;
	float: right;
}

.footer-navigation ul li {
	float: left;
	margin: 4px 10px;
	position: relative;
	max-width: 150px;
	font-size: 12px;

}

.footer-navigation .children {
	margin: 0px 5px 0px;
	list-style: square;
}

.footer-navigation .children li {
	clear: both;
	font-size: 0.750em;
	color: #c2c1c1;
}

.footer-navigation .children li a {
	color: #D8D8D8;
}

/*footer widgets*/
.smartlib-footer-widget-area .widget {
	min-height: 320px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.smartlib-footer-widget-area .widget hr {
	border: 0px;
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	margin: 0;
}

.smartlib-footer-widget-area .widget-title {}

.smartlib-footer-widget-area .widget-title em {
	font-style: normal;
	padding: 5px 10px 7px 0px;
	color: #686767;
	display: inline-block;
	font-weight: normal;
}

.smartlib-footer-widget-area table,
.smartlib-footer-widget-area table th,
.smartlib-footer-widget-area table td {
	background-color: transparent;

}

.smartlib-footer-widget-area li.widget {
	padding: 15px 20px;
}

.smartlib-footer-widget-area h3 {
	color: #D8D8D8;
}

.smartlib-footer-widget-area .widget-post-title {
	color: #c2c1c1;
}

.smartlib-footer-widget-area .widget .meta-line a {
	color: #fff;
}

.smartlib-footer-widget-area .no-bullet {
	margin: 0px;
}

.smartlib-footer-widget-area .no-bullet li {

	clear: both;
}



/*footer widget calendar*/
.smartlib-footer-widget-area #wp-calendar {
	margin: 0px;
}

.smartlib-footer-widget-area #wp-calendar caption {

	color: #fff;
}

.smartlib-footer-widget-area #wp-calendar td, .smartlib-footer-widget-area #wp-calendar th {
	padding: 1px 2px;
}

.smartlib-footer-widget-area #wp-calendar {
	border: none;
}

.smartlib-footer-widget-area #wp-calendar thead th {
	border-bottom: 3px solid #4A4A4A;

}

.smartlib-footer-widget-area #wp-calendar tfoot {}

/*footer large-1 author*/
.smartlib-footer-widget-area .description-widget {
	color: #fff;
}

/*footer recent posts*/
.smartlib-footer-widget-area .harmonux_widget_recent_entries .smartlib-widget-image-outer {
	margin: 15px 0px 0px 0px
}

.smartlib-footer-widget-area .harmonux_widget_recent_entries .smartlib-widget-image-outer img {
	margin-bottom: 0px;
}

.smartlib-footer-widget-area .harmonux_widget_recent_entries li:last-child {
	border: none;
}

/*footer social icons*/
.smartlib-footer-widget-area .smartlib-social-buttons-list li {
	width: 30px;
	height: 30px;
	font-size: 17px;
	margin: 3px;
	border: none;

}

.smartlib-footer-widget-area .smartlib-social-buttons-list li:first-child {
	margin-left: 0;
}

.smartlib-footer-widget-area .smartlib-social-buttons-list li a {
	height: 30px;
	line-height: 30px;
	font-size: 17px;
	border: none;
}

/* -----------------------------------------
 PAGES
----------------------------------------- */
/*home page*/
.site-description {
	margin: 40px 0 0 0;
	font-size: 35px;
}

/* -----------------------------------------
 Media QUERY MOD
----------------------------------------- */


@media only screen and (max-width: 1020px) {
	.top-bar>.row {
		padding: 10px;
	}

	.comments-link, .social-and-video-container .comments-link {
		left: auto;
		right: 0px;
		bottom: 50px;
		width: 50px;
	}

	.smartlib-footer-widget-area .widget {
		min-height: 0;
	}

	/*widget calendar*/
	#wp-calendar td, #wp-calendar th {
		padding: 0;
	}

	#cbcr-tnda {
		margin: auto;
		float: inherit;
		text-align: center;
		width: 100%;
		margin: auto;
		float: none;
		text-align: center;
		width: 100%;
		display: none;
	}

	#nav {
		display: block;
		position: relative;
		margin-top: 4px;
	}

	#top-bar .logo {
		float: none;
		text-align: center;
		margin: 2px 0 0;
	}

	#top-bar .nav-holder {
		float: none;
	}

	.nav-holder UL {
		display: none;
	}

	.nav-holder SELECT {
		display: block !important;
		width: 100%;
		height: auto;
		padding: 2px 6px;
		margin: 0;
	}
}

@media only screen and (max-width: 768px) {

	/*general classes*/
	button.button, input[type="submit"].button {
		padding: 6px 12px;
	}

	.top-bar.smartlib-fixed-top-bar {
		position: relative;
	}


	/*sticky post*/
	.smartlib-featured-post-box {
		width: 100%;
		clear: both;
	}


	.post-box.columns.large-8 {
		float: left;
		width: 50% !important;
	}

	.flex-direction-nav a {
		display: block;
	}



	/*gallery widget*/
	.recent-gallery-box-container .columns.large-8 {
		float: left;
	}

	/*content*/
	.entry-content table {
		table-layout: auto;
		margin-top: 0;
	}


	/*Recent galleries*/

	.recent-gallery-box-container .columns.large-8 {
		width: 50% !important;
	}

	.recent-gallery-box-container .gallerypost-ico {
		width: 100%;
	}

	/*Recent videos*/
	.recent-videos-box-container .columns.large-8 {
		width: 50% !important;
		float: left;
	}

	/*Recent posts*/
	.smartlib-footer-widget-area .harmonux_widget_recent_entries .smartlib-widget-image-outer {
		margin-bottom: 10px;
	}

	/*footer widget area*/

	.smartlib-footer-widget-area #wp-calendar td, .smartlib-footer-widget-area #wp-calendar th {
		padding: 5px 7px;
	}

	.smartlib-footer-widget-area .widget {
		min-height: 0;
	}

	.smartlib-footer-widget-area .widget hr {
		display: none;
	}

}


@media only screen and (max-width: 640px) {
	.harmonux-top-menu li {
		clear: both;
	}

	.harmonux-top-menu ul>li {
		height: auto;
	}

	.harmonux-top-menu ul li ul li a {
		background: none;
	}

	.harmonux-top-menu ul li:hover>a {
		background: none;
		color: #fff;
	}

	.harmonux-top-menu ul li a:hover {

		color: #686767;
	}

	.harmonux-top-menu ul li ul {
		display: block;
		position: static;
		background: none;
		border: none;
		margin-left: 30px;
		max-width: 100%;
	}

	/*third level*/
	.harmonux-top-menu ul li ul li ul {
		display: block;
	}


	/*social buttons*/
	.smartlib-soical-widgets {
		margin-top: 0;
	}

	.smartlib-soical-widgets li {
		float: left;
		clear: none;
		margin: 0 10px 0 0;
		width: 70px;
	}

	.smartlib-soical-widgets .fb-like {
		width: 60px;
	}

	.smartlib-soical-widgets .fb-like span {
		overflow: visible !important;
		width: 70px !important;
	}

	.smartlib-soical-widgets .pinterest-button {
		padding-top: 40px;
	}

	.smartlib-comments-link {
		margin-top: 20px;
	}

	/*RELATED POST*/
	.smartlib-slider-container {
		width: 90%;
	}

	.smartlib-related-posts .smartlib-thumbnail-outer {
		margin-right: 25px;
	}

	#toggle-search form {
		max-width: 100%;
	}

	.smartlib-site-logo {
		font-size: 20px;
		line-height: 1;
	}

}


@media only screen and (max-width: 500px) {
	.post-box.columns.large-8 {
		float: none;
		width: 100% !important;
	}

	.smartlib-soical-widgets .fb-like span {
		overflow: visible !important;
		width: 80px !important;
		margin-right: 0px;
	}
}

@media only screen and (max-width: 810px) {
	h2 {
		font-size: 1.7em;
	}

	.frontpage-header {
		margin-right: 0px;
	}

	.meta-publisher {
		float: none;
		clear: both;
		margin: 15px 15px 10px 0;
		padding: 5px 15px 0px 0px;
		max-width: 60%;
	}

	.header-banner {
		height: auto;
	}

	/*widget mods*/
	.social-buttons-list {
		width: 100%;

	}

	.social-buttons-list li {
		width: 32.55%;

	}

	.social-buttons-list li a {
		display: block;
		width: 100%;
		line-height: 63px;
	}
}

@media only screen and (max-width: 420px) {

	/*wordpress clasess*/
	.wp-caption {
		width: 100% !important;
	}

	.top-bar {
		background-size: auto;
	}

	.smartlib-site-logo {

		float: left;

		width: 100% !important;

	}

	.harmonux-toggle-topbar.toggle-button.button {
		padding-right: 0;
	}

	.smartlib-smaller-topbar .smartlib-logo-header a {
		height: auto;
		font-size: 15px;
		text-align: center;
	}

	#top-bar .mobile-large-1 {
		width: 100% !important;
		background: #A10518 !important;

	}

	#top-bar .mobile-large-3 {
		clear: both;
		width: 100% !important;

	}

	.header-banner {
		margin-top: 40px;
	}
}

/* -----------------------------------------
 IE MOD
----------------------------------------- */

/* Assistive text */
.lt-ie9 .assistive-text,
.lt-ie9 .site .screen-reader-text {
	text-indent: -3000px;
	overflow: hidden;

}

.lt-ie9 .top-bar ul li a.button {
	margin-top: 0px;
}

/*widgets*/
.lt-ie9 .harmonux_widget_recent_entries .widget-post-excerpt {
	line-height: 1.3;
}

/*post content */
.lt-ie9 .tags-article {
	clear: both;
	width: 500px !important;
}

.lt-ie9 .smartlib-thumbnail-outer {
	width: 266px;
}

.lt-ie9 .author-avatar {
	width: 200px;
}

.lt-ie9 #sidebar .widget-title:before, .lt-ie9 #sidebar .widget-title:after {
	display: none;
}

/*recent video widget*/
.lt-ie9 .recent-videos-box-container .smartlib-thumbnail-outer {
	width: 130px;
}

.lt-ie9 .smartlib-widget-image-outer img {
	width: auto;
}

/*large-1 authot widget*/
.one_author_smartlib .smartlib-widget-image-outer {
	max-width: 96px;
}

/*Fix for Google  Maps MOD*/
.map-area {
	max-width: 100%;
}

.map-area *, .map-area *:before, .map-area *:after {
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
}

.map-area img {
	max-width: none;
}

.map-area label {
	width: auto;
	display: inline;
}

/* -----------------------------------------
 PLUGIN CUSTOMIZATION
----------------------------------------- */
.pinterest-pinit {
	margin-top: 30px;

}

.smartlib-soical-widgets .social-buttons {
	margin-left: 3px;
}

.pinterest-pinit a {
	width: 60px !important;
}

/* #DENOX
================================================== */
.pageHeading {
	background: #fff;
	font-size: 30px;
	line-height: 30px;
	color: #333236;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 22px !important;
}

.pageHeading.small {
	font-size: 16px;
	line-height: 16px;
	padding: 0px;
}

.pageHeading.small.nosepa {
	margin-bottom: 5px !important;
}

/* # RGPD
================================================== */
.rgpd-tooltip, .arrow:after {
	background: #ffee8c;
	border: 0px;
	box-shadow: none;
	color: #666;
}

.rgpd-tooltip a {
	color: #3e85b5;
}

.rgpd-tooltip {
	padding: 10px 20px;
	color: #666;
	border-radius: 5px;
	font: 12px "Helvetica Neue", Sans-Serif;
	padding: 10px;
}

.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}

.arrow.top {
	top: -16px;
	bottom: auto;
}

.arrow.left {
	left: 20%;
}

.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.arrow.top:after {
	bottom: -20px;
	top: auto;
}

.rgpd-check .fa {
	font-size: 17px;
	line-height: 17px;
	margin-left: 6px;
	color: #4f5258;
}

.rgpd-check {
	color: #666;
	font-size: 15px;
}

.rgpd-check a {
	text-decoration: underline;
	color: #666;
}

.rgpd-check .fa {
	font-size: 17px;
	line-height: 17px;
	margin-left: 6px;
	position: relative;
	top: 1px;
}

.rgpd-tooltip, .arrow:after {
	background: #ffee8c;
	border: 0px;
	box-shadow: none;
	color: #666;
}

.rgpd-tooltip {
	padding: 10px 20px;
	color: #666;
	border-radius: 5px;
	font: 12px "Helvetica Neue", Sans-Serif;
	padding: 10px;
}

.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}

.arrow.top {
	top: -16px;
	bottom: auto;
}

.arrow.left {
	left: 20%;
}

.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.arrow.top:after {
	bottom: -20px;
	top: auto;
}


/* # Pharaoniss
================================================== */
/* # Reset
================================================== */
html {
	font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	overflow-x: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, picture {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none !important;
}

a {
	background-color: transparent;
	text-decoration: none;
}

a, a:active, :focus {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: 700;
}

figure img {
	display: block;
	vertical-align: top;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

svg:not(:root) {
	overflow: hidden;
}

pre {
	overflow: auto;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

th, td {
	font-weight: normal
}

*, :before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

::-webkit-scrollbar {
	background: #e1e1e1;
}

::-webkit-scrollbar-thumb {
	background: #9e9e9e;
}

::-webkit-scrollbar {
	width: 8px;
}


/* # Print
================================================== */
@media print {
	*, :before, :after {
		color: #000 !important;
		text-shadow: none !important;
		background: transparent !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}

	a, a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: "("attr(href)")";
	}

	abbr[title]:after {
		content: "("attr(title)")";
	}

	a[href^="#"]:after, a[href^="javascript:"]:after {
		content: "";
	}

	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-Group;
	}

	tr, img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}

	h2, h3 {
		page-break-after: avoid;
	}

	select {
		background: #fff !important;
	}
}


/* # Columnas
================================================== */
.ax[class*="row"] {
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.ax.rows>* {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 auto;
	flex: 0 0 auto;
}

.ax.row.aflex>* {
	-webkit-flex: 1 1 0;
	-ms-flex: 1;
	flex: 1 1 0;
}

.ax.row.aflex>[class*="af"] {
	flex: initial;
	flex: inherit;
}

.col.a01, .rows.a01>* {
	width: 8.33333333%;
}

.col.a02, .rows.a02>* {
	width: 16.66666667%;
}

.col.a03, .rows.a03>* {
	width: 25%;
}

.col.a04, .rows.a04>* {
	width: 33.33333333%;
}

.col.a05, .rows.a05>* {
	width: 41.66666667%;
}

.col.a06, .rows.a06>* {
	width: 50%;
}

.col.a07, .rows.a07>* {
	width: 58.33333333%;
}

.col.a08, .rows.a08>* {
	width: 66.66666667%;
}

.col.a09, .rows.a09>* {
	width: 75%;
}

.col.a10, .rows.a10>* {
	width: 83.33333333%;
}

.col.a11, .rows.a11>* {
	width: 91.66666667%;
}

.col.a12, .rows.a12>* {
	width: 100%;
}

.no-flexbox.no-flexboxtweener .ax.row>* {
	display: table-cell;
	vertical-align: top;
}

.no-flexbox.no-flexboxtweener .ax.row>.col, .no-flexbox.no-flexboxtweener .ax.rows>* {
	float: left;
}

.no-flexbox.no-flexboxtweener .ax.row {
	display: table;
	width: 100%;
}

.no-flexbox.no-flexboxtweener .ax.row.aflex>* {
	float: none;
}

.no-flexbox.no-flexboxtweener .ax.row.aflex.Wa>* {
	width: 100%;
}


/* # Alineación
================================================== */
.rows.atop, .row.atop {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.rows.amiddle, .row.amiddle {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.rows.abottom, .row.abottom {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.aself-top {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.aself-middle {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.aself-bottom {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

/* # Flex
================================================== */
.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.flex-row {
	flex-direction: row !important;
}

.flex-column {
	flex-direction: column !important;
}

.flex-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	flex-direction: column-reverse !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-around {
	justify-content: space-around !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.align-items-center {
	align-items: center !important;
}

.align-items-baseline {
	align-items: baseline !important;
}

.align-items-stretch {
	align-items: stretch !important;
}

.align-self-auto {
	align-self: auto !important;
}

.align-self-start {
	align-self: flex-start !important;
}

.align-self-end {
	align-self: flex-end !important;
}

.align-self-center {
	align-self: center !important;
}

.align-self-baseline {
	align-self: baseline !important;
}

.align-self-stretch {
	align-self: stretch !important;
}

.align-content-start {
	align-content: flex-start !important;
}

.align-content-end {
	align-content: flex-end !important;
}

.align-content-center {
	align-content: center !important;
}

.align-content-between {
	align-content: space-between !important;
}

.align-content-around {
	align-content: space-around !important;
}

.align-content-stretch {
	align-content: stretch !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.flex-shrink-0 {
	flex-shrink: 0;
}

.flex-shrink-1 {
	flex-shrink: 1;
}

.flex-shrink-2 {
	flex-shrink: 2;
}

.flex-shrink-3 {
	flex-shrink: 3;
}

.flex-shrink-4 {
	flex-shrink: 4;
}

.flex-shrink-5 {
	flex-shrink: 5;
}

.flex-grow-0 {
	flex-grow: 0;
}

.flex-grow-1 {
	flex-grow: 1;
}

.flex-grow-2 {
	flex-grow: 2;
}

.flex-grow-3 {
	flex-grow: 3;
}

.flex-grow-4 {
	flex-grow: 4;
}

.flex-grow-5 {
	flex-grow: 5;
}

/* # Separaciones
================================================== */
.rows .rows {
	margin-bottom: 0px;
}

.sp10[class*="row"]>* {
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

.sp10[class*="form-"], .sp10[class*="form-"][class*="row"]>.col.row {
	margin-bottom: 10px;
}

.sp15[class*="row"]>* {
	padding-bottom: 15px;
	padding-right: 7px;
	padding-left: 7px;
}

.sp15[class*="form-"], .sp15[class*="form-"][class*="row"]>.col.row {
	margin-bottom: 15px;
}

.sp20[class*="row"]>*, .rows>* {
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

.sp25[class*="row"]>* {
	padding-bottom: 25px;
	padding-right: 12.5px;
	padding-left: 12.5px;
}

.sp25[class*="form-"], .sp25[class*="form-"][class*="row"]>.col.row {
	margin-bottom: 25px;
}

.sp30[class*="row"]>* {
	padding-bottom: 30px;
	padding-right: 15px;
	padding-left: 15px;
}

.sp30[class*="form-"], .sp30[class*="form-"][class*="row"]>.col.row {
	margin-bottom: 30px;
}

.rows.nosp>*:first-child {
	padding-left: 0px;
}

.rows.nosp>*:last-child {
	padding-right: 0px;
}

.rows.nosp>* {
	padding-bottom: 0px;
}

/* # NoFlex
================================================== */
.no-flexbox.no-flexboxtweener [class*="row"]:before, .no-flexbox.no-flexboxtweener [class*="row"]:after {
	content: '';
	display: table;
}

.no-flexbox.no-flexboxtweener [class*="row"]:after {
	clear: both;
}

.no-flexbox.no-flexboxtweener .rows {
	width: calc(100%+20px);
}

.no-flexbox.no-flexboxtweener.no-csscalc .rows {
	width: 102.2%;
}

.no-flexbox.no-flexboxtweener .sp10[class*="row"] {
	width: calc(100%+10px);
}

.no-flexbox.no-flexboxtweener.no-csscalc .sp10[class*="row"] {
	width: 101.042%;
}

.no-flexbox.no-flexboxtweener .sp15[class*="row"] {
	width: calc(100%+15px);
}

.no-flexbox.no-flexboxtweener.no-csscalc .sp15[class*="row"] {
	width: 101.563%;
}

.no-flexbox.no-flexboxtweener .sp20[class*="row"] {
	width: calc(100%+20px);
}

.no-flexbox.no-flexboxtweener.no-csscalc .sp20[class*="row"] {
	width: 102.084%;
}

.no-flexbox.no-flexboxtweener .sp30[class*="row"] {
	width: calc(100%+30px);
}

.no-flexbox.no-flexboxtweener.no-csscalc .sp30[class*="row"] {
	width: 103.2%;
}


/* # Fuentes
================================================== */
body {
	color: #42484e;
}

ul, ol, dl {
	list-style-position: outside;
}

ul ul, ul ol, ol ol, ol ul {
	margin-left: 15px;
	margin-bottom: 0;
}

ul, ol {
	margin-left: 15px;
}

dl dt {
	font-weight: 700;
	margin-bottom: 5px;
}

dl {
	margin-bottom: 1rem;
	list-style-position: outside;
	line-height: 1.6;
}

nav ul, [class*="menu"], [class*="menu"] ul, [class*="list"], [class*="list"] ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: inherit;
	margin-bottom: 0.25em;
}

h1 {
	font-size: 2.1875rem;
	margin-bottom: 20px;
}

h2 {
	font-size: 1.875rem;
	margin-bottom: 20px;
}

h3 {
	font-size: 1.5625rem;
	margin-bottom: 20px;
}

h4 {
	font-size: 1.25rem;
	margin-bottom: 20px;
}

h5 {
	font-size: 1.125rem;
	margin-bottom: 20px;
}

h6 {
	font-size: 0.9375rem;
	margin-bottom: 20px;
}

p {
	font-size: inherit;
	text-rendering: optimizeLegibility;
	text-align: left;
}

hr {
	clear: both;
	height: 0;
	margin: 1.25rem auto;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #cacaca;
	border-left: 0;
}

.fa, .fab, .fal, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em
}

.fa-xs {
	font-size: .75em
}

.fa-sm {
	font-size: .875em
}

.fa-1x {
	font-size: 1em
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-6x {
	font-size: 6em
}

.fa-7x {
	font-size: 7em
}

.fa-8x {
	font-size: 8em
}

.fa-9x {
	font-size: 9em
}

.fa-10x {
	font-size: 10em
}

.fa-fw {
	text-align: center;
	width: 1.25em
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0
}

.fa-ul>li {
	position: relative
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit
}

.fa-border {
	border: .08em solid #eee;
	border-radius: .1em;
	padding: .2em .25em .15em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
	margin-left: .3em
}

.fa-spin {
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	transform: scaleX(-1)
}

.fa-flip-vertical {
	transform: scaleY(-1)
}

.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-horizontal.fa-flip-vertical {
	transform: scale(-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
	-webkit-filter: none;
	filter: none
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2em
}

.fa-stack-1x, .fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-500px:before {
	content: "\f26e"
}

.fa-abacus:before {
	content: "\f640"
}

.fa-accessible-icon:before {
	content: "\f368"
}

.fa-accusoft:before {
	content: "\f369"
}

.fa-ad:before {
	content: "\f641"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-card:before {
	content: "\f2bb"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-adn:before {
	content: "\f170"
}

.fa-adversal:before {
	content: "\f36a"
}

.fa-affiliatetheme:before {
	content: "\f36b"
}

.fa-air-freshener:before {
	content: "\f5d0"
}

.fa-alarm-clock:before {
	content: "\f34e"
}

.fa-algolia:before {
	content: "\f36c"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-alipay:before {
	content: "\f642"
}

.fa-allergies:before {
	content: "\f461"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-amazon-pay:before {
	content: "\f42c"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-amilia:before {
	content: "\f36d"
}

.fa-analytics:before {
	content: "\f643"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-android:before {
	content: "\f17b"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angry:before {
	content: "\f556"
}

.fa-angrycreative:before {
	content: "\f36e"
}

.fa-angular:before {
	content: "\f420"
}

.fa-ankh:before {
	content: "\f644"
}

.fa-app-store:before {
	content: "\f36f"
}

.fa-app-store-ios:before {
	content: "\f370"
}

.fa-apper:before {
	content: "\f371"
}

.fa-apple:before {
	content: "\f179"
}

.fa-apple-alt:before {
	content: "\f5d1"
}

.fa-apple-pay:before {
	content: "\f415"
}

.fa-archive:before {
	content: "\f187"
}

.fa-archway:before {
	content: "\f557"
}

.fa-arrow-alt-circle-down:before {
	content: "\f358"
}

.fa-arrow-alt-circle-left:before {
	content: "\f359"
}

.fa-arrow-alt-circle-right:before {
	content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
	content: "\f35b"
}

.fa-arrow-alt-down:before {
	content: "\f354"
}

.fa-arrow-alt-from-bottom:before {
	content: "\f346"
}

.fa-arrow-alt-from-left:before {
	content: "\f347"
}

.fa-arrow-alt-from-right:before {
	content: "\f348"
}

.fa-arrow-alt-from-top:before {
	content: "\f349"
}

.fa-arrow-alt-left:before {
	content: "\f355"
}

.fa-arrow-alt-right:before {
	content: "\f356"
}

.fa-arrow-alt-square-down:before {
	content: "\f350"
}

.fa-arrow-alt-square-left:before {
	content: "\f351"
}

.fa-arrow-alt-square-right:before {
	content: "\f352"
}

.fa-arrow-alt-square-up:before {
	content: "\f353"
}

.fa-arrow-alt-to-bottom:before {
	content: "\f34a"
}

.fa-arrow-alt-to-left:before {
	content: "\f34b"
}

.fa-arrow-alt-to-right:before {
	content: "\f34c"
}

.fa-arrow-alt-to-top:before {
	content: "\f34d"
}

.fa-arrow-alt-up:before {
	content: "\f357"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-arrow-from-bottom:before {
	content: "\f342"
}

.fa-arrow-from-left:before {
	content: "\f343"
}

.fa-arrow-from-right:before {
	content: "\f344"
}

.fa-arrow-from-top:before {
	content: "\f345"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-square-down:before {
	content: "\f339"
}

.fa-arrow-square-left:before {
	content: "\f33a"
}

.fa-arrow-square-right:before {
	content: "\f33b"
}

.fa-arrow-square-up:before {
	content: "\f33c"
}

.fa-arrow-to-bottom:before {
	content: "\f33d"
}

.fa-arrow-to-left:before {
	content: "\f33e"
}

.fa-arrow-to-right:before {
	content: "\f340"
}

.fa-arrow-to-top:before {
	content: "\f341"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-arrows-alt-h:before {
	content: "\f337"
}

.fa-arrows-alt-v:before {
	content: "\f338"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-asymmetrik:before {
	content: "\f372"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-atlas:before {
	content: "\f558"
}

.fa-atom:before {
	content: "\f5d2"
}

.fa-atom-alt:before {
	content: "\f5d3"
}

.fa-audible:before {
	content: "\f373"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-autoprefixer:before {
	content: "\f41c"
}

.fa-avianex:before {
	content: "\f374"
}

.fa-aviato:before {
	content: "\f421"
}

.fa-award:before {
	content: "\f559"
}

.fa-aws:before {
	content: "\f375"
}

.fa-backpack:before {
	content: "\f5d4"
}

.fa-backspace:before {
	content: "\f55a"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-badge:before {
	content: "\f335"
}

.fa-badge-check:before {
	content: "\f336"
}

.fa-badge-dollar:before {
	content: "\f645"
}

.fa-badge-percent:before {
	content: "\f646"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-balance-scale-left:before {
	content: "\f515"
}

.fa-balance-scale-right:before {
	content: "\f516"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-band-aid:before {
	content: "\f462"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-barcode-alt:before {
	content: "\f463"
}

.fa-barcode-read:before {
	content: "\f464"
}

.fa-barcode-scan:before {
	content: "\f465"
}

.fa-bars:before {
	content: "\f0c9"
}

.fa-baseball:before {
	content: "\f432"
}

.fa-baseball-ball:before {
	content: "\f433"
}

.fa-basketball-ball:before {
	content: "\f434"
}

.fa-basketball-hoop:before {
	content: "\f435"
}

.fa-bath:before {
	content: "\f2cd"
}

.fa-battery-bolt:before {
	content: "\f376"
}

.fa-battery-empty:before {
	content: "\f244"
}

.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-slash:before {
	content: "\f377"
}

.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-bed:before {
	content: "\f236"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-bell-school:before {
	content: "\f5d5"
}

.fa-bell-school-slash:before {
	content: "\f5d6"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bezier-curve:before {
	content: "\f55b"
}

.fa-bible:before {
	content: "\f647"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bimobject:before {
	content: "\f378"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitcoin:before {
	content: "\f379"
}

.fa-bity:before {
	content: "\f37a"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-blackberry:before {
	content: "\f37b"
}

.fa-blanket:before {
	content: "\f498"
}

.fa-blender:before {
	content: "\f517"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-blogger:before {
	content: "\f37c"
}

.fa-blogger-b:before {
	content: "\f37d"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-bold:before {
	content: "\f032"
}

.fa-bolt:before {
	content: "\f0e7"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-bone:before {
	content: "\f5d7"
}

.fa-bone-break:before {
	content: "\f5d8"
}

.fa-bong:before {
	content: "\f55c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-book-alt:before {
	content: "\f5d9"
}

.fa-book-heart:before {
	content: "\f499"
}

.fa-book-open:before {
	content: "\f518"
}

.fa-book-reader:before {
	content: "\f5da"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-books:before {
	content: "\f5db"
}

.fa-bowling-ball:before {
	content: "\f436"
}

.fa-bowling-pins:before {
	content: "\f437"
}

.fa-box:before {
	content: "\f466"
}

.fa-box-alt:before {
	content: "\f49a"
}

.fa-box-check:before {
	content: "\f467"
}

.fa-box-fragile:before {
	content: "\f49b"
}

.fa-box-full:before {
	content: "\f49c"
}

.fa-box-heart:before {
	content: "\f49d"
}

.fa-box-open:before {
	content: "\f49e"
}

.fa-box-up:before {
	content: "\f49f"
}

.fa-box-usd:before {
	content: "\f4a0"
}

.fa-boxes:before {
	content: "\f468"
}

.fa-boxes-alt:before {
	content: "\f4a1"
}

.fa-boxing-glove:before {
	content: "\f438"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-brain:before {
	content: "\f5dc"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-briefcase-medical:before {
	content: "\f469"
}

.fa-broadcast-tower:before {
	content: "\f519"
}

.fa-broom:before {
	content: "\f51a"
}

.fa-browser:before {
	content: "\f37e"
}

.fa-brush:before {
	content: "\f55d"
}

.fa-btc:before {
	content: "\f15a"
}

.fa-bug:before {
	content: "\f188"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-bullseye-arrow:before {
	content: "\f648"
}

.fa-bullseye-pointer:before {
	content: "\f649"
}

.fa-burn:before {
	content: "\f46a"
}

.fa-buromobelexperte:before {
	content: "\f37f"
}

.fa-bus:before {
	content: "\f207"
}

.fa-bus-alt:before {
	content: "\f55e"
}

.fa-bus-school:before {
	content: "\f5dd"
}

.fa-business-time:before {
	content: "\f64a"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-cabinet-filing:before {
	content: "\f64b"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-calculator-alt:before {
	content: "\f64c"
}

.fa-calendar:before {
	content: "\f133"
}

.fa-calendar-alt:before {
	content: "\f073"
}

.fa-calendar-check:before {
	content: "\f274"
}

.fa-calendar-edit:before {
	content: "\f333"
}

.fa-calendar-exclamation:before {
	content: "\f334"
}

.fa-calendar-minus:before {
	content: "\f272"
}

.fa-calendar-plus:before {
	content: "\f271"
}

.fa-calendar-times:before {
	content: "\f273"
}

.fa-camera:before {
	content: "\f030"
}

.fa-camera-alt:before {
	content: "\f332"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-cannabis:before {
	content: "\f55f"
}

.fa-capsules:before {
	content: "\f46b"
}

.fa-car:before {
	content: "\f1b9"
}

.fa-car-alt:before {
	content: "\f5de"
}

.fa-car-battery:before {
	content: "\f5df"
}

.fa-car-bump:before {
	content: "\f5e0"
}

.fa-car-crash:before {
	content: "\f5e1"
}

.fa-car-garage:before {
	content: "\f5e2"
}

.fa-car-mechanic:before {
	content: "\f5e3"
}

.fa-car-side:before {
	content: "\f5e4"
}

.fa-car-tilt:before {
	content: "\f5e5"
}

.fa-car-wash:before {
	content: "\f5e6"
}

.fa-caret-circle-down:before {
	content: "\f32d"
}

.fa-caret-circle-left:before {
	content: "\f32e"
}

.fa-caret-circle-right:before {
	content: "\f330"
}

.fa-caret-circle-up:before {
	content: "\f331"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-caret-square-down:before {
	content: "\f150"
}

.fa-caret-square-left:before {
	content: "\f191"
}

.fa-caret-square-right:before {
	content: "\f152"
}

.fa-caret-square-up:before {
	content: "\f151"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cc-amazon-pay:before {
	content: "\f42d"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-apple-pay:before {
	content: "\f416"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-centercode:before {
	content: "\f380"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-chalkboard:before {
	content: "\f51b"
}

.fa-chalkboard-teacher:before {
	content: "\f51c"
}

.fa-charging-station:before {
	content: "\f5e7"
}

.fa-chart-area:before {
	content: "\f1fe"
}

.fa-chart-bar:before {
	content: "\f080"
}

.fa-chart-line:before {
	content: "\f201"
}

.fa-chart-line-down:before {
	content: "\f64d"
}

.fa-chart-pie:before {
	content: "\f200"
}

.fa-chart-pie-alt:before {
	content: "\f64e"
}

.fa-check:before {
	content: "\f00c"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-check-double:before {
	content: "\f560"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-chess:before {
	content: "\f439"
}

.fa-chess-bishop:before {
	content: "\f43a"
}

.fa-chess-bishop-alt:before {
	content: "\f43b"
}

.fa-chess-board:before {
	content: "\f43c"
}

.fa-chess-clock:before {
	content: "\f43d"
}

.fa-chess-clock-alt:before {
	content: "\f43e"
}

.fa-chess-king:before {
	content: "\f43f"
}

.fa-chess-king-alt:before {
	content: "\f440"
}

.fa-chess-knight:before {
	content: "\f441"
}

.fa-chess-knight-alt:before {
	content: "\f442"
}

.fa-chess-pawn:before {
	content: "\f443"
}

.fa-chess-pawn-alt:before {
	content: "\f444"
}

.fa-chess-queen:before {
	content: "\f445"
}

.fa-chess-queen-alt:before {
	content: "\f446"
}

.fa-chess-rook:before {
	content: "\f447"
}

.fa-chess-rook-alt:before {
	content: "\f448"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-double-down:before {
	content: "\f322"
}

.fa-chevron-double-left:before {
	content: "\f323"
}

.fa-chevron-double-right:before {
	content: "\f324"
}

.fa-chevron-double-up:before {
	content: "\f325"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-chevron-square-down:before {
	content: "\f329"
}

.fa-chevron-square-left:before {
	content: "\f32a"
}

.fa-chevron-square-right:before {
	content: "\f32b"
}

.fa-chevron-square-up:before {
	content: "\f32c"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-church:before {
	content: "\f51d"
}

.fa-circle:before {
	content: "\f111"
}

.fa-circle-notch:before {
	content: "\f1ce"
}

.fa-city:before {
	content: "\f64f"
}

.fa-clipboard:before {
	content: "\f328"
}

.fa-clipboard-check:before {
	content: "\f46c"
}

.fa-clipboard-list:before {
	content: "\f46d"
}

.fa-clipboard-prescription:before {
	content: "\f5e8"
}

.fa-clock:before {
	content: "\f017"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-closed-captioning:before {
	content: "\f20a"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-download-alt:before {
	content: "\f381"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-cloud-upload-alt:before {
	content: "\f382"
}

.fa-cloudscale:before {
	content: "\f383"
}

.fa-cloudsmith:before {
	content: "\f384"
}

.fa-cloudversify:before {
	content: "\f385"
}

.fa-club:before {
	content: "\f327"
}

.fa-cocktail:before {
	content: "\f561"
}

.fa-code:before {
	content: "\f121"
}

.fa-code-branch:before {
	content: "\f126"
}

.fa-code-commit:before {
	content: "\f386"
}

.fa-code-merge:before {
	content: "\f387"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cog:before {
	content: "\f013"
}

.fa-cogs:before {
	content: "\f085"
}

.fa-coins:before {
	content: "\f51e"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-comment:before {
	content: "\f075"
}

.fa-comment-alt:before {
	content: "\f27a"
}

.fa-comment-alt-check:before {
	content: "\f4a2"
}

.fa-comment-alt-dollar:before {
	content: "\f650"
}

.fa-comment-alt-dots:before {
	content: "\f4a3"
}

.fa-comment-alt-edit:before {
	content: "\f4a4"
}

.fa-comment-alt-exclamation:before {
	content: "\f4a5"
}

.fa-comment-alt-lines:before {
	content: "\f4a6"
}

.fa-comment-alt-minus:before {
	content: "\f4a7"
}

.fa-comment-alt-plus:before {
	content: "\f4a8"
}

.fa-comment-alt-slash:before {
	content: "\f4a9"
}

.fa-comment-alt-smile:before {
	content: "\f4aa"
}

.fa-comment-alt-times:before {
	content: "\f4ab"
}

.fa-comment-check:before {
	content: "\f4ac"
}

.fa-comment-dollar:before {
	content: "\f651"
}

.fa-comment-dots:before {
	content: "\f4ad"
}

.fa-comment-edit:before {
	content: "\f4ae"
}

.fa-comment-exclamation:before {
	content: "\f4af"
}

.fa-comment-lines:before {
	content: "\f4b0"
}

.fa-comment-minus:before {
	content: "\f4b1"
}

.fa-comment-plus:before {
	content: "\f4b2"
}

.fa-comment-slash:before {
	content: "\f4b3"
}

.fa-comment-smile:before {
	content: "\f4b4"
}

.fa-comment-times:before {
	content: "\f4b5"
}

.fa-comments:before {
	content: "\f086"
}

.fa-comments-alt:before {
	content: "\f4b6"
}

.fa-comments-alt-dollar:before {
	content: "\f652"
}

.fa-comments-dollar:before {
	content: "\f653"
}

.fa-compact-disc:before {
	content: "\f51f"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-compass-slash:before {
	content: "\f5e9"
}

.fa-compress:before {
	content: "\f066"
}

.fa-compress-alt:before {
	content: "\f422"
}

.fa-compress-wide:before {
	content: "\f326"
}

.fa-concierge-bell:before {
	content: "\f562"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-container-storage:before {
	content: "\f4b7"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-conveyor-belt:before {
	content: "\f46e"
}

.fa-conveyor-belt-alt:before {
	content: "\f46f"
}

.fa-cookie:before {
	content: "\f563"
}

.fa-cookie-bite:before {
	content: "\f564"
}

.fa-copy:before {
	content: "\f0c5"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-couch:before {
	content: "\f4b8"
}

.fa-cpanel:before {
	content: "\f388"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-creative-commons-by:before {
	content: "\f4e7"
}

.fa-creative-commons-nc:before {
	content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
	content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
	content: "\f4ea"
}

.fa-creative-commons-nd:before {
	content: "\f4eb"
}

.fa-creative-commons-pd:before {
	content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
	content: "\f4ed"
}

.fa-creative-commons-remix:before {
	content: "\f4ee"
}

.fa-creative-commons-sa:before {
	content: "\f4ef"
}

.fa-creative-commons-sampling:before {
	content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
	content: "\f4f1"
}

.fa-creative-commons-share:before {
	content: "\f4f2"
}

.fa-creative-commons-zero:before {
	content: "\f4f3"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-credit-card-blank:before {
	content: "\f389"
}

.fa-credit-card-front:before {
	content: "\f38a"
}

.fa-cricket:before {
	content: "\f449"
}

.fa-crop:before {
	content: "\f125"
}

.fa-crop-alt:before {
	content: "\f565"
}

.fa-cross:before {
	content: "\f654"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-crow:before {
	content: "\f520"
}

.fa-crown:before {
	content: "\f521"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-css3-alt:before {
	content: "\f38b"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-curling:before {
	content: "\f44a"
}

.fa-cut:before {
	content: "\f0c4"
}

.fa-cuttlefish:before {
	content: "\f38c"
}

.fa-d-and-d:before {
	content: "\f38d"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-deaf:before {
	content: "\f2a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-deploydog:before {
	content: "\f38e"
}

.fa-deskpro:before {
	content: "\f38f"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-desktop-alt:before {
	content: "\f390"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-dharmachakra:before {
	content: "\f655"
}

.fa-diagnoses:before {
	content: "\f470"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-dice:before {
	content: "\f522"
}

.fa-dice-five:before {
	content: "\f523"
}

.fa-dice-four:before {
	content: "\f524"
}

.fa-dice-one:before {
	content: "\f525"
}

.fa-dice-six:before {
	content: "\f526"
}

.fa-dice-three:before {
	content: "\f527"
}

.fa-dice-two:before {
	content: "\f528"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-digital-ocean:before {
	content: "\f391"
}

.fa-digital-tachograph:before {
	content: "\f566"
}

.fa-diploma:before {
	content: "\f5ea"
}

.fa-directions:before {
	content: "\f5eb"
}

.fa-discord:before {
	content: "\f392"
}

.fa-discourse:before {
	content: "\f393"
}

.fa-divide:before {
	content: "\f529"
}

.fa-dizzy:before {
	content: "\f567"
}

.fa-dna:before {
	content: "\f471"
}

.fa-do-not-enter:before {
	content: "\f5ec"
}

.fa-dochub:before {
	content: "\f394"
}

.fa-docker:before {
	content: "\f395"
}

.fa-dollar-sign:before {
	content: "\f155"
}

.fa-dolly:before {
	content: "\f472"
}

.fa-dolly-empty:before {
	content: "\f473"
}

.fa-dolly-flatbed:before {
	content: "\f474"
}

.fa-dolly-flatbed-alt:before {
	content: "\f475"
}

.fa-dolly-flatbed-empty:before {
	content: "\f476"
}

.fa-donate:before {
	content: "\f4b9"
}

.fa-door-closed:before {
	content: "\f52a"
}

.fa-door-open:before {
	content: "\f52b"
}

.fa-dot-circle:before {
	content: "\f192"
}

.fa-dove:before {
	content: "\f4ba"
}

.fa-download:before {
	content: "\f019"
}

.fa-draft2digital:before {
	content: "\f396"
}

.fa-drafting-compass:before {
	content: "\f568"
}

.fa-draw-circle:before {
	content: "\f5ed"
}

.fa-draw-polygon:before {
	content: "\f5ee"
}

.fa-draw-square:before {
	content: "\f5ef"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-dribbble-square:before {
	content: "\f397"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-drum:before {
	content: "\f569"
}

.fa-drum-steelpan:before {
	content: "\f56a"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-dumbbell:before {
	content: "\f44b"
}

.fa-dyalog:before {
	content: "\f399"
}

.fa-ear:before {
	content: "\f5f0"
}

.fa-earlybirds:before {
	content: "\f39a"
}

.fa-ebay:before {
	content: "\f4f4"
}

.fa-edge:before {
	content: "\f282"
}

.fa-edit:before {
	content: "\f044"
}

.fa-eject:before {
	content: "\f052"
}

.fa-elementor:before {
	content: "\f430"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-h-alt:before {
	content: "\f39b"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-ellipsis-v-alt:before {
	content: "\f39c"
}

.fa-ello:before {
	content: "\f5f1"
}

.fa-ember:before {
	content: "\f423"
}

.fa-empire:before {
	content: "\f1d1"
}

.fa-empty-set:before {
	content: "\f656"
}

.fa-engine-warning:before {
	content: "\f5f2"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-dollar:before {
	content: "\f657"
}

.fa-envelope-open-text:before {
	content: "\f658"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-envira:before {
	content: "\f299"
}

.fa-equals:before {
	content: "\f52c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-erlang:before {
	content: "\f39d"
}

.fa-ethereum:before {
	content: "\f42e"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-euro-sign:before {
	content: "\f153"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-exchange-alt:before {
	content: "\f362"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-exclamation-square:before {
	content: "\f321"
}

.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-expand:before {
	content: "\f065"
}

.fa-expand-alt:before {
	content: "\f424"
}

.fa-expand-arrows:before {
	content: "\f31d"
}

.fa-expand-arrows-alt:before {
	content: "\f31e"
}

.fa-expand-wide:before {
	content: "\f320"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-external-link-alt:before {
	content: "\f35d"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-external-link-square-alt:before {
	content: "\f360"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-dropper:before {
	content: "\f1fb"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-facebook:before {
	content: "\f09a"
}

.fa-facebook-f:before {
	content: "\f39e"
}

.fa-facebook-messenger:before {
	content: "\f39f"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-feather:before {
	content: "\f52d"
}

.fa-feather-alt:before {
	content: "\f56b"
}

.fa-female:before {
	content: "\f182"
}

.fa-field-hockey:before {
	content: "\f44c"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-alt:before {
	content: "\f15c"
}

.fa-file-archive:before {
	content: "\f1c6"
}

.fa-file-audio:before {
	content: "\f1c7"
}

.fa-file-certificate:before {
	content: "\f5f3"
}

.fa-file-chart-line:before {
	content: "\f659"
}

.fa-file-chart-pie:before {
	content: "\f65a"
}

.fa-file-check:before {
	content: "\f316"
}

.fa-file-code:before {
	content: "\f1c9"
}

.fa-file-contract:before {
	content: "\f56c"
}

.fa-file-download:before {
	content: "\f56d"
}

.fa-file-edit:before {
	content: "\f31c"
}

.fa-file-excel:before {
	content: "\f1c3"
}

.fa-file-exclamation:before {
	content: "\f31a"
}

.fa-file-export:before {
	content: "\f56e"
}

.fa-file-image:before {
	content: "\f1c5"
}

.fa-file-import:before {
	content: "\f56f"
}

.fa-file-invoice:before {
	content: "\f570"
}

.fa-file-invoice-dollar:before {
	content: "\f571"
}

.fa-file-medical:before {
	content: "\f477"
}

.fa-file-medical-alt:before {
	content: "\f478"
}

.fa-file-minus:before {
	content: "\f318"
}

.fa-file-pdf:before {
	content: "\f1c1"
}

.fa-file-plus:before {
	content: "\f319"
}

.fa-file-powerpoint:before {
	content: "\f1c4"
}

.fa-file-prescription:before {
	content: "\f572"
}

.fa-file-signature:before {
	content: "\f573"
}

.fa-file-spreadsheet:before {
	content: "\f65b"
}

.fa-file-times:before {
	content: "\f317"
}

.fa-file-upload:before {
	content: "\f574"
}

.fa-file-user:before {
	content: "\f65c"
}

.fa-file-video:before {
	content: "\f1c8"
}

.fa-file-word:before {
	content: "\f1c2"
}

.fa-fill:before {
	content: "\f575"
}

.fa-fill-drip:before {
	content: "\f576"
}

.fa-film:before {
	content: "\f008"
}

.fa-film-alt:before {
	content: "\f3a0"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-fingerprint:before {
	content: "\f577"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-first-aid:before {
	content: "\f479"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-first-order-alt:before {
	content: "\f50a"
}

.fa-firstdraft:before {
	content: "\f3a1"
}

.fa-fish:before {
	content: "\f578"
}

.fa-flag:before {
	content: "\f024"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-flipboard:before {
	content: "\f44d"
}

.fa-flushed:before {
	content: "\f579"
}

.fa-fly:before {
	content: "\f417"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-minus:before {
	content: "\f65d"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-folder-plus:before {
	content: "\f65e"
}

.fa-folder-times:before {
	content: "\f65f"
}

.fa-folders:before {
	content: "\f660"
}

.fa-font:before {
	content: "\f031"
}

.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-font-awesome-alt:before {
	content: "\f35c"
}

.fa-font-awesome-flag:before {
	content: "\f425"
}

.fa-font-awesome-logo-full:before {
	content: "\f4e6"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-fonticons-fi:before {
	content: "\f3a2"
}

.fa-football-ball:before {
	content: "\f44e"
}

.fa-football-helmet:before {
	content: "\f44f"
}

.fa-forklift:before {
	content: "\f47a"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-fort-awesome-alt:before {
	content: "\f3a3"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-fragile:before {
	content: "\f4bb"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-freebsd:before {
	content: "\f3a4"
}

.fa-frog:before {
	content: "\f52e"
}

.fa-frown:before {
	content: "\f119"
}

.fa-frown-open:before {
	content: "\f57a"
}

.fa-fulcrum:before {
	content: "\f50b"
}

.fa-function:before {
	content: "\f661"
}

.fa-funnel-dollar:before {
	content: "\f662"
}

.fa-futbol:before {
	content: "\f1e3"
}

.fa-galactic-republic:before {
	content: "\f50c"
}

.fa-galactic-senate:before {
	content: "\f50d"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-gas-pump:before {
	content: "\f52f"
}

.fa-gas-pump-slash:before {
	content: "\f5f4"
}

.fa-gavel:before {
	content: "\f0e3"
}

.fa-gem:before {
	content: "\f3a5"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-gift-card:before {
	content: "\f663"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-github:before {
	content: "\f09b"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-gitkraken:before {
	content: "\f3a6"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-gitter:before {
	content: "\f426"
}

.fa-glass-martini:before {
	content: "\f000"
}

.fa-glass-martini-alt:before {
	content: "\f57b"
}

.fa-glasses:before {
	content: "\f530"
}

.fa-glasses-alt:before {
	content: "\f5f5"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-globe-africa:before {
	content: "\f57c"
}

.fa-globe-americas:before {
	content: "\f57d"
}

.fa-globe-asia:before {
	content: "\f57e"
}

.fa-globe-stand:before {
	content: "\f5f6"
}

.fa-gofore:before {
	content: "\f3a7"
}

.fa-golf-ball:before {
	content: "\f450"
}

.fa-golf-club:before {
	content: "\f451"
}

.fa-goodreads:before {
	content: "\f3a8"
}

.fa-goodreads-g:before {
	content: "\f3a9"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-google-drive:before {
	content: "\f3aa"
}

.fa-google-play:before {
	content: "\f3ab"
}

.fa-google-plus:before {
	content: "\f2b3"
}

.fa-google-plus-g:before {
	content: "\f0d5"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-gopuram:before {
	content: "\f664"
}

.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-gratipay:before {
	content: "\f184"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-greater-than:before {
	content: "\f531"
}

.fa-greater-than-equal:before {
	content: "\f532"
}

.fa-grimace:before {
	content: "\f57f"
}

.fa-grin:before {
	content: "\f580"
}

.fa-grin-alt:before {
	content: "\f581"
}

.fa-grin-beam:before {
	content: "\f582"
}

.fa-grin-beam-sweat:before {
	content: "\f583"
}

.fa-grin-hearts:before {
	content: "\f584"
}

.fa-grin-squint:before {
	content: "\f585"
}

.fa-grin-squint-tears:before {
	content: "\f586"
}

.fa-grin-stars:before {
	content: "\f587"
}

.fa-grin-tears:before {
	content: "\f588"
}

.fa-grin-tongue:before {
	content: "\f589"
}

.fa-grin-tongue-squint:before {
	content: "\f58a"
}

.fa-grin-tongue-wink:before {
	content: "\f58b"
}

.fa-grin-wink:before {
	content: "\f58c"
}

.fa-grip-horizontal:before {
	content: "\f58d"
}

.fa-grip-vertical:before {
	content: "\f58e"
}

.fa-gripfire:before {
	content: "\f3ac"
}

.fa-grunt:before {
	content: "\f3ad"
}

.fa-gulp:before {
	content: "\f3ae"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-h1:before {
	content: "\f313"
}

.fa-h2:before {
	content: "\f314"
}

.fa-h3:before {
	content: "\f315"
}

.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-hacker-news-square:before {
	content: "\f3af"
}

.fa-hackerrank:before {
	content: "\f5f7"
}

.fa-hamsa:before {
	content: "\f665"
}

.fa-hand-heart:before {
	content: "\f4bc"
}

.fa-hand-holding:before {
	content: "\f4bd"
}

.fa-hand-holding-box:before {
	content: "\f47b"
}

.fa-hand-holding-heart:before {
	content: "\f4be"
}

.fa-hand-holding-seedling:before {
	content: "\f4bf"
}

.fa-hand-holding-usd:before {
	content: "\f4c0"
}

.fa-hand-holding-water:before {
	content: "\f4c1"
}

.fa-hand-lizard:before {
	content: "\f258"
}

.fa-hand-paper:before {
	content: "\f256"
}

.fa-hand-peace:before {
	content: "\f25b"
}

.fa-hand-point-down:before {
	content: "\f0a7"
}

.fa-hand-point-left:before {
	content: "\f0a5"
}

.fa-hand-point-right:before {
	content: "\f0a4"
}

.fa-hand-point-up:before {
	content: "\f0a6"
}

.fa-hand-pointer:before {
	content: "\f25a"
}

.fa-hand-receiving:before {
	content: "\f47c"
}

.fa-hand-rock:before {
	content: "\f255"
}

.fa-hand-scissors:before {
	content: "\f257"
}

.fa-hand-spock:before {
	content: "\f259"
}

.fa-hands:before {
	content: "\f4c2"
}

.fa-hands-heart:before {
	content: "\f4c3"
}

.fa-hands-helping:before {
	content: "\f4c4"
}

.fa-hands-usd:before {
	content: "\f4c5"
}

.fa-handshake:before {
	content: "\f2b5"
}

.fa-handshake-alt:before {
	content: "\f4c6"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-haykal:before {
	content: "\f666"
}

.fa-hdd:before {
	content: "\f0a0"
}

.fa-heading:before {
	content: "\f1dc"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-headphones-alt:before {
	content: "\f58f"
}

.fa-headset:before {
	content: "\f590"
}

.fa-heart:before {
	content: "\f004"
}

.fa-heart-circle:before {
	content: "\f4c7"
}

.fa-heart-rate:before {
	content: "\f5f8"
}

.fa-heart-square:before {
	content: "\f4c8"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-helicopter:before {
	content: "\f533"
}

.fa-hexagon:before {
	content: "\f312"
}

.fa-highlighter:before {
	content: "\f591"
}

.fa-hips:before {
	content: "\f452"
}

.fa-hire-a-helper:before {
	content: "\f3b0"
}

.fa-history:before {
	content: "\f1da"
}

.fa-hockey-puck:before {
	content: "\f453"
}

.fa-hockey-sticks:before {
	content: "\f454"
}

.fa-home:before {
	content: "\f015"
}

.fa-home-heart:before {
	content: "\f4c9"
}

.fa-hooli:before {
	content: "\f427"
}

.fa-hornbill:before {
	content: "\f592"
}

.fa-hospital:before {
	content: "\f0f8"
}

.fa-hospital-alt:before {
	content: "\f47d"
}

.fa-hospital-symbol:before {
	content: "\f47e"
}

.fa-hot-tub:before {
	content: "\f593"
}

.fa-hotel:before {
	content: "\f594"
}

.fa-hotjar:before {
	content: "\f3b1"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-start:before {
	content: "\f251"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-hubspot:before {
	content: "\f3b2"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-id-card:before {
	content: "\f2c2"
}

.fa-id-card-alt:before {
	content: "\f47f"
}

.fa-image:before {
	content: "\f03e"
}

.fa-images:before {
	content: "\f302"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-inbox-in:before {
	content: "\f310"
}

.fa-inbox-out:before {
	content: "\f311"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-industry:before {
	content: "\f275"
}

.fa-industry-alt:before {
	content: "\f3b3"
}

.fa-infinity:before {
	content: "\f534"
}

.fa-info:before {
	content: "\f129"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-info-square:before {
	content: "\f30f"
}

.fa-inhaler:before {
	content: "\f5f9"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-integral:before {
	content: "\f667"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-intersection:before {
	content: "\f668"
}

.fa-inventory:before {
	content: "\f480"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-italic:before {
	content: "\f033"
}

.fa-itunes:before {
	content: "\f3b4"
}

.fa-itunes-note:before {
	content: "\f3b5"
}

.fa-jack-o-lantern:before {
	content: "\f30e"
}

.fa-java:before {
	content: "\f4e4"
}

.fa-jedi:before {
	content: "\f669"
}

.fa-jedi-order:before {
	content: "\f50e"
}

.fa-jenkins:before {
	content: "\f3b6"
}

.fa-joget:before {
	content: "\f3b7"
}

.fa-joint:before {
	content: "\f595"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-journal-whills:before {
	content: "\f66a"
}

.fa-js:before {
	content: "\f3b8"
}

.fa-js-square:before {
	content: "\f3b9"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-kaaba:before {
	content: "\f66b"
}

.fa-kaggle:before {
	content: "\f5fa"
}

.fa-key:before {
	content: "\f084"
}

.fa-keybase:before {
	content: "\f4f5"
}

.fa-keyboard:before {
	content: "\f11c"
}

.fa-keycdn:before {
	content: "\f3ba"
}

.fa-keynote:before {
	content: "\f66c"
}

.fa-khanda:before {
	content: "\f66d"
}

.fa-kickstarter:before {
	content: "\f3bb"
}

.fa-kickstarter-k:before {
	content: "\f3bc"
}

.fa-kidneys:before {
	content: "\f5fb"
}

.fa-kiss:before {
	content: "\f596"
}

.fa-kiss-beam:before {
	content: "\f597"
}

.fa-kiss-wink-heart:before {
	content: "\f598"
}

.fa-kiwi-bird:before {
	content: "\f535"
}

.fa-korvue:before {
	content: "\f42f"
}

.fa-lambda:before {
	content: "\f66e"
}

.fa-lamp:before {
	content: "\f4ca"
}

.fa-landmark:before {
	content: "\f66f"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-laptop-code:before {
	content: "\f5fc"
}

.fa-laravel:before {
	content: "\f3bd"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-laugh:before {
	content: "\f599"
}

.fa-laugh-beam:before {
	content: "\f59a"
}

.fa-laugh-squint:before {
	content: "\f59b"
}

.fa-laugh-wink:before {
	content: "\f59c"
}

.fa-layer-group:before {
	content: "\f5fd"
}

.fa-layer-minus:before {
	content: "\f5fe"
}

.fa-layer-plus:before {
	content: "\f5ff"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-leaf-heart:before {
	content: "\f4cb"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-lemon:before {
	content: "\f094"
}

.fa-less:before {
	content: "\f41d"
}

.fa-less-than:before {
	content: "\f536"
}

.fa-less-than-equal:before {
	content: "\f537"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-level-down-alt:before {
	content: "\f3be"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-up-alt:before {
	content: "\f3bf"
}

.fa-life-ring:before {
	content: "\f1cd"
}

.fa-lightbulb:before {
	content: "\f0eb"
}

.fa-lightbulb-dollar:before {
	content: "\f670"
}

.fa-lightbulb-exclamation:before {
	content: "\f671"
}

.fa-lightbulb-on:before {
	content: "\f672"
}

.fa-lightbulb-slash:before {
	content: "\f673"
}

.fa-line:before {
	content: "\f3c0"
}

.fa-link:before {
	content: "\f0c1"
}

.fa-linkedin:before {
	content: "\f08c"
}

.fa-linkedin-in:before {
	content: "\f0e1"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-lips:before {
	content: "\f600"
}

.fa-lira-sign:before {
	content: "\f195"
}

.fa-list:before {
	content: "\f03a"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-location:before {
	content: "\f601"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-location-circle:before {
	content: "\f602"
}

.fa-location-slash:before {
	content: "\f603"
}

.fa-lock:before {
	content: "\f023"
}

.fa-lock-alt:before {
	content: "\f30d"
}

.fa-lock-open:before {
	content: "\f3c1"
}

.fa-lock-open-alt:before {
	content: "\f3c2"
}

.fa-long-arrow-alt-down:before {
	content: "\f309"
}

.fa-long-arrow-alt-left:before {
	content: "\f30a"
}

.fa-long-arrow-alt-right:before {
	content: "\f30b"
}

.fa-long-arrow-alt-up:before {
	content: "\f30c"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-loveseat:before {
	content: "\f4cc"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-luchador:before {
	content: "\f455"
}

.fa-luggage-cart:before {
	content: "\f59d"
}

.fa-lungs:before {
	content: "\f604"
}

.fa-lyft:before {
	content: "\f3c3"
}

.fa-magento:before {
	content: "\f3c4"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-mail-bulk:before {
	content: "\f674"
}

.fa-mailchimp:before {
	content: "\f59e"
}

.fa-male:before {
	content: "\f183"
}

.fa-mandalorian:before {
	content: "\f50f"
}

.fa-map:before {
	content: "\f279"
}

.fa-map-marked:before {
	content: "\f59f"
}

.fa-map-marked-alt:before {
	content: "\f5a0"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-map-marker-alt:before {
	content: "\f3c5"
}

.fa-map-marker-alt-slash:before {
	content: "\f605"
}

.fa-map-marker-check:before {
	content: "\f606"
}

.fa-map-marker-edit:before {
	content: "\f607"
}

.fa-map-marker-exclamation:before {
	content: "\f608"
}

.fa-map-marker-minus:before {
	content: "\f609"
}

.fa-map-marker-plus:before {
	content: "\f60a"
}

.fa-map-marker-question:before {
	content: "\f60b"
}

.fa-map-marker-slash:before {
	content: "\f60c"
}

.fa-map-marker-smile:before {
	content: "\f60d"
}

.fa-map-marker-times:before {
	content: "\f60e"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-markdown:before {
	content: "\f60f"
}

.fa-marker:before {
	content: "\f5a1"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mastodon:before {
	content: "\f4f6"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-medal:before {
	content: "\f5a2"
}

.fa-medapps:before {
	content: "\f3c6"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-medium-m:before {
	content: "\f3c7"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-medrt:before {
	content: "\f3c8"
}

.fa-meetup:before {
	content: "\f2e0"
}

.fa-megaphone:before {
	content: "\f675"
}

.fa-megaport:before {
	content: "\f5a3"
}

.fa-meh:before {
	content: "\f11a"
}

.fa-meh-blank:before {
	content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
	content: "\f5a5"
}

.fa-memory:before {
	content: "\f538"
}

.fa-menorah:before {
	content: "\f676"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-alt:before {
	content: "\f3c9"
}

.fa-microphone-alt-slash:before {
	content: "\f539"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-microscope:before {
	content: "\f610"
}

.fa-microsoft:before {
	content: "\f3ca"
}

.fa-mind-share:before {
	content: "\f677"
}

.fa-minus:before {
	content: "\f068"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-minus-hexagon:before {
	content: "\f307"
}

.fa-minus-octagon:before {
	content: "\f308"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-mix:before {
	content: "\f3cb"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-mizuni:before {
	content: "\f3cc"
}

.fa-mobile:before {
	content: "\f10b"
}

.fa-mobile-alt:before {
	content: "\f3cd"
}

.fa-mobile-android:before {
	content: "\f3ce"
}

.fa-mobile-android-alt:before {
	content: "\f3cf"
}

.fa-modx:before {
	content: "\f285"
}

.fa-monero:before {
	content: "\f3d0"
}

.fa-money-bill:before {
	content: "\f0d6"
}

.fa-money-bill-alt:before {
	content: "\f3d1"
}

.fa-money-bill-wave:before {
	content: "\f53a"
}

.fa-money-bill-wave-alt:before {
	content: "\f53b"
}

.fa-money-check:before {
	content: "\f53c"
}

.fa-money-check-alt:before {
	content: "\f53d"
}

.fa-monitor-heart-rate:before {
	content: "\f611"
}

.fa-monument:before {
	content: "\f5a6"
}

.fa-moon:before {
	content: "\f186"
}

.fa-mortar-pestle:before {
	content: "\f5a7"
}

.fa-mosque:before {
	content: "\f678"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-music:before {
	content: "\f001"
}

.fa-napster:before {
	content: "\f3d2"
}

.fa-neos:before {
	content: "\f612"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-newspaper:before {
	content: "\f1ea"
}

.fa-nimblr:before {
	content: "\f5a8"
}

.fa-nintendo-switch:before {
	content: "\f418"
}

.fa-node:before {
	content: "\f419"
}

.fa-node-js:before {
	content: "\f3d3"
}

.fa-not-equal:before {
	content: "\f53e"
}

.fa-notes-medical:before {
	content: "\f481"
}

.fa-npm:before {
	content: "\f3d4"
}

.fa-ns8:before {
	content: "\f3d5"
}

.fa-nutritionix:before {
	content: "\f3d6"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-octagon:before {
	content: "\f306"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-oil-can:before {
	content: "\f613"
}

.fa-oil-temp:before {
	content: "\f614"
}

.fa-old-republic:before {
	content: "\f510"
}

.fa-om:before {
	content: "\f679"
}

.fa-omega:before {
	content: "\f67a"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-osi:before {
	content: "\f41a"
}

.fa-outdent:before {
	content: "\f03b"
}

.fa-page4:before {
	content: "\f3d7"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-paint-brush-alt:before {
	content: "\f5a9"
}

.fa-paint-roller:before {
	content: "\f5aa"
}

.fa-palette:before {
	content: "\f53f"
}

.fa-palfed:before {
	content: "\f3d8"
}

.fa-pallet:before {
	content: "\f482"
}

.fa-pallet-alt:before {
	content: "\f483"
}

.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-parachute-box:before {
	content: "\f4cd"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-parking:before {
	content: "\f540"
}

.fa-parking-circle:before {
	content: "\f615"
}

.fa-parking-circle-slash:before {
	content: "\f616"
}

.fa-parking-slash:before {
	content: "\f617"
}

.fa-passport:before {
	content: "\f5ab"
}

.fa-pastafarianism:before {
	content: "\f67b"
}

.fa-paste:before {
	content: "\f0ea"
}

.fa-patreon:before {
	content: "\f3d9"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-peace:before {
	content: "\f67c"
}

.fa-pen:before {
	content: "\f304"
}

.fa-pen-alt:before {
	content: "\f305"
}

.fa-pen-fancy:before {
	content: "\f5ac"
}

.fa-pen-nib:before {
	content: "\f5ad"
}

.fa-pen-square:before {
	content: "\f14b"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-pencil-alt:before {
	content: "\f303"
}

.fa-pencil-paintbrush:before {
	content: "\f618"
}

.fa-pencil-ruler:before {
	content: "\f5ae"
}

.fa-pennant:before {
	content: "\f456"
}

.fa-people-carry:before {
	content: "\f4ce"
}

.fa-percent:before {
	content: "\f295"
}

.fa-percentage:before {
	content: "\f541"
}

.fa-periscope:before {
	content: "\f3da"
}

.fa-person-carry:before {
	content: "\f4cf"
}

.fa-person-dolly:before {
	content: "\f4d0"
}

.fa-person-dolly-empty:before {
	content: "\f4d1"
}

.fa-phabricator:before {
	content: "\f3db"
}

.fa-phoenix-framework:before {
	content: "\f3dc"
}

.fa-phoenix-squadron:before {
	content: "\f511"
}

.fa-phone:before {
	content: "\f095"
}

.fa-phone-office:before {
	content: "\f67d"
}

.fa-phone-plus:before {
	content: "\f4d2"
}

.fa-phone-slash:before {
	content: "\f3dd"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-phone-volume:before {
	content: "\f2a0"
}

.fa-php:before {
	content: "\f457"
}

.fa-pi:before {
	content: "\f67e"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-pied-piper-hat:before {
	content: "\f4e5"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-piggy-bank:before {
	content: "\f4d3"
}

.fa-pills:before {
	content: "\f484"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-place-of-worship:before {
	content: "\f67f"
}

.fa-plane:before {
	content: "\f072"
}

.fa-plane-alt:before {
	content: "\f3de"
}

.fa-plane-arrival:before {
	content: "\f5af"
}

.fa-plane-departure:before {
	content: "\f5b0"
}

.fa-play:before {
	content: "\f04b"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-playstation:before {
	content: "\f3df"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-plus:before {
	content: "\f067"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-plus-hexagon:before {
	content: "\f300"
}

.fa-plus-octagon:before {
	content: "\f301"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-podium:before {
	content: "\f680"
}

.fa-poll:before {
	content: "\f681"
}

.fa-poll-h:before {
	content: "\f682"
}

.fa-poo:before {
	content: "\f2fe"
}

.fa-poop:before {
	content: "\f619"
}

.fa-portrait:before {
	content: "\f3e0"
}

.fa-pound-sign:before {
	content: "\f154"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-pray:before {
	content: "\f683"
}

.fa-praying-hands:before {
	content: "\f684"
}

.fa-prescription:before {
	content: "\f5b1"
}

.fa-prescription-bottle:before {
	content: "\f485"
}

.fa-prescription-bottle-alt:before {
	content: "\f486"
}

.fa-presentation:before {
	content: "\f685"
}

.fa-print:before {
	content: "\f02f"
}

.fa-print-slash:before {
	content: "\f686"
}

.fa-procedures:before {
	content: "\f487"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-project-diagram:before {
	content: "\f542"
}

.fa-pushed:before {
	content: "\f3e1"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-python:before {
	content: "\f3e2"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-question:before {
	content: "\f128"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-question-square:before {
	content: "\f2fd"
}

.fa-quidditch:before {
	content: "\f458"
}

.fa-quinscape:before {
	content: "\f459"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-quran:before {
	content: "\f687"
}

.fa-r-project:before {
	content: "\f4f7"
}

.fa-racquet:before {
	content: "\f45a"
}

.fa-ramp-loading:before {
	content: "\f4d4"
}

.fa-random:before {
	content: "\f074"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-react:before {
	content: "\f41b"
}

.fa-readme:before {
	content: "\f4d5"
}

.fa-rebel:before {
	content: "\f1d0"
}

.fa-receipt:before {
	content: "\f543"
}

.fa-rectangle-landscape:before {
	content: "\f2fa"
}

.fa-rectangle-portrait:before {
	content: "\f2fb"
}

.fa-rectangle-wide:before {
	content: "\f2fc"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-red-river:before {
	content: "\f3e3"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-redo:before {
	content: "\f01e"
}

.fa-redo-alt:before {
	content: "\f2f9"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-rendact:before {
	content: "\f3e4"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-repeat:before {
	content: "\f363"
}

.fa-repeat-1:before {
	content: "\f365"
}

.fa-repeat-1-alt:before {
	content: "\f366"
}

.fa-repeat-alt:before {
	content: "\f364"
}

.fa-reply:before {
	content: "\f3e5"
}

.fa-reply-all:before {
	content: "\f122"
}

.fa-replyd:before {
	content: "\f3e6"
}

.fa-researchgate:before {
	content: "\f4f8"
}

.fa-resolving:before {
	content: "\f3e7"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-retweet-alt:before {
	content: "\f361"
}

.fa-rev:before {
	content: "\f5b2"
}

.fa-ribbon:before {
	content: "\f4d6"
}

.fa-road:before {
	content: "\f018"
}

.fa-robot:before {
	content: "\f544"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-rocketchat:before {
	content: "\f3e8"
}

.fa-rockrms:before {
	content: "\f3e9"
}

.fa-route:before {
	content: "\f4d7"
}

.fa-route-highway:before {
	content: "\f61a"
}

.fa-route-interstate:before {
	content: "\f61b"
}

.fa-rss:before {
	content: "\f09e"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-ruble-sign:before {
	content: "\f158"
}

.fa-ruler:before {
	content: "\f545"
}

.fa-ruler-combined:before {
	content: "\f546"
}

.fa-ruler-horizontal:before {
	content: "\f547"
}

.fa-ruler-triangle:before {
	content: "\f61c"
}

.fa-ruler-vertical:before {
	content: "\f548"
}

.fa-rupee-sign:before {
	content: "\f156"
}

.fa-sad-cry:before {
	content: "\f5b3"
}

.fa-sad-tear:before {
	content: "\f5b4"
}

.fa-safari:before {
	content: "\f267"
}

.fa-sass:before {
	content: "\f41e"
}

.fa-save:before {
	content: "\f0c7"
}

.fa-scalpel:before {
	content: "\f61d"
}

.fa-scalpel-path:before {
	content: "\f61e"
}

.fa-scanner:before {
	content: "\f488"
}

.fa-scanner-keyboard:before {
	content: "\f489"
}

.fa-scanner-touchscreen:before {
	content: "\f48a"
}

.fa-schlix:before {
	content: "\f3ea"
}

.fa-school:before {
	content: "\f549"
}

.fa-screwdriver:before {
	content: "\f54a"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-scrubber:before {
	content: "\f2f8"
}

.fa-search:before {
	content: "\f002"
}

.fa-search-dollar:before {
	content: "\f688"
}

.fa-search-location:before {
	content: "\f689"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-searchengin:before {
	content: "\f3eb"
}

.fa-seedling:before {
	content: "\f4d8"
}

.fa-sellcast:before {
	content: "\f2da"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-server:before {
	content: "\f233"
}

.fa-servicestack:before {
	content: "\f3ec"
}

.fa-shapes:before {
	content: "\f61f"
}

.fa-share:before {
	content: "\f064"
}

.fa-share-all:before {
	content: "\f367"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-shekel-sign:before {
	content: "\f20b"
}

.fa-shield:before {
	content: "\f132"
}

.fa-shield-alt:before {
	content: "\f3ed"
}

.fa-shield-check:before {
	content: "\f2f7"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-shipping-fast:before {
	content: "\f48b"
}

.fa-shipping-timed:before {
	content: "\f48c"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-shoe-prints:before {
	content: "\f54b"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-shopware:before {
	content: "\f5b5"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-shredder:before {
	content: "\f68a"
}

.fa-shuttle-van:before {
	content: "\f5b6"
}

.fa-shuttlecock:before {
	content: "\f45b"
}

.fa-sigma:before {
	content: "\f68b"
}

.fa-sign:before {
	content: "\f4d9"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-sign-in-alt:before {
	content: "\f2f6"
}

.fa-sign-language:before {
	content: "\f2a7"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-sign-out-alt:before {
	content: "\f2f5"
}

.fa-signal:before {
	content: "\f012"
}

.fa-signal-1:before {
	content: "\f68c"
}

.fa-signal-2:before {
	content: "\f68d"
}

.fa-signal-3:before {
	content: "\f68e"
}

.fa-signal-4:before {
	content: "\f68f"
}

.fa-signal-alt:before {
	content: "\f690"
}

.fa-signal-alt-1:before {
	content: "\f691"
}

.fa-signal-alt-2:before {
	content: "\f692"
}

.fa-signal-alt-3:before {
	content: "\f693"
}

.fa-signal-alt-slash:before {
	content: "\f694"
}

.fa-signal-slash:before {
	content: "\f695"
}

.fa-signature:before {
	content: "\f5b7"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-sistrix:before {
	content: "\f3ee"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-sith:before {
	content: "\f512"
}

.fa-skeleton:before {
	content: "\f620"
}

.fa-skull:before {
	content: "\f54c"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-slack:before {
	content: "\f198"
}

.fa-slack-hash:before {
	content: "\f3ef"
}

.fa-sliders-h:before {
	content: "\f1de"
}

.fa-sliders-h-square:before {
	content: "\f3f0"
}

.fa-sliders-v:before {
	content: "\f3f1"
}

.fa-sliders-v-square:before {
	content: "\f3f2"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-smile:before {
	content: "\f118"
}

.fa-smile-beam:before {
	content: "\f5b8"
}

.fa-smile-plus:before {
	content: "\f5b9"
}

.fa-smile-wink:before {
	content: "\f4da"
}

.fa-smoking:before {
	content: "\f48d"
}

.fa-smoking-ban:before {
	content: "\f54d"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-snowflake:before {
	content: "\f2dc"
}

.fa-socks:before {
	content: "\f696"
}

.fa-solar-panel:before {
	content: "\f5ba"
}

.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-alpha-down:before {
	content: "\f15d"
}

.fa-sort-alpha-up:before {
	content: "\f15e"
}

.fa-sort-amount-down:before {
	content: "\f160"
}

.fa-sort-amount-up:before {
	content: "\f161"
}

.fa-sort-down:before {
	content: "\f0dd"
}

.fa-sort-numeric-down:before {
	content: "\f162"
}

.fa-sort-numeric-up:before {
	content: "\f163"
}

.fa-sort-up:before {
	content: "\f0de"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-spa:before {
	content: "\f5bb"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-spade:before {
	content: "\f2f4"
}

.fa-speakap:before {
	content: "\f3f3"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-spinner-third:before {
	content: "\f3f4"
}

.fa-splotch:before {
	content: "\f5bc"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-spray-can:before {
	content: "\f5bd"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-square-full:before {
	content: "\f45c"
}

.fa-square-root:before {
	content: "\f697"
}

.fa-square-root-alt:before {
	content: "\f698"
}

.fa-squarespace:before {
	content: "\f5be"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-stamp:before {
	content: "\f5bf"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-and-crescent:before {
	content: "\f699"
}

.fa-star-exclamation:before {
	content: "\f2f3"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-star-half-alt:before {
	content: "\f5c0"
}

.fa-star-of-david:before {
	content: "\f69a"
}

.fa-star-of-life:before {
	content: "\f621"
}

.fa-staylinked:before {
	content: "\f3f5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-steam-symbol:before {
	content: "\f3f6"
}

.fa-steering-wheel:before {
	content: "\f622"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-sticker-mule:before {
	content: "\f3f7"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-stomach:before {
	content: "\f623"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stopwatch:before {
	content: "\f2f2"
}

.fa-store:before {
	content: "\f54e"
}

.fa-store-alt:before {
	content: "\f54f"
}

.fa-strava:before {
	content: "\f428"
}

.fa-stream:before {
	content: "\f550"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-stripe:before {
	content: "\f429"
}

.fa-stripe-s:before {
	content: "\f42a"
}

.fa-stroopwafel:before {
	content: "\f551"
}

.fa-studiovinari:before {
	content: "\f3f8"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-subway:before {
	content: "\f239"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-suitcase-rolling:before {
	content: "\f5c1"
}

.fa-sun:before {
	content: "\f185"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-supple:before {
	content: "\f3f9"
}

.fa-surprise:before {
	content: "\f5c2"
}

.fa-swatchbook:before {
	content: "\f5c3"
}

.fa-swimmer:before {
	content: "\f5c4"
}

.fa-swimming-pool:before {
	content: "\f5c5"
}

.fa-synagogue:before {
	content: "\f69b"
}

.fa-sync:before {
	content: "\f021"
}

.fa-sync-alt:before {
	content: "\f2f1"
}

.fa-syringe:before {
	content: "\f48e"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-table-tennis:before {
	content: "\f45d"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-tablet-alt:before {
	content: "\f3fa"
}

.fa-tablet-android:before {
	content: "\f3fb"
}

.fa-tablet-android-alt:before {
	content: "\f3fc"
}

.fa-tablet-rugged:before {
	content: "\f48f"
}

.fa-tablets:before {
	content: "\f490"
}

.fa-tachometer:before {
	content: "\f0e4"
}

.fa-tachometer-alt:before {
	content: "\f3fd"
}

.fa-tachometer-alt-average:before {
	content: "\f624"
}

.fa-tachometer-alt-fast:before {
	content: "\f625"
}

.fa-tachometer-alt-fastest:before {
	content: "\f626"
}

.fa-tachometer-alt-slow:before {
	content: "\f627"
}

.fa-tachometer-alt-slowest:before {
	content: "\f628"
}

.fa-tachometer-average:before {
	content: "\f629"
}

.fa-tachometer-fast:before {
	content: "\f62a"
}

.fa-tachometer-fastest:before {
	content: "\f62b"
}

.fa-tachometer-slow:before {
	content: "\f62c"
}

.fa-tachometer-slowest:before {
	content: "\f62d"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-tally:before {
	content: "\f69c"
}

.fa-tape:before {
	content: "\f4db"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-taxi:before {
	content: "\f1ba"
}

.fa-teamspeak:before {
	content: "\f4f9"
}

.fa-teeth:before {
	content: "\f62e"
}

.fa-teeth-open:before {
	content: "\f62f"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-telegram-plane:before {
	content: "\f3fe"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-tennis-ball:before {
	content: "\f45e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-the-red-yeti:before {
	content: "\f69d"
}

.fa-theater-masks:before {
	content: "\f630"
}

.fa-themeco:before {
	content: "\f5c6"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-thermometer:before {
	content: "\f491"
}

.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-thermometer-full:before {
	content: "\f2c7"
}

.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-theta:before {
	content: "\f69e"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbtack:before {
	content: "\f08d"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-ticket-alt:before {
	content: "\f3ff"
}

.fa-tilde:before {
	content: "\f69f"
}

.fa-times:before {
	content: "\f00d"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-times-hexagon:before {
	content: "\f2ee"
}

.fa-times-octagon:before {
	content: "\f2f0"
}

.fa-times-square:before {
	content: "\f2d3"
}

.fa-tint:before {
	content: "\f043"
}

.fa-tint-slash:before {
	content: "\f5c7"
}

.fa-tire:before {
	content: "\f631"
}

.fa-tire-flat:before {
	content: "\f632"
}

.fa-tire-pressure-warning:before {
	content: "\f633"
}

.fa-tire-rugged:before {
	content: "\f634"
}

.fa-tired:before {
	content: "\f5c8"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-toolbox:before {
	content: "\f552"
}

.fa-tooth:before {
	content: "\f5c9"
}

.fa-toothbrush:before {
	content: "\f635"
}

.fa-torah:before {
	content: "\f6a0"
}

.fa-torii-gate:before {
	content: "\f6a1"
}

.fa-trade-federation:before {
	content: "\f513"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-traffic-cone:before {
	content: "\f636"
}

.fa-traffic-light:before {
	content: "\f637"
}

.fa-traffic-light-go:before {
	content: "\f638"
}

.fa-traffic-light-slow:before {
	content: "\f639"
}

.fa-traffic-light-stop:before {
	content: "\f63a"
}

.fa-train:before {
	content: "\f238"
}

.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-trash-alt:before {
	content: "\f2ed"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-tree-alt:before {
	content: "\f400"
}

.fa-trello:before {
	content: "\f181"
}

.fa-triangle:before {
	content: "\f2ec"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-trophy-alt:before {
	content: "\f2eb"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-truck-container:before {
	content: "\f4dc"
}

.fa-truck-couch:before {
	content: "\f4dd"
}

.fa-truck-loading:before {
	content: "\f4de"
}

.fa-truck-monster:before {
	content: "\f63b"
}

.fa-truck-moving:before {
	content: "\f4df"
}

.fa-truck-pickup:before {
	content: "\f63c"
}

.fa-truck-ramp:before {
	content: "\f4e0"
}

.fa-tshirt:before {
	content: "\f553"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-tv:before {
	content: "\f26c"
}

.fa-tv-retro:before {
	content: "\f401"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-typo3:before {
	content: "\f42b"
}

.fa-uber:before {
	content: "\f402"
}

.fa-uikit:before {
	content: "\f403"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-umbrella-beach:before {
	content: "\f5ca"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-undo:before {
	content: "\f0e2"
}

.fa-undo-alt:before {
	content: "\f2ea"
}

.fa-union:before {
	content: "\f6a2"
}

.fa-uniregistry:before {
	content: "\f404"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-university:before {
	content: "\f19c"
}

.fa-unlink:before {
	content: "\f127"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-untappd:before {
	content: "\f405"
}

.fa-upload:before {
	content: "\f093"
}

.fa-usb:before {
	content: "\f287"
}

.fa-usd-circle:before {
	content: "\f2e8"
}

.fa-usd-square:before {
	content: "\f2e9"
}

.fa-user:before {
	content: "\f007"
}

.fa-user-alt:before {
	content: "\f406"
}

.fa-user-alt-slash:before {
	content: "\f4fa"
}

.fa-user-astronaut:before {
	content: "\f4fb"
}

.fa-user-chart:before {
	content: "\f6a3"
}

.fa-user-check:before {
	content: "\f4fc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-clock:before {
	content: "\f4fd"
}

.fa-user-cog:before {
	content: "\f4fe"
}

.fa-user-crown:before {
	content: "\f6a4"
}

.fa-user-edit:before {
	content: "\f4ff"
}

.fa-user-friends:before {
	content: "\f500"
}

.fa-user-graduate:before {
	content: "\f501"
}

.fa-user-lock:before {
	content: "\f502"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-user-minus:before {
	content: "\f503"
}

.fa-user-ninja:before {
	content: "\f504"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-user-shield:before {
	content: "\f505"
}

.fa-user-slash:before {
	content: "\f506"
}

.fa-user-tag:before {
	content: "\f507"
}

.fa-user-tie:before {
	content: "\f508"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-users:before {
	content: "\f0c0"
}

.fa-users-class:before {
	content: "\f63d"
}

.fa-users-cog:before {
	content: "\f509"
}

.fa-users-crown:before {
	content: "\f6a5"
}

.fa-ussunnah:before {
	content: "\f407"
}

.fa-utensil-fork:before {
	content: "\f2e3"
}

.fa-utensil-knife:before {
	content: "\f2e4"
}

.fa-utensil-spoon:before {
	content: "\f2e5"
}

.fa-utensils:before {
	content: "\f2e7"
}

.fa-utensils-alt:before {
	content: "\f2e6"
}

.fa-vaadin:before {
	content: "\f408"
}

.fa-value-absolute:before {
	content: "\f6a6"
}

.fa-vector-square:before {
	content: "\f5cb"
}

.fa-venus:before {
	content: "\f221"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-vial:before {
	content: "\f492"
}

.fa-vials:before {
	content: "\f493"
}

.fa-viber:before {
	content: "\f409"
}

.fa-video:before {
	content: "\f03d"
}

.fa-video-plus:before {
	content: "\f4e1"
}

.fa-video-slash:before {
	content: "\f4e2"
}

.fa-vihara:before {
	content: "\f6a7"
}

.fa-vimeo:before {
	content: "\f40a"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-vimeo-v:before {
	content: "\f27d"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-vk:before {
	content: "\f189"
}

.fa-vnv:before {
	content: "\f40b"
}

.fa-volleyball-ball:before {
	content: "\f45f"
}

.fa-volume:before {
	content: "\f6a8"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-mute:before {
	content: "\f6a9"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-slash:before {
	content: "\f2e2"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-vuejs:before {
	content: "\f41f"
}

.fa-walking:before {
	content: "\f554"
}

.fa-wallet:before {
	content: "\f555"
}

.fa-warehouse:before {
	content: "\f494"
}

.fa-warehouse-alt:before {
	content: "\f495"
}

.fa-watch:before {
	content: "\f2e1"
}

.fa-watch-fitness:before {
	content: "\f63e"
}

.fa-weebly:before {
	content: "\f5cc"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-weight:before {
	content: "\f496"
}

.fa-weight-hanging:before {
	content: "\f5cd"
}

.fa-weixin:before {
	content: "\f1d7"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-whatsapp-square:before {
	content: "\f40c"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-whistle:before {
	content: "\f460"
}

.fa-whmcs:before {
	content: "\f40d"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-wifi-1:before {
	content: "\f6aa"
}

.fa-wifi-2:before {
	content: "\f6ab"
}

.fa-wifi-slash:before {
	content: "\f6ac"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-window:before {
	content: "\f40e"
}

.fa-window-alt:before {
	content: "\f40f"
}

.fa-window-close:before {
	content: "\f410"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-wine-glass:before {
	content: "\f4e3"
}

.fa-wine-glass-alt:before {
	content: "\f5ce"
}

.fa-wix:before {
	content: "\f5cf"
}

.fa-wolf-pack-battalion:before {
	content: "\f514"
}

.fa-won-sign:before {
	content: "\f159"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-wordpress-simple:before {
	content: "\f411"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-x-ray:before {
	content: "\f497"
}

.fa-xbox:before {
	content: "\f412"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-y-combinator:before {
	content: "\f23b"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-yandex:before {
	content: "\f413"
}

.fa-yandex-international:before {
	content: "\f414"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-yen-sign:before {
	content: "\f157"
}

.fa-yin-yang:before {
	content: "\f6ad"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-youtube-square:before {
	content: "\f431"
}

.fa-zhihu:before {
	content: "\f63f"
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: normal;
	src: url(font/fonts/fa-brands-400.eot);
	src: url(font/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(font/fonts/fa-brands-400.woff2) format("woff2"), url(font/fonts/fa-brands-400.woff) format("woff"), url(font/fonts/fa-brands-400.ttf) format("truetype"), url(font/fonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
	font-family: "Font Awesome 5 Brands"
}

@font-face {
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 300;
	src: url(font/fonts/fa-light-300.eot);
	src: url(font/fonts/fa-light-300.eot?#iefix) format("embedded-opentype"), url(font/fonts/fa-light-300.woff2) format("woff2"), url(font/fonts/fa-light-300.woff) format("woff"), url(font/fonts/fa-light-300.ttf) format("truetype"), url(font/fonts/fa-light-300.svg#fontawesome) format("svg")
}

.fal {
	font-weight: 300
}

@font-face {
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 400;
	src: url(font/fonts/fa-regular-400.eot);
	src: url(font/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(font/fonts/fa-regular-400.woff2) format("woff2"), url(font/fonts/fa-regular-400.woff) format("woff"), url(font/fonts/fa-regular-400.ttf) format("truetype"), url(font/fonts/fa-regular-400.svg#fontawesome) format("svg")
}

.fal, .far {
	font-family: "Font Awesome 5 Pro"
}

.far {
	font-weight: 400
}

@font-face {
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 900;
	src: url(font/fonts/fa-solid-900.eot);
	src: url(font/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(font/fonts/fa-solid-900.woff2) format("woff2"), url(font/fonts/fa-solid-900.woff) format("woff"), url(font/fonts/fa-solid-900.ttf) format("truetype"), url(font/fonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa, .fas {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900
}


/* # Colores
================================================== */
.verde {
	background-color: #10c789 !important;
	border-color: transparent !important;
}

.verde-turquesa {
	background-color: #68ecbf !important;
	border-color: transparent !important;
}

.blanco {
	background-color: #ffffff !important;
	border-color: 1px solid #eaeaea !important;
}

.azul {
	background-color: #0bbde0 !important;
	border-color: transparent !important;
}

.azul-claro {
	background-color: #a3e6f9 !important;
	border-color: transparent !important;
}

.amarillo {
	background-color: #ffb717 !important;
	border-color: transparent !important;
}

.rojo {
	background-color: #ee2438 !important;
	border-color: transparent !important;
}

.negro {
	background-color: #2c333a !important;
	border-color: transparent !important;
}

.morado {
	background-color: #c05bfa !important;
	border-color: transparent !important;
}

.rosa {
	background-color: #fa5b8b !important;
	border-color: transparent !important;
}

.tverde {
	color: #10c789 !important;
}

.tverde-turquesa {
	color: #68ecbf !important;
}

.tblanco {
	color: #ffffff !important;
}

.tazul {
	color: #0bbde0 !important;
}

.tazul-claro {
	color: #a3e6f9 !important;
}

.tamarillo {
	color: #ffb717 !important;
}

.trojo {
	color: #ee2438 !important;
}

.tnegro {
	color: #2c333a !important;
}

.tmorado {
	color: #c05bfa !important;
}

.trosa {
	color: #fa5b8b !important;
}

.bverde {
	border-color: #10c789 !important;
}

.bverde-turquesa {
	border-color: #68ecbf !important;
}

.bblanco {
	border-color: #ffffff !important;
}

.bazul {
	border-color: #0bbde0 !important;
}

.bazul-claro {
	border-color: #a3e6f9 !important;
}

.bamarillo {
	border-color: #ffb717 !important;
}

.brojo {
	border-color: #ee2438 !important;
}

.bnegro {
	border-color: #2c333a !important;
}

.bmorado {
	border-color: #c05bfa !important;
}

.brosa {
	border-color: #fa5b8b !important;
}


/* # Clases
================================================== */
#responsive {
	min-width: 1px;
}

.fright {
	float: right;
}

.fleft {
	float: left;
}

.fcenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.tleft {
	text-align: left;
}

.tright {
	text-align: right;
}

.tcenter {
	text-align: center;
}

.tjustify {
	text-align: justify;
}

.clear {
	clear: both;
}

.clearfix::after {
	clear: both;
	display: table;
	content: ' ';
}

.web-cntd {
	width: 100%;
	max-width: 1310px;
	margin: 0px auto;
	min-width: 1150px;
	padding: 0px 10px;
}

.hv9, .hvr9:hover, .hv8, .hvr8:hover, .hv7, .hvr7:hover, .hv6, .hvr6:hover, .hv5, .hvr5:hover {
	-ms-filter: "progid:dxImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.hv9:hover {
	-ms-filter: "progid:dxImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.hvr9 {
	-ms-filter: "progid:dxImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.hv8:hover {
	-ms-filter: "progid:dxImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.hvr8 {
	-ms-filter: "progid:dxImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.hv7:hover {
	-ms-filter: "progid:dxImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.hvr7 {
	-ms-filter: "progid:dxImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.hv6:hover {
	-ms-filter: "progid:dxImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.hvr6 {
	-ms-filter: "progid:dxImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.hv5:hover {
	-ms-filter: "progid:dxImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.hvr5 {
	-ms-filter: "progid:dxImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}


/* # Desktop
================================================== */
.dx[class*="row"] {
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.dx.rows>* {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 auto;
	flex: 0 0 auto;
}

.dx.row.dflex>* {
	-webkit-flex: 1 1 0;
	-ms-flex: 1;
	flex: 1 1 0;
}

.dx.row.dflex>[class*="df"] {
	flex: initial;
	flex: inherit;
}

.col.d01, .rows.d01>* {
	width: 8.33333333%;
}

.col.d02, .rows.d02>* {
	width: 16.66666667%;
}

.col.d03, .rows.d03>* {
	width: 25%;
}

.col.d04, .rows.d04>* {
	width: 33.33333333%;
}

.col.d05, .rows.d05>* {
	width: 41.66666667%;
}

.col.d06, .rows.d06>* {
	width: 50%;
}

.col.d07, .rows.d07>* {
	width: 58.33333333%;
}

.col.d08, .rows.d08>* {
	width: 66.66666667%;
}

.col.d09, .rows.d09>* {
	width: 75%;
}

.col.d10, .rows.d10>* {
	width: 83.33333333%;
}

.col.d11, .rows.d11>* {
	width: 91.66666667%;
}

.col.d12, .rows.d12>* {
	width: 100%;
}

.no-flexbox.no-flexboxtweener .dx.row>* {
	display: table-cell;
	vertical-align: top;
}

.no-flexbox.no-flexboxtweener .dx.row>.col, .no-flexbox.no-flexboxtweener .dx.rows>* {
	float: left;
}

.no-flexbox.no-flexboxtweener .dx.row {
	display: table;
	width: 100%;
}

.no-flexbox.no-flexboxtweener .dx.row.dflex>* {
	float: none;
}

.no-flexbox.no-flexboxtweener .dx.row.dflex.Wa>* {
	width: 100%;
}

.rows.dtop, .row.dtop {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.rows.dmiddle, .row.dmiddle {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.rows.dbottom, .row.dbottom {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.dself-top {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.dself-middle {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.dself-bottom {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.dfright {
	float: right;
}

.dfleft {
	float: left;
}

.dfcenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.dtleft {
	text-align: left;
}

.dtright {
	text-align: right;
}

.dtcenter {
	text-align: center;
}

.dtjustify {
	text-align: justify;
}

.dhide {
	display: none !important;
}



/* # TABLET
================================================== */
@media (min-width: 690px) and (max-width: 991.98px) {
	#responsive {
		min-width: 2px;
	}

	.thide {
		display: none !important;
	}
}


/* # MOVIL
================================================== */
@media (max-width: 689.98px) {
	#responsive {
		min-width: 3px;
	}

	.mhide {
		display: none !important;
	}
}



/* # Formularios
================================================== */
.xform input[type="radio"], .xform input[type="checkbox"] {
	display: none;
}

.xform input[type="radio"]+label, .xform input[type="checkbox"]+label {
	display: inline-block;
	vertical-align: baseline;
	margin-right: 1rem;
	margin-bottom: 0;
}

.xform input[type="checkbox"]+label span {
	position: relative;
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	top: -1px;
	margin-right: 0.3rem;
	cursor: pointer;
	border: 2px solid #cad2d8;
	border-radius: 5px;
}

.xform input[type="checkbox"]+label span:after {
	font-family: 'Font Awesome 5 Pro';
	content: "\f00c";
	font-weight: 900;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 0px;
	display: inline-block;
	position: absolute;
	top: -1px;
	font-size: 0.6rem;
	transition: border 0.2s linear 0s, color 0.2s linear 0s;
	line-height: 17px;
	left: 0px;
	width: 100%;
	text-align: center;
}

.xform input[type="checkbox"]:checked+label span:after {
	background: #0bbde0 !important;
}

.xform input[type="checkbox"]:checked+label span {
	border-color: #0bbde0;
}

.xform [type='text'], .xform [type='password'], .xform [type='date'], .xform [type='datetime'], .xform [type='datetime-local'], .xform [type='month'], .xform [type='week'], .xform [type='email'], .xform [type='number'], .xform [type='search'], .xform [type='tel'], .xform [type='time'], .xform [type='url'], .xform [type='color'], .xform textarea {
	width: 100%;
	padding: 0.594rem;
	background-color: #fff;
	background-image: none;
	border: 1px solid #cad2d8;
	text-align: left;
	height: auto;
	margin: 0px;
}

.xform [type='text']:focus, .xform [type='password']:focus, .xform [type='date']:focus, .xform [type='datetime']:focus, .xform [type='datetime-local']:focus, .xform [type='month']:focus, .xform [type='week']:focus, .xform [type='email']:focus, .xform [type='number']:focus, .xform [type='search']:focus, .xform [type='tel']:focus, .xform [type='time']:focus, .xform [type='url']:focus, .xform [type='color']:focus, .xform textarea:focus {
	outline: none;
	background-color: #fefefe;
	-webkit-box-shadow: 0 0 5px #cacaca;
	box-shadow: 0 0 5px #cacaca;
	-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

.xform textarea {
	min-height: 200px;
}

.xform input[type="radio"]+label span {
	cursor: pointer;
	border: 2px solid #cad2d8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 18px;
	height: 18px;
	position: relative;
	top: 3px;
	margin-right: 0.3rem;
	display: inline-block;
}

.xform input[type="radio"]+label span:after {
	content: "";
	width: 6px;
	height: 6px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	top: 4px;
	left: 4px;
	opacity: 0;
	background: #0bbde0;
	display: block;
	transition: opacity 0.2s linear 0s;
}

.xform input[type="radio"]:checked+label span:after {
	opacity: 1;
}

.xform .DFhelp {
	text-align: justify;
	color: #8897a5;
	font-style: italic;
	padding-top: 0.3em;
	line-height: 1rem;
	font-size: 0.8125rem;
}

.xfselect {
	position: relative;
	cursor: pointer;
	height: 40px;
	width: 100%;
}

.xfselect div {
	display: inline-block;
	height: 40px;
	padding: 0.594rem;
	background-color: #fff;
	background-image: none;
	border: 1px solid #cad2d8;
	position: relative;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	line-height: 1.3rem !important;
}

.xfselect div:after {
	content: "";
	position: absolute;
	right: 7px;
	top: 50%;
	margin-top: -2px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 3px 0 3px;
	border-color: #6f6f6f transparent transparent transparent;
}

.xfselect div:before {
	content: "";
	height: 100%;
	width: 21px;
	border-left: 1px solid #CCC;
	position: absolute;
	right: 0px;
	top: 0px;
	background: #dfe3e8;
}

.xfselect select {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	height: 100%;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	position: absolute;
	top: 1px;
	width: 100%;
	z-index: 2;
	cursor: pointer;
	right: 0px;
	max-width: inherit;
}

.xform .xffile {
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	position: relative;
}

.xform .xffile>* {
	-webkit-flex: 1 1 0;
	-ms-flex: 1;
	flex: 1 1 0;
}

.xform .xffile .xbutton.afixed {
	flex: initial;
	border-radius: 0px 5px 5px 0px;
	height: 40px;
	padding-top: 11px;
	font-size: 0.9375rem;
}

.xform .xffile .xffile-name {
	padding: 9px 7px 8px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #cad2d8;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s;
	text-align: left;
}

.xform .xffile input {
	width: 256px;
	opacity: 0;
	filter: alpha(opacity:0);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: none;
	cursor: pointer;
	z-index: 2;
	height: 100%;
}

.xform .stack {
	margin-bottom: 15px;
}

.xform .xbutton {
	margin: 0px;
}

.xfcant input, .xform .xffile .xffile-name, .xfselect div, .xform [type='text'], .xform [type='password'], .xform [type='date'], .xform [type='datetime'], .xform [type='datetime-local'], .xform [type='month'], .xform [type='week'], .xform [type='email'], .xform [type='number'], .xform [type='search'], .xform [type='tel'], .xform [type='time'], .xform [type='url'], .xform [type='color'], .xform textarea {
	font-family: inherit;
	font-weight: normal;
	color: #7891a1;
	font-size: 1rem;
}

.xform-star {
	display: table;
}

.xform-star:after {
	clear: both;
	display: table;
	content: ' ';
}

.xform-star span {
	cursor: pointer;
	font-family: 'Font Awesome 5 Pro';
	color: #cccccc;
	font-size: 16px;
	line-height: 16px;
	float: right;
	position: relative;
	display: inline-block;
}

.xform-star>span:hover, .xform-star>span:hover~span, .xform-star>span.actv, .xform-star>span.actv~span {
	color: #fbd72f;
}

.xform .label {
	color: #363636;
	display: block;
	font-size: 1rem;
}

.xform .label:not(:last-child) {
	margin-bottom: .5em;
}

/* # Botones
================================================== */
.xbutton {
	font-weight: normal;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	padding: 0.82em 1.5em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-size: 1rem;
	line-height: 1.01rem;
	text-align: center;
	cursor: pointer;
	background-color: #7891a1;
	color: #fefefe;
	border-radius: 5px;
}

a.xbutton {
	color: #FFF;
}

.xbutton.tiny {
	font-size: 0.75rem;
}

.xbutton.small {
	font-size: 0.875rem;
}

.xbutton.large {
	font-size: 1.25rem;
}

.xbutton.expand {
	width: 100%;
}

.xbutton.disabled, .xbutton[disabled] {
	cursor: not-allowed;
	background: #ebecf4;
	color: #7891a1;
}

.xbutton.empty, .xbutton.empty:hover, .xbutton.empty:focus {
	background-color: transparent;
}

.xbutton .fa, .xbutton .fab, .xbutton .fal, .xbutton .far, .xbutton .fas {
	margin-right: 0.3em;
}

/* # Fonts
================================================== */
@font-face {
	font-family: 'Glyphter';
	src: url('font/fonts/Glyphter.woff2') format('woff2'), url('font/fonts/Glyphter.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.tt {
	display: inline-block;
	font: normal normal normal 14px/1 Glyphter;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
	margin-right: 2px;
	position: relative;
	top: 3px;
	line-height: 15px;
}

.tt-1:before {
	content: "\0041"
}

.tt-2:before {
	content: "\0042"
}

.tt-3:before {
	content: "\0043"
}

.tt-4:before {
	content: "\0044"
}

.tt-5:before {
	content: "\0045"
}

.tt-6:before {
	content: "\0046"
}

.tt-7:before {
	content: "\0047"
}

.tt-8:before {
	content: "\0048"
}

.tt-9:before {
	content: "\0049"
}

.tt-10:before {
	content: "\004A"
}

.tt-11:before {
	content: "\004B"
}

.tt-12:before {
	content: "\004C"
}

.tt-13:before {
	content: "\004D"
}

.tt-14:before {
	content: "\004E"
}

.tt-15:before {
	content: "\004F"
}

.tt-16:before {
	content: "\0050"
}

.tt-17:before {
	content: "\0051"
}

.tt-18:before {
	content: "\0052"
}

.tt-19:before {
	content: "\0053"
}

.tt-20:before {
	content: "\0054"
}

.tt-21:before {
	content: "\0055"
}

.tt-22:before {
	content: "\0056"
}

.tt-23:before {
	content: "\0057"
}

.tt-24:before {
	content: "\0058"
}

.tt-25:before {
	content: "\0059"
}

.tt-26:before {
	content: "\005A"
}

.tt-27:before {
	content: "\0061"
}

.tt-28:before {
	content: "\0062"
}

.tt-29:before {
	content: "\0063"
}

.tt-30:before {
	content: "\0064"
}

.tt-31:before {
	content: "\0065"
}

.tt-32:before {
	content: "\0066"
}

.tt-33:before {
	content: "\0067"
}

.tt-34:before {
	content: "\0068"
}

.tt-35:before {
	content: "\0069"
}

/* #END Fonts */

/* # Blog
================================================== */
#blog {
	margin-bottom: 200px;
}

@media only screen and (max-width: 763px) {
	#blog {
		margin-bottom: 20px;
	}
}

#blog .bloq {
	width: 424px;
	padding-left: 70px;
}

.single #blog .sec {
	max-width: 100%;
}

#blog .sec .date, #blog .sec .ctgy {
	font-size: 16px;
	line-height: 14px;
	color: #505656;
	display: inline-block;
	text-transform: uppercase;
}

#blog .imge .auth {
	width: 97%;
}

#blog .imge .auth i {
	margin-left: 30px;
	top: 0px;
}

.single #blog .imge .auth i {
	margin-left: 0;
}

#blog .sec .ctgy {
	color: var(--main-color);
	font-weight: bold;
	margin-right: 9px;
}

#blog .sec a.titu:hover {
	text-decoration: underline;
}

#blog .sec .titu {
	overflow: hidden;
	margin-top: 20px;
	font-size: 46px;
	color: var(--font-color);
	display: block;
	line-height: 1;
	margin-bottom: 20px;
	font-weight: bold;
	margin-right: 30px;
	margin-bottom: 15px;
}

#blog .sec .texto, #blog .sec .texto p {
	margin-top: 15px;
	color: #4e5050;
	font-size: 16px;
	line-height: 24px;
}

#blog .sec .lrm {
	letter-spacing: 2px;
	color: var(--font-color);
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	display: inline-block;
	margin: 20px 0 40px 0;
}

.septr {
	width: 100%;
	background-image: linear-gradient(to right, #8ad7d2 66%, rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-size: 24px 2px;
	background-repeat: repeat-x;
	height: 2px;
	margin-top: 62px;
	margin-bottom: 70px;
	display: none;
}

.pgnc {
	text-align: center;
}

.pgnc>strong {
	font-weight: normal;
}

.pgnc .fas {
	border: 1px solid #fff;
}

.pgnc>* {
	background: #e7e7e7;
	border-radius: 5px;
	display: inline-block;
	padding: 3px 0px 6px;
	height: 30px;
	vertical-align: top;
	text-align: center;
	width: 30px;
	font-size: 13px;
	line-height: 13px;
	color: #999999;
	padding-top: 8px;
}

.pgnc>*:hover, .pgnc>.current {
	background: #303030;
	color: #fff;
}

.pgnc>.fas {
	font-family: 'Font Awesome\ 5 Free';
}

#blog .bloq .box {
	margin: 40px 0;
}

#blog .bloq .srch {
	position: relative;
}

#blog .bloq .srch .tsrch {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 18px;
	width: 100%;
	background: #ffffff;
	padding: 22px 61px 22px 21px;
	color: var(--main-color);
	border: 4px solid var(--main-color);
	font-weight: bold;
}

#blog .bloq .srch .tsrch::-webkit-input-placeholder {
	color: var(--main-color);
}

#blog .bloq .srch .tsrch:-moz-placeholder {
	color: var(--main-color);
}

#blog .bloq .srch .tsrch::-moz-placeholder {
	color: var(--main-color);
}

#blog .bloq .srch .tsrch:-ms-input-placeholder {
	color: var(--main-color);
}

#blog .bloq .srch .tsrch::-ms-input-placeholder {
	color: var(--main-color);
}

#blog .bloq .srch .tsrch::placeholder {
	color: var(--main-color);
}

#blog .bloq .srch .sbmt {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	height: 100%;
	width: 60px;
	cursor: pointer;
	opacity: 0;
}

#blog .bloq .srch .fas {
	position: absolute;
	right: 20px;
	top: 18px;
	font-size: 34px;
	line-height: 34px;
	color: var(--main-color);
}

#blog .bloq .box .titu {
	position: relative;
	font-size: 36px;
	line-height: 36px;
	color: var(--font-color);
	margin-bottom: 33px;
	font-weight: 100;
}

#blog .bloq .box .menu li span {
	margin-left: 9px;
	color: #505656;
	font-size: 17px;
	line-height: 24px;
	font-size: 16px;
}

#blog .bloq .box .menu li a {
	font-weight: bold;
	font-size: 18px;
	line-height: 10px;
	color: var(--main-color);
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 0px;
}

#blog .bloq .box .menu li:hover a, #blog .bloq .box .menu li:hover span, #blog .bloq .box .menu li.current-cat a, #blog .bloq .box .menu li.current-cat span {
	color: var(--font-color);
}

#blog .bloq .box.tags a {
	display: inline-block;
	font-size: 15px;
	line-height: 15px;
	color: #666a6a;
	background: #f3f3f3;
	margin: 5px 4.5px;
	padding: 7px 26px;
	border-radius: 5px;
	text-transform: uppercase;
}

#blog .auth {
	margin: 30px 0;
}

#blog .auth i {
	/* font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif; */
	font-size: 14px;
	font-style: italic;
	color: var(--font-color);
	/* line-height: 38px; */
	/* top: -7px; */
	position: relative;
	font-style: normal;
	font-weight: bold;
}

#blog .auth span {
	float: right;
	line-height: 38px;
	margin-right: 15px;
	font-weight: bold;
	font-size: 16px;
}

#blog .auth span a {
	color: #505656;
}

#blog .auth img {
	border-width: 5px;
	border-color: #fff;
	border-style: solid;
	-webkit-border-radius: 46px;
	-moz-border-radius: 46px;
	border-radius: 46px;
	position: relative;
	top: -9px;
	float: right;
	margin-right: 20px;
	width: 56px;
	height: 56px;
}

#blog .auth .ctgy {
	/* font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif; */
	color: var(--main-color);
	font-weight: 700;
	/* margin-left: 30px; */
	/* top: -6px; */
	/* position: relative; */
	margin-right: 21px;
	text-transform: uppercase;
	font-weight: bold;
}

#blog .bloq .box.tags a:hover {
	background: #303030;
	color: #fff;
}

#blog .bloq .box.ntcs .fila {
	border-bottom: 1px solid var(--font-color);
	padding-bottom: 30px;
	margin-bottom: 30px;
}

#blog .bloq .box.ntcs .fila:last-child {
	margin: 0px;
}

#blog .bloq .box.ntcs img {
	width: auto;
	height: 85px;
	margin-right: 15px;
}

#blog .bloq .box.ntcs .date, #blog .bloq .box.ntcs .ctgy {
	font-size: 16px;
	line-height: 14px;
	color: #505656;
	display: inline-block;
}

#blog .bloq .box.ntcs .ctgy {
	color: var(--main-color);
	font-weight: bold;
	width: 100%;
	text-transform: uppercase;
}

#blog .bloq .box.ntcs .date {
	width: 100%;
	font-style: oblique;
	margin-bottom: 10px;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: var(--font-color);
}

#blog .bloq .box.ntcs .titul {
	font-size: 18px;
	line-height: 18px;
	color: var(--font-color);
	display: block;
	/* margin-bottom: 16px; */
	font-weight: bold;
}

/* # Cabecera
================================================== */
/* # Cabecera
================================================== */
#head-main {
	margin-bottom: 40px;
	padding: 18px 0;
	background: #fff;
	position: relative;
	z-index: 200;
	border-bottom: 2px solid var(--font-color);
}

#head-main>div>.right {
	margin-left: auto;
}

/* # Redes sociales
================================================== */
#redsoc {
	position: fixed;
	left: 0;
	top: 31%;
	z-index: 102;
	z-index: 100;
}

#redsoc div {
	flex-direction: column-reverse;
}

#redsoc a {
	border: 1px solid #fff;
	border-top: 0px;
}

#redsoc a:last-child {
	border-top: 1px solid #fff;
}

.infr-rdes .fb {
	background: #0059d6;
}

.infr-rdes .gl {
	background: #f32c2c;
}

.infr-rdes .in {
	background: #f455d0;
	border-right: 1px solid #fff;
}

.infr-rdes .tw {
	background: #00b4ff;
}

.infr-rdes div {
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: left;
}

.infr-rdes a {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	color: #fff !important;
	font-size: 0px !important;
	line-height: 25px !important;
	padding: 9px 0 !important;
	text-align: center;
	width: 50px;
	font-size: 25px !important;
}

/* # Pie
================================================== */
#fotr {
	background: var(--font-color);
	padding: 40px 0px 0px;
}

#fotr .fotr-top .logo {
	top: 0px;
	margin: 0px;
	display: block;
	color: #fff;
	margin-bottom: 17px;
}

#fotr .fotr-top .left, #fotr .fotr-bton .left {
	width: 340px;
	margin-right: 60px;
}

#fotr .fotr-top .blog {
	font-weight: bold;
}

#fotr .fotr-top .blog .tt {
	font-size: 27px;
	line-height: 27px;
	margin-right: 4px;
	top: 6px;
}

#fotr .fotr-top .left .infr {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
	color: #e0f4f3;
	border-bottom: 1px solid #c3efed;
	margin-bottom: 40px;
	padding-bottom: 30px;
}

#fotr .fotr-top .left .infr .tt {
	font-size: 29px;
	line-height: 29px;
	font-weight: normal;
	top: 8px;
}

#fotr .fotr-top .right .menu a {
	font-size: 16px;
	line-height: 16px;
	display: block;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 6px;
	padding: 7px 10px;
}

#fotr .fotr-top .right .menu a:hover {
	background: #00ccc6;
}

#fotr .fotr-top .right .menu a.blog:hover {
	background: transparent;
}

#fotr .fotr-bton .infr {
	font-size: 15px;
	line-height: 26px;
	color: #e0f4f3;
}

#fotr .bton {
	margin-top: 0px;
}

#fotr .bton .web-cntd {
	padding: 24px 10px;
	position: relative;
}

@media only screen and (max-width: 763px) {
	#fotr .bton .web-cntd {
		padding: 24px 135px 24px 10px;
	}
}

#fotr .bton .denox {
	color: #fff;
	font-size: 14px;
	height: 62px;
	line-height: 18px;
	margin-top: -32px;
	position: absolute;
	right: 10px;
	top: 50%;
}

#fotr .bton .denox a {
	background: url(images/theme/logo-denox.png);
	display: inline-block;
	height: 60px;
	margin-left: 9px;
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
	top: 0;
	vertical-align: top;
	width: 117px;
}

#fotr .bton .denox span {
	color: #fff;
	position: relative;
	top: 23px;
}

#fotr .bton .menu {
	margin-bottom: 12px;
}

#fotr .bton .menu li {
	color: #fff;
	display: inline-block;
	margin-left: 0;
}

#fotr .bton .menu li a {
	color: #fff;
	font-size: 14px;
	line-height: 14px;
}

#fotr .bton .menu li.sepa {
	padding: 0 5px;
}

#fotr .bton p {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 2px;
}

#fotr .sgrd {
	margin-top: 40px;
}

#fotr .sgrd .text {
	font-size: 30px;
	line-height: 30px;
	color: #fff;
}

#fotr .sgrd .tt {
	font-size: 80px;
	color: #fff;
	line-height: 30px;
	margin: 0px;
	top: 0px;
}

#fotr .sgrd .tt-34 {
	font-size: 60px;
}

#fotr .sgrd .tt-33 {
	font-size: 110px;
}

.top-menu {
	padding: 30px 0 0 0;
}

.top-menu ul li {
	display: inline-block;
	margin: 0 10px;
}

.top-menu li a {
	display: block;
	padding: 5px 15px;
	font-size: 21px;
}

.top-menu li.current-menu-item a {
	color: var(--font-color);
}

.single #blog .bloq {
	display: none;
}

@media only screen and (max-width: 763px) {
	.top-menu {
		display: none;
	}
}

@media only screen and (max-width: 763px) {
	.web-cntd, .fotr-top, .fotr-bton {
		display: block !important;
		min-width: 0 !important;
	}

}

.col.ntcss .sec {
	margin-bottom: 20px;
}


#show-sidebar, #show-sidebar-label {
	display: none;
}

@media only screen and (max-width: 763px) {
	#show-sidebar-label {
		display: block;
		position: fixed;
		bottom: 15px;
		right: 15px;
		z-index: 999;
		font-size: 30px;
		background-color: #fff;
		height: 50px;
		width: 50px;
		border-radius: 100%;
		box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .4);
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media only screen and (max-width: 763px) {
	#blog .bloq {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		background-color: #fff;
		transform: translate(-100%, 0px);
		padding: 20px;
		overflow: auto;
		width: 90%;
		transition: all 0.3s ease-out;
		display: block !important;
		box-shadow: 0 0 10px rgba(0, 0, 0, .4);
		z-index: 998;
		opacity: 0;
	}

	#show-sidebar:checked+.bloq {
		transform: translate(0px, 0px);
		opacity: 1;
	}

}


@media only screen and (max-width: 763px) {
	#respond form {
		padding: 20px;
	}
}


@media only screen and (max-width: 763px) {
	#head-main .logo {
		display: block;
		margin-bottom: 20px;
	}
}


.saboxplugin-wrap .saboxplugin-gravatar {
	width: 155px !important;
}


#toc_container {
	border: 2px solid #79cdc8;
	margin-bottom: 1em;
	width: 100%;
	font-size: 95%;
	padding: 0px;
	margin-top: 20px;
}

#toc_container.toc_light_blue {
	background-color: #ffffff;
}

#toc_container p.toc_title {
	background-color: #79cdc8;
	color: #ffffff !important;
	margin-top: 0px !important;
	height: 34px !important;
	line-height: 34px !important;
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
}

#toc_container span.toc_toggle {
	color: #ffffff !important;
	float: right;
}

#toc_container .toc_title .toc_toggle {
	color: #ffffff !important;
}

#toc_container .toc_title .toc_toggle a {
	color: #ffffff !important;
	font-style: italic;
	font-weight: normal;
}

.texto ul {
	margin-left: 50px;
}

.saboxplugin-wrap {
	margin-top: 60px !important;
	background-color: #f4f4f4;
	width: 100% !important;
	height: 160px;
}

.saboxplugin-gravatar {
	line-height: 122px !important;
}

.saboxplugin-wrap .saboxplugin-desc p, .saboxplugin-wrap .saboxplugin-desc {
	font-size: 12px !important;
	line-height: 11px !important;
	margin-top: 0px !important;
	margin: 0px;
	top: -10px;
	position: relative;
}

.saboxplugin-wrap .saboxplugin-authorname a, .saboxplugin-wrap .saboxplugin-authorname span {
	color: var(--font-color) !important;
}

.saboxplugin-wrap .saboxplugin-gravatar img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border-color: #fff;
	border-width: 6px;
	border-style: solid;
}

.head_comp .titu {
	position: relative;
	font-size: 30px;
	line-height: 36px;
	color: var(--font-color);
	margin-bottom: 33px;
}

.head_comp .titu:after {
	content: "";
	position: relative;
	width: 124px;
	display: block;
	margin-top: 15px;
	height: 2px;
	background: var(--main-color);
}

.head_comm .titu {
	position: relative;
	font-size: 30px;
	line-height: 36px;
	color: var(--font-color);
	margin-bottom: 33px;
}

.head_comm .titu:after {
	content: "";
	position: relative;
	width: 124px;
	display: block;
	margin-top: 15px;
	height: 2px;
	background: var(--main-color);
}

.smartlib-slider-container {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	gap: 20px;
}


#blog .a04 .auth {
	width: 96%;
	height: 38px;
	background: #f4f4f4;
	margin-top: 4px;
}

#blog .a04 .auth i {
	font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #505656;
	line-height: 38px;
	position: relative;
	left: 12px;
	top: 1px;
}

#blog .a04 .auth span {
	float: right;
	line-height: 38px;
	margin-right: 15px;
	font-weight: bold;
	font-size: 16px;
}

#blog .a04 .auth img {
	border-width: 5px;
	border-color: #fff;
	border-style: solid;
	-webkit-border-radius: 46px;
	-moz-border-radius: 46px;
	border-radius: 46px;
	position: relative;
	top: -9px;
	float: right;
	margin-right: 20px;
	width: 56px;
	height: 56px;
}

#blog .a04 .cat {
	font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: var(--main-color);
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
	margin-top: 26px;
	display: block;
}

#blog .a04 .titu {
	font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: var(--font-color);
	font-weight: 700;
	position: relative;
	font-weight: bold;
	width: 100%;
	margin-top: 12px;
	display: block;
	height: 60px;
}

#blog .a04 .desc {
	font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	color: #4e5050;
	position: relative;
	width: 100%;
	display: block;
	line-height: 18px;
	height: 80px;
}

#blog .a04 .more {
	color: var(--font-color);
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bold;
}

.single #blog .sec .imge {
	display: flex;
	margin-bottom: 65px;
}

.single #blog .sec .title {
	height: 550px;
	vertical-align: bottom;
	width: 30%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column-reverse;
}

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

#blog .col .pst-cnt .auth {
	width: 100%;
}

#blog .col .pst-cnt .titu {
	font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: var(--font-color);
	font-weight: 700;
	position: relative;
	font-weight: bold;
	width: 100%;
	display: block;
	height: auto;
	margin: 20px 0px 0px 0px;
}

/* # MOVIL
================================================== */
@media (max-width: 689.98px) {
	.single #blog .sec .imge {
		flex-direction: column-reverse;
		margin-bottom: 35px;
	}

	#blog .sec .wp-post-image {
		width: 100%;
		max-width: 100%;
	}

	.single #blog .sec .title {
		height: auto;
		width: 100%;
		margin-top: 20px;
	}

	#blog .a04 .auth {
		width: 100%;
	}

	#blog .a04 .auth i {
		margin-left: 10px !important;
		font-size: 12px;
		left: 0px;
	}

	#blog .a04 .auth span {
		margin-right: 10px;
		font-size: 13px;
	}

	.smartlib-slider-container {
		width: 100%;
		display: flex;
		flex-direction: column;
	}

	.col.a04, .rows.a04>* {
		width: 100%;
		margin-bottom: 30px;
	}

	#blog .auth .ctgy {
		display: none;
	}
}

/* # NOTICIAS SUPERIOR
================================================== */
.notice-top {
	background: var(--font-color);
	color: var(--main-color);
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	text-transform: uppercase;
	padding: 10px 0px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	color: #fff;
	font-weight: bold;
	font-size: 21px;
}

.notice-top__separator {
	font-size: 31px;
	line-height: 12px;
	top: 2px;
}

.notice-top .marquee__inner>* {
	margin: 0px 30px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}

.notice-top .marquee__inner a {
	text-decoration: underline;
}

@media (max-width:1199.98px) {
	.notice-top {
		padding: 8px 0px;
		font-size: 12px;
		line-height: 12px;
	}

	.notice-top__separator {
		font-size: 25px;
		line-height: 4px;
		top: 1px;
	}

	.notice-top .marquee__inner>* {
		margin: 0px 13px;
	}
}

/* # MARQUEE
================================================== */
:root {
	--offset: 100vw;
	--move-initial: calc(-25% + var(--offset));
	--move-final: calc(-50% + var(--offset));
}

.marquee {
	transition: all 0.5s;
	overflow: hidden;
}

.marquee.running .marquee__inner {
	animation-play-state: running;
}

.marquee:hover .marquee__inner {
	animation-play-state: running;
}

.marquee>* {
	white-space: nowrap;
}

.marquee__inner {
	width: fit-content;
	display: flex;
	position: relative;
	transform: translate3d(var(--move-initial), 0, 0);
	animation: marquee 25s linear infinite;
	animation-play-state: running;
}

@keyframes marquee {
	0% {
		transform: translateX(var(--move-initial));
	}

	100% {
		transform: translateX(var(--move-final));
	}
}