body {
	margin: 0;
	background: #fff;
	font-family: 'Libre Franklin', sans-serif;
	color: #738f93;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-feature-settings: "kern" 1;
	-moz-font-feature-settings: "kern" 1;
}
h1, h2, h3 {
	color: #2a2a2a;
}
#menu {
	width: 100%;
}
.container {
	padding-left:30px;
	padding-right:30px;
}
.main-title {
	font-size: 72px;
	font-weight: bold;
	color: rgba(0,0,0,0.1);
}
.pt-100 {
	padding-top: 100px;
}
.pb-100 {
	padding-bottom: 100px;
}
.shadow {
	padding: 20px;
	margin: 30px;
	background-color: #FFF;
	-webkit-box-shadow: 0 10px 30px 10px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 10px 30px 10px rgba(0,0,0,0.05);
	box-shadow: 0 10px 30px 10px rgba(0,0,0,0.05);
}
section, .section {
	padding-top: 150px;
	padding-bottom: 150px;
}
section .title {
	position: relative;
	padding-bottom: 15px;
}
section .title:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	height: 2px;
	width: 100px;
	background-color: #eee;
}
.bg-dark .title:before {
	background-color: #28bb5b;
}
section .title.text-center:before, .text-center .title:before {
	left: 50%;
	margin-left: -50px;
}
.btn {
	font-weight: bold;
	text-transform: uppercase;
}
#menu {
	z-index: 9999;
}
#home-featured {
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgb(14, 20, 30);
	background-image: url('resources/img/shapes-filled.svg');
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
}
.bg-dark {
	background-color: #0e141e !important;
}
.bg-cool {
	background-color: #39424e !important;
}
.navbar-nav .nav-link {
	font-family: 'Libre Franklin', sans-serif;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-left: 1em;
	padding-right: 1em;
}
.nav-link-quote {
	color: #44d62c !important;
	border-left: 1px solid rgba(255,255,255,0.2);
}
#footer {
	background-color: #000;
	font-size:14px;
	line-height:32px;
}
#footer a {
	color:#fff;
	font-weight:normal;
}
#footer .networks {
	font-size:18px;
}
#footer .networks a {
	margin-right:10px;
}
.swiper-slide {
	background-color: #FFF;
	text-align: right;
}
.swiper-pagination {
	position: static;
	opacity: 0.3;
}
.swiper-pagination .swiper-pagination-bullet {
	margin: 0 10px;
	background: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	width: auto;
	height: auto;
	font-size: 13px;
	font-weight: bold;
	counter-increment: slideNum;
	opacity: .5;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: none;
	opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet:before {
	content: "0" counter(slideNum);
}
.swiper-pagination .swiper-pagination-bullet:after {
	content: "";
	height: 1px;
	width: 0;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 20px;
	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	width: 50px;
	background-color: #ddd;
}
.loading section * {
	opacity:0;
}