/* Non-semantic helper classes */
.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}

/* Primary Styles
	 Author: Aivo Paas
*/
header,
footer,
#main {
	max-width: 1250px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 10px;
	margin: 0 auto;
	position: relative;
}

header {
	border-bottom: 3px solid #87ca2f;
}
#logo {
	display: block;
	width: 100%;
	height: 150px;
	text-indent: -9000px;
	overflow: hidden;
	background: url(g/logo-on-black.png) 0 50% no-repeat;
    background-size: contain;
    background-color: #000;
    background-position: 50% 50%;
    background-size: auto 90%;
}

/* Main menu */
header nav {
	clear: both;
	line-height: 40px;
}
header nav li {
	display: inline-block;
	position: relative;
}
header nav li a,
#content-menu li a {
	display: inline-block;
	padding: 0 12px;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	position: relative;
	color: #333;
}
header nav ul ul {
	display: none;
}
header nav ul li a:before,
#content-menu ul li a:before {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	opacity: 0.3;
}
nav ul li a.url-ps5,
nav ul li a.url-ps4,
nav ul li a.url-ps3,
nav ul li a.url-xbox,
nav ul li a.url-xbox-360,
nav ul li a.url-xbox-one,
nav ul li a.url-xbox-series-x-s,
nav ul li a.url-ps2,
nav ul li a.url-ps1,
nav ul li a.url-psp,
nav ul li a.url-nintendo-wii,
nav ul li a.url-nintendo-ds,
nav ul li a.url-gamecube,
nav ul li a.url-ps-vita,
nav ul li a.url-nintendo-switch,
nav ul li a.url-wii-u,
nav ul li a.url-3ds,
nav ul li a.url-pc {
	padding-left: 45px !important;
}
nav ul li a.url-ps5:before,
nav ul li a.url-ps4:before,
nav ul li a.url-ps3:before,
nav ul li a.url-xbox:before,
nav ul li a.url-xbox-360:before,
nav ul li a.url-xbox-one:before,
nav ul li a.url-xbox-series-x-s:before,
nav ul li a.url-ps2:before,
nav ul li a.url-ps1:before,
nav ul li a.url-psp:before,
nav ul li a.url-nintendo-wii:before,
nav ul li a.url-nintendo-ds:before,
nav ul li a.url-gamecube:before,
nav ul li a.url-ps-vita:before,
nav ul li a.url-nintendo-switch:before,
nav ul li a.url-wii-u:before,
nav ul li a.url-3ds:before,
nav ul li a.url-pc:before {
	content: ' ';
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 5px;
	top: 5px;
}
nav ul li a.url-ps5:before {
	background-image: url(g/logo-ps5-2.png);
}
nav ul li a.url-ps4:before {
	background-image: url(g/logo-ps4-2.png);
}
nav ul li a.url-ps3:before {
	background-image: url(g/logo-ps3.png);
}
nav ul li a.url-ps2:before {
	background-image: url(g/logo-ps2.png);
}
nav ul li a.url-ps1:before {
	background-image: url(g/logo-ps1.png);
}
nav ul li a.url-psp:before {
	background-image: url(g/logo-psp.png);
}
nav ul li a.url-xbox:before {
	background-image: url(g/logo-xbox.png);
}
nav ul li a.url-xbox-360:before {
	background-image: url(g/logo-xbox360.png);
}
nav ul li a.url-xbox-one:before {
	background-image: url(g/logo-xboxone.png);
}
nav ul li a.url-xbox-series-x-s:before {
	background-image: url(g/logo-xbox-x.png);
}
nav ul li a.url-nintendo-wii:before {
	background-image: url(g/logo-wii.png);
}
nav ul li a.url-gamecube:before {
	background-image: url(g/logo-gamecube.png);
}
nav ul li a.url-nintendo-ds:before {
	background-image: url(g/logo-nintendo-ds.png);
}
nav ul li a.url-ps-vita:before {
	background-image: url(g/logo-ps-vita.png);
}
nav ul li a.url-nintendo-switch:before {
	background-image: url(g/logo-nintendo-switch.png);
}
nav ul li a.url-wii-u:before {
	background-image: url(g/logo-wii-u.png);
}
nav ul li a.url-3ds:before {
	background-image: url(g/logo-nintendo-3ds.png);
}
nav ul li a.url-pc:before {
	background-image: url(g/logo-pc.png);
}
header nav ul li a:hover:before {
	opacity: 1;
}
header nav li a.open {
	background: #eee;
}
header nav li a.open:before {
	opacity: 1;
}
header nav li a:hover {
	background: #ccc;
	color: #000;
}

header nav li:hover ul {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	z-index: 1;
	border: 3px solid #ccc;
}
header nav ul ul li {
	display: block;
}
header nav ul ul a {
	display: block;
	white-space: nowrap;
	padding-left: 42px;
}
header nav ul ul a.open {
	background: transparent;
}

/* Content menu */
#content-menu {
	margin-bottom: 30px;
	display: flex;
	line-height: 40px;
}
#content-menu ul {
	display: flex;
	flex-wrap: wrap;
}
#content-menu li a {
	white-space: nowrap;
}
#content-menu li a.open {
	background: #eee;
}
#content-menu li a.open:before {
	opacity: 1;
}
#content-menu li a:hover {
	background: #ccc;
	color: #000;
}
#content-menu .top-level {
	pointer-events: none;
}
#content-menu .top-level li a.open {
	background: transparent;
}

/* Header shopping cart */
#cart {
	display: block;
	float: right;
	position: relative;
	padding: 40px 0 10px;
	width: 700px;
	text-align: right;
	text-decoration: none;
	overflow: hidden;
	max-height: 65px;
}
#cart .cart-empty {
	display: none;
}
#cart.empty .cart-empty {
	display: block;
}
#cart.empty .cart-items {
	display: none;
}
#cart .title {
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	text-align: right;
	padding: 0 0 10px;
	line-height: 20px;
	position: absolute;
	top: 10px;
	right: 0;
	color: #000;
}
a#cart:hover .title {
	text-decoration: underline;
}
#cart .item {
	height: 60px;
	padding: 0;
	margin: 0 1px 10px 10px;
	display: inline-block;
}
#cart .item img {
	position: relative;
	max-height: 60px;
	left: 0;
	top: 0;
}
#cart .empty {
	text-decoration: none;
	color: #333;
}

/* Footer */
footer {
	border-top: 3px solid #db2059;
	padding: 5px 10px;
}
footer p {
	margin: 0 0 1em;
}
footer nav {
	position: absolute;
	right: 0;
	top: 5px;
	line-height: 30px;
	height: 30px;
	font-size: 14px;
}
footer nav li {
	display: inline-block;
}
footer nav a {
	padding: 0 10px;
}
#header-footer-nav {
	display: none;
}
#header-footer-nav ul {
	list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
	text-align: right;
	padding-left: 50px;
}
#header-footer-nav ul li {
	display: inline-block;
}
#header-footer-nav ul a {
	line-height: 25px;
	padding: 0 8px;
	font-size: 12px;
    color: #666
}

/* Main area */
#main {
	padding: 10px 0 40px;
	display: flex;
    flex-direction: row-reverse;
}

/* Sidebar */
aside {
	width: 250px;
	margin-left: 50px;
	flex-shrink: 0;
}
aside h1 {
	font-size: 24px;
}

aside nav a {
	display: block;
	text-decoration: none;
	color: #87ca2f;
	padding: 5px 10px;
	font-weight: bold;;
}
aside nav a:hover {
	background-color: #f8f8f8;
	color: #87ca2f;
}
aside nav a.open {
	background-color: #eee;
	color: #e58b15;
}

#hot {
	padding: 0 0 20px;
}
#hot .add-to-cart {
	margin: 10px 0 0;
}

/* General item style */
.item {
	padding: 20px 0 0 100px;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.item:before,
.item:after {
	content: '';
	display: table;
}
.item:after {
	clear: both;
}
.item .title {
	font-size: 18px;
	font-weight: bold;
	display: block;
	color: #000;
	text-decoration: none;
}
.item:hover a.title {
	color: #156ee5;
}
.item a.title:hover {
	text-decoration: underline;
}
.item img {
	position: absolute;
	left: 0;
	top: 20px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.item .meta {
	font-size: 12px;
	padding: 5px 0;
	color: #666;
}
.price {
	color: #142ddd;
	font-size: 24px;
	line-height: 24px;
	text-align: right;
}
.add-to-cart {
	background: #87ca2f;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding: 0 10px;
	line-height: 25px;
	border-radius: 5px;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 14px;
	float: right;
}
.add-to-cart:hover {
	background: #e58b15;
	color: #fff;
}
.item .category {
	display: none;
	position: absolute;
	top: -20px;
	left: 50%;
	font-size: 13px;
	text-align: center;
	background: #fff;
	white-space: nowrap;
	margin-left: -12px;
	padding: 2px 5px;
	border: 2px solid #000;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.item:hover .category {
	display: block;
}

/* Main content */
#content {
	flex-grow: 1;
}

/* Products list */
.products {
	margin-right: -25px;
}
.products .item {
	width: 33.33%;
	float: left;
	height: 325px;
	padding: 0 25px 0 0;
	text-align: center;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.products .title {
	padding-bottom: 5px;
}
.products img {
	max-height: 230px;
	min-height: 100px;
	max-width: 215px;
	position: relative;
	margin: 0 auto 10px;
	display: block;
	top: auto;
	left: auto;
}
.products .price {
	position: absolute;
	right: 25px;
	margin-top: -40px;
	background: #fff;
	padding: 0 10px;
	line-height: 1.5em;
	box-shadow: 0 0 0 3px #fff, 0 0 0 3px #888 inset;
	overflow: hidden;
}
.products .add-to-cart {
	float: none;
	margin: 0 auto;
	opacity: 0;
	transition: opacity 0.15s linear;
}
.products .item:hover .add-to-cart {
	opacity: 1;
}
.products .item .used,
.products .item .new {
	display: none;
	position: absolute;
	top: 6px;
	left: 50%;
	font-size: 13px;
	text-align: center;
	background: #fff;
	white-space: nowrap;
	margin-left: -12px;
	padding: 1px 5px;
	border: 2px solid #000;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #81bf32;
	font-weight: bold;
}
.products .item:hover .used,
.products .item:hover .new {
	display: block;
}
.products .item .used:before {
	content: 'Kasutatud';
}
.products .item .new:before {
	content: 'Uus';
}

/* Shopping cart */
.cart-form {
	border: 3px solid #eee;
	padding: 0 15px 15px;
	background: #f8f8f8;
}
.cart-content {
	width: 55%;
	float: left;
}
.cart-information {
	width: 45%;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 50px 40px;
}
.cart-items {
	padding-bottom: 10px;
}
.cart-items .item {
	min-height: 100px;
	padding-left: 90px;
}
.cart-items .item img {
	max-width: 80px;
	max-height: 80px;
}
.cart-items .title,
.cart-items .meta {
	padding-right: 70px;
}
.cart-items .meta,
.cart-items .used,
.cart-items .new {
	padding-bottom: 0;
	line-height: 16px;
}
.cart-items .used:before {
	content: 'Kasutatud';
	color: #87ca2f;
	font-size: 12px;
}
.cart-items .new:before {
	content: 'Uus';
	color: #87ca2f;
	font-size: 12px;
}
.cart-items .price {
	position: absolute;
	right: 0;
	bottom: 10px;
	font-size: 18px;
}
.cart-items .remove {
	position: absolute;
	right: 0;
	top: 20px;
	display: none;
	text-decoration: none;
	color: #aaa;
	font-size: 30px;
	padding: 0 0 10px 10px;
}
.cart-items .remove:hover {
	color: #db2059;
}
.cart-items .item:hover .remove {
	display: block;
}
.cart-form h3 {
	padding: 20px 0 10px;
}
.cart-form label {
	display: block;
	width: 100%;
}
.shipping label {
	line-height: 30px;
}
.shipping .price {
	float: right;
	font-size: 18px;
	opacity: 0.2;
}
.shipping .selected .price {
	opacity: 1;
}
.shipping input {
	margin-right: 5px;
}
.cart-content .total {
	text-align: right;
	padding-top: 20px;
	font-size: 20px;
}
.cart-content .total--subtotal,
.cart-content .total--discount {
	padding-top: 8px;
	font-size: 16px;
}
.cart-content .total--subtotal {
	color: #666;
}
.cart-content .total--discount {
	color: #2c7d18;
}
.cart-content .total--grand {
	padding-top: 16px;
	font-size: 20px;
}
.cart-content .total .price {
	display: inline-block;
	padding-left: 20px;
}
.cart-form label input[type='text'],
.cart-form label textarea,
.cart-form label select {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
	padding: 2px 5px;
}
.point-select-hidden {
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	overflow: hidden;
}
.point-combo {
	position: relative;
	margin-bottom: 5px;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.cart-form .point-combo-input {
	display: block !important;
	width: 100% !important;
	box-sizing: border-box !important;
	padding: 6px 8px !important;
	border: 1px solid #c7c7c7 !important;
	border-radius: 4px !important;
	background: #fff !important;
	color: #222 !important;
	font-size: 14px !important;
	line-height: 1.3 !important;
	margin-bottom: 0 !important;
}
.cart-form .point-combo-input:focus {
	border-color: #87ca2f !important;
	outline: 0 !important;
	box-shadow: 0 0 0 2px rgba(135, 202, 47, 0.2) !important;
}
.point-combo-list {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 200;
	background: #fff;
	border: 1px solid #c7c7c7;
	border-radius: 4px;
	box-shadow: 0 6px 20px rgba(0,0,0,0.12);
	max-height: 260px;
	overflow: auto;
	display: none;
	margin-top: 6px;
	width: 100%;
	box-sizing: border-box;
}
.point-combo.open .point-combo-list {
	display: block;
}
.point-combo-group {
	padding: 6px 10px;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	background: #f3f5f7;
	color: #4f4f4f;
	border-bottom: 1px solid #e6e6e6;
}
.cart-form .point-combo-item {
	all: unset !important;
	display: block !important;
	box-sizing: border-box !important;
	width: 100% !important;
	text-align: left;
	padding: 8px 10px !important;
	background: #fff !important;
	color: #222 !important;
	border-bottom: 1px solid #eee !important;
	cursor: pointer;
	font-family: inherit;
	font-size: 14px !important;
	line-height: 1.3 !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	font-weight: 400 !important;
	float: none !important;
	border-radius: 0 !important;
	appearance: none !important;
}
.cart-form .point-combo-item:hover,
.cart-form .point-combo-item.active {
	background: #f0f7e6 !important;
}
.point-combo-empty {
	padding: 8px 10px;
	color: #999;
}
.cart-form .smartpost_right {
	width: 100%;
}
.cart-form table.smartpost_table select {
	width: 100%;
}
.cart-form .smartpost_table {
	width: 100%;
	border-color: transparent;
}
.cart-form .smartpost_table tr {
	border: 0;
}
.cart-form .smartpost_input {
	padding: 0;
}
.cart-form label textarea {
	height: 75px;
}
.cart-form button {
	clear: both;
	background: #87ca2f;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding: 0 15px;
	line-height: 40px;
	border-radius: 10px;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 20px;
	float: right;
	border: 0;
}
.cart-form button:hover {
	background: #e58b15;
}
.transport-additional {
	display: none;
}
.accept-conditions {
	margin-top: 15px;
}
.accept-conditions p {
	display: inline;
}
.accept-conditions input {
	margin-right: 5px;
}

/* Smartpost widget hack */
.smartpost_label {
	display: none;
}

/* Product page */
.product-pic {
	width: 300px;
	float: left;
}
.product-pic img {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.product-info {
	overflow: hidden;
	padding-left: 30px;
}
.product-info .meta-info {
	width: 60%;
	float: left;
}
.product-info .price-buy {
	width: 40%;
	float: left;
}
.product-info .add-to-cart {
	margin-top: 10px;
}
.product-info .out-of-stock {
	clear: both;
	padding-top: 20px;
}
.product-info .description {
	clear: both;
	padding-top: 20px;
}
.product-info .category {
	color: #aaa;
}
.product-info .meta-info .used:before {
	content: 'Kasutatud';
	color: #87ca2f;
}
.product-info .meta-info .new:before {
	content: 'Uus';
	color: #87ca2f;
}
.product-info .meta-info .used-disclaimer {
	color: #87ca2f;
	margin-top: 10px;
}
.product-info .meta-info .in-stock {
	color: rgb(0, 0, 0);
	margin-top: 10px;
}
.product-info .meta-info .in-stock .shops {
	display: block;
	font-weight: bold;
}

.screenshots {
	clear: both;
	padding: 20px 0 0;
}
.screenshots img {
	margin: 10px 0 0;
	max-width: 100%;
}

#player {
	clear: both;
	width: 100%;
	height: 393px;
	padding: 20px 0 0;
}

/* List UI */
.list-items {
}
.list-ui {
	padding: 0 25px 20px 0;
	min-height: 70px;
}
.list-pages {
	text-align: center;
}
.list-pages .page {
	display: inline-block;
	padding: 0 5px;
	line-height: 20px;
	font-weight: bold;
	color: #ccc;
	font-size: 20px;
	cursor: pointer;
}
.list-pages .page:hover,
.list-pages .page.active {
	color: #000;
}
.list-items + .list-ui {
	min-height: 0;
}
.list-filter {
	padding: 0 0 10px;
	min-height: 26px;
	text-align: center;
}
.list-filter select,
.list-filter input {
	margin: 0 15px 0 5px;
	width: 200px;
}
.list-ui .field-group {
	margin: 10px 0 0;
	display: inline-block;
}

/* Contact */
.contact-content {
	width: 50%;
	float: left;
	padding-right: 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-form {
	width: 50%;
	float: right;
}
.contact-form label.email {
	display: none;
}
.contact-form label {
	display: block;
	margin: 0 0 5px;
}
.contact-form label input {
	display: block;
	width: 200px;
	max-width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-form label textarea {
	display: block;
	width: 100%;
	max-width: 500px;
	height: 100px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-form button {
	clear: both;
	background: #87ca2f;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding: 0 15px;
	line-height: 40px;
	border-radius: 10px;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 20px;
	float: right;
	border: 0;
}
.contact-form .thanks {
	display: none;
}

.error {
	background: #fee;
	border: 3px solid #fcc;
	padding: 10px;
	margin-bottom: 10px;
}
.error > :last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.cart-popup {
	display: none;
}
.cart-popup:before {
	content: '';
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}
.cart-popup__content {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 350px;
	padding: 30px;
	border: 3px solid #87ca2f;
	background: #fff;
	z-index: 2;
}
.cart-popup__title {
}

.button {
	background: #87ca2f;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 10px;
	line-height: 25px;
	border-radius: 5px;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 14px;
	margin: 10px 10px 0 0;
	display: inline-block;
}
.button--close {
	background: #e58b15;
}
.button:hover {
	color: #000;
}

body .montonio-aspsp-grid-logos .montonio-aspsp-grid-item {
	margin-right: 10px;
}
.montonio-fields {
	clear: both;
}
.choose-payment-method {
	margin-bottom: 15px;
}
.choose-payment-method label {
	display: inline-block;
	width: auto;
	margin-bottom: 15px;
	margin-right: 20px;
}
.choose-payment-method input[type=radio] {
	margin-right: 5px;
}

@media screen and (max-width: 1024px) {
	aside {
		display: none;
	}
	#logo,
	header nav,
	#cart {
		position: relative;
	}
	header {
		height: auto;
		padding: 10px;
	}
	#logo {
		top: 0;
		left: 0;
		height: 75px;
		margin-bottom: 5px;
	}
	#cart {
		width: auto;
		margin-top: 15px;
		padding: 5px 0;
		text-decoration: none;
	}
	#cart .item {
		display: none;
	}
	#cart .title {
		padding: 0;
		position: relative;
	}
	header nav {
		height: auto;
	}

	#main {
		padding: 10px;
	}
	#content {
		width: 100%;
	}
	.list-ui {
		padding-right: 0;
	}
	.products {
		margin-right: 0;
	}
	.products .list-items {
		text-align: center;
	}
	.products .item {
		width: 250px;
		display: inline-block;
		float: none;
		padding: 0 12px;
	}
	.products .add-to-cart {
		opacity: 0.7;
	}
	.product-pic {
		max-width: 30%;
		float: right;
		padding: 0 0 20px 20px;
	}
	.product-pic img {
		width: 100%;
	}
	.product-info {
		padding-left: 0;
		overflow: visible;
	}

	footer {
		padding: 10px;
		position: static;
	}
	footer nav {
		display: none;
		position: absolute;
		margin-left: 160px;
		text-align: right;
	}
	#header-footer-nav {
		display: block;
	}

	.cart-items .remove {
		display: block;
	}
}
@media screen and (max-width: 720px) {
	.cart-content {
		float: none;
		width: auto;
	}
	.cart-information {
		float: none;
		width: auto;
		padding: 15px 0;
	}
	.products .item {
		width: 150px;
		height: 280px;
		display: inline-block;
		float: none;
	}
	.products img {
		max-width: 120px;
		max-height: 180px;
	}
	.products .price {
		font-size: 20px;
	}
	.products .title {
		font-size: 14px;
	}
}
@media screen and (max-width: 480px) {
	.contact-content,
	.contact-form {
		float: none;
		width: auto;
		padding: 0 0 15px;
	}

	header nav {
		width: auto;
		padding-right: 40px;
	}
	header nav li {
		display: none;
	}
	header nav li.open {
		display: inline-block;
	}
	header nav {
		min-height: 40px;
	}
	header nav:after {
		content: 'Vali konsool';
		position: absolute;
		top: 0;
		right: 50px;
		color: #888;
	}
	header nav:before {
		content: ' ';
		display: block;
		width: 30px;
		height: 7px;
		background: #87ca2f;
		padding: 4px 0;
		border: 0 solid #87ca2f;
		border-width: 7px 0;
		position: absolute;
		right: 5px;
		top: 5px;
		background-clip: content-box;
	}
	header nav.open li,
	header nav.open li a,
	header nav li.open ul,
	header nav li.open li:hover ul,
	header nav li.open ul li {
		display: inline-block;
	}
	header nav li:hover ul {
		position: relative;
		top: 0;
		border: 0;
	}
	header nav.open li:hover ul {
		display: none;
	}
	header nav li.open ul {
		padding-left: 10px;
	}
	header nav li ul a {
		padding: 0 5px 0 10px;
		color: #aaa;
	}
	header nav li.open ul a.open {
		color: #000;
	}
	header nav.open li.open ul {
		display: none;
	}
	header nav ul {
		position: relative;
		z-index: 1;
		background: #fff;
	}
	#content-menu {
		display: none;
	}
}

/* Print styles */
@media print {
	* {
		background: transparent !important;
		color: black !important;
		box-shadow: none !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: ' (' attr(href) ')';
	}
	abbr[title]:after {
		content: ' (' attr(title) ')';
	}
	.ir a:after,
	a[href^='javascript:']:after,
	a[href^='#']:after {
		content: '';
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
