html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	outline: none !important;
}
html
{
	background: #fff;
	scroll-behavior: smooth;
}
body
{
	font-family: 'Roboto', 'sans-serif';
	overflow-x: hidden;
}
.headerLineFaq, .headerLinePromote
{
	background-color: #5EC5E8;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.headerLineFaq h1, .headerLinePromote h1
{
	padding: 90px 0 40px 0;
	text-shadow: -1px -1px 1px rgba(40,40,40,.3), 1px 1px 1px rgba(90,90,90,.2);
}
.headerLineFaq h1 b, .headerLinePromote h1 b
{
	background: linear-gradient(#fe2d61, #ff6b8f);
	background: -moz-linear-gradient(#fe2d61, #ff6b8f);
	background: -o-linear-gradient(#fe2d61, #ff6b8f);
	background: -webkit-linear-gradient(#fe2d61, #ff6b8f);
	background-color: #ff4a77;
	border-radius: 8px;
	khtml-border-radius: 8px;
	margin: 6px;
	moz-border-radius: 8px;
	padding: 2px 10px 4px 10px;
	text-shadow: none;
	webkit-border-radius: 8px;
}
.headerLineFaq img, .headerLinePromote img
{
}
.headerLineWelcome
{
	background-image: url(img/manhattan640.jpg);
	background-position: center 55%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	moz-background-size: cover;
	o-background-size: cover;
	overflow: hidden;
	position: relative;
	webkit-background-size: cover;
	width: 100%;
}
.headerLineWelcome img {
	width: 60%;
}
@media screen and (min-width: 641px)
{
	.headerLineWelcome
	{
		background-image: url(img/manhattan800.jpg) !important;
	}
}
@media screen and (min-width: 801px)
{
	.headerLineWelcome
	{
		background-image: url(img/manhattan1024.jpg) !important;
	}
}
@media screen and (min-width: 1025px)
{
	.headerLineWelcome
	{
		background-image: url(img/manhattan1280.jpg) !important;
	}
}
@media screen and (min-width: 1281px)
{
	.headerLineWelcome
	{
		background-image: url(img/manhattan1800.jpg) !important;
	}
}
.headerLine:after
{
	background-size: cover;
	border-bottom: 150px solid white;
	border-left: 3000px solid transparent;
	bottom: 0;
	content: "";
	left: 0;
	moz-background-size: cover;
	o-background-size: cover;
	pointer-events: none;
	position: absolute;
	webkit-background-size: cover;
	width: 100%;
	z-index: 1;
}
.logo
{
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	opacity: 0;
	text-transform: uppercase;
	margin-top: 55px;
}
.fixed div.logo
{
	opacity: 1;
}
#menu a:active
{
	color: #5EC5E8;
}
#menu select
{
	display: none;
}
#menu .active a
{
	border: 0;
	color: #5EC5E8;
}
#menu .active a:focus
{
	border: none;
	outline: none;
}
#menu .active a:active
{
	border: none;
	outline: none;
}
#menu .active a:link
{
	border: none;
	outline: none;
}
#menu .active a:visited
{
	border: none;
	outline: none;
}
#menu li
{
	border-right: 1px solid #fff;
	color: #fff;
	float: left;
	font-family: 'Roboto', 'sans-serif';
	font-size: 14px;
	font-weight: 700;
	list-style: none;
	moz-osx-font-smoothing: grayscale;
	padding-left: 17px;
	padding-right: 16px;
	text-transform: uppercase;
	webkit-font-smoothing: antialiased;
}
#menu li:last-child
{
	border-right: 0;
	padding-right: 0px;
}
#menu
{
	float: right;
	margin-top: 33 px;
	margin-top: 74px;
}
#menu li a
{
	color: #fff;
	text-decoration: none;
}
#menu li a:hover
{
	border: none;
	color: orange;
	outline: none;
}
.galleryFaq, .galleryPromote
{
	color: #fff;
	min-height: 400px;
	text-align: center;
}
.galleryViewMap
{
	color: #fff;
	height: 450px;
	text-align: center;
}
.galleryViewMap h1
{
	margin-left: 10%;
	width: 75%;
}
.galleryWelcome a
{
	background: #fff;
	border: 2px solid #fff;
	border-radius: 40px;
	color: #5EC5E8;
	display: block;
	font-weight: bold;
	margin: 0 auto;
	margin-top: 50px;
	max-width: 160px;
	padding: 15px;
	text-transform: uppercase;
}
.galleryTermsPrivacy {
	margin-bottom: 70px;
}
.galleryWelcome a:hover
{
	background: #1c1c1c;
	border: 2px solid #1c1c1c;
	text-decoration: none;
}
.galleryWelcome img
{
	margin-top: 10%;
}
.CookieDeclaration {
	display: none;
}
.anchor-link a {
	background: none;
	border: none;
	color: #fff;
	text-transform: none;
	font-size: 1.25em;
	padding-bottom: 0px;
	font-weight: 500;
	margin-top: 20px;
	max-width: 25%;
}
@media only screen and (max-width: 380px) {
    .anchor-link {
        margin-top: -15px;
    }
}
.anchor-link a:hover {
	transition: all .2s ease-in-out;
	background: none;
	border: none;
	font-size: 1.5em;
	padding-bottom: 15px;
}

.anchor-arrow img {
	margin-top: 0px;
	height: 20px;
}

.gallery h1
{
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	margin-top: 50px;
}
.galleryFaq img, .galleryPromote img
{
	box-shadow: 0 0 20px rgba(10, 10, 10, .3);
	margin-bottom: -40px;
	margin-top: -10px;
	max-width: 90%;
	z-index: 0;
}
.gallery h1 sup
{
	font-size: 30px;
	font-weight: lighter;
}
#camera_wrap_1
{
	margin-bottom: 0 !important;
	margin-top: 10px;
}
.camera_caption h2
{
	border-bottom: 4px solid #5EC5E8;
	font-family: 'Lato', sans-serif;
	font-size: 100px;
	font-weight: 700;
	letter-spacing: -2px;
}
.slicknav_menu
{
	display: none;
}
@media screen and (max-width: 991px)
{
	.news p
	{
		text-align: center;
	}
	.news div
	{
		text-align: center;
	}
	.news img
	{
		display: inline;
	}
	.pic1Ab
	{
		margin-bottom: 0 !important;
	}
	.pic2Ab
	{
		margin-bottom: 0 !important;
	}
	#menu
	{
		display: none;
	}
	#menuF
	{
		opacity: 0 !important;
		padding-bottom: 0px !important;
	}
	.fixed
	{
		display: none;
		opacity: 0;
	}
	.slicknav_menu
	{
		display: block;
	}
	.about p
	{
		text-align: justify;
	}
}
@media screen and (max-width: 1229px)
{
	.pic1Ab
	{
		margin-bottom: 50px;
	}
	.pic2Ab
	{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 460px)
{
	.pic2Ab
	{
		margin-bottom: 0;
		padding-bottom: 0 !important;
	}
	.pic1Ab
	{
		margin-bottom: 0;
		padding-bottom: 0 !important;
	}
	.camera_caption h2
	{
		font-size: 65px;
	}
	.about h3
	{
		margin-top: 73px !important;
		text-align: center;
	}
	.about p
	{
		margin-top: 30px !important;
		text-align: justify;
	}
	.Ama
	{
		margin-bottom: 100px !important;
		margin-top: 280px !important;
	}
	.soc ul li
	{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 323px)
{
	.footer .fEmail
	{
		border-radius: 4px !important;
		margin-bottom: 10px;
	}
	.footer .subS
	{
		border-radius: 15px !important;
	}
	.news p
	{
		text-align: justify;
		font-weight: 400;
	}
}
@media screen and (max-width: 1229px)
{
	.cont
	{
		margin-left: 0px !important;
	}
	.name
	{
		width: 100% !important;
	}
	.Email
	{
		width: 100% !important;
	}
	.ftext .cBtn ul
	{
		padding-left: 40px !important;
	}
	.news p
	{
		text-align: justify;
	}
}
.sl
{
	background: url(img/sliderl.png) no-repeat;
	height: 67px;
	position: absolute;
	top: 418px;
	width: 100%;
}
.project
{
	margin-top: 12px;
	text-align: center;
}
.project h3
{
	color: #2f2f2f;
	font-family: 'Roboto', 'sans-serif';
	font-size: 37px;
	font-weight: 400;
	letter-spacing: 1px;
}
.project h4
{
	color: #2f2f2f;
	font-family: 'Lato', 'sans-serif';
	font-size: 20px;
	font-weight: 300;
	margin-left: -5px;
}
.project p
{
	color: #666666;
	font-family: 'Roboto', 'sans-serif';
	font-size: 13px;
	font-weight: 300;
	line-height: 23px;
	margin-top: 16px;
}
.cBusiness
{
	margin-top: 25px;
}
.cBusiness h3
{
	font-family: 'Roboto', 'sans-serif';
	font-size: 28px;
	font-weight: 400;
	text-align: center;
}
.cBusiness h4
{
	font-family: 'Lato', 'sans-serif';
	font-size: 16px;
	font-weight: 300;
	margin-top: 16px;
	text-align: center;
}
.centPic
{
	margin-bottom: -89px;
	margin-left: 24 px;
	margin-top: 57px;
	text-align: center;
	z-index: 10;
}
.centPic img
{
	display: inline-block;
}
.line2
{
	background: url(img/stars-bg.jpg) center center no-repeat;
	background-size: cover;
	height: 100%;
	moz-background-size: cover;
	o-background-size: cover;
	overflow: hidden;
	position: relative;
	webkit-background-size: cover;
	width: 100%;
}
.line2:after
{
	background-size: cover;
	border-bottom: 150px solid white;
	border-left: 3000px solid transparent;
	bottom: 0;
	content: "";
	left: 0;
	moz-background-size: cover;
	o-background-size: cover;
	pointer-events: none;
	position: absolute;
	webkit-background-size: cover;
	width: 100%;
	z-index: 1;
}
.line2:before
{
	background-size: cover;
	border-right: 3000px solid transparent;
	border-top: 194px solid white;
	bottom: 0;
	bottom: 489 px;
	content: "";
	display: block;
	left: 0;
	moz-background-size: cover;
	o-background-size: cover;
	pointer-events: none;
	position: absolute;
	top: 0;
	webkit-background-size: cover;
	width: 100%;
	z-index: 1;
}
.featurecircle
{
	border: 2px solid #A0B1C3;
	border-radius: 50%;
	color: #5EC5E8;
	khtml-border-radius: 50%;
	line-height: 26px;
	margin-left: 2px;
	moz-border-radius: 50%;
	padding: 22px 47px 22px 23px;
	webkit-border-radius: 50%;
}
.socialcircle
{
	color: #5EC5E8;
	display: inline-block;
	height: 30px;
	line-height: 0;
	padding: 30px;
	position: relative;
	text-align: center;
	width: 30px;
}
.HW-icon {
	margin-top: 50px;
	width: 10%;
}
.Hardware-Wallet h4, p {
	margin-left: 20px;
}
.Features p {
	text-align: center;
}
.Features h2 {
	margin-bottom: 50px !important;
}
.Fresh
{
	color: #101010;
	margin-bottom: 0px;
	margin-top: 25px;
	text-align: center;
}
.Fresh h2
{
	font-weight: 600;
	margin-bottom: 30px;
}
.Fresh h4
{
	color: #101010;
	font-family: 'Lato', 'sans-serif';
	font-size: 24px;
	font-weight: 600;
	margin-top: 17px;
}
.Fresh p
{
	font-family: 'Roboto', 'sans-serif';
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 24px;
}
a.anchor {
	display: block;
	position: relative;
	top: -150px;
	visibility: hidden;
}
.Crypto {
	margin-top: 30px;
}
.Crypto p {
	font-weight: 500;
}
.Crypto h2 {
	margin-bottom: 0px;
}
.Exchange a
{
	background: #5EC5E8;
	border: 2px solid #fff;
	border-radius: 10px;
	color: #fff;
	display: block;
	font-weight: 500;
	margin: 0 auto;
	margin-bottom: 15px;
	max-width: 210px;
	padding: 15px;
	font-size: 1.5em;
}
.Exchange a:hover
{
	background: #1c1c1c;
}

.InvityCTA
{
	background: #5EC5E8;
	border: 2px solid #fff;
	border-radius: 10px;
	color: #fff;
	display: block;
	font-weight: 500;
	margin: 0 auto;
	margin-bottom: 15px;
	max-width: 400px;
	padding: 15px;
	font-size: 1.5em;
}
.InvityCTA:hover
{
	background: #1c1c1c;
	color: #fff;
	text-decoration: none;
}

.Recommends {
	margin-top: 0;
}
.Recommends a
{
	background: #5EC5E8;
	border: 2px solid #fff;
	border-radius: 15px;
	color: #fff;
	display: block;
	font-weight: 700;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
	max-width: 160px;
	padding: 15px;
}
.Recommends a:hover
{
	background: #1c1c1c;
}
.Recommends img {
	max-width: 150%;
	display: ruby-base-container;
}
.Recommends h3 {
	font-weight: 600;
	text-align: left;
}
.Recommends p {
	padding: inherit;
	display: inline-block;
	width: 250px;
	text-align: left;
	height: 200px;
}
.Trezor img {
	margin-top: 21px;
}
.Trezor p {
	margin-left: 0px;
}
.Cryptotag img {
	margin-top: 15px;
	width: 210px;
	max-width: 200%;
	margin-left: -30px;
}
p#claim
{
	font-size: 18px;
	margin-bottom: 20px;
}
.mc-disclaimer {
	margin-top: 10px;
}
.Snek-l {
	margin-left: 12%;
	width: 65%;
	text-align: left;
}
.Snek-r {
	margin-left: 45%;
	width: 70%;
	text-align: left;
}
.Des h4
{
	margin-left: - 19 px;
}
.Ver h4
{
	margin-left: 0;
}
.Fully h4
{
	margin-left: 20 px;
}
.wwa
{
	margin-top: 8px;
	text-align: center;
}
.wwa h3
{
	color: #2f2f2f;
	font-family: 'Roboto', 'sans-serif';
	font-size: 28px;
	font-weight: 400;
}
.wwa h4
{
	color: #2f2f2f;
	font-family: 'Roboto', 'sans-serif';
	font-size: 16px;
	font-weight: 300;
	margin-top: 15px;
}
.team
{
	margin-top: 46px;
	text-align: center;
}
.team .b1
{
	padding-left: 0;
}
.team .b3
{
	padding-right: 0;
}
.team img
{
	margin: 0 auto;
}
.team h4
{
	color: #2f2f2f;
	font-family: 'Roboto', 'sans-serif';
	font-size: 20px;
	font-weight: 300;
	margin-top: 24px;
}
.team h5
{
	color: #a9a9a9;
	font-family: 'Roboto', 'sans-serif';
	font-size: 13px;
	font-weight: 300;
	margin-top: -3px;
}
.team p
{
	color: #666;
	font-family: 'Roboto', 'sans-serif';
	font-size: 13px;
	font-weight: 300;
	line-height: 24px;
	margin-top: 12px;
}
.team ul
{
	display: inline-block;
	margin: 0 auto;
	margin-top: 2px;
	padding-left: 0px;
}
.team ul li
{
	float: left;
	font-family: FontAwesome;
	font-size: 15px;
	list-style: none;
	padding: 0 10px;
}
.team ul li a
{
	color: #2f2f2f;
}
.team ul li a:hover
{
	color: #5EC5E8;
}
.hr1
{
	margin-top: 34px;
}
.hr1 hr
{
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(219, 219, 219, 1), rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(219, 219, 219, 1), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(219, 219, 219, 1), rgba(0, 0, 0, 0));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(219, 219, 219, 1), rgba(0, 0, 0, 0));
	border: 0;
	height: 1px;
}
.chart
{
	height: 70px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 70px;
}
.chart canvas
{
	left: 0;
	position: absolute;
	top: 0;
}
.percent
{
	display: inline-block;
	line-height: 110px;
	z-index: 2;
}
.percent:after
{
	content: '%';
	font-size: .8em;
	margin-left: 0.1em;
}
.angular
{
	margin-top: 100px;
}
.angular .chart
{
	margin-top: 0;
}
.chart span
{
	color: #2f2f2f;
	font-family: 'Roboto', 'sans-serif';
	font-size: 18px;
	font-weight: 700;
	margin-top: -19px;
}
.percent:after
{
	color: #2f2f2f;
	content: '%';
	font-family: 'Roboto', 'sans-serif';
	font-size: .8em;
	font-size: 18px;
	font-weight: 700;
	margin-left: 0.1em;
}
.chart sup
{
	color: #2f2f2f;
	font-family: 'Roboto', 'sans-serif';
	font-size: 18px;
	font-weight: 700;
	left: 0px !important;
	margin-left: 1px;
	top: 0px !important;
}
.textP h3
{
	color: #2f2f2f;
	font-family: 'Roboto', 'sans-serif';
	font-size: 20px;
	font-weight: 300;
	margin-top: 22px;
	text-align: center;
}
.textP p
{
	color: #2f2f2f;
	font-family: 'Roboto', 'sans-serif';
	font-size: 13px;
	font-weight: 300;
	line-height: 23px;
	margin-top: 13px;
	text-align: center;
}
.bar
{
	margin-top: 32px;
}
.aboutUs
{
	margin-top: 32px;
	text-align: center;
}
.aboutUs h3
{
	color: #2f2f2f;
	font-family: 'Roboto', 'sans-serif';
	font-size: 28px;
	font-weight: 400;
}
.about h3
{
	color: #2f2f2f;
	font-family: 'Roboto', 'sans-serif';
	font-size: 16px;
	font-weight: 300;
	margin-top: 51px;
}
.about p
{
	color: #666666;
	font-family: 'Roboto', 'sans-serif';
	font-size: 13px;
	font-weight: 300;
	line-height: 22px;
	margin-bottom: 0;
	margin-top: 12px;
}
.about img
{
	max-width: 150px;
}
.pic1Ab
{
	float: right;
	padding: 34px;
	padding-bottom: 10px;
	padding-bottom: 15px;
	padding-right: 40px;
	padding-top: 51px;
}
.about1
{
	float: right;
	text-align: right;
}
.pic2Ab
{
	float: left;
	padding: 40px;
	padding-bottom: 39px;
	padding-right: 37px;
	padding-top: 51px;
}
.about2
{
	float: left;
	text-align: left;
}
.horL
{
	background: url(img/horl.png) no-repeat;
	bottom: 0;
	content: '';
	height: 254px;
	left: 0;
	left: 367 px;
	margin: auto;
	overflow: auto;
	position: absolute;
	right: 0;
	top: 31px;
	top: 55 px;
	width: 1170px;
	z-index: 30;
}
.line3
{
	background: url(img/stars-bg.jpg) center center no-repeat;
	background-size: cover;
	height: 100%;
	moz-background-size: cover;
	o-background-size: cover;
	overflow: hidden;
	position: relative;
	webkit-background-size: cover;
	width: 100%;
}
.line3:after
{
	background-size: cover;
	border-bottom: 150px solid white;
	border-left: 3000px solid transparent;
	bottom: 0;
	content: "";
	height: 240px;
	left: 0;
	moz-background-size: cover;
	o-background-size: cover;
	pointer-events: none;
	position: absolute;
	webkit-background-size: cover;
	width: 100%;
	z-index: 1;
}
.line3:before
{
	background-size: cover;
	border-right: 3000px solid transparent;
	border-top: 194px solid white;
	bottom: 0;
	bottom: 489 px;
	content: "";
	display: block;
	left: 0;
	moz-background-size: cover;
	o-background-size: cover;
	pointer-events: none;
	position: absolute;
	top: 0;
	webkit-background-size: cover;
	width: 100%;
	z-index: 1;
}
.Ama
{
	margin-bottom: 133px;
	margin-top: 201px;
}
@media screen and (min-device-width: 1919px)
{
	.Ama
	{
		margin-bottom: 164px;
		margin-top: 246px;
	}
}
.Ama h3
{
	color: #fff;
	font-family: 'Roboto', 'sans-serif';
	font-size: 42px;
	font-weight: 400;
	margin-top: 17px;
	text-align: center;
}
.Ama p
{
	color: #fff;
	font-family: 'Roboto', 'sans-serif';
	font-size: 16px;
	font-weight: 300;
	text-align: center;
}
.lb
{
	margin-bottom: -78px;
	z-index: 10;
}
.lb ul
{
	display: inline-block;
	margin-bottom: 15px;
	margin-left: 14px !important;
	margin-top: 45px !important;
}
.cBtn ul
{
	display: inline-block;
	margin-left: -37px;
	margin-top: 37px;
}
.cBtn ul li
{
	background: #2f2f2f;
	border-radius: 4px;
	box-shadow: 0px 2px 0px 0px #000;
	float: left;
	list-style: none;
	margin-bottom: 15px;
	margin-right: 10px;
	padding: 10px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 11px;
}
.cBtn ul li:last-child
{
	margin-right: 0;
}
.cBtn ul li a
{
	color: #fff;
	font-family: 'Roboto', 'sans-serif';
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.cBtn ul li:hover
{
	background: #5EC5E8;
	box-shadow: 0px 2px 0px 0px #179abf;
	color: #fff;
	cursor: pointer;
}
#filter
{
	display: inline-block !important;
	margin-bottom: 50px !important;
	margin-left: -37px !important;
	margin-top: 37px !important;
}
#filter li
{
	background: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	float: left;
	list-style: none;
	margin-bottom: 30px !important;
	margin-right: 10px !important;
	padding: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
}
#filter li:last-child
{
	margin-right: 0;
}
#filter li a
{
	background: #2f2f2f;
	border-radius: 4px;
	box-shadow: 0px 2px 0px 0px #000;
	color: #fff;
	font-family: 'Roboto', 'sans-serif';
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 15 px;
	margin-right: 10 px;
	padding: 10px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 11px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#filter li a:hover
{
	background: #5EC5E8;
	box-shadow: 0px 2px 0px 0px #179abf;
	color: #fff;
	cursor: pointer;
}
#filter .current
{
	background: #5EC5E8;
	box-shadow: 0px 2px 0px 0px #179abf;
}
.pretty
{
	margin-top: 45px;
}
.pretty img
{
	border-radius: 3px;
}
.pretty
{
	margin-top: 0;
}
.isotope-item
{
	top: 38px !important;
}
.picsGall
{
	height: auto;
	max-width: 100%;
}
.pretty .img-responsive
{
	transition-duration: 0.5s;
}
.pretty .gall a:hover .img-responsive
{
	opacity: 0.45;
	transition-duration: 0.5s;
}
.pretty .plS
{
	display: block;
}
.view h3
{
	margin-bottom: 5px;
	margin-left: - 14 px;
	margin-top: 12px;
	text-align: center;
}
.view a
{
	color: #2f2f2f;
	font-family: 'Roboto', 'sans-serif';
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
}
.view li
{
	background: none;
	color: #a9a9a9;
	display: inline-block;
	font-family: 'Roboto', 'sans-serif';
	font-size: 13px;
	font-weight: 300;
	height: 40px;
	text-align: center;
	text-decoration: none;
}
.view a:hover
{
	color: #5EC5E8;
}
.view ul
{
	display: block !important;
	margin-bottom: 25px;
	margin-top: 7px;
	padding-left: 0;
	text-align: center;
}
.view ul i
{
	color: #a9a9a9;
	display: inline-block;
	font-family: FontAwesome;
	font-size: 13px;
	font-style: normal;
	margin-right: 5px;
}
.view ul li
{
	background: none;
	box-shadow: none;
	display: inline-block;
	list-style: none;
	margin-right: 12px;
	text-align: center;
}
#filter
{
	display: inline-block;
	margin-top: 45px;
}
.view ul a:hover, .view ul a:hover i
{
	color: #fd5f5b;
}
.view ul a
{
	color: #a9a9a9;
	display: inline-block;
	font-family: 'Roboto', 'sans-serif';
	font-size: 13px;
	font-weight: 300;
}
.pb2
{
	margin-top: 25px;
}
.pb3
{
	margin-top: 25px;
}
.cBtn ul i
{
	padding-right: 10px;
}
.cBtn .dowbload, .cBtn .buy
{
	margin-left: 10px;
	margin-top: 4px;
	padding: 13px;
	padding-left: 20px;
	padding-right: 20px;
}
.cBtn .dowbload a, .cBtn .buy a
{
	font-family: 'Roboto', 'sans-serif';
	font-size: 14px;
	font-weight: 700;
}
.cBtn .buy
{
	background: #5EC5E8;
	box-shadow: 0px 2px 0px 0px #179abf;
}
.cBtn .buy:hover
{
	background: #2f2f2f;
	box-shadow: 0px 2px 0px 0px #000;
}
.line4
{
	background: url(img/stars-bg.jpg) center center no-repeat;
	background-size: cover;
	height: 100%;
	moz-background-size: cover;
	o-background-size: cover;
	overflow: hidden;
	position: relative;
	webkit-background-size: cover;
	width: 100%;
}
.line4:after
{
	background-size: cover;
	border-bottom: 150px solid white;
	border-left: 3000px solid transparent;
	bottom: 0;
	content: "";
	height: 240px;
	left: 0;
	moz-background-size: cover;
	o-background-size: cover;
	pointer-events: none;
	position: absolute;
	webkit-background-size: cover;
	width: 100%;
	z-index: 1;
}
.line4:before
{
	background-size: cover;
	border-right: 3000px solid transparent;
	border-top: 194px solid white;
	bottom: 0;
	bottom: 489 px;
	content: "";
	display: block;
	left: 0;
	moz-background-size: cover;
	o-background-size: cover;
	pointer-events: none;
	position: absolute;
	top: 0;
	webkit-background-size: cover;
	width: 100%;
	z-index: 1;
}
.line4 .Ama
{
}
.news
{
	margin-top: 50px;
}
.news2
{
	margin-top: 25px;
}
.news img
{
	border-radius: 3px;
}
.news h3
{
	color: #2f2f2f;
	font-family: 'Roboto', 'sans-serif';
	font-size: 16px;
	font-weight: 300;
	text-align: center;
}
.news p
{
	color: #666666;
	font-family: 'Roboto', 'sans-serif';
	font-size: 13px;
	font-weight: 300;
	line-height: 23px;
}
.readMore
{
	color: #5EC5E8;
}
.readMore i
{
	font-size: 13px;
}
.news .readMore
{
	text-decoration: none;
}
.news .readMore:hover
{
	color: #666666;
}
.news h3 a
{
	color: #2f2f2f;
	font-family: 'Roboto', 'sans-serif';
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
}
.news h3 a:hover
{
	color: #5EC5E8;
}
.news ul
{
	margin-top: 14px;
	padding-left: 0;
	text-align: center;
}
.news ul li
{
	display: inline-block;
	list-style: none;
	padding-right: 20px;
}
.news ul li a
{
	color: #a9a9a9;
	font-family: 'Roboto', 'sans-serif';
	font-size: 13px;
	font-weight: 300;
	list-style: none;
	text-decoration: none;
}
.news ul li
{
	color: #a9a9a9;
	font-family: 'Roboto', 'sans-serif';
	font-size: 13px;
	font-weight: 300;
	list-style: none;
	text-decoration: none;
}
.news ul li a i
{
	padding-right: 5px;
}
.news li i
{
	padding-right: 5px;
}
.news ul li a:hover
{
	color: #5EC5E8;
}
.hrNews
{
	background-color: #fff;
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(219, 219, 219, 1), rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(219, 219, 219, 1), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(219, 219, 219, 1), rgba(0, 0, 0, 0));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(219, 219, 219, 1), rgba(0, 0, 0, 0));
	border: 0;
	height: 1px;
	margin-top: 18px;
}
.mNews
{
	margin-left: -49px !important;
	margin-top: 26px !important;
}
.line5 .Ama
{
}
.line5
{
	background: url(img/stars-bg.jpg) center center no-repeat;
	background-size: cover;
	height: 100%;
	moz-background-size: cover;
	o-background-size: cover;
	overflow: hidden;
	position: relative;
	webkit-background-size: cover;
	width: 100%;
}
.line5:after
{
	background-size: cover;
	border-bottom: 150px solid white;
	border-left: 3000px solid transparent;
	bottom: 0;
	content: "";
	height: 240px;
	left: 0;
	moz-background-size: cover;
	o-background-size: cover;
	pointer-events: none;
	position: absolute;
	webkit-background-size: cover;
	width: 100%;
	z-index: 1;
}
.line5:before
{
	background-size: cover;
	border-right: 3000px solid transparent;
	border-top: 194px solid white;
	bottom: 0;
	bottom: 489 px;
	content: "";
	display: block;
	left: 0;
	moz-background-size: cover;
	o-background-size: cover;
	pointer-events: none;
	position: absolute;
	top: 0;
	webkit-background-size: cover;
	width: 100%;
	z-index: 1;
}
.forma
{
	margin-bottom: -80px;
	margin-top: 48px;
	z-index: 10;
}
.forma input
{
	background: #ededed;
	border: 0px;
	border-radius: 4px;
	color: #555555;
	font-family: 'Roboto', 'sans-serif';
	font-size: 13px;
	font-weight: 300;
	padding-bottom: 10px;
	padding-top: 10px;
}
input:focus
{
	border: 0;
	outline: none;
}
textarea:focus
{
	border: 0;
	outline: none;
}
.name
{
	margin-bottom: 10px;
	margin-right: 10px;
	width: 403px;
}
.Email
{
	margin-bottom: 10px;
	width: 403px;
}
.Subject
{
	margin-bottom: 10px;
	max-width: 816px;
}
textarea
{
	background: #ededed;
	border: 0px;
	border: none;
	border-radius: 4px;
	color: #555555;
	font-family: 'Roboto', 'sans-serif';
	font-size: 13px;
	font-weight: 300;
	height: 153px;
	max-width: 816px;
	padding-bottom: 10px;
	padding-top: 10px;
	resize: none;
}
.forma input:focus, .forma textarea:focus
{
	background: #dfdfdf;
	border: 0;
}
.forma .cBtn a
{
	color: #fff;
	font-family: 'Roboto', 'sans-serif';
	font-size: 13px;
	font-weight: 700;
}
.forma .cBtn ul
{
	margin-bottom: 0;
	margin-left: -15px;
	margin-top: 6px;
	padding-left: 0;
}
.forma .cBtn ul i
{
	padding-right: 10px;
}
.forma .cBtn .clear, .cBtn .send
{
	margin-bottom: 0;
	margin-top: 4px;
	padding: 10px;
	padding-left: 17px;
	padding-right: 17px;
}
.forma .cBtn .clear a, .cBtn .send a
{
	font-family: 'Roboto', 'sans-serif';
	font-weight: 700;
}
.forma .cBtn .send
{
	background: #5EC5E8;
	box-shadow: 0px 2px 0px 0px #179abf;
}
.forma .cBtn .send:hover
{
	background: #2f2f2f;
	box-shadow: 0px 2px 0px 0px #000;
}
.cont
{
	color: #666666;
	font-family: 'Roboto', 'sans-serif';
	font-size: 13px;
	font-weight: 300;
	margin-bottom: -80px;
	margin-left: -33px;
	margin-top: 44px;
	z-index: 10;
}
.cont ul
{
	list-style: none;
	padding-left: 0;
}
.cont li
{
	margin-bottom: 16px;
}
.cont .fa
{
	color: #2f2f2f;
	padding-right: 14px;
}
.cont a
{
	color: #5EC5E8;
	text-decoration: none;
}
.cont a:hover
{
	color: #666666;
}
.line6
{
	height: 700px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.line6:after
{
	background-size: cover;
	border-bottom: 150px solid white;
	border-left: 3000px solid transparent;
	bottom: 0;
	content: "";
	height: 240px;
	left: 0;
	moz-background-size: cover;
	o-background-size: cover;
	pointer-events: none;
	position: absolute;
	webkit-background-size: cover;
	width: 100%;
	z-index: 1;
}
.line6:before
{
	background-size: cover;
	border-right: 3000px solid transparent;
	border-top: 194px solid white;
	bottom: 0;
	bottom: 489 px;
	content: "";
	display: block;
	left: 0;
	moz-background-size: cover;
	o-background-size: cover;
	pointer-events: none;
	position: absolute;
	top: 0;
	webkit-background-size: cover;
	width: 100%;
	z-index: 1;
}
.line6 .Ama
{
	margin-bottom: 250px;
	margin-top: 250px;
}
.line6 .Ama h3
{
	color: #fff;
	font-family: 'Roboto', 'sans-serif';
	font-size: 42px;
	font-weight: 400;
	text-align: center;
}
.line6 .Ama p
{
	color: #fff;
	font-family: 'Roboto', 'sans-serif';
	font-size: 16px;
	font-weight: 300;
	text-align: center;
}
.ftext
{
	margin-bottom: -18px;
	text-align: center;
	z-index: 10;
}
.ftext h3
{
	color: #2f2f2f;
	font-family: 'Roboto', 'sans-serif';
	font-size: 28px;
	font-weight: 400;
	margin-top: 37px;
}
.ftext p
{
	color: #2f2f2f;
	font-family: 'Roboto', 'sans-serif';
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	margin-top: 13px;
}
.ftextFaq .cBtn ul, .ftextPromote .cBtn ul
{
	margin-top: 22px;
}
.ftextWelcome .cBtn ul
{
	margin-top: 40px;
}
.line7
{
	background: #5EC5E8;
	max-height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.viewsFaq, .viewsPromote
{
	padding: 160px 0 300px 0;
	text-align: center;
}
.viewsWelcome
{
	padding: 190px 0 190px 0;
	text-align: center;
}
#CybotCookiebotDialog {
	bottom: 0 !important;
	top: auto !important;
}
.viewsWelcome a
{
	background: #5EC5E8;
	border: 0px solid #fff;
	border-radius: 15px;
	color: #fff;
	display: block;
	font-weight: 700;
	margin: 0 auto;
	margin-top: 210px;
	margin-bottom: 20px;
	max-width: 160px;
	padding: 15px;
	position: inherit
}
.viewsWelcome a:hover
{
	background: #1c1c1c;
}
.views h3
{
	color: #fff;
	font-family: 'Lato', 'sans-serif';
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 27px;
	margin-top: 30px;
	text-align: center;
}
.views h5
{
	border: 3px solid #4E5F70;
	color: #4E5F70;
	display: inline-block;
	font-family: 'Lato', 'sans-serif';
	font-size: 2em;
	font-weight: 700;
	margin-top: 70px;
	padding: .3em .6em .3em .6em;
	position: relative;
}
.views p
{
	color: #fff;
	font-family: 'Roboto', 'sans-serif';
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}
.views img
{
	box-shadow: 0 0 20px rgba(10, 10, 10, .3);
	left: 10%;
	margin: 0 auto;
	position: absolute;
	right: 10%;
	width: 80%;
}
.views:after
{
	background-size: cover;
	border-bottom: 150px solid white;
	border-left: 3000px solid transparent;
	bottom: 0;
	content: "";
	left: 0;
	moz-background-size: cover;
	o-background-size: cover;
	pointer-events: none;
	position: absolute;
	webkit-background-size: cover;
	width: 100%;
	z-index: 1;
}
.line7:before
{
	background-size: cover;
	border-right: 3000px solid transparent;
	border-top: 150px solid white;
	bottom: 0;
	bottom: 489 px;
	content: "";
	display: block;
	left: 0;
	moz-background-size: cover;
	o-background-size: cover;
	pointer-events: none;
	position: absolute;
	top: 0;
	webkit-background-size: cover;
	width: 100%;
	z-index: 1;
}
.footer
{
	margin-top: 40px;
	min-height: 335px;
}
.footer h3
{
	color: #5EC5E8;
	font-family: 'Lato', 'sans-serif';
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 17px;
	text-align: center;
}
.footer p
{
	color: #1c1c1c;
	font-family: 'Roboto', 'sans-serif';
	font-size: 16px;
	font-weight: 300;
	text-align: center;
}
.footer .fEmail
{
	background: #1c1c1c;
	border: 0;
	border-radius: 4px;
	color: #fff;
	float: left;
	font-family: 'Roboto', 'sans-serif';
	font-size: 14px;
	font-weight: 300;
	padding: 11px;
	padding-left: 20px;
	width: 350px;
}
.footer .email
{
	float: left;
}
.footer .subS
{
	background: #5EC5E8;
	border-radius: 15px;
	color: #fff;
	float: left;
	font-family: 'Roboto', 'sans-serif';
	font-size: 14px;
	font-weight: 700;
	margin-left: 10px;
	padding-bottom: 11px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 11px;
	text-decoration: none;
}
.footer .subS:hover
{
	background: #1c1c1c;
}
.fr
{
	margin: 40 px 0 0 357 px;
	margin-top: 40px;
	text-align: center;
}
.soc ul li
{
	float: left;
	list-style: none;
	margin-bottom: 20px;
	text-align: center;
	text-decoration: none;
}
.soc
{
	margin-top: 42px;
	text-align: center;
}
.soc ul
{
	display: inline-block;
	padding-left: 0;
}
.lineBlack
{
	background: #101010;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.downLine
{
	margin-bottom: 35px;
	margin-top: 35px;
}
.downLine p
{
	color: #fff;
	font-family: 'Roboto', 'sans-serif';
	font-size: 13px;
	font-weight: 300;
}
.lineBlack:before
{
	background: transparent;
	background-size: cover;
	bottom: 0;
	content: "";
	height: 178px;
	left: 0;
	moz-background-size: cover;
	o-background-size: cover;
	pointer-events: none;
	position: absolute;
	top: 0;
	webkit-background-size: cover;
	width: 100%;
	z-index: 1;
}
.lineBlack input
{
	margin-top: 3px;
}
#downMenu
{
	float: right;
}
#downMenu li
{
	border-right: 1px solid #343434;
	float: left;
	height: 16px;
	list-style: none;
}
#downMenu li:last-child
{
	border-right: none;
}
#downMenu li a
{
	color: #fff;
	font-family: 'Roboto', 'sans-serif';
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px;
	text-decoration: none;
}
#downMenu li:last-child a
{
	padding-right: 0;
}
#downMenu li a:hover
{
	color: #6d6d6d;
}
.downLine input
{
	background: #101010;
	border: 0;
	color: #6d6d6d;
	font-family: 'Roboto', 'sans-serif';
	font-size: 13px;
	font-weight: 300;
	max-width: 95px;
}
.copy
{
	margin-top: 0px;
}
.dm
{
	margin-top: 29px;
}
@media screen and (max-width: 1190px)
{
	.horL
	{
		display: none;
	}
}
@media screen and (max-width: 991px)
{
	.copy p
	{
		text-align: center;
	}
	#downMenu ul li
	{
		float: none;
		text-align: center;
	}
	.downLine input
	{
		margin-top: 25px;
	}
	.footer .fEmail
	{
		float: left;
		max-width: 163px;
		max-width: 350 px;
	}
	#downMenu li a
	{
		padding: 5px;
	}
	.team ul
	{
		margin-bottom: 35px;
	}
	.cont
	{
		margin-top: 124px;
	}
	.cBtn ul
	{
		margin-left: 0;
	}
	.line6 iframe
	{
		height: 750px;
	}
	.line6
	{
		height: 350px;
	}
}
.isotope-hidden.isotope-item
{
	pointer-events: none;
	z-index: 1;
}
.isotope,
.isotope .isotope-item
{
	moz-transition-duration: 0.6s;
	transition-duration: 0.6s;
	webkit-transition-duration: 0.6s;
}
.isotope
{
	moz-transition-property: height, width;
	transition-property: height, width;
	webkit-transition-property: height, width;
}
.isotope .isotope-item
{
	moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
	webkit-transition-property: -webkit-transform, opacity;
}
.isotope.infinite-scrolling
{
	moz-transition: none;
	transition: none;
	webkit-transition: none;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition
{
	moz-transition-duration: 0.1s;
	transition-duration: 0.1s;
	webkit-transition-duration: 0.1s;
}
#filter li a.selected
{
	background: #5EC5E8;
	box-shadow: 0px 2px 0px 0px #179abf;
	color: #fff;
	cursor: pointer;
}
#projects .columns1 .project
{
	width: 100%;
}
.load_more_cont
{
	padding: 10px 0 0;
	width: 100 %;
}
.portfolio_block
{
	width: 100%;
}
.portfolio_block .project .hover_img
{
	position: relative;
}
.portfolio_block.project_descr
{
	border: 0;
	border-bottom: 2px solid #ededed;
	color: #979797;
	padding: 37px 10px 14px;
	position: relative;
	transition: all 0.3s ease-in-out;
	webkit-transition: all 0.3s ease-in-out;
}
.portfolio_block .project:hover .project_descr
{
	border-bottom-color: #765692;
}
.portfolio_block .project_descr h4
{
	font-size: 15px;
	margin-bottom: 11px;
}
.blogpost_share
{
	display: block;
	float: right;
}
.default
{
	padding-bottom: 10px;
	position: fixed;
	top: -50px;
	transition-duration: 1s;
	webkit-transition-duration: 1s;
	width: 100%;
	z-index: 888;
}
.fixed
{
	background-color: #101010 !important;
	padding-bottom: 10px;
	position: fixed;
	top: -50px;
	transition-duration: 1s;
	webkit-transition-duration: 1s;
	width: 100%;
	z-index: 888;
}
.slicknav_btn
{
	z-index: 999 !important;
}
.slicknav_menu:before
{
	background: url(img/coinmap-logo-very-small.png) no-repeat;
	float: left;
	height: 40px;
	margin-left: 7px;
	margin-top: 7px;
	width: 130px;
}
.slicknav_menu
{
	background: #000;
	padding: 5px;
}

@media only screen and (min-width: 400px) {
	#mc_embed_signup {
		left: 30%;
	}
}

#subscribe-form
{
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}
#subscribe-ok
{
	display: none;
	margin-left: auto;
	margin-right: auto;
	width: 320px;
}
#subscribe-disclaimer
{
	font-size: 0.9em;
	margin-top: 16px;
}
#subscribe-disclaimer a
{
	color: #5EC5E8;
	font-weight: bold;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
dl.faq
{
	font-size: 1.5em;
	margin-bottom: 100px;
	text-align: left;
}
dl.faq dt
{
	margin-bottom: 0.5em;
}
dl.faq dd
{
	margin-bottom: 2em;
}

#invity-cta a {
	margin-left: -35px;
}

div.ghost {
    margin-top: 85px;
}
div.ghost-blog {
    transition: transform .1s; /* Animation */
}
div.ghost-blog:hover {
    transform: scale(1.05);
}
.ghost-header {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 40px;
    color: black;
}
.ghost-blog {
    font-family: 'Roboto', 'sans-serif';
}
.ghost-blog img {
    width: 90%;
    height: 200px;
    border-radius: 10px;
    background-color: black;
}
@media only screen and (max-width: 1000px) {
    div.ghost-blog {
        margin-bottom: 30px;
    }
    .ghost-blog img {
        width: auto;
    }
}
.ghost-blog h2 {
    font-size: 20px;
    font-weight: 600;
    color: #101010;
    margin-left: 35px;
    margin-right: 35px;
}
.ghost-blog p {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #101010;
    margin-left: 20px;
    margin-right: 20px;
}

.badge {
    border-radius: 15px;
    background-color: #41ba96;
    padding: 7px;
    margin-top: 20px;
    margin-right: -75px;
    width: 110px;
}

.invity-widget {
    border-style: hidden;
    width: 480px;
    height: 430px;
    margin-bottom: -45px;
    margin-top: 15px;
    border-radius: 5px;
}
@media only screen and (max-width: 1200px) {
    .invity-widget {
        margin-left: 0px;
    	width: 420px;
    }
}
@media only screen and (max-width: 800px) {
    .invity-widget {
        width: 90%;
        margin-left: 0px;
    }
}
@media only screen and (max-width: 600px) {
    .invity-widget {
        margin-left: -5px;
    }
}
@media only screen and (max-width: 380px) {
    .invity-widget {
        margin-left: -8px;
    }
}
@media only screen and (max-width: 360px) {
    .invity-widget {
        margin-left: -15px;
    }
}

.donation-header {
    font-weight: 600 !important;
    font-size: 14px !important;
}

.donation-qr {
    width: 120px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.donation-copy {
    margin-left: 5px;
    cursor: pointer;
}

#feedback-box {
  display: none;
  width: 231px;
  height: 110px;
  background-color: #DD6962;
  border-radius: 4px;
  z-index: 9999;
  position: fixed;
  bottom: 10px;
  right: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
}

#feedback-text {
  font-family: Lato;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  padding: 10px;
  line-height: 24px;
  color: #FFFFFF;
}

#feedback-button {
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #9D514C;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  font-family: Lato;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #DD6962;
  padding: 5px;
  margin: auto;
  width: 210px;
  height: 35px;
  margin-left: 10px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}

#feedback-close:after {
  position: absolute;
  top: 1px;
  right: 10px;
  color: white;
  display: inline-block;
  content: "\00d7"; /* X */
  font-size: 21px;
}

#feedback-close:hover {
  font-weight: 600;
  cursor: pointer;
}

