.hading3, h3 {
	font-family: "SourceSansProBold";
	font-size: 38px;
	color: #343434;
	font-weight: 700;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0px;
	-moz-osx-font-smoothing: grayscale;
}

.heading6, h6 {
	font-weight: 400;
	color: #fff;
	font-size: 30px;
	line-height: 36px;
	text-transform: inherit;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0px;
	-moz-osx-font-smoothing: grayscale;
}

.product-caption {
	left: 50px;
	top: 140px;
	width: 440px;
	text-align: left;
	padding: 0;
}

.product-caption p {
	color: #3a3a3a;
	font-size: 18px;
	line-height: 30px;
	margin-top: 35px;
}

.footer {
	width: 100%;
	float: left;
	padding: 50px 0 60px;
	background: #4f4f4f;
}

.footer-flex {
	display: flex;
	padding: 0;
}

.footer_left {
	width: 210px;
	float: left;
}

.footer_nav {
	padding: 0;
	float: left;
	width: 75%;
	margin-top: 12px;
}

.footer_nav li {
	float: left;
	list-style: none;
	width: 33%;
	line-height: 33px;
}

.footer_nav li a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0px;
	-moz-osx-font-smoothing: grayscale;
}

.footer_nav li a:hover {
	color: #79d1ff;
}

.footer__right {
	padding: 0;
	margin-top: 12px;
}

.footer__button__container {
	margin: 18px 0;
}

.google_play {
	margin: 0 11px 0 0;
}

.footer-bottom {
	width: 100%;
	float: left;
	text-align: center;
}

.social_media {
	float: left;
	margin-left: 0;
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}

a.media_link {
	width: 20px;
	height: 22px;
	font-size: 22px;
	line-height: 40px;
	margin: auto 12px;
	color: #969696;
	display: inline-block;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0px;
	-moz-osx-font-smoothing: grayscale;
}

a.media_link:hover {
	color: #79d1ff;
}

.text__copyright {
	color: #fff;
	font-size: 16px;
	letter-spacing: .2px;
	margin-top: 50px;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0px;
	-moz-osx-font-smoothing: grayscale;
}

.messengers-container a.clicked {
	transform: translateY(0px) scale(1) rotate(0deg);
	opacity: 1 !important;
}

.t__onloadActive .t__OnloadContain {
	transform: scale(1);
	opacity: 1;
}

@media (min-width: 1200px) and (max-width: 1500px) {
	.t__onloadActive .t__OnloadContain {
		transform: scale(.78);
		opacity: 1;
	}
}

@media (min-width: 240px) and (max-width: 500px) {}

@media (min-width: 501px) and (max-width: 810px) {}

@media (min-width: 811px) and (max-width: 1000px) {}

@media (min-width: 1001px) and (max-width: 1250px) {}