.int-censor{
	max-width: 588px;
	margin: 0 auto;
}
.g-section {
	margin: 1em 0;
	background: no-repeat right top;
	background-size: auto 130px;
  display: inline-block;
  max-width: 588px;
	border-top: 1px solid #c7c7c7;
	padding-top: 1em;
}

.g-question-text {
	font-family: 'sl-Apres', verdana, sans-serif;;
	font-size: 40px;
	line-height: 1.2em;
	margin-bottom: 0.2em;
}

.g-button-container {
	margin-bottom: 30px;
}

.g-button-container:after {
	visibility: hidden;
	display: block;
	content: '';
	clear: both;
	height: 0;
}

.g-button {
	font-family: 'sl-Apres', verdana, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
    background-color: #ff0b3a;
    padding: 10px 14px 11px 14px;
	width: 130px;
	float: left;
	cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	border-right: 1px solid #fff;
}

.g-button:first-of-type {
	border-radius: 7px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: 1px solid #fff;
}

.g-button:last-of-type {
	border-radius: 7px;
	border-top-left-radius: 0;
	border-right: 0;
	border-bottom-left-radius: 0;
}

.g-button:hover {
	background-color: #111111;
	color: #ffffff;
	webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
}

.g-button-active {
	background-color: #ff0b3a;
	color: #ffffff;
	cursor: default;
}

.g-button-active:hover {
	background-color: #ff0b3a !important;
}

.g-button-disabled {
	pointer-events: none;
	color: #888888;
	background-color: #ececea;
	cursor: default;
}

.g-button-disabled:hover {
	background-color: #f6f6f4 !important;
	color: #cececc !important;
}

.g-correct span:after {
	content: '✔';
	line-height: 0px;
	color: green;
	font-size: 15px;
	margin-left: 7px;
}

.g-incorrect span:after {
	content: '×';
	line-height: 0px;
	font-size: 20px;
	color: #ff0b3a;
	margin-left: 7px;
}

.g-graf, .g-graf a {
	font-family: 'sl-sl-Apres', verdana, sans-serif;
	font-size: 18px;
	line-height: 1.7em;
	color: transparent;
	text-shadow: 0 0 15px rgba(0,0,0,0.5);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.g-unblur, .g-unblur a {
	color: #111 !important;
	text-shadow: 0 0 0px rgba(0,0,0,0.5) !important;
	webkit-transition: all 0.35s ease-in-out;
		-moz-transition: all 0.35s ease-in-out;
		-o-transition: all 0.35s ease-in-out;
		-webkit-transition: all 0.35s ease-in-out;
		transition: all 0.35s ease-in-out;
	-webkit-touch-callout: all;
    -webkit-user-select: all;
    -khtml-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
}

.g-unblur a {
	border-bottom: 1px solid #ff0b3a;
}

.g-unblur a:hover {
	color: #ff0b3a !important;
	text-decoration: none;
	-webkit-text-stroke-width: .5px;
	-webkit-text-stroke-color: #ff0b3a !important;
	webkit-transition: -webkit-text-stroke-width 0.25s ease-in-out;
	-moz-transition: -webkit-text-stroke-width 0.25s ease-in-out;
	-o-transition: -webkit-text-stroke-width 0.25s ease-in-out;
	-webkit-transition: -webkit-text-stroke-width 0.25s ease-in-out;
	transition: -webkit-text-stroke-width 0.25s ease-in-out;
}

.g-button-active.g-incorrect span:after {
	color: white !important;
}

.g-button-active.g-correct span:after {
	color: white !important;
}

.g-img {
	width: 200px;
	float: left;
	padding-right: 40px;
}

.g-img-blur {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
}

.g-img-unblur {
	-webkit-filter: blur(0px) !important;
	-moz-filter: blur(0px) !important;
	-o-filter: blur(0px) !important;
	-ms-filter: blur(0px) !important;
	filter: blur(0px) !important;
	webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
}

/* score & share block */

.g-social {
	font-family: 'sl-Apres', verdana, sans-serif;
	font-size: 30px;
	margin-bottom: 90px;
margin-top: 90px;
}

.g-social a {
	margin-left: 5px;
	color: black;
}

.g-social a:hover {
	text-decoration: none;
}

.g-social svg {
	height: 20px;
}

.g-button-social {
    background-color: #ff0b3a;
    padding: 3px 14px 11px 14px;
    border-radius: 7px;
    height: 39px;
    width: 39px;
    display: inline-block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.g-button-social:hover {
	background-color: #111111;
	webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
}

.g-button-social-container { display: inline-block; }

/* mobile */

@media (max-width: 900px) {
	.g-button-social-container { display: block; }
	.g-social a { margin-left: 0px !important; margin-left: 5px; margin-top: 10px; }
}

@media (max-width: 739px) {
.g-img { padding-bottom: 40px; }
	.g-section {
		margin: 70px 0;
		background-image: none !important;
	}
	.g-button {
		float: none;
		margin-top: 10px;
		width: auto;
    	border-radius: 7px !important;
	}
	.g-question-text {
		font-size: 25px;
	}
	.g-counter {
		font-size: 25px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
}
