/*@import url(https://web.archive.org/web/20250329003633cs_/https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Poppins:300);*/
/*@import url(https://web.archive.org/web/20250329003633cs_/https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,400italic,600italic,700italic);*/

html {
	background: #E1E2E4;
	font-family: 'Open Sans', sans-serif;
}

body {
	max-width: 980px;
	margin: auto;
}

header {
	background: #fff;
	margin-bottom: 5px;
	padding: 20px;
}

main {
	padding: 3.2%;
	min-height: 220px;
	background: #F7F7F7;
}


a {
	color: #295B85;
	text-decoration: none;
}

a:hover {
	color: #052F45;
}

header a#home_logo {
	display: inline-block;
	float: left;
	color: #053044;
	font-size: 1.4em;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
	background: transparent url('../images/logo-hover.png') no-repeat top left;
	background-size: 118px 100px;
}

header a#home_logo:hover {
	color: #052F45;
}

header a#home_logo span {
	display: block;
	white-space: nowrap;
}

#site_logo {
	width: 118px;
	height: 100px;
	vertical-align: bottom;
	margin-right: 10px;
	border: 0;
	background: #fff;
}

a#home_logo:hover img#site_logo {
	opacity: 0;
}

#header_menu {
	display: inline-block;
	float: right;
	text-align: right;
	margin-top: 40px;
	clear: right;
}

#header_menu a {
	display: inline-block;
	text-decoration: none !important;
	font-weight: bold;
	color: #295B85;
	padding: 5px;
	border: 0;
	border-bottom: 2px solid #fff;
}

a.selected {
	font-weight: bold;
	color: #295B85 !important;
}

#header_menu a:hover {
	color: #052F45;
	border-color: #21799C;
}

#header_menu a.selected, #header_menu a.selected:hover {
	border-color: #CEC72B;
	cursor: default;
}



#options {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 5px;
}

#language_select {
	font-size: 0.9em;
}

#language_selection, #social_sharing {
	display: inline-block;
	vertical-align: top;
}


#language_selection {
	margin-bottom: 10px;
	color: #777;
	text-align: right;
}
/*
#language_selection li {
	display: none;
}

#language_selection li.selected {
	display: block;
}

#language_selection:hover li {
	display: block;
}
*/
#language_selection a {
	display: block;
	padding: 5px;
	font-weight: bold;
}

#language_selection a.not_live {
	color: #999;
	font-weight: normal;
}

#header_other_languages {
	white-space: nowrap;
}


#social_sharing a {
	display: inline-block;
	text-align: center;
	background: #ccc;
	color: #fff;
	border-radius: 999px;
	width: 2em;
	padding: 0.4em 0;
	margin-top: -0.5em;
	margin-left: 0.5em;
	line-height: 1em;
}

#social_sharing a:hover {
	background-color: #052F45;
}

#social_sharing a img {
	width: 1.2em;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 1.6em;
	font-weight: 600;
	color: #21799C;
}

h3 {
	font-weight: 600;
	color: #21799C;
}

h4 {
	color: #555;
	font-weight: 600;
	margin: 0;
	padding: 0.5em 0 0.25em;
}



.intro {
	font-size: 1.2em;
	font-weight: bold;
	color: #21799C;
	text-align: center;
	display: block;
	max-width: 600px;
	margin: 0 auto;
}

footer .intro {
	color: #fff;
	margin-bottom: 1em;
}

#fallacies_list_page {
    margin: 0px auto 1em;
}

ul.fallacies_list {
    margin: 1em auto;
    text-align: center;
    padding: 0;
    max-width: 800px;
}

.fallacy_button {
    display: inline-block;
    vertical-align: top;
    width: 10%;
    max-width: 90px;
    max-height: 90px;
    min-width: 45px;
    min-height: 45px;
    margin: 10px;
}

.fallacy_button a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.fallacy_button a span.fallacy_title {
	display: none;
}

.fallacy_button img {
	margin: 0;
	border: 5px solid #fff;
	width: 100%;
	max-width: 80px;
	max-height: 80px;
	min-width: 35px;
	min-height: 35px;
	background: #2C628E;
}

.fallacy_button:hover img {
	background: #000;
}





ul.fallacies_list.show_as_list {
	text-align: left;
}

ul.fallacies_list.show_as_list .fallacy_button {
	display: block;
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    clear: left;
    border: 0;
}

ul.fallacies_list.show_as_list .fallacy_button img {
	float: left;
	margin: 0 5px 15px 0;
	border: 5px solid #fff;
    vertical-align: middle;
    width: 18%;
}

ul.fallacies_list.show_as_list .fallacy_button a span {
	display: inline;
	font-weight: bold;
}

ul.fallacies_list.show_as_list .fallacy_button a p {
	margin-left: 75px;
}

ul.fallacies_list.show_as_list .fallacy_button:hover {
	background: transparent;
}

ul.fallacies_list.show_as_list .fallacy_button:hover a span {
	color: #21799C;
}




ul.fallacies_list.show_text {
	text-align: center;
	list-style: none;
	padding: 0;
    margin: 1em auto 2em;
}

ul.fallacies_list.show_text li {
	display: inline-block;
	vertical-align: top;
	background: white;
	margin: 6px 3px;
	box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.3);
	transition: box-shadow 0.35s;
}

ul.fallacies_list.show_text li:hover {
	box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.5)
}

ul.fallacies_list.show_text li a {
	display: table-cell;
	vertical-align: middle;
	min-height: 80px;
	height: 80px;
	width: 230px;
	padding: 10px;
	text-align: left;
}

ul.fallacies_list.show_text li a img {
	width: 65px;
	vertical-align: middle;
	margin-right: 15px;
	outline: 2px solid #fff; /* to cover the hairline crack around the images on some retina devices at various zoom levels - http://stackoverflow.com/a/6324025/915762 */
}

ul.fallacies_list.show_text li a span.title-wrap {
	display: table-cell;
	vertical-align: middle;
	height: 60px;
}

ul.fallacies_list.show_text li a span.fallacy_title {
	vertical-align: middle;
	display: inline-block;
	width: 150px;
	font-size: 0.9em;
}

ul.fallacies_list.show_text li:hover a span.fallacy_title {
	color: #2a2a2a;
}


.odd, .fallacy_button img.odd {
    background: #CEC72B;
}

.even, .fallacy_button img.even {
	background: #2c9ac4;
}

ul.fallacies_list li:nth-of-type(odd):hover img {
	background: #AFA037;
}

ul.fallacies_list li:nth-of-type(even):hover img {
	background: #106D83;
}





.fallacy > section {
	box-sizing: border-box;
	display: block;
	background: #fff;
	width: 100%;
	padding: 3%;
}

.fallacy .fallacy_claim {
	display: block;
	width: 90%;
	margin: auto;
}

.fallacy .fallacy_title {
	font-weight: normal;
	font-size: 2em;
	color: #9C9621;
}

.fallacy_button_container {
	float: right;
	width: 30%;
	max-width: 230px;
	min-width: 100px;
	text-align: center;
	margin-top: -20px;
}

.fallacy .fallacy_button {
	width: 110px;
	height: 110px;
	max-width: 110px;
	max-height: 110px;
	background: #fff;
	outline: 4px solid #fff; /* to cover the hairline crack around the images on some retina devices at various zoom levels - http://stackoverflow.com/a/6324025/915762 */
}

.fallacy .fallacy_button img {
	border: 5px solid #fff;
	width: 100%;
	max-width: 100px;
	max-height: 100px;
	outline: 4px solid #fff; /* to cover the hairline crack around the images on some retina devices at various zoom levels - http://stackoverflow.com/a/6324025/915762 */
	background: #CEC72B;
}



p.summary {
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
}

.fallacy_response {
	clear: both;
	margin-top: 50px;
}

.response_text {
	font-size: 1.2em;
	color: #444;
}

/*
.fancy_heading {
	font-weight: bold;
	font-variant: small-caps;
	font-family: "Century Schoolbook",Georgia,Times,"Times New Roman",serif;
	font-size: 1.2em;
	text-align: center;
}

.fancy_heading::before, .fancy_heading::after {
	content: "";
	vertical-align: top;
	display: inline-block;
	width: 25%;
	height: 0.65em;
	border-bottom: 1px solid #555;
	margin: 0 2% 0 -55%;
}
.fancy_heading::after {
	margin: 0 -55% 0 2%;
}
*/

.def {
	cursor: pointer;
	border-bottom: 1px dashed #777;
}


.show_video, .hide_video {
	display: none;
	background: #333;
	color: #eee;
	border-radius: 7px;
	padding: 0.2em 0.5em;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}

.player {
	background: #000 url('../../../../20250315095018im_/https_/cyclingfallacies.com/images/spinner-black.gif') no-repeat 50% 50%;
	max-width: 100%;
}






.fallacy .fallacy_images {
	text-align: center;
}

.fallacy .fallacy_images .fallacy_image {
	display: inline-block;
	max-width: 330px;
	padding: 0.15em;
	margin: 0.15em;
	vertical-align: top;
	cursor: pointer;
}

.fallacy_image img {
	max-width: 100%;
	max-height: 100%;
}

.fallacy_image .image_info {
	display: block;
	font-size: 0.8em;
}

.fallacy_image p {
	display: none;
}

.fallacy_image p.image_source {
	text-align: right;
	display: block;
}

.image_info .image_source {
	margin: 0.1em 0 0 0;
	text-align: right;
}

.image_info p {
	margin: 0.25em 0;
	text-align: left;
}

.image_title {
	font-weight: bold;
}

.image_source {
	font-size: 0.9em;
	font-style: italic;
}

.image_license {
	display: inline-block;
	font-size: 0.8em;
	opacity: 0.7;
	padding-left: 0.5em;
}

.fallacy_image .image_license {
	display: none;
}









/**
 * Featherlight - ultra slim jQuery lightbox
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
/* Featherlight */
@media all{.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0}.featherlight iframe{border:0}}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:10px;margin-right:10px;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}

/* Featherlight Gallery */
@media all{.featherlight-next,.featherlight-previous{display:block;position:absolute;top:25px;right:25px;bottom:0;left:80%;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;background:rgba(0,0,0,0)}.featherlight-previous{left:25px;right:80%}.featherlight-next:hover,.featherlight-previous:hover{background:rgba(255,255,255,.25)}.featherlight-next span,.featherlight-previous span{display:none;position:absolute;top:50%;left:5%;width:82%;text-align:center;font-size:80px;line-height:80px;margin-top:-40px;text-shadow:0 0 5px #fff;color:#fff;font-style:normal;font-weight:400}.featherlight-next span{right:5%;left:auto}.featherlight-next:hover span,.featherlight-previous:hover span{display:inline-block}.featherlight-loading .featherlight-next,.featherlight-loading .featherlight-previous{display:none}}@media only screen and (max-device-width:1024px){.featherlight-next:hover,.featherlight-previous:hover{background:0 0}.featherlight-next span,.featherlight-previous span{display:block}}@media only screen and (max-width:1024px){.featherlight-next,.featherlight-previous{top:10px;right:10px;left:85%}.featherlight-previous{left:10px;right:85%}.featherlight-next span,.featherlight-previous span{margin-top:-30px;font-size:40px}}



/* override some featherlight settings, mainly to reduce border on smaller screens */

.featherlight .featherlight-content {
	max-height: 100%;
	padding 1% 1% 0;
	border-bottom-width: 1%;
	box-sizing: border-box;
}

.featherlight .featherlight-inner {
	text-align: center;
}

.featherlight .featherlight-inner img {
	max-width: 100%;
	max-height: 75%; /* to allow caption to show on smaller screens */
	max-height: 81vh; /* to allow caption to show on smaller screens */
}

.featherlight .featherlight-close-icon {
	background: rgba(255,255,255,255) !important;
}

.featherlight-previous span, .featherlight-next span {
	opacity: 0.5;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
}

.featherlight-next:hover, .featherlight-previous:hover {
	background: rgba(255, 255, 255, .15);
}

/*
.featherlight .image_info {
	position: absolute;
	bottom: 0;
	background: rgba(255, 255, 255, 0.87);
	padding: 0.5em 1em 0.5em 0.5em;
}
*/






section.fallacy > section {
	margin-bottom: 1em;
}

section.fallacy h1 {
	padding-bottom: 0.25em;
	border-bottom: 1px solid #eee;
}

section.fallacy_links {
	display: block;
	text-align: left;
}

section.fallacy_links ul {
    list-style: none;
    padding:0;
    margin: 0 0 0 1em;
}

section.fallacy_links li { 
    padding-left: 2em;
}

section.fallacy_links:not(.with_icons) li:before {
    content: "•";
    margin-right: 0.5em;
    margin-left: -1em;
    font-weight: bold;
    color: #2c9ac4;
}

section.fallacy_links li {
	margin-bottom: 0.4em;
}

section.fallacy_links li span.link_from {
	color: #888;
	font-size: 0.8em;
	font-style: italic;
}

section.fallacy_links .link-type-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	margin-right: 0.45em;
	vertical-align: middle;
	opacity: 0.6;
    margin-left: -2em;
}

section.fallacy_links li:hover img.link-type-icon {
	opacity: 1;
}

section.fallacy_links .link-type-icon[title] {
	cursor: help;
}

section.fallacy_links .link-type-icon[title=""] {
	cursor: default;
	opacity: 1;
}





#show_other_languages, #hide_other_languages {
	font-size: 0.9em;
	display: none;
	cursor: pointer;
}

#show_other_languages:before {
	content: "▷"; /* ▶\FE0E */
	padding-right: 0.5em;
}

#hide_other_languages:before {
	content: "▽"; /* ▶\FE0E */
	padding-right: 0.5em;
}

#links_in_main_language {
	margin-bottom: 1em;
}





footer {
	background: #052F45;
	color: #fff;
	clear: both;
}

footer a {
	color: #2f9cc5;
}

footer a:hover, footer a:active {
	color: #fff;
}

footer ul.fallacies_list.show_text li:hover a span.fallacy_title {
	color: #2a2a2a;
}




#footer_fallacies {
	background: #334A58;
	margin: 0;
	padding: 10px 0;
	box-sizing: border-box;
}

#footer_info, .footer_info {
	box-sizing: border-box;
	float: right;
	padding: 0;
	margin: 20px 5% 0;
	min-width: 120px;
	max-width: 250px;
}

/* the 'about' page includes the credits, but we need to undo the footer_info styling so it appears normally */
.about_credits .footer_info {
	margin: 0;
	max-width: 100%;
	float: none;
}

#footer_donate {
	float: left;
	text-align: right;
	margin: 20px 5% 0 50px;
}

#footer_languages {
	background: #000;
	text-align: center;
	font-size: 0.8em;
	padding: 0.5em;
}

#footer_languages a {
	color: #aaa;
	display: inline-block;
	padding: 0.3em;
	margin: 0.2em;
}


#paypal button {
	margin: 0;
	padding: 0;
	background-color: #fdae00;
	background: -webkit-linear-gradient(#FFE045, #ea8600);
	background: -moz-linear-gradient(#FFE045, #ea8600);
	background: linear-gradient(#FFE045, #ea8600);
}

#paypal button:hover {
	background-color: #f49600;
	background: -webkit-linear-gradient(#feb302, #e16500);
	background: -moz-linear-gradient(#feb302, #e16500);
	background: linear-gradient(#feb302, #e16500);
}

#paypal button span {
	display: inline-block;
	padding: 10px;
	font-size: 1.2em;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
}

#paypal button img {
	height: 4em;
}

#copyright {
	clear: both;
	font-size: 0.8em;
	padding: 20px 40px;
}

#copyright img {
	height: 25px;
	margin: 0.4em 0 0;
	vertical-align: middle;
}




.prevnext {
	display: block;
	margin: 2em 0 0;
}

.prev, .next {
	display: inline-block;
}

.prev a span, .next a span {
	display: none;
}

.prev a, .next a {
	display: inline-block;
	opacity: 0.5;
}

.prev a:hover, .next a:hover {
	opacity: 1;
}

.prev a:before {
	content: "❮ "; /* ◀ */
}

.next a:after {
	content: " ❯"; /* ▶ */
}

.prev {
	float: left;
}

.next {
	float: right;
}


.social_buttons {
	display: block;
	padding-top: 0.25em;
	border-top: 1px solid #eee;
	min-height: 22px;
	margin: 2.5em 0 0 0;
}

.social_buttons > a {
	display: inline-block;
	margin: 10px 10px 0 0;
	width: 30px;
	height: 30px;
	max-width: 50px;
	max-height: 50px;
	box-sizing: border-box;
	padding: 3px;
	background: #777;
	opacity: 0.5;
}

.social_buttons > a:hover {
	opacity: 1;
}

.social_buttons > a > span {
	display: none;
}

.social_buttons > a > img {
	width: 100%;
	max-width: 40px;
	max-height: 40px;
}

a.facebook {
	background-color: #3B5998;
}

a.twitter {
	background-color: #55ACEE;
}

a.google-plus {
	background-color: #D73D32;
}

a.linkedin {
	background-color: #0077B5;
}

a.reddit {
	background-color: #FF4500;
}



.ui-tooltip {
	max-width: 200px;
	text-align: center;
	border: 1px solid #000 !important;
	border-radius: 0;
	box-shadow: 3px 3px 9px 0px rgba(170, 170, 170, 1);
	font-size: 0.9em;
}





form {

}

fieldset {
	margin-left: 5%;
	padding-top: 0.2em;
}

legend {
	font-weight: bold;
	margin-left: 0.5em;
	padding-top: 1em;
	padding-bottom: 0em;
}

fieldset p {
	margin: 0.5em;
}

fieldset.radiogroup p {
	margin-left: 1.85em;
}

fieldset.radiogroup label {
	padding-left: 0.5em;
	font-size: 0.95em;
}

fieldset.radiogroup input[type='radio'] {
	margin-left: -1.35em;
}

fieldset.textinput label {
	display: block;
	font-weight: bold;
}


input[type='text'], input[type='search'], input[type='email'], textarea {
	width: 15em;
	border-radius: 0;
    -webkit-appearance: none;
	color: #111;
	border: 2px solid #ccc;
	font-size: 0.9em;
	padding: 0.1em 0.3em 0.3em;
}

input[type='text']:focus, input[type='search']:focus, input[type='email']:focus, textarea:focus {
	border-color: #CEC72B;
	outline: none;
}

fieldset.textinput input[type='text'], fieldset.textinput input[type='search'], fieldset.textinput input[type='email'], fieldset.textinput textarea {
	width: 70%;
	max-width: 30em;
	min-width: 15em;
}

textarea {
	height: 10em;
}

button {
	background: #295B85;
	border: 0;
	color: #fff;
	font-weight: bold;
	padding: 0.2em 1em;
}

button:hover {
	background: #21799C;
}

button:active {
	background: #CEC72B;
}



p.grid_list_option {
	text-align: right;
	font-size: 0.85em;
}


.tip:before {
	content: '⚐'; /* ⤷☛✒⚑ */
	font-size: 2.5em;
	margin-right: 10px;
	vertical-align: baseline;
	display: inline-block;
	color: #053044 !important;
}






.search_container {
	text-align: center;
	text-align: right;
}

footer .search_container {
	padding: 10px;
	background: #21799C;
	color: #fff;
	text-align: center;
}

main .search_container {
	margin-top: -2.5%;
	margin-right: -2.5%;
}

.search_container img {
	height: 1.2em;
	vertical-align: middle;
	margin-right: 5px;
}

.search_container label {
/*	text-transform: uppercase; */
	font-weight: bold;
}

input.search {
	margin-left: 1em;
	margin-top: 0em;
}

input.search {
	border-color: #21799C;
}

input.search:focus {
	border-color: #CEC72B;
}


.illustration {
	float: right;
	text-align: right;
	margin: 0 0 1em 1em;
	max-width: 50%;
}


/*
     FILE ARCHIVED ON 00:36:33 Mar 29, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:36:09 Sep 19, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.02
  exclusion.robots: 0.031
  exclusion.robots.policy: 0.015
  esindex: 0.02
  cdx.remote: 136.841
  LoadShardBlock: 1056.868 (3)
  PetaboxLoader3.datanode: 972.779 (4)
  PetaboxLoader3.resolve: 251.232
  load_resource: 326.785
*/