/* :: 2.0 Import All CSS */
@import url(../assets/css/bootstrap.min.css);
@import url(../assets/css/owl.carousel.min.css);
@import url(../assets/css/animate.css);
@import url(../assets/css/magnific-popup.css);
@import url(../assets/css/font-awesome.min.css);
@import url(../assets/css/custom-icon.css);
@import url(../assets/css/classy-nav.min.css);
@import url(../assets/fonts/helvetica/stylesheet.css);
@import url(../assets/css/jquery.fancybox.css);

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: San Francisco Regular;
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Helvetica Neue LT Std;
	color: #000000cc;
	line-height: 1.3;
	font-weight: 600;
}

p {
	color: #000000cc;
	font-size: 14px;
	line-height: 2;
	font-weight: 500;
	text-align: justify;
}

a,
a:hover,
a:focus {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	text-decoration: none;
	outline: 0 solid transparent;
	color: #0a0a0a;
	font-weight: 400;
	font-size: 16px;
}

ul,
ol {
	margin: 0;
}
ul li,
ol li {
	list-style: none;
}

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

hr {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-style: inset;
	border-width: 1px;
}

/* Spacing */
.mt-15 {
	margin-top: 15px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

.ml-15 {
	margin-left: 15px !important;
}

.ml-30 {
	margin-left: 30px !important;
}

.ml-50 {
	margin-left: 50px !important;
}

.mr-15 {
	margin-right: 15px !important;
}

.mr-30 {
	margin-right: 30px !important;
}

.mr-50 {
	margin-right: 50px !important;
}

.mr-100 {
	margin-right: 100px !important;
}

/* Height */
.height-400 {
	height: 400px !important;
}

.height-500 {
	height: 500px !important;
}

.height-600 {
	height: 600px !important;
}

.height-700 {
	height: 700px !important;
}

.height-800 {
	height: 800px !important;
}

/* Section Padding */
.section-padding-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.section-padding-100-0 {
	padding-top: 100px;
	padding-bottom: 0;
}

.section-padding-0-100 {
	padding-top: 0;
	padding-bottom: 100px;
}

.section-padding-100-70 {
	padding-top: 100px;
	padding-bottom: 70px;
}

.section-padding-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.section-padding-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Section Heading */
.section-heading {
	position: relative;
	z-index: 1;
	max-width: 730px;
	margin-bottom: 90px;
}
.section-heading h3 {
	font-size: 48px;
	margin-bottom: 15px;
	font-weight: 300;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-heading h3 {
		font-size: 42px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-heading h3 {
		font-size: 32px;
	}
}
@media only screen and (max-width: 767px) {
	.section-heading h3 {
		font-size: 30px;
	}
}
.section-heading h3 span {
	font-weight: 600;
}
.section-heading h5 {
	margin-bottom: 40px;
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	line-height: 2;
}
.section-heading p {
	margin-bottom: 0;
}
.section-heading.text-left {
	text-align: left !important;
}
.section-heading.white h3,
.section-heading.white h5,
.section-heading.white p {
	color: #ffffff;
}

/* Preloader */
#preloader {
	background: #3f99f8;
	background: -webkit-linear-gradient(to right, #0d104d, #28408b);
	background: linear-gradient(to right, #0d104d, #28408b);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5000;
}
#preloader .circle-preloader {
	display: block;
	width: 60px;
	height: 60px;
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-bottom-color: #ffffff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/* Miscellaneous */
.bg-img {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-white {
	background-color: #ffffff !important;
}

.bg-dark {
	background-color: #000000 !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.font-bold {
	font-weight: 700;
}

.font-light {
	font-weight: 300;
}

.bg-overlay {
	position: relative;
	z-index: 2;
	background-position: center center;
	background-size: cover;
}
.bg-overlay::after {
	background-color: rgba(10, 12, 18, 0.9);
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #ffffff;
	right: 0;
	padding-right: 0;
	width: 30px;
	height: 30px;
	background-color: #ffaf02;
	line-height: 30px;
	text-align: center;
	position: absolute;
	top: 0;
	right: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.mfp-image-holder .mfp-close,
	.mfp-iframe-holder .mfp-close {
		right: 0;
	}
}
@media only screen and (max-width: 767px) {
	.mfp-image-holder .mfp-close,
	.mfp-iframe-holder .mfp-close {
		right: 0;
	}
}

input:focus,
textarea:focus {
	outline: none;
	box-shadow: none;
	border-color: transparent;
}

/* ScrollUp */
#scrollUp {
	background-color: #3f99f8;
	border-radius: 0;
	bottom: 60px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
	color: #ffffff;
	font-size: 24px;
	height: 40px;
	line-height: 38px;
	right: 60px;
	text-align: center;
	width: 40px;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}
#scrollUp:hover {
	background-color: #141414;
}
@media only screen and (max-width: 767px) {
	#scrollUp {
		bottom: 30px;
		right: 30px;
	}
}

.cryptos-btn {
	display: inline-block;
	min-width: 120px;
	height: 54px;
	background-color: #eef3f6;
	color: #292929;
	border: none;
	border-radius: 0;
	padding: 0 30px;
	font-size: 12px;
	line-height: 54px;
	-webkit-transition: all 500ms;
	transition: all 500ms;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 3px solid #0335fc;
}
.cryptos-btn.active,
.cryptos-btn:hover,
.cryptos-btn:focus {
	font-size: 12px;
	font-weight: 700;
	color: #ffffff;
	background-color: #292929;
}
.cryptos-btn.btn-2 {
	background-color: #ffaf02;
	border-bottom: 3px solid #292929;
	color: #ffffff;
}
.cryptos-btn.btn-2:hover,
.cryptos-btn.btn-2:focus {
	color: #292929;
	background-color: #eef3f6;
	border-bottom: 3px solid #ffaf02;
}
.cryptos-btn.btn-3 {
	background-color: #292929;
	border-bottom: 3px solid #ffaf02;
	color: #ffffff;
}
.cryptos-btn.btn-3:hover,
.cryptos-btn.btn-3:focus {
	color: #292929;
	background-color: #eef3f6;
	border-bottom: 3px solid #ffaf02;
}

/* :: 5.0 Header Area CSS */
.header-area {
	position: relative;
	z-index: 100;
	width: 100%;
}
.header-area .top-header {
	width: 100%;
	height: 60px;
	background-color: #f2f2f2;
}
@media only screen and (max-width: 767px) {
	.header-area .top-header {
		height: 80px;
		padding: 15px 0;
	}
}
@media only screen and (max-width: 767px) {
	.header-area .top-header .top-header-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.header-area .top-header .top-headline p {
	margin-bottom: 0;
	font-family: "Montserrat", sans-serif;
	color: #f2f2f2;
	font-size: 12px;
	font-weight: 400;
}
.header-area .top-header .top-headline p span {
	color: #0335fc;
}
.header-area .top-header .login-faq-earn-money a {
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	color: rgb(170, 197, 226);
	font-size: 12px;
	font-weight: 400;
	margin-right: 30px;
}
.header-area .top-header .login-faq-earn-money a:last-child {
	margin-right: 0;
}
.header-area .top-header .login-faq-earn-money a:hover,
.header-area .top-header .login-faq-earn-money a:focus,
.header-area .top-header .login-faq-earn-money a.active {
	color: #0335fc;
}
.header-area .cryptos-main-menu {
	position: inherit;
	width: 100%;
	z-index: 100;
	height: 80px;
	background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
	.header-area .cryptos-main-menu {
		height: 80px;
	}
}
.header-area .cryptos-main-menu .classy-nav-container {
	background-color: transparent;
}
.header-area .cryptos-main-menu .classy-navbar {
	height: 80px;
	padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area .cryptos-main-menu .classy-navbar {
		padding: 0;
	}
}
@media only screen and (max-width: 767px) {
	.header-area .cryptos-main-menu .classy-navbar {
		height: 80px;
	}
}
.header-area .cryptos-main-menu .classy-navbar .classynav ul li a {
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
}
.header-area .cryptos-main-menu .classy-navbar .classynav ul li a:hover,
.header-area .cryptos-main-menu .classy-navbar .classynav ul li a:focus {
	color: #0335fc;
}
.header-area .cryptos-main-menu .classynav ul li .dropdown li a,
.header-area .cryptos-main-menu .classynav ul li .megamenu li a {
	font-size: 14px;
}
.header-area .cryptos-main-menu .classynav .header-newsletter-form {
	margin-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-area .cryptos-main-menu .classynav .header-newsletter-form {
		margin-left: 30px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area .cryptos-main-menu .classynav .header-newsletter-form {
		margin-left: 18px;
		margin-top: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.header-area .cryptos-main-menu .classynav .header-newsletter-form {
		margin-left: 18px;
		margin-top: 15px;
	}
}
.header-area .cryptos-main-menu .classynav .header-newsletter-form form {
	width: 265px;
	height: 45px;
	background-color: #eef3f6;
	position: relative;
	z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-area .cryptos-main-menu .classynav .header-newsletter-form form {
		width: 220px;
	}
}
.header-area .cryptos-main-menu .classynav .header-newsletter-form form input {
	width: 100%;
	height: 45px;
	border: none;
	background-color: transparent;
	padding: 0 15px;
	font-size: 12px;
	font-style: italic;
}
.header-area .cryptos-main-menu .classynav .header-newsletter-form form button {
	width: 90px;
	height: 35px;
	border: none;
	background-color: #0d0d0e;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	font-weight: 600;
	color: #292929;
	cursor: pointer;
	border-bottom: 2px solid #3f99f8;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}
.header-area
	.cryptos-main-menu
	.classynav
	.header-newsletter-form
	form
	button:hover {
	background-color: #292929;
	color: #3f99f8;
}
.hero-slides {
	position: relative;
	z-index: 1;
}
.hero-slides .single-hero-slide {
	width: 100%;
	height: 450px;
	position: relative;
	z-index: 1;
	/*
   background:url(img/blog-img/img-header.jpg); 
    background: -webkit-linear-gradient(to right, #0d104d, #28408b);
    background: linear-gradient(to right, #0d104d, #28408b); */
}
.bg-index-slide-pengumuman {
	background: url(../assets/img/blog-img/img-pengumuman-2.jpg);
	background-size: cover;
	background-position: center;
	margin: auto;
	position: relative;
}
.bg-index-slide-kredit {
	background: url(../assets/img/blog-img/img-header.jpg);
	background-size: cover;
	background-position: center;
	margin: auto;
	position: relative;
}
.bg-index-slide-tabungan {
	background: url(../assets/img/blog-img/img-header-tabungan.jpg);
	background-size: cover;
	background-position: center;
	margin: auto;
	position: relative;
}
.bg-index-slide-deposito {
	background: url(../assets/img/blog-img/img-header-deposito.jpg);
	background-size: cover;
	background-position: center;
	margin: auto;
	position: relative;
}

.content-index-slide {
	background-color: rgba(255, 255, 255, 0.514);
	padding: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hero-slides .single-hero-slide {
		height: 450px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-slides .single-hero-slide {
		height: 550px;
	}
}
@media only screen and (max-width: 767px) {
	.hero-slides .single-hero-slide {
		height: 450px;
	}
}
.hero-slides .single-hero-slide h2 {
	font-size: 48px;
	color: #242020;
	margin-bottom: 30px;
	font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hero-slides .single-hero-slide h2 {
		font-size: 48px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-slides .single-hero-slide h2 {
		font-size: 42px;
	}
}
@media only screen and (max-width: 767px) {
	.hero-slides .single-hero-slide h2 {
		font-size: 30px;
	}
}
.hero-slides .single-hero-slide h2 span {
	color: #3f99f8;
}
.hero-slides .single-hero-slide h6 {
	color: #242020;
	margin-bottom: 60px;
	line-height: 2;
	font-weight: 400;
}
.hero-slides .single-hero-slide .hero-slides-thumb img {
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.hero-slides .single-hero-slide .hero-slides-thumb img {
		width: 60%;
		margin: 0 auto;
	}
}
.hero-slides .owl-prev,
.hero-slides .owl-next {
	background-color: #eef3f6;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #292929;
	top: 50%;
	margin-top: -20px;
	left: 5%;
	position: absolute;
	z-index: 10;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: 1000ms;
	transition-duration: 1000ms;
	border-bottom: 2px solid #3f99f8;
}
@media only screen and (max-width: 767px) {
	.hero-slides .owl-prev,
	.hero-slides .owl-next {
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin-top: -20px;
	}
}
.hero-slides .owl-prev:hover,
.hero-slides .owl-prev:focus,
.hero-slides .owl-next:hover,
.hero-slides .owl-next:focus {
	background-color: #292929;
	color: #3f99f8;
}
.hero-slides .owl-next {
	left: auto;
	right: 5%;
}
.hero-slides:hover .owl-prev,
.hero-slides:hover .owl-next {
	opacity: 1;
	visibility: visible;
}

pricing-content {
	background: #fff;
	font-size: 15px;
	text-align: center;
}

.pricing-content strong {
	color: #353535;
}

.breadcumb-area {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 245px;
	background: #0d104d;
	background: -webkit-linear-gradient(to right, #0d104d, #28408b);
	background: linear-gradient(to right, #0d104d, #28408b);
}
@media only screen and (max-width: 767px) {
	.breadcumb-area {
		height: 130px;
	}
}
.breadcumb-area .breadcumb-text h2 {
	font-size: 48px;
	margin-bottom: 0;
	color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.breadcumb-area .breadcumb-text h2 {
		font-size: 42px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.breadcumb-area .breadcumb-text h2 {
		font-size: 36px;
	}
}
@media only screen and (max-width: 767px) {
	.breadcumb-area .breadcumb-text h2 {
		font-size: 18px;
	}
}
.breadcumb-area .breadcumb-thumb-area {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.breadcumb-area .breadcumb-thumb-area .breadcumb-thumb {
	text-align: right;
	top: 15px;
	position: relative;
	z-index: 5;
}
.breadcumb-area .breadcumb-thumb-area .breadcumb-thumb img {
	max-width: 260px;
}
@media only screen and (max-width: 767px) {
	.breadcumb-area .breadcumb-thumb-area .breadcumb-thumb img {
		max-width: 150px;
	}
}

.video-area {
	position: relative;
	z-index: 1;
}
.video-area .video-btn {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* Search Button */

/* Image Index */

.img-produk {
	width: 100%;
	padding: 20px;
}

.img-logo {
	width: 90%;
}

.img-profil {
	height: 400px;
	width: 500px;
	float: left;
	margin: 0px 20px 0px 0px;
}
@media only screen and (max-width: 767px) {
	.img-logo {
		width: 80%;
		height: 80%;
	}
}

/* clients */
.client {
	background-color: #ffffff;
	display: inline;
	float: left;
	padding: 70px 0 55px;
	width: 100%;
}
.client-area {
	display: inline;
	float: right;
	width: 100%;
	text-align: right;
}
.client-table {
	display: inline-table;
	vertical-align: bottom;
	margin: 10px;
	padding: 10px 10px;
	text-align: right;
	width: 100%;
}
.client-table div {
	margin: 20px;
	object-position: bottom;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.client-logo .bpr {
	margin-bottom: 40px;
}
.client-logo td a img {
	margin: auto;
	height: auto;
	max-width: 100%;
}

/*  Portofolio */

.portfolio-container {
	display: inline;
	float: left;
	margin-left: -9px;
	margin-top: 60px;
	width: 100%;
}
.single-portfolio {
	display: inline;
	float: left;
	margin-bottom: 18px;
	margin-left: 18px;
	width: 30%;
}
.single-item {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.single-item > img {
	width: 100%;
	display: block;
	height: 290px;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.single-item > img:hover {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#mixit-container .mix {
	display: none;
}
.single-item-content {
	background-color: #000;
	display: inline;
	opacity: 0;
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	-webkit-transition: background-color 0.5s linear;
	-moz-transition: background-color 0.5s linear;
	-o-transition: background-color 0.5s linear;
	-ms-transition: background-color 0.5s linear;
	transition: background-color 0.5s linear;
}
.portfolio-social-icon {
	float: left;
	display: inline;
	padding: 110px 50px;
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.single-item:hover .single-item-content {
	opacity: 1;
}
.single-item-content:hover {
	background-color: rgba(0, 0, 0, 0.8);
}
.portfolio-social-icon a {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	height: 40px;
	line-height: 15px;
	margin: 0 8px;
	padding: 12px;
	text-align: center;
	width: 40px;
	transform: scale(0.5);
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
.single-item-content:hover .fancybox,
.single-item-content:hover .link-btn {
	transform: scale(0.9);
}
.portfolio-title {
	bottom: 0;
	display: inline;
	opacity: 0;
	left: 0;
	padding-bottom: 12px;
	position: absolute;
	text-align: center;
	width: 100%;
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
.single-item:hover .portfolio-title {
	opacity: 1;
}
.portfolio-title h4 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	text-transform: uppercase;
}
.portfolio-title span {
	color: #fff7f7;
	font-size: 12px;
	font-family: "Raleway", sans-serif;
}

/*     End Portfolio          */

.card {
	/* Add shadows to create the "card" effect */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	align-items: center;
	padding: 20px;
}
/* On mouse-over, add a deeper shadow */
.card:hover {
	box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.2);
}

.img-sponsor-ojk {
	margin: 10 10 5 5;
	width: 400px;
	height: 40px;
	float: left;
}
.img-sponsor-lps {
	margin: 10 10;
	width: 400px;
	height: 50px;
	float: left;
}
.img-sponsor-bi {
	margin: 10 10;
	width: 400px;
	height: 43px;
	float: left;
}

@media only screen and (max-width: 767px) {
	.img-sponsor-ojk .img-sponsor-lps .img-sponsor-bi {
		width: 50%;
	}
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
	.img-sponsor-ojk .img-sponsor-lps .img-sponsor-bi {
		width: 100%;
		margin-left: none;
	}
}

.widget {
	background-color: #f2f2f2;
}

.footer-social a {
	border: 1px solid #505050;
	border-radius: 50%;
	color: #b8b8b8;
	display: inline-block;
	font-size: 18px;
	height: 28px;
	line-height: 28px;
	margin: 0 3px;
	text-align: center;
	width: 28px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.footer-social a.facebook:hover {
	background-color: #3b5998;
	border-color: #3b5998;
	color: #fff;
}
.footer-social a.twitter:hover {
	color: #fff;
	background-color: #00aced;
	border-color: #00aced;
}
.footer-social a.instagram:hover {
	color: #fff;
	background-color: #e1306c;
	border-color: #e1306c;
}

.footer-sponsor {
	margin: 30px;
	display: inline;
}

@media only screen and (max-width: 767px) {
	.footer-sponsor {
		margin: 30px;
	}
}
.footer-text p {
	margin: 0 4px;
}

@media only screen and (max-width: 767px) {
	.footer-text p {
		font-size: 9px;
	}
}
