/* Basics */
html {
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	color: #222;
}
table {
	border-spacing: 0; /* aka cellspacing */
}
th, td {
	padding: 0; /* aka cellpadding */
}
a,
a:visited {
	text-decoration: none;
	color: #39F;
	border-bottom: 1px solid #39F;
}
a:hover {
	color: #297ACC;
	border-color: #297ACC;
}
form {
	margin: 0;
	padding: 0;
}
p {
	font-size: 2rem;
}
h1,
h2,
h3 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
h2 {
	margin-top: 10px;
	font-weight: 300;
	border-bottom: 2px solid #CCC;
	padding-bottom: 5px;
	font-size: 2.5rem;
	text-align: left;
}
.blue {
	color: #39F;
}

/* compare action button fixed - ae */

.compare-action {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.compare-action button.button  {
    border-radius: 0;
    width: 100%;
    cursor: pointer;
}

.compare-action button.button  {
    border-radius: 0;
    width: 100%;
    cursor: pointer;
}
.compare-action button.empty-list {
    color: #333;
}
.compare-action button.one-item {
    background: #39F;
}
.compare-action button.multi-item {
    background-image: linear-gradient(270deg, #FFE100 1%, #F77104 99%);
    border: 0.25px solid #F77104;
}

/* Bar */
#bar-container {
	padding: 5px 20px;
	height: 62px;
	background-color: #444;

	border-bottom: 1px solid #ddd;
	z-index: 100;
	width: 100%;
	box-sizing: border-box;
	position: fixed;
	top: 0;
}
#bar {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	display: table;
	box-sizing: border-box;
}
#bar-col1 {
	display: table-cell;
	width: 80px;

}

#bar-col2 {
	display: table-cell;
	text-align: right;
	vertical-align: top;
		padding-top: 8px;

}

/* Logo */
#bar_logo_link {
	letter-spacing: -1px;
	color: #FFF;
	border: 0;
}
#bar_logo {
    align: middle;
}
#bar_tagline {
	font-size: 1.4rem;
	font-weight: 400;
	margin: 0 10px;
	color: #fff;

}
#bar_tagline_mobile {
	font-size: 1.4rem;
		color: #fff;

	font-weight: 400;
	margin: 0 10px;
	text-align: center;
    width: 100%;
    display: block;
}
/* Header */
#header-container {
	padding-top: 4rem;
	background-color: #EEE;
}
#header {
	max-width: 1160px;
	margin: 0 auto;
	padding: 10px 0;
}

/* Main content */
#main_container {
	margin: 98px auto 0 auto;
	padding: 0 20px 0 20px;
	max-width: 1160px;
}
#main {
	text-align: left;
	margin: 0;
	padding: 0 0 30px 0;
}

a.check-amazon-button {
    text-align: center;
    color: #ff9900;
    cursor: pointer;
    font-weight: 500;
    margin 10px 0;
    font-size: 1.4rem;

}

a.check-amazon-button:visited {
    color: #ff9900;
}

a.check-amazon-button.outlined {
    display:inline-block; 
    margin-top: 15px; 
    border: 1px solid #ff9900; 
    border-radius: 2rem; 
    padding: 5px 12px;
    background: #fff;
    transition: background-image 300ms ease-in-out;
    margin-right: 8px;

}

a.check-amazon-button.outlined .fa {
    margin-right: 4px;
}
a.check-amazon-button.outlined:hover {
     background: #ff9900; 

    background-image: linear-gradient(180deg, #FFE100 0%, #F77104 99%);
    color: #fff;
}

/*
to play with conditional showing of button

.sticky-wrapper .check-amazon-button {
    opacity: 0;
    transition: opacity 0.5s ease-in;
}
.sticky-wrapper.stuck .check-amazon-button {
    opacity: 1;
}
*/

/* Main columns */
#main_columns_container,
#main_columns {
	display: table;
	width: 100%;
	box-sizing: border-box;
}
#main_column_content {
	display: table-cell;
	vertical-align: top;
}
#sidebar {
	display: table-cell;
	vertical-align: top;
	width: 330px;
	padding: 0 0 0 30px;
	box-sizing: border-box;
}

/* Breadcrumb */
.breadcrumb {
	background-color: #fff;
	/* border-radius: 6px; */
	line-height: 2.3rem;
	
	/*
	
	padding: 10px;	
	
	*/
	padding: 6px 0px;
}
.breadcrumb .fa-location-arrow {
	margin-right: 8px;
	color: #39F;
	font-size: 1.5rem;
}
.breadcrumb a,
.breadcrumb .like_a {
	font-size: 1.5rem;
	color: #222;
	border-color: #CCC;
}
.breadcrumb a:hover {
	color: #39F;
}
.breadcrumb .fa-chevron-right {
	margin: 0 8px;
	color: #999;
	font-size: 1.1rem;
}
.breadcrumb .fa-home {
	margin: 0 8px;
	color: #999;
}
.breadcrumb .home a {
	/* font-weight: bold;
	color: #39F; */
	border: 0;
	/* color: #FFF; */
}
.breadcrumb a.button:hover {
	color: #FFF;
}
.breadcrumb a.button.height {
	line-height: 4rem;
}

/* Subcolumns in main_column_content */
#subcolumns_container {
	display: table;
	width: 100%;
	box-sizing: border-box;
}
#subcolumn_left {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
#subcolumn_right {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
#subcolumn_right_inside {
	width: 100%;
	padding-left: 20px;
	box-sizing: border-box;
}

/* COL2 & subcolumn_right */
.subcolumn_right_row {
	border-bottom: 1px dotted #CCC;
	font-weight: 400;
	padding: 7px 0;
}
.subcolumn_right_row {
	font-size: 1.5rem;
	line-height: 2.2rem;
}
.subcolumn_right_row a {
	color: #222;
}
.subcolumn_right_row a.reviewer {
	font-size: 1.6rem;
}

/* Footer */
#footer_container {
	background-color: #444;
	padding: 0 20px 30px 20px;
}
#footer {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	color: #FFF;
	font-size: 2rem;
	line-height: 2.4rem;
	display: table;
	table-layout: fixed;
}
.footer-col {
	display: table-cell;
	vertical-align: top;
}
.footer_category {
	display: block;
	padding-top: 25px;
}
.footer_category .fa {
	margin-right: 10px;
}
#footer a,
#footer a:hover,
#footer a:active,
#footer a:visited {
	color: #FFF;
	border: 0;
	font-size: 1.4rem;
	display: block;
}
#footer .vs {
	font-size: 1rem;
	margin-right: 2px;
	color: #CCC;
}

/* FOOTER 2 */
#footer2-container {
	background-color: #333;
	padding: 10px 20px 80px 20px;
}
#footer2 {
	max-width: 1160px;
	margin: 0 auto;
	padding-top: 0.5rem;
	font-size: 1.4rem;
	color: #999;
}

/* Instructions */
#instructions {
	font-size: 2.5rem;
	line-height: 3.5rem;
	border-radius: 4px;
	border: 4px solid #FF9900;
	padding: 16px 20px;
}
#instructions .fa {
	margin-right: 15px;
	color: #FF9900;
}

/* MISC */
.inline-block {
	display: inline-block;
}
.display-none {
	display: none;
}
.align-right {
	text-align: right;
}
.button.margin-top5 {
	margin-top: 5px;
}
.button.margin-top10 {
	margin-top: 10px;
}
.button.margin-top15 {
	margin-top: 15px;
}
.button.margin-top25 {
	margin-top: 25px;
}
.button.margin-bottom5 {
	margin-bottom: 5px;
}
.button.margin-bottom15 {
	margin-bottom: 15px;
}
.padding-top10 {
	padding-top: 10px;
}

#form_contact td {
	width: 300px;
	vertical-align: top;
}
#form_contact td:first-child {
	width: 100px;
	font-size: 1.6rem;
	font-weight: 600;
}
#form_contact input,
#form_contact textarea {
	width: 100%;
	border: 1px solid #CCC;
	font-size: 1.6rem;
	box-sizing: border-box;
}
#form_contact textarea {
	height: 300px;
	box-sizing: border-box;
}
#form_contact input[type="submit"] {
	cursor: pointer; cursor: hand;
	-webkit-appearance: none;
	border: 0;
}

/* CATEGORIES */
.category {
	margin: 20px 0 15px 0;
}

/* Lists */
.products,
.like-products {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
a.like-products {
	border: none;
	color: #222;
}
a.like-products img {
	border-color: #FFF;
}

/* List items */
.products li,
.like-products .like-li {
	display: inline-block;
	word-spacing: 0;
	vertical-align: top;
	margin: 0 5px 5px 0; /* browser bug: right margin can't be removed */
	box-sizing: border-box;
}
.like-products .like-li {
	margin-right: 4px;
}

/* Hide checkboxes */
.products input[type=checkbox] {
	position: absolute;
	left: -99999em;
}

/* Boxes */
.products label,
.like-products .like-label {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer; cursor: hand;
	position: relative;
	padding: 0;
	margin: 0;
	border: 6px solid #FFF;
	border-radius: 4px;
}
.products input[type=checkbox]:checked + label {
	border-color: #39F;
	background-color: #39F;
	color: #F00;
}
.products input[type=checkbox]:checked + label:after {
	display: block;
}
.products input[type=checkbox]:disabled + label:hover {
	border-color: #F00;
	color: #F00;
}
.products input[type=checkbox]:disabled + label:active {
	border-color: #F00;
	background-color: #F00;
	color: #FFF;
}
.products .top label {
}
.products label:hover,
.like-products .like-label:hover {
	border-color: #DDD;
	color: #39F;
}
.like-products .like-label:active {
	border-color: #39F;
}
.products label:after {
	content: "\f14a";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #3399FF;
	font-size: 2rem;
	position: absolute;
	top: 2px;
	right: 3px;
	display: none;
}

/* Text */
.products .product_info,
.like-products .like-product-info {
	display: block;
	padding: 6px;
	font-weight: 400;
	line-height: 1.9rem;
}
.products .brand,
.like-products .like-brand {
	font-size: 1.4rem;
	display: block;
}
.products .product,
.like-products .like-product {
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
}
.products .price,
.like-products .like-price {
	color: #888;
	font-size: 1.4rem;
}
.products input[type=checkbox]:disabled + label:active .price  {
	color: #FFF;
}
.products input[type=checkbox]:checked + label span span {
	color: #FFF;
}
.products input[type=checkbox]:checked + label:hover span span {
	color: #FFF;
}

/* Image */
.products label img,
.like-products .like-label img {
	max-width: 100%;
	height: auto;
	border: 8px solid #FFF;
	border-radius: 2px;
	box-sizing: border-box;
}

/* MISC */
.main_index .button.textonly label {
	margin-left: 5px;
	position: relative;
	bottom: 2px;
}

/* FORUMS */
#visitForums {
	margin: 10px 0;
}

/* Main Nav */
.mainNav a {
	display: inline-block;
	margin-right: 3px;
}

/* TABLE */

/*
#table_comparison .table-specs.row-sticky {
    position: sticky;
    bottom:0;
    background: #fff;
}
*/

#sticky_products_sticky_table {
	background: rgba(255,255,255,0.95);
	z-index: 99;
	border-bottom: 5px solid #FFFFFF;
	position: sticky;
}

#sticky_products {
	margin-top: 30px;
}
#sticky_products,
#sticky_products_sticky_container,
#sticky_products_sticky_table,
#table_comparison {
	width: 100%;
	padding: 0;
	border-spacing: 0;
   border-collapse: separate;
   table-layout: fixed;
  	font-size: 1.6rem;
}
#sticky_products th,
#sticky_products td,
#sticky_products_sticky_container th,
#sticky_products_sticky_container td,
#table_comparison th,
#table_comparison td {
	text-align: center;
}
#sticky_products th,
#sticky_products_sticky_container th,
#table_comparison th {
	overflow: hidden;
}
#table_comparison .table-specs td {
	padding: 5px 0;
	border-bottom: 1px dotted #CCC;
}

#table_comparison .table-specs-buy td {
	padding: 5px 0;
	border-bottom: 1px none #CCC;
}


#table_comparison .table-specs.row-sticky td {
    padding: 10px;
}

#table_comparison tr .fieldName {
	text-align: left;
	font-weight: 600;
}

/* Table horizontal scroll */
.scrollable {
	overflow-x: auto;
}
.scrollable.scroll-on {
    position: relative;
    overflow: hidden; /* Clips shadow created with pseudo-element the next rule. Not necessary for actual scrolling. */
}
.scrollable.scroll-on:after {
    position: absolute;
    top: 0;
    left: 100%;
    width: 50px;
    height: 100%;
    border-radius: 10px 0 0 10px / 50% 0 0 50%;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
    content: '';
}
.scrollable.scroll-on > div { /* the scrolling element */
    overflow-x: auto;
}
.scrollable > div::-webkit-scrollbar {
    height: 12px;
}
.scrollable > div::-webkit-scrollbar-track {
    box-shadow: 0 0 2px rgba(0,0,0,0.15) inset;
    background: #f0f0f0;
}
.scrollable > div::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #ccc;
}

/* Table header rows */
#sticky_products_sticky_container td {
	padding-top: 3px;
}
#sticky_products_sticky_container th {
	padding-bottom: 15px;
}
#sticky_products_sticky_container .brand {
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.6rem;
}

#table_comparison_feature_category_MoreInformation {
    display:none;
}
#table_comparison_feature_category_MoreInformation + tr {
    display:none;
}

#sticky_products_sticky_container .product  {
	font-size: 1.4rem;
	line-height: 1.5rem;
	font-weight: 600;
}
#sticky_products_sticky_container .price  {
	font-size: 1.5rem;
	line-height: 1.6rem;
	font-weight: 400;
	color: #888;
}

/* IMAGE */
#sticky_products_imgs img {
	width: 100%;
	max-width: 100px;
	height: auto;
}
#sticky_products_imgs a {
	border: 0;
}

/* small remove button ae */
#sticky_products_imgs .button .fa {
    padding: 8px 0;
    margin-right: 0;
    color: #999;
    font-size: 1.75rem;
    
}

a.comparison_product_brandproduct,
a.comparison_product_brandproduct:visited {
	color: #000000;
	
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* General cells */
.Yes {
	color: #33AD33;
	font-size: 80%;
}
.No {
	color: #FF7373;
	font-size: 80%;
}
.Cost {
	color: #FF9900;
	font-size: 80%;
}
.Unknown {
	color: #999;
}
.NA {
	color: #999;
}

/* Highlighting */
#table_comparison .table-specs td.fieldName {
	padding-right: 10px;
}
#table_comparison .highlight td {
	background-color: #CCE5FF;
}
#table_comparison .highlight td.fieldName {
	background-color: #FFFFFF;
}

/* Hover
#table_comparison .table-specs.hover:hover td.fieldName {
	border-left: 3px solid #F93;
	padding-left: 7px;
	padding-right: 0px;
}
#table_comparison .table-specs.hover:hover td {
	background-color: #FFF5EB;
} */

/* Sticky */
table.sticky {
	background-color: #FFF;
	width: 100%;
	padding: 0;
	border-spacing: 0;
    border-collapse: separate;
    table-layout: fixed;
    font-size: 1.6rem;
}
table.stick td {
	background-color: #FFF;
}
.stuck table.sticky {
	padding: 4px 0;
	box-shadow: 0 5px 4px -4px #CCC;
	z-index: 1;
}

/* COLUMN 1 BOX */
#product_highlights_container {
	margin: 20px 0 10px 0;
	border-radius: 10px;
	border: 8px solid #DDDDDD;
}
#product_highlights {
	display: table;
	margin: 10px auto;
	border-collapse: separate;
}
#product_highlights_img {
	display: table-cell;
	width: 250px;
	vertical-align: top;
}
#product_highlights_img img {
	display: block;
	width: 250px;
	height: auto;
	margin-right: 10px;
}
#product_highlights_info {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
#product_highlights_info .brand {
	display: block;
	font-weight: 400;
	font-size: 2.5rem;
	line-height: 2rem;
}
#product_highlights_info .product {
	display: block;
	font-weight: 600;
	font-size: 3.5rem;
	line-height: 3rem;
}
#product_highlights_info .price {
	display: block;
	font-weight: 300;
	font-size: 2.5rem;
	line-height: 2.5rem;
	color: #888;
}
#product_highlights_info .link {
	display: block;
	margin-top: 10px;
	line-height: 3.7rem;
}
#product_highlights-ad {
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px 0 30px;
	text-align: center;
}
.link1_highlights {
	margin-right: 5px;
}

/* SUMMARY */
#summary {
	margin-top: 15px;
	padding: 10px 0;
	border-top: 2px solid #CCC;
	border-bottom: 1px dotted #CCC;
	font-size: 2.2rem;
	line-height: 2.6rem;
	font-weight: 300;
}

/* Disqus */
#disqus_thread {
	margin-top: 15px;
}

/* Ads */
#product_top_ad,
#product_bottom_ad,
#compare_top_ad {
	width: 100%;
	display: none;
	margin-bottom: 20px;
}

/* Responsive */
@media screen and (max-width: 960px) {
	#main_columns_container {
		display: block;
		width: 100%;
	}
	#main_column_content {
		display: block;
		width: 100%;
		padding-right: 0;
	}
	#sidebar {
		display: block;
		width: 100%;
		padding: 0;
	}
	.main_product #subcolumn_left {
		width: 50%;
	}
	.main_product #subcolumn_right {
		width: 50%;
	}
	
		#product_top_ad,
		#product_bottom_ad,
    #compare_top_ad,
	#compare_middle_ad,
	#compare_bottom_ad {
		display: none;
	}

	
		#sidebar_compare_ad {
		display: none;
	}
}

#compare_bottom_ad  > div > div {
    margin: 0 auto;
}
@media screen and (max-width: 480px) {
	.main_product #subcolumns_container,
	.main_product #subcolumn_left,
	.main_product #subcolumn_right,
	.main_product #subcolumn_right_inside {
		display: block;
		width: 100%;
		padding-left: 0;
	}
}
@media screen and (max-width: 639px) {
	#footer {
		display: block;
	}
	.footer-col {
		display: block;
	}
}

/* TO DISPLAY AT CERTAIN WIDTH ONLY */
@media screen and (max-width: 479px) {
	.min480 {
		display: none !important;
	}
}
@media screen and (max-width: 639px) {
	.min640 {
		display: none !important;
	}
}
@media screen and (min-width: 700px) {
	.max700 {
		display: none !important;
	}
}
@media screen and (max-width: 699px) {
	.min700 {
		display: none !important;
	}
}
@media screen and (min-width: 860px) {
	.max859 {
		display: none !important;
	}
}
@media screen and (max-width: 859px) {
	.min860 {
		display: none !important;
	}
}
@media screen and (max-width: 899px) {
	.min900 {
		display: none !important;
	}
}

/* RESPONSIVE: SHAVE PADDING FOR MOBILE <340PX */
@media screen and (max-width: 339px) {
	#bar-container,
	#main_container,
	#footer_container,
	#footer2-container {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* Items per row */
.products li,
.like-products .like-li {
	width: calc( 100% / 2 - 7px );
}
@media screen and (min-width: 450px) {
	.products li,
	.like-products .like-li { width: calc( 100% / 3 - 7px ); }
}
@media screen and (min-width: 575px) {
	.products li,
	.like-products .like-li { width: calc( 100% / 4 - 7px ); }
}
@media screen and (min-width: 700px) {
	.products li,
	.like-products .like-li { width: calc( 100% / 5 - 7px ); }
}
@media screen and (min-width: 825px) {
	.products li,
	.like-products .like-li { width: calc( 100% / 6 - 7px ); }
}
@media screen and (min-width: 950px) {
	.products li,
	.like-products .like-li { width: calc( 100% / 7 - 7px ); }
}

@media screen and (max-width: 639px) {
	#product_highlights_img {
		width: 150px;
	}
	#product_highlights_img img {
		width: 150px;
	}
}
@media screen and (max-width: 479px) {
	#product_highlights_img {
		width: 125px;
	}
	#product_highlights_img img {
		width: 125px;
	}
}

@media screen and (max-width: 479px) {
	#product_highlights_info span.brand {
		font-weight: 400;
		font-size: 2rem;
		line-height: 2rem;
	}
	#product_highlights_info span.product {
		font-size: 3rem;
		line-height: 3rem;
	}
	#product_highlights_info span.price {
		font-size: 2rem;
		line-height: 2.5rem;
	}
}

/* Redirect */
#body_redirect {
	background-color: #DDDDDD;
}
#redirect_container {
	width: 100%;
}
#redirect {
	width: 400px;
	margin: 100px auto 0 auto;
	background-color: #FFFFFF;
	border-radius: 10px;
	border: 10px solid #444444;
	padding: 50px 75px;
	text-align: center;
}
#redirect_message1 {
	font-size: 3rem;
}
#redirect_message2 {
	margin-top: 30px;
}

/* Error Page */
#body_error {
	background-color: #CCE5FF;
}
#error_container {
	width: 100%;
}
#error {
	width: 400px;
	margin: 100px auto 0 auto;
	background-color: #FFFFFF;
	border-radius: 10px;
	border: 10px solid #F90;
	padding: 50px 75px;
	text-align: center;
}
#error_message1 {
	font-size: 3rem;
}
#error_message2 {
	margin-top: 30px;
}

/* widgets: products_add and products_samebrand */
#products_add {
	margin-top: 4px;
}
.product_add_container {
	width: 100%;
	box-sizing: border-box;
	border-radius: 6px;
	border: 3px solid #FFFFFF;
}
.product_add_container:hover {
	border-color: #3399FF;
	background-color: #3399FF;
}
.product_add_link {
}
.product_add {
	display: table;
	width: 100%;
}
.product_add_left {
	display: table-cell;
	width: 50px;
	padding: 2px;
}
.product_add_middle {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 15px;
}
.product_add_right {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding: 0 15px;
}
.product_add_img_container {
	display: table-cell;
	background-color: #FFFFFF;
	border-radius: 4px;
	border: solid #FFFFFF;
	width: 50px;
	height: 50px;
}
.product_add_img {
	display: block;
	width: 60px;
	height: auto;
	border: 0;
	margin: 0;
}
.product_add_brand {
	display: inline;
	font-weight: 600;
	font-size: 1.8rem;
	color: #000000;
	text-decoration: none;
}
.product_add_product {
	display: inline;
	font-weight: 600;
	font-size: 1.8rem;
	color: #000000;
	text-decoration: none;
}
.product_add_category {
	display: block;
	font-weight: 400;
	font-size: 1.5rem;
	color: #000000;
	text-decoration: none;
}
.product_add_container:hover .product_add_brand,
.product_add_container:hover .product_add_product,
.product_add_container:hover .product_add_category {
	color: #FFFFFF;
}
.product_add_plus {
	color: #3399FF;
	font-size: 2.5rem;
}
.product_add_container:hover .product_add_plus {
	color: #FFFFFF;
}

.button {
	color: #FFF;
	text-decoration: none;
	border: 0;
}
a.button,
label.button,
.button.link {
	cursor: pointer; cursor: hand;
}
.button:hover {
	text-decoration: none;
}
.button.alert {
	margin-bottom: 15px;
}
.button ol {
	margin: 0;
}

/* Display */
.button.block {
	display: block;
}
.button.center {
	text-align: center;
}
.button.left {
	text-align: left;
}
.button.float-r {
	float: right;
}

/* Size */
.button.textonly {
	padding: 0 !important;
}
.button.tiny {
	padding: 3px 7px;
	font-size: 1.2rem;
}
.button.tiny.round {
	border-radius: 4px;
}
.button.tiny.height {
	line-height: 2.1rem;
}
.button.xsmall {
	padding: 6px 8px;
	font-size: 1.4rem;
}
.button.xsmall.height {
	line-height: 2.8rem;
}
.button.xsmall.round {
	border-radius: 2px;
}
.button.small {
	padding: 8px 10px;
	font-size: 1.4rem;
}
.button.small.round {
	border-radius: 4px;
}
.button.small.round-left {
	border-radius: 6px 0 0 6px;
}
.button.small.round-right {
	border-radius: 0 6px 6px 0;
}
.button.medium {
	padding: 10px 12px;
	font-size: 1.6rem;
}
.button.medium.round {
	border-radius: 4px;
}
.button.medium.height {
	line-height: 3rem;
}
.button.large {
	padding: 10px 16px;
	font-size: 1.8rem;
}
.button.large.round {
	border-radius: 4px;
}
.button.large.height {
	line-height: 3.3rem;
}
.button.xlarge {
	padding: 14px 24px;
	font-size: 2rem;
}
.button.xlarge.round {
	border-radius: 6px;
}
.button.xlarge.height {
	line-height: 3.5rem;
}

/* Text */
.button.bold,
.button strong {
	font-weight: 600;
}
.button.upper {
	text-transform: uppercase;
}

/* Background */
.button.white {
	color: #666;
}
.button.white-border {
	border: 2px solid #CCC;
	color: #999;
}
.button.white-border:hover {
	background-color: #EEE;
}
.button.gray {
	background-color: #999;
	color: #FFF;
}
.button.gray:hover {
	background-color: #7A7A7A;
}
.button.gray-border {
	border: 1px solid #999;
	color: #999;
}
.button.gray-border:hover {
	background-color: #999;
	color: #FFF;
}
.button.lightgray-border {
	border: 1px solid #B8B8B8;
	color: #B8B8B8;
}
.button.lightgray-border:hover {
	border-color: #999;
	color: #999;
}
.button.lightgray {
	background-color: #B8B8B8;
	color: #FFF;
}
.button.lightgray:hover {
	background-color: #8F8F8F;
}
.button.green {
	background-color: #9C0;
	color: #FFF;
}
.button.green:hover {
	background-color: #7AA300;
}
.button.purple {
	background-color: #96F;
	color: #FFF;
}
.button.purple:hover {
	background-color: #7A52CC;
}
.button.darkgreen {
	background-color: #7AA300;
	color: #FFF;
}
.button.darkgreen:hover {
	background-color: #9C0;
}

.button.orange {
    background: #FF9900;
	color: #FFF;
}

.button.orange:hover {
	background-color: #980;
}


.button.red {
	background-color: #FF5050;
	color: #FFF;
}
.button.red:hover {
	background-color: #900;
}
.button.red-border {
	border: 1px solid #FF7373;
	color: #FF5050;
}
.button.red-border:hover {
	background-color: #FF7373;
	color: #FFF;
}
.button.darkred {
	background-color: #900;
	color: #FFF;
}
.button.darkred:hover {
	background-color: #FF5050;
}
.button.darkred.nohover:hover {
	background-color: #900;
}
.button.blue {
	background-color: #39F;
	color: #FFF;
}
.button.blue:hover {
	background-color: #297ACC;
}
.button.blue-border {
	border: 1px solid #39F;
	color: #39F;
}
.button.blue-border:hover {
	background-color: #39F;
	color: #FFF;
}
.button.lightblue {
	background-color: #5CADFF;
	color: #FFF;
}
.button.lightblue:hover {
	background-color: #39F;
}
.button.verylightblue {
	background-color: #D6EBFF;
	color: #222;
}
.button.verylightblue:hover {
	background-color: #ADD6FF;
	color: #222;
}
.button.orange {
	background-color: #ffcc00;
	color: #FFF;
}
.button.orange:hover {
	background-color: #e6b800;
}

/* Background: Social */
.button.facebook {
	background-color: #4653A1;
	color: #FFF;
}
.button.facebook:hover {
	background-color: #5864aa;
}
.button.twitter {
	background-color: #1CA8F5;
	color: #FFF;
}
.button.twitter:hover {
	background-color: #49b9f7;
}
.button.google {
	background-color: #F00;
	color: #FFF;
}
.button.google:hover {
	background-color: #F66;
}
.button.email {
	background-color: #999;
	color: #FFF;
}
.button.email:hover {
	background-color: #adadad;
}

/* Font Awesome */
.button .fa {
	margin-right: 8px;
}
.button.fa-right .fa {
	margin-right: 0;
	margin-left: 8px;
}
.button.no-fa-margin .fa {
	margin-left: 0;
	margin-right: 0;
}
.button.x-fa-margin .fa {
	margin-left: 4px;
	margin-right: 4px;
}
.button.margin_leftright_1 {
	margin: 0 1px;
}

/* Hide/Show */
@media screen and (min-width: 481px) {
	.button.max480 {
		display: none;
	}
}

/* Sidebar generally */
.sidebar-section {
	text-align: left;
	font-size: 2rem;
	margin-top: 15px;
}
.sidebar-section:first-child {
	margin-top: 0;
}
.sidebar-heading {
	margin-bottom: 5px;
	border-bottom: 2px solid #CCC;
	font-weight: 300;
}
.news .sidebar-heading {
	margin-bottom: 0;
}

/* Social */
.sidebar-section.social {
	text-align: center;
}
.sidebar-section.social .sidebar-heading {
	text-align: left;
}
.sidebar-section.social a {
	border: 0;
	font-size: 4rem;
}
.sidebar-section.social a#sidebar-facebook {
	color: #4653A1;
}
.sidebar-section.social a#sidebar-facebook:hover {
	color: #5864aa;
}
.sidebar-section.social a#sidebar-twitter {
	color: #1CA8F5;
}
.sidebar-section.social a#sidebar-twitter:hover {
	color: #49b9f7;
}
.sidebar-section.social a#sidebar-google {
	color: #F00;
}
.sidebar-section.social a#sidebar-google:hover {
	color: #F66;
}
.sidebar-section.social a#sidebar-mail {
	color: #999;
}
.sidebar-section.social a#sidebar-mail:hover {
	color: #adadad;
}

/* Sidebar sticker */
@media screen and (min-width: 860px) {
	.stick {
		position: fixed;
		top: 20px;
	}
}