* {
	margin: 0;
	padding: 0;
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', 'Open Sans', Helvetica, Arial, sans-serif;
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img.lazy {
	opacity: 0;
}

.archived-issue-notice {
	font-weight: bold;
}

.site-wrapper {
	overflow: hidden;
	min-height: 100%;
	padding-bottom: 250px;
	position: relative;
}

.site-footer {
	padding-top: 30px;
	background-color: #303438;
	color: #909498;
	width: 100%;
	height: 180px;
	position: absolute;
	bottom: 0;
	background: linear-gradient(#1B1E22, #303438 10%, #404448);
	margin-top: 40px;
}

.site-footer a {
	color: inherit;
	text-decoration: none;
	transition: color .2s;
}

.footer-column {
}

.centered {
	text-align: center;
}

.footer-logo {
	max-width: 200px;
}

.footer-branding {
	color: #fff;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: 800;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.footer-branding img {
	max-height: 20px;
	margin-right: 10px;
}

.footer-copyright {
	font-size: 80%;
	margin-top: -30px;
	max-width: 200px;
}


.site-footer ul {
	list-style: none;
}

.site-footer li {
	font-size: 80%;
	font-weight: 600;
	text-transform: uppercase;
}

.site-footer a:hover {
	color: #fff;
}

.footer-apps {
	text-align: right;
}

.footer-apps li {
	margin-bottom: 5px;
}

.footer-apps img {
	width: 130px;
}

.navbar-spacer {
	height: 60px;
}

.navbar {
	background-color: rgba(248, 249, 250, .98) !important;	
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	padding: 0px 15px;
}

.nav-item {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 95%;
	display: flex;
	align-items: center;
}

.nav-item .dropdown-item {
	font-size: 90%;
	font-weight: 600;
    color: #555;
	display: flex;
	align-items: center;
}

.nav-item .dropdown-item:active {
	color: #fff;
}

.nav-item-button {
	padding: 0 20px;
}

.navbar-toggler {
	border: 0;
}

.navbar input[type=search] {
	width: 180px;
}

.navbar .social {
	border-left: 1px solid #d0d5d9;
	padding-left: 15px;
}

.social a>img {
	width: 25px;
	height: 25px;
	opacity: .6;
	transition: opacity .3s;
}

.social a:hover>img {
	opacity: 1;
}


.site-logo {
	/* width: 180px; */
	max-height: 50px;
}

.navbar .site-logo.logo-compact {
	display: none;
}

.spotlight-issues {
	list-style: none;
	margin: 0 -20px;
}

.spotlight-issues .issue {
	position: relative;
	width: 25%;
	height: 460px;
	box-sizing: border-box;
	float: left;
	padding: 10px 18px;
}

.spotlight-issues .issue-inner {
	position: relative;
	box-sizing: border-box;
	height: 100%;
}

.spotlight-issues .cover-container {
	height: 70%;
	height: calc(100% - 85px);
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: relative;
}

.spotlight-issues .cover {
	max-width: 100%;
	max-height: 100%;
	box-shadow: 0 3px 10px rgba(0,0,0,.2);
	transform-origin: 50% 110%;
	transition: transform .15s, opacity .15s;
	/*
	border: 2px solid #ddd;
	border-width: 0 3px 2px 0;
	*/
}

.spotlight-issues .issue:hover .cover {
	transform: scale(1.05);
}

.spotlight-issues .issue-info {
	margin-top: 15px;
	line-height: 20px;
	height: 59px;
}

.spotlight-issues button {
	font-family: Helvetica, Arial, sans-serif;
	float: right;
	font-size: 80%;
	line-height: 110%;
	margin-left: 10px;
	padding: 6px 9px;
}

.spotlight-issues h1 {
	font-size: 85%;
	font-weight: 600;
	text-transform: uppercase;
	color: #444;
}

.spotlight-issues h2 {
	font-size: 90%;
	font-weight: 300;
	color: #444;
}

.spotlight-issues .issue-info h3 {
	font-size: 90%;	
}

.spotlight-issues .issue-info .show-all {
	font-weight: 600;
}

.spotlight-issues .issue-info .discount {
	color: #FF0A8D;
	font-size: 90%;
	font-weight: 800;
}

.spotlight-issues .issue-info * {
	margin-bottom: .1em;
}

.spotlight-issues .issue-info .delete {
	font-weight: 600;
	color: #666;
}

.vertical-spacer {
	min-height: 15px;
}

.btn-ll {
	background-color: #3af;
	color: #fff;
	line-height: 18px;
	font-size: 90%;
	font-weight: 800;
	border-width: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.btn-ll:hover {
	color: #fff;
}

.btn-outline-ll {
	border-color: #18c;
	color: #18c;
}

.btn-outline-ll:hover {
	background-color: #18c;
}

.uc {
	text-transform: uppercase;
}

.single-issue .cover-action-button {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -75px;
	width: 150px;
	transition: transform .2s, opacity .2s;
	transform: translateY(20px);
	opacity: 0;
}

.single-issue .cover-container:hover .cover-action-button {
	transform: translateY(0px);
	opacity: 1 !important;
}

.single-issue .cover-shade {
}

.purchase-products-options {
	list-style: none;
}

.purchase-products-options li {
	background-color: #fff;
	color: #444;
	border-radius: .25rem;
	padding: 8px 15px;
	margin: 10px 0;
	border: 2px solid #eee;
	font-size: 90%;
	font-weight: 400;
	cursor: pointer;
	padding-left: 40px;
	transition: border-color .2s, background-color .2s, color .2s;
	user-select: none;
}

.purchase-products-options .input .checked {
	display: none;
}

.purchase-products-options li:hover {
	border-color: #f2f4f6;
	background-color: #f2f4f6;
}

.purchase-products-options li.selected {
	border-color: #26a;
	background-color: #26a;
	font-weight: 600;
	color: #fff;
}

.purchase-products-options .original-price {
	font-weight: 300;
	text-decoration: line-through;
}

.purchase-products-options .price {
	font-weight: 700;
}

.purchase-products-options .input {
	display: inline-block;
	position: absolute;
	margin-left: -25px;
}

.purchase-products-options li.selected .input .checked {
	display: inline;
}

.purchase-products-options li.selected .input .unchecked {
	display: none;
}

.purchase-products-options .icon {
	opacity: .4;
	margin: 0 5px;
}

.purchase-products-options .option-input {
	display: none;
	animation: fadeIn .2s ease-out;
}

.purchase-products-options li.selected .option-input {
	display: block;
}

.purchase-products-options .option-input {
	margin: 10px 0;
}

.purchase-products-options .option-input input[type=text] {
	border: 0;
	padding: 5px 8px;
	width: 100%;
	background-color: #fff;
	border-radius: 3px;
	font-size: 120%;
}

.section-header {
	margin: auto;
	padding: 0px;
	/*color: #26a;*/
	text-transform: uppercase;
	font-weight: 300;
	font-size: 180%;
	text-align: left;
	margin: 30px 0px;
	margin-top: 50px;
}

.section-subheader {
	font-size: 140%;
	margin-bottom: 20px;
}

.header-gfx {
	padding: 30px;
	background-position: center; 
	background-size: cover;
	text-align: center;
}

.header-gfx .punchline {
	max-width: 900px;
	margin: auto;
}

.frontpage .header-gfx {
	/* background-image: url(http://neu.lehtiluukku.fi/img/fxbg-1.jpg); */
	background-image: url(/img/lehtiluukku-gfx1.jpg);
}

.no-break {
	white-space: nowrap;
}

.page {
	margin-top: 20px;
}

.header-gfx h1 {
	display: inline;
	color: #fff;
	font-size: 25px;
	background-color: rgba(0,0,0,.7);
	line-height: 150%;
	padding: 0 20px;
}

.spotlight-issues .issue .price {
	display: none;
	color: #18c;
	margin-right: 10px;
}

.spotlight-issues .issue .price-ball {
	font-size: 85%;
	bottom: -12px;
	right: -12px;
	width: 46px;
	height: 46px;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-weight: 800;
	background-color: #39f;
	position: absolute;
	display: none;
}

.spotlight-issues .issue .price-ball.free {
	background-color: #f39;
}

.single-issue {
	margin-top: 50px;
}

.single-issue .cover-area {
	width: 95%;
}

.single-issue .cover {
	width: 100%;
	max-width: 470px;
	box-shadow: 0px 0px 20px rgba(0,0,0,.15);
}

.single-issue .cover-area .issue-number {
	padding: 20px;
	position: relative;
	color: #777;
	display: flex;
	align-items: center;
	justify-content: center;
}

.single-issue .cover-area .issue-number h1 {
	font-size: 150%;
	font-weight: 300;
	text-align: center;
}

.single-issue .info-column .purchase-options {
	margin-top: 20px;
}

.issue-action-button {
	text-transform: uppercase;
	margin-right: 10px;
	font-weight: 800;
	font-size: 80%;
	padding: 10px 15px;	
}

.issue-action-button:hover {
	background-color: #26a;
	color: #fff;
}

.issue-main-action {
	margin-top: 15px;
}

.issue-notify-button {
	background-color: #f5f5f5;
	color: #28d;
	font-weight: 600;
}

.issue-notify-button .label-disable {
	display: none;
}

.issue-notify-button.enabled .label-disable {
	display: inline;
}

.issue-notify-button.enabled .label-enable {
	display: none;
}

.single-issue .info-column h1 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 150%;
	color: #26a;
}

.single-issue .info-column h2 {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 120%;
	color: #666;	
}

.share-buttons {
	margin-bottom: 15px;
}

.share-buttons a {
	margin-right: 2px;
}

.share-buttons a > img {
	opacity: .5;
	filter: contrast(.2) sepia(100%) hue-rotate(180deg);
	transition: opacity .3s, filter .3s;
}

.share-buttons a:hover > img {
	filter: contrast(.2) sepia(100%) hue-rotate(180deg) saturate(600%) brightness(90%);
	opacity: 1;
}

.single-issue .meta-data h4 {
	font-size: 80%;
	color: #888;
}

.single-issue .tabs-container {
	margin: 20px 0;
}

.single-issue .cover-container {
	position: relative;
}

.mini-header {
	text-transform: uppercase;
	font-size: 100%;
	font-weight: 800;
	color: #888;
}

.tabbed .tabs {
	list-style: none;
}

.tabbed .tabs li {
	display: inline-block;
	cursor: pointer;
	user-select: none;
}

.tabbed .tab-content {
	display: none;
}

.tabbed .tab-content.tab-visible {
	display: block;
}

.tabs-container .tabs a {
	color: inherit;
	text-decoration: inherit;
}

.tabs-container .tabs a:hover {
	text-decoration: inherit;
}

.tabs-container .tabs li {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 80%;
	color: #888;
	transition: color .2s;
	margin-right: 10px;
}

.tabs-container .tabs {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

.tabs-container .tabs li:hover {
	color: #444;
}

.tabs-container .tabs li.tab-selected {
	color: #29e;
}

.tabs-container .tabs li.single-tab {
	color: #888;
	cursor: initial;
}

.tabs-container .tab-content {
	font-size: 90%;
	color: #333;
	animation: fadeIn .2s ease-out;
}

.section-divider {
	height: 1px;
	border-bottom: 1px solid #ddd;
	margin: 20px 0;
}

.archive-list {
	list-style: none;
}

.archive-list li {
	float: left;
	width: 10%;
	height: 175px;
	padding: 8px;
	position: relative;
	text-align: center;
	font-size: 80%;
}

.archive-list .cover-container {
	width: 100%;
	height: 70%;
	height: calc(100% - 20px);
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.archive-list .cover {
	max-width: 100%;
	max-height: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	transition: transform .2s, opacity .2s;
	opacity: 0;
}

.archive-list .cover:hover {
	transform: scale(1.05);
}

.archive-list .issue-number {
	margin-top: 4px;
}

.archive-section.collapsible {
	clear: both;
	display: none;
	animation: fadeIn .2s ease-out;
}

.archive-section-toggle {
	float: left;
	border: 1px solid #bbb;
	color: #888;
	padding: 5px 20px;
	border-radius: 6px;
	font-size: 95%;
	font-weight: 700;
	line-height: 29px;
	display: flex;
	align-items: center;
	transition: color .2s, background-color .2s, border-color .2s;
	cursor: pointer;
	user-select: none;
	margin-bottom: 1%;
	margin-right: 1%;
	text-transform: uppercase;
}

.archive-section-toggle .fas {
	font-size: 150%;
    vertical-align: middle;
    margin-left: 10px;
}

.archive-section-toggle.by-month {
	width: 15.6%;
}

.archive-section-toggle:hover {
	background-color: #808488;
	border-color: #808488;
	color: #fff;
}

.archive-section-toggle .arr-down {
	display: none;
}

.archive-section-toggle.expanded .arr-right {
	display: none;
}

.archive-section-toggle.expanded .arr-down {
	display: inline;
}

.archive-section-toggle.expanded {
	float: none;
	clear: both;
	border-color: transparent;
	background-color: transparent;
	transition: none;
}

.archive-section-toggle.expanded:hover {
	color: #888;
}

.archive-section.expanded {
	display: block;
}

.error-message {
	margin: 20px 0;
	border: 2px solid #606468;
	color: #606468;
	border-radius: 5px;
	padding: 20px;
	font-weight: 700;
	text-align: center;
}

.single-issue .issue-change {
	font-size: 200%;
	position: absolute;
	top: 50%;
	margin-top: -.8em;
	color: #999;
}

.single-issue .issue-prev {
	right: 0px;
}

.single-issue .issue-next {
	left: 0px;
}

.ll-badge {
	background-color: #f44;
	color: #fff;
	position: absolute;
	min-width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 10px;
	margin-top: -10px;
	margin-left: -0px;
	font-size: 90%;
	font-weight: 800;
	font-family: Helvetica, Arial, sans-serif;
	padding: 0 5px;
	opacity: 0;
}

.ll-badge-active {
	opacity: 1 !important;
}

.notice {
	padding: 20px 30px;
	border: 1px solid #ddd;
	margin: 20px 0;
	border-radius: 8px;
	color: #444;
	font-size: 90%;
}

.notice p {
	font-weight: 600;
	margin: 0;
}

.collapsed-action {
	display: none;
}

.description-collapsed {
	max-height: 300px;
	overflow: hidden;
	position: relative;
}

.description-collapsed .collapsed-action {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 100px;
	display: flex;
	justify-content: left;
	align-items: flex-end;
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1) 80%);
}

.modal {
}

.modal-open .modal {
	-webkit-overflow-scrolling: touch;
}

.modal-content {
	border: 0;
	box-shadow: 0 0 30px rgba(0,0,0,.5);
	border-radius: 10px;
}

.modal-content > div {
	padding: 20px;
}

.modal-header {
	/* border: 0; */
}

.modal-content .modal-footer {
	border: 0;
	padding-top: 0;
}

.modal-content .modal-body {
	/* padding-bottom: 10px; */
}

.notice .icon {
	margin-right: 5px;
}

.notice .icon.info {
	color: #26a;
}

.subscription-notice {
	display: none;
}

.subscription-notice.visible {
	display: block;
}

.dropdown-menu {
	margin-bottom: 10px;
	min-width: 280px;
}

.table-ll {
	width: 100%;
	font-size: 90%;
  	border-collapse: separate;
  	border-spacing: 0 10px;

}

.order-history .order-date {
	margin-left: 10px;
	color: #666;
}

.table-ll td {
	border-bottom: 3px solid #eee;
}


.table-ll td {
	vertical-align: top;
}

.table-ll td {
	padding: 5px 0;
	padding-right: 25px;
}

.table-ll td:last-child {
	padding-right: 0px;
}

.table-ll a {
	color: #29e;
	font-weight: 800;
}

.table-ll {
	margin-bottom: 20px;
}

.table-ll .inactive {
	opacity: .5;
}

.order-products {
	width: 100%;
	border-spacing: 0;
	margin: 20px 0;
	margin-top: 40px;
}

.order-products th, .order-products td {
	padding: 5px 10px;
	border: 1px solid #eee;
}

.order-products th {
	background-color: #eee;
}

.order-products td {
	background-color: #fff;
}

.order-details .order-totals {
	text-align: right;
}

.order-details {
	animation: fadeIn .3s ease-out;
}

.order-details .print {
	float: right;
}

.order-details .print-button {
	color: #fff;
}

.light-info {
	color: #888;
}

.settings-dialog {
	padding: 20px;
	background-color: #f5f5f5;
	margin: 30px 0;
}

.settings-dialog input {		
	padding: 8px 8px;
	border: 1px solid #ddd;
	border-radius: 3px;
	background-color: #fff;
}

.settings-dialog input[type=text], .settings-dialog input[type=password], .settings-dialog input[type=email] {
	width: 500px;
	max-width: 100%;
	margin-bottom: 10px;
	margin-right: 10px;
	appearance: none;
	-webkit-appearance: none;
}

.settings-dialog .inline-submit {

}

.settings-dialog.notifications p {
	color: #666;
	margin: 0;
}

.settings-dialog.notifications input {
	margin-right: 5px;
}

.change-email .email-value {
	display: block;
	font-size: 100%;
}

.notification-titles-list {
	list-style: none;
	margin: 10px 0;
}

.notification-titles-list li {
	float: left;
	width: 33%;
}

.notification-titles-list li > div {
	border: 1px solid #bbb;
	border-radius: 4px;
	color: #17b;
	padding: 5px 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 80%;
	cursor: pointer;
}

.notification-titles-list li > div:hover {
	background-color: #17b;
	border-color: #17b;
	color: #fff;
}

.notification-titles-list .delete-button {
	padding: 5px;
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 4px;
	text-align: center;
	line-height: 11px;
	box-sizing: border-box;
}

.faint-notice {
	text-align: center;
	background-color: #f5f5f5;
	padding: 20px;
	color: #666;
}

.faint-notice p {
	margin: 0;
}

body.print-page {
	padding: 20px;
	height: auto;
}

.print-content {
	max-width: 800px;
	margin: auto;
}

.print-page .order-details-header {
	font-size: 150%;
	margin-bottom: 30px;
}

.print-page .order-products {
	margin-top: 30px;
}


.all-titles {
	list-style: none;
}

.all-titles a {
	color: #555;
	text-decoration: none;
}

.all-titles a:hover {
	text-decoration: none;
}

.all-titles li {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	font-size: 100%;
	font-weight: 600;
	margin-bottom: 30px;
	padding-right: 30px;
	width: 33.3%;
	float: left;
	transition: background-color .2s;
}

.all-titles li:hover {
	background-color: #f5f5f5;
}

.all-titles .title-cover {
	height: 130px;
	width: 100px;
	margin-right: 20px;
	text-align: center;
	flex-grow: 0;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.all-titles .cover {
	opacity: 0;
	transition: opacity .3s;
	max-width: 100%;
	max-height: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.all-titles .alphabet {
	font-size: 200%;
	font-weight: 800;
	color: #999;
	margin-bottom: 30px;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}

a.all-titles-alphabet {
	font-size: 140%;
	padding: 4px 12px;
	margin-right: 0px;
	font-weight: 600;
	color: #29e;
	text-transform: uppercase;
	float: left;
	transition: color .2s, background-color .2s;
}

a.all-titles-alphabet:hover, a.all-titles-alphabet.selected {
	color: #fff;
	background-color: #29e;
	text-decoration: none;
}

.alphabet-block {
	animation: fadeIn .3s ease-out;
}

.category-listing {
	list-style: none;
}

.category-listing li {
	width: 33.3%;
	float: left;
	font-weight: 700;
	font-size: 90%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.category-listing a {
	color: #666;

}

.category-listing a:hover {
	color: #29e;
}

.category-listing li.selected a {
	color: #29e;
	font-weight: 800;
}

.all-titles li {
	width: 25%;
	display: block;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	height: 300px;
}

.all-titles li:hover {
	background: inherit;
}

.all-titles li .title-cover {
	width: 100%;
	height: 250px;
}

.all-titles li .title-name {
	margin-top: 15px;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
}

.search-helper {
	position: relative;
}

.search-helper .search-suggestions {
	background-color: #fbfbfb;
	border: 1px solid #ddd;
	position: absolute;
	right: 10px;
	margin-top: 5px;
	width: 300px;
	box-shadow: 0px 3px 15px rgba(0,0,0,.1);
	animation: fadeIn .2s ease-out;
}

.search-helper .search-suggestions ul {
	list-style: none;
	margin: 0;
	overflow-x: auto;
	max-height: calc(100vh - 70px);
}

.search-helper .search-suggestions li {
	padding: 8px 10px;
	text-transform: uppercase;
	font-size: 90%;
	font-weight: 600;
	color: #666;
}

.search-helper .search-suggestions li:hover, .search-helper .search-suggestions li.selected {
	background-color: #f0f0f0;
	color: #29e;
}

.search-helper .search-suggestions a { 
	text-decoration: none;
}

.search-helper .search-suggestions li.search-item-content {
	text-transform: none;
	border-bottom: 1px solid #ddd;
	font-weight: 400;
}


.search-results {
	list-style: none;
}

.search-results a {
	text-decoration: none;
	color: inherit;
}

.search-results a:hover {
	text-decoration: none;
	color: inherit;
}

.search-results li {
	display: flex;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.search-results .match-cover {
	float: left;
	margin-right: 20px;
	width: 100px;
	flex-grow: 0;
	flex-shrink: 0;
	min-height: 150px;
}

.search-results .match-cover img {
	width: 100%;
	max-width: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	opacity: 0;
	transition: opacity .2s;
}

.search-results h1 {
	font-size: 130%;
	font-weight: 500;
	text-transform: uppercase;
}


.search-results .match-number {
	font-weight: 300;
}

.search-results .match-page {
	color: #505356;
	border-radius: 20px;
	font-size: 90%;
	font-weight: 700;
}

.search-results .match-publication-date {
	font-size: 90%;
	color: #888;
	text-transform: uppercase;
}

.search-page-select {
	margin: 20px 0;
	margin-bottom: 30px;
}

.search-page-select a {
	font-weight: 700;
	padding: 5px;
	width: 40px;
	display: inline-block;
	text-align: center;
	margin-right: 5px;
	color: #29e;
	transition: background .2s, color .2s;
}

.search-page-select a:hover, .search-page-select a.selected {
	background-color: #29e;
	color: white;
	text-decoration: none;
}

.search-form {
	margin-bottom: 20px;
}

.search-form .search-field {
	border-bottom: 1px solid #ddd;
	display: flex;
	padding: 0px 0;
}

.search-form input[type=text] {
	display: inline-block;
	width: 100%;
	border: 0;
	font-size: 150%;
	padding: 4px 0px;
	outline: none;
}

.search-form button {
	display: inline-block;
	flex-grow: 0;
	flex-shrink: 0;
	width: 30px;
	border: 0;
	background: none;
	outline: none;
	color: #444;
	transition: color .2s;
	text-align: right;
}

.search-form button:hover {
	color: #29e;
}

.search-form select {
	appearance: none;
	-webkit-appearance: none;
	border: 0;
	border-radius: 0;
	background: none;
	width: 100%;
	max-width: 100%;
	color: #666;
	text-transform: uppercase;
	outline: none;
}

.search-field {
	margin-bottom: 20px;
}

.title-field {
	border: 1px solid #ddd;
	padding: 8px 16px;
	position: relative;
}

.title-field .caret {
	position: absolute;
	right: 15px;
	top: 13px;
	color: #666;
}

.nav-item .dropdown-user-header {
	padding-top: 15px;
	padding-bottom: 15px;
	text-transform: none;
	font-weight: 400;
}

#modalCart .modal-body {
	position: relative;
	min-height: 120px;
}

.loading-indicator {
	top: 20px;
	left: 0;
	text-align: center;
	margin: 20px 0;
	position: absolute;
	width: 100%;
	height: 40px;
}

.cart-cover {
	max-width: 80px;
	margin-right: 25px;
	float: left;
	box-shadow: 3px 3px 3px rgba(0,0,0,.2);
}

table.cart {
	width: 100%;
	transition: opacity .2s;
	user-select: none;
	border-collapse: separate;
	border-spacing: 0 20px;
}

.loading table {
	opacity: .2;
}

.loading .payment-methods {
	opacity: .2;
}

.button-cancel {
	font-weight: bold;
}

.button-pay {
	font-weight: bold;
	float: right;
}

.cart-container {
	padding: 0;
	position: relative;
}

.cart td {
	padding-right: 10px;
	padding-bottom: 10px;
}

.cart .product-description {
	display: flex;
	align-items: center;
}

.cart .product-description a {
	color: inherit;
}

.cart .product-price {
	font-weight: bold;
	white-space: nowrap;
}

.cart .product-delete {
	text-align: right;
}

.cart .cart-total td {
	padding-top: 15px;
	border-top: 1px solid #ddd;
}

.cart .cart-sum-subtitle {
	text-align: right;
	font-weight:  bold;
}

.cart .cart-sum-amount {
	font-weight: bold;
	white-space: nowrap;
}

.payment-methods-logos img {
	width: 72px;
}

.payment-methods {
	list-style: none;	
}

.payment-methods h4 {
	font-size: 100%;
	font-weight: bold;
	color: #000;
	transition: all .2s;
	margin: 0;
}

.payment-methods input[type=radio] {
	margin-right: 6px;
}

.payment-methods li {
	border-radius: 6px;
	cursor: pointer;
	user-select: none;
	padding: 15px;
	border: 2px solid #ddd;
	margin-bottom: 20px;
	transition: all .2s;
	opacity: .7;
	transform: scale(.98);
}

.payment-methods li:hover,
.payment-methods li.selected {
	border-color: #7799bb;
	opacity: 1;
	transform: scale(1);
	box-shadow: 0 0 20px rgba(0,0,0,.05);
}

.payment-methods li:hover h4, 
.payment-methods li.selected h4 {
	color: #000;
}

.info-graph {
	margin-bottom: 20px;
}

.anon-credentials {
	border: 1px solid #999;
	padding: 20px;
	margin-bottom: 20px;
}

.anon-credentials .value {
	font-family: Courier, Helvetica, Arial, sans-serif;
}

.anon-continue {
	font-size: 110%;
	margin-bottom: 30px;
	padding: 10px 20px !important;
}

.anon-bump {
	animation: bump .3s ease-out;
}

p.emphasized {
	font-size: 120%;
	padding: 20px;
	background-color: #f5f5f5;
}

.page-login {

	background: linear-gradient(#eee, #fff);
	background-image: url(/img/blurbg3.jpg);
	background-position: center;
	background-size: cover;

}


.login-screen-container {
	width: 100%;
	max-width: 450px !important;
	padding-top: 50px;
	margin: 20px auto;
	animation: slideIn 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}


@keyframes slideIn {
	0% { opacity: 0; transform: translateY(50px); }
	100% { opacity: 1; transform: translateY(0); }
}

.login-error-message {
	background-color: #f54;
	padding: 10px 20px;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	margin-bottom: 20px;
	display: none;
	opacity: 0;
	animation: fadeIn .4s ease-out;	
}

.login-error-message p:last-child {
	margin: 0;
}

.credentials-error .login-error-message {
	display: block;
	opacity: 1;
}



.login-logo {
	max-width: 100%;
	display: block;
	margin: auto;
}

.login-screen, .notice-screen {
	background-color: #fff;
	width: 100%;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	margin-bottom: 20px;
}

.notice-screen {
	padding: 20px;
	background-color: #ffffe9;
}


.login-screen h1 {
	text-align: center;
	font-size: 180%;
	font-weight: 600;
	padding: 20px 0;
	padding-top: 40px;
	margin: 0;
}

.login-screen .login-content {
	padding: 20px 40px;
}

.ll-input-group {
	margin-bottom: 20px;
	transition: opacity .3s;
}

.ll-input-group h4 {
	font-size: 100%;
	font-weight: 600;
}

.ll-input-group .header-add {
	font-size: 80%;
	float: right;
}

.ll-input-group input {
	width: 100%;
}

.ll-input-group input[type=text], .ll-input-group input[type=password], .ll-input-group input[type=email] {
	border: 1px solid #ccc;
	padding: 6px 8px;
	border-radius: 3px;
	appearance: none;
	-webkit-appearance: none;
}

.credentials-error input[type=text], .credentials-error input[type=password] {
	border-color: #f88;
} 

.login-content {
	position: relative;
}

.login-form.loading .ll-input-group {
	opacity: .3;
}

.login-form .loading-indicator {
	display: none;
	z-index: 999;
}

.login-form.loading .loading-indicator {
	display: block;
}

.navbar .btn-sm {
	font-size: 90%;
}

.payment-login-section {
}

.payment-submit-buttons .button-pay {
	transition: opacity .4s ease-out;
}

.payment-submit-buttons .button-pay[disabled] {
	opacity: .3;
}

.payment-login-section a {
	text-decoration: underline;
}

.payment-login-userinfo {
	font-size: 120%;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 20px;
	margin: 20px 0;
}

.payment-login-userinfo p {
	margin: 0;
}

.payment-login-userinfo .fas {
	color: #3c3;
}

.payment-login-userinfo.hidden {
	display: none;
}

.ll-add-link {
	color: #666;
}

.sign-up-container .error-message {
	display: none;
	border: none;
	background-color: #f43;
	color: #fff;
	font-weight: bold;
	padding: 15px;
	font-size: 90%;
	animation: fadeIn .3s ease-out;
}

.sign-up-container.error .error-message {
	display: block;
}

.sign-up-container.error input {
	border-color: #f33;
}

.purchase-options.loading .subscribe-button {
	pointer-events: none;
	opacity: .5;
}

.purchase-options .subscribe-button .spinner-border {
	display: none;
}


.purchase-options.loading .subscribe-button .value {
	display: none;
}

.purchase-options.loading .subscribe-button .spinner-border {
	display: inline-block;
}

.notice .fa-check {
	color: #3b3;
	margin-right: 5px;
}

.dropdown-menu {
	animation: fadeIn .2s ease-out;
}

.faq-list {
	margin-top: 40px;
	list-style: none;
}

.faq-list h2 {
	font-size: 110%;
	font-weight: 600;
	margin: 0px;
	color: #17f;
	display: flex;
	align-items: flex-start;
	cursor: pointer;
}

.faq-list h2 .icon-arrow {
	margin-top: .25em;
	font-size: 80%;
	margin-right: 8px;
	transition: transform .1s ease-out;
}

.faq-list p {
	margin: 0;
	margin-top: 10px;
}

.faq-list li {
	padding: 20px 0;
	border-top: 1px solid #eee;
}

.toggleable-items .toggleable-content {
	display: none;
	margin-top: 20px;
}

.toggleable-items .active .toggleable-content {
	animation: fadeIn .2s linear;
	display: block;
}

.toggleable-items .active .toggleable-toggler .icon-arrow {
	transform: rotateZ(90deg);	
}

.page.support .info-box {
	font-size: 130%;
	margin-bottom: 20px;
}

.page.support .info-box h3 {
	font-size: 100%;
}

.page.support .info-box span {
	color: #18f;
	cursor: pointer;
}

.not-found-gloomie {
	float: right;
	font-size: 10em;
	color: #eee;
	font-family: Helvetica, Arial, sans-serif;
	margin-left: 10px;
	margin-top: -40px;
}

.empty-library-notice {
	border: 2px dashed #bbb;
	font-size: 1.2em;
	color: #888;
	padding: 20px;
	margin-bottom: 30px;
	text-align: center;	
}

a.btn-ll {
	text-decoration: none;
}

.issue-subscriber-login {
	margin-top: 20px;
}

@keyframes fadeIn {
	0% { opacity: 0 };
	100% { opacity: 0 };
}

@keyframes bump {
	0% { transform: scale(1); }
	50% { transform: scale(1.2); }
	100% { transform: scale(1); }
}

@media (max-width: 1199px) { 

	.category-listing li {
		width: 50%;
	}

	.spotlight-issues .issue {
		height: 400px;
	}

	.archive-list li {
		height: 140px;
	}

	.archive-section-toggle.by-month {
		width: 24%;
	}

}

@media (max-width: 991px) { 

	.navbar .site-logo.logo-compact {
		display: block;
		margin: 5px 0;
		max-height: 40px;
	}

	.navbar .site-logo.logo-full {
		display: none;
	}


	.notification-titles-list li { 
		width: 50%;
	}

	.navbar {
		font-size: 90%;
	}

	.navbar-brand img {
		/* max-width: 150px; */
	}

	.nav-item-button {
		padding: 10px;
		padding-left: 40px;
	}

	.all-titles li {
		width: 33.3%;
		height: 320px;
	}

	.single-issue {
		margin-top: 30px;
	}

	.single-issue .info-column .purchase-options button {
		font-size: 75%;
	}

	.spotlight-issues .issue {
	  	font-size: 85%;
		width: 33.3%;
		height: 390px;
		padding: 0px 14px;
	}

	.btn-ll {
		padding: 10px 7px;
	}

	.issue-action-button {
		padding: 10px 15px;
		font-size: 80%;
	}

	.archive-list li {
		width: 16.6%;
		height: 180px;
	}

	.archive-section-toggle.by-month {
		width: 24%;
	}


}

@media (max-width: 767px) { 

	.navbar .site-logo {
		margin-left: 10px !important;
	}

	.navbar .social {
		padding-left: 10px;
		border: 0;
	}

	.section-header {
		margin-top: 25px;
	}

	.notification-titles-list li { 
		float: none;
		width: 100%;
	}

	.issue-action-button {
		display: block;
		width: 100%;
	}

	.navbar-collapse {
		padding-bottom: 20px;
	}

	.nav-item-button {
		padding: 10px 0;
		padding-left: 10px;
		margin-bottom: 5px;
	}

	.nav-item {
		padding-left: 10px;
		display: block;
	}


	.login-screen-container {
		padding-top: 0px;
	}

	.single-issue .cover-action-button {
		transform: none;
		opacity: 1 !important;
	}

	.all-titles li {
		width: 50%;
	}

	.category-listing li {
		width: 100%;
	}

	.purchase-products-options li {
		max-width: 100%;
	}

	.archive-section-toggle.by-month {
		width: 32.3%;
	}

	.archive-list li {
		width: 20%;
		height: 180px;
	}

	.site-footer {
		height: 370px;
		padding-bottom: 30px;
	}

	.site-footer .footer-copyright {
		margin: 0;
		text-align: left;
	}

	.site-wrapper {
		padding-bottom: 390px;
	}

	.footer-apps {
		text-align: left;
	}


	.single-issue .info-column .purchase-options button {
		width: 100%;
		margin-bottom: 10px;
	}

	.single-issue .cover-area {
		max-width: 300px;
		margin: auto;
	}

  .spotlight-issues {
  	margin: 0;
  }

  .spotlight-issues .issue {
  }

  .spotlight-issues .issue {
	height: 350px;
  	width: 33.3%;
  }

	.spotlight-issues .cover-container {
		height: calc(100% - 90px);
	}

}

@media (max-width: 600px) { 

	.single-issue {
		margin-top: 30px;
	}


	.archive-list li {
		width: 25%;
		height: 190px;
	}


  .spotlight-issues .issue button {
  	display: none;
  }

  .spotlight-issues .issue .price-ball {
  	display: flex;
  }

  .spotlight-issues .issue {
	height: 300px;
  }

	.spotlight-issues .cover-container {
		height: calc(100% - 90px);
	}  

	.archive-section-toggle.by-month {
		width: 49%;
		font-size: 90%;
	}

}

@media (max-width: 480px) { 


	.all-titles li {
		font-size: 90%;
		height: 260px;
	}

	.all-titles li .title-cover {
		height: 200px;
	}

	.archive-list li {
		width: 33.3%;
		height: 190px;
	}

	.header-gfx h1 {
		font-weight: 600;
		font-size: 18px;
	}

	.spotlight-issues .issue {
		height: 350px;
		width: 50%;
	}

	.spotlight-issues .cover-container {
		height: calc(100% - 85px);
	}


}

@media (max-width: 420px) { 

	.table-ll td {
		font-size: 80%;
	}

	.payment-methods h4 {
		font-size: 90%
	}

	.payment-methods-logos img {
		width: 40px;
	}

	.payment-submit-buttons button {
		width: 100%;
		margin-bottom: 10px;
	}

	.cart-contents {
		font-size: 90%;
	}

	.search-results .match-cover {
		width: 80px;
		min-height: 120px;
	}

	.search-results h1 {
		font-size: 100%;
	}

	.spotlight-issues .issue-info .show-all {
		font-size: 85%;
	}

	.archive-list li {
		width: 33.3%;
		height: 180px;
	}

	.spotlight-issues .issue {
		height: 280px;
	}

	.spotlight-issues .cover-container {
		height: calc(100% - 90px);
	}

	.archive-section-toggle {
		width: 49%;
		margin-right: 1%;
		position: relative;
	}

	.archive-section-toggle .fas {
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -.5em;
	}


}

@media (max-width: 360px) { 

	.cart-cover {
		display: none;
	}


	.all-titles li {
		font-size: 90%;
		height: 240px;
	}

	.all-titles li .title-cover {
		height: 170px;
	}

	.archive-section-toggle.by-month {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		font-size: 90%;
		position: relative;
	}

	.archive-section-toggle.by-month .fas {
		position: absolute;
		right: 10px;
	}


	.archive-list li {
		width: 33.3%;
		height: 160px;
	}


  .spotlight-issues .issue {
	height: 255px;
  }


}

@media (max-width: 767px) { 

  .container {
      width: 100%;
      max-width: 100%;
   }
}


