
/* ------------------------------------------------------------- */
/* --- BASE STYLES --------------------------------------------- */
/* ------------------------------------------------------------- */



body {
	position: relative;
	background-color: #FFF;
	color: #666;
	cursor: default;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
}
h1, h2, h3, h4, h5 {
	font-weight: inherit;
	font-size: inherit;
	margin: 0;
	padding: 0;
}
input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	-moz-outline: none;
	border: none;
	border-radius: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
	background: transparent;
	color: #666;
	font-size: 13px;
	font-family: inherit;
	font-weight: 400;
	line-height: 1;
	box-sizing: border-box;
}
input:-webkit-autofill {
	-webkit-text-fill-color: #666;
	-webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}
input[ type="search" ] {
	padding: 3px 0;
}
input[ type="search" ]::-webkit-search-decoration {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
input[ type="search" ]::-webkit-search-cancel-button {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

/*
.Wrap {
	min-width: 1200px;
}
*/



/* ------------------------------------------------------------- */
/* --- ANIMATIONS ---------------------------------------------- */
/* ------------------------------------------------------------- */



@keyframes bump {
	0%   { transform: scale( 1.0 ); }
	50%  { transform: scale( 1.05 ); }
	100% { transform: scale( 1.0 ); }
}

@keyframes flash {
	0%   { opacity: 1.0; }
	50%  { opacity: 0.7; }
	100% { opacity: 1.0; }
}



/* ------------------------------------------------------------- */
/* --- BUTTONS ------------------------------------------------- */
/* ------------------------------------------------------------- */



.Buttons > ul {
	display: block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	text-align: center;
}
.Buttons > ul > li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
	margin: 0;
}
.Buttons > ul > li:first-child {
	padding-left: 0;
}
.Buttons > ul > li:last-child {
	padding-right: 0;
}
.Buttons > ul > li > a {
	display: block;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #DDD;
	color: #999;
	padding: 18px 30px;
	border-radius: 1000px;
	white-space: nowrap;
	position: relative;
	text-shadow: none;
}
.Buttons > ul > li.Purple > a {
	background-color: #8a00ff;
	color: #ffdaeb;
}
.Buttons > ul > li.White > a {
	background-color: #FFF;
	color: #c54983;
}
.Buttons.Beefy > ul > li > a {
	font-size: 12px;
	padding: 20px 36px;
}
.Buttons.UniWidth > ul > li > a {
	min-width: 90px;
}
.Buttons > ul > li > a.NoClaim {
}
.Buttons > ul > li > a.NoClaim:after {
	content: 'Error';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -47px;
	margin-top: -10px;
	background-color: #ca0101;
	font-size: 10px;
	padding: 6px 4px;
	text-align: center;
	width: 86px;
	transform: rotate( -25deg );
	box-shadow: 2px 2px 0 0 rgba( 0 , 0 , 0 , 0.1 );*/
}
.Buttons > ul > li > a.NoClaim.OfferExp:after {
	content: 'Offer Expired';
}
.Buttons > ul > li > a.NoClaim.OfferCap:after {
	content: 'More Coming';
}
.Buttons > ul > li > a.NoClaim.OfferNoAvail:after {
	content: 'Unavailable';
}
.Buttons > ul > li > a.AniBump {
	animation: 0.15s linear 3 bump;
}



/* ------------------------------------------------------------- */
/* --- INLINE LIST --------------------------------------------- */
/* ------------------------------------------------------------- */



.InlineList {
	padding-top: 10px;
}
.InlineList > ul {
	display: block;
	margin: 0 -8px;
	padding: 0;
	list-style: 0;
	font-size: 0;
}
.InlineList > ul > li {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	margin: 0;
	padding: 8px;
	font-size: 14px;
}



/* ------------------------------------------------------------- */
/* --- ICON LIST ----------------------------------------------- */
/* ------------------------------------------------------------- */



.IconList > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.IconList > ul > li {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	width: 25%;
	text-align: center;
}
.IconList > ul > li > .Hug {
	padding: 10px;
}
.IconList .Icon img {
	display: block;
	width: 100%;
}
.IconList .Label {
	font-size: 16px;
	font-weight: 700;
	padding: 8px 0 0 0;
}



/* ------------------------------------------------------------- */
/* --- TERM LIST ----------------------------------------------- */
/* ------------------------------------------------------------- */



.TermList > ul {
	display: block;
	margin: 0 -3px;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.TermList > ul > li {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	text-align: center;
}
.TermList > ul > li > .Hug {
	padding: 3px;
}
.TermList a {
	display: block;
	border-radius: 3px;
	white-space: nowrap;
	background-color: #FFF;
	border: solid 1px #DDD;
	font-size: 13px;
	padding: 8px 10px;
	text-decoration: none;
	color: inherit;
}



/* ------------------------------------------------------------- */
/* --- TERM ICON LIST ------------------------------------------ */
/* ------------------------------------------------------------- */



.TermIconList > ul {
	display: block;
	margin: 0 -10px;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.TermIconList > ul > li {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	width: 14.28%;
	text-align: center;
}
.TermIconList > ul > li > .Hug {
	padding: 10px;
}
.TermIconList a {
	display: block;
	border-radius: 8px;
	overflow: hidden;
}
.TermIconList img {
	display: block;
	width: 100%;
}



/* ------------------------------------------------------------- */
/* --- LINK LIST ----------------------------------------------- */
/* ------------------------------------------------------------- */



.LinkList > ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.LinkList > ul > li {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0 10px;
	border-right: solid 1px #DDD;
}
.LinkList > ul > li:first-child {
	padding-left: 0;
}
.LinkList > ul > li:last-child {
	padding-right: 0;
	border: none;
}
.LinkList > ul > li > a {
	color: inherit;
	text-decoration: none;
	font-size: 11px;
}
.LinkList.Social > ul > li {
	border: none;
}



/* ------------------------------------------------------------- */
/* --- HEADER -------------------------------------------------- */
/* ------------------------------------------------------------- */



.Header {
	background-color: #FFF;
	padding: 16px 24px;
}
.Header > .Hold {
	max-width: 1250px;
	margin: 0 auto;
}
.Header > .Hold > .Top {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}
.Header > .Hold > .Top > div {
	display: table-cell;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	white-space: nowrap;
}
.Header > .Hold > .Top .Logo {
	width: 180px;
}
.Header > .Hold > .Top .Logo .Img a {
	display: block;
}
.Header > .Hold > .Top .Logo .Img,
.Header > .Hold > .Top .Logo .Tagline {
	display: inline-block;
	vertical-align: middle;
}
.Header > .Hold > .Top .Logo .Img {
	position: relative;
	top: -4px;
}
.Header > .Hold > .Top .Logo .Img a img {
	display: block;
	width: 100%;
}
.Header > .Hold > .Top .Logo .Tagline {
	border-left: solid 1px #888;
	padding-left: 13px;
	margin-left: 13px;
	color: #888;
}



/* ------------------------------------------------------------- */
/* --- TOP NAV ------------------------------------------------- */
/* ------------------------------------------------------------- */



.Header .Nav.Head1 {
	width: 210px;
	text-align: center;
}
.Header .Nav.Head2 {
	width: 125px;
	text-align: right;
}
.Header .Nav > ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.Header .Nav > ul > li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
	margin: 0;
}
.Header .Nav > ul > li:first-child {
	border: none;
	padding-left: 0;
}
.Header .Nav > ul > li:last-child {
	padding-right: 0;
}
.Header .Nav > ul > li:nth-child(5),
.Header .Nav > ul > li:nth-child(6) {
	border: none;
}
.Header .Nav > ul > li > a {
	color: inherit;
	text-decoration: none;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
.Header .Nav > ul > li.CTA > a {
	color: #f774bb;
}
.Header .Nav.Mobile {
	display: none !important;
	width: 40px;
}
.Header .Nav.Mobile .Menu {
	position: absolute;
	z-index: 100;
	right: 0;
	top: 0;
	background-color: #FFF;
	height: 100%;
	width: 0;
	overflow: hidden;
	transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
}
.Header .Nav.Mobile .Menu > ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}
.Header .Nav.Mobile .Menu > ul > li {
	display: block;
	padding: 0;
	margin: 0;
	border-bottom: solid 1px #EEE;
}
.Header .Nav.Mobile .Menu > ul > li.Title {
	padding: 22.5px 15px;
	border-bottom: dashed 1px #EEE;
	color: #AAA;
}
.Header .Nav.Mobile .Menu > ul > li > a {
	display: block;
	color: inherit;
	text-decoration: none;
	font-size: 13px;
	padding: 15px;
}
.Header .Nav.Mobile .Control {
	text-align: right;
	z-index: 110;
	position: relative;
}
.Header .Nav.Mobile .Control a {
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	border-radius: 1000px;
	background-color: #5ba3c4;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px;
	background-image: url( 'https://cdn.keepmore.cash/a/icon-menu.png' );
}
.Header .Nav.Mobile.Active .Control a {
	background-image: url( 'https://cdn.keepmore.cash/a/icon-menu-close.png' );
}
.Header .Nav.Mobile.Active .Menu {
	width: 150px;
	box-shadow: 0 0 100px 0 rgba( 0 , 0 , 0 , 0.4 );
}



/* ------------------------------------------------------------- */
/* --- SOCIAL NAV ---------------------------------------------- */
/* ------------------------------------------------------------- */



.Social > ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.Social > ul > li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 2px;
	margin: 0;
}
.Social > ul > li:first-child {
	padding-left: 0;
}
.Social > ul > li:last-child {
	padding-right: 0;
}
.Social > ul > li > a {
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 1000px;
	background-color: #5ba3c4;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.Social > ul > li.Facebook  > a { background-image: url( 'https://cdn.keepmore.cash/c/icon-fb.png'  ); }
.Social > ul > li.Twitter   > a { background-image: url( 'https://cdn.keepmore.cash/c/icon-tw.png'   ); }
.Social > ul > li.Instagram > a { background-image: url( 'https://cdn.keepmore.cash/c/icon-insta-2.png' ); }
.Social > ul > li.VK        > a { background-image: url( 'https://cdn.keepmore.cash/a/icon-vk-2.png' ); }
.Social > ul > li.Reddit    > a { background-image: url( 'https://cdn.keepmore.cash/a/icon-reddit.png' ); }



/* ------------------------------------------------------------- */
/* --- SEARCH FORM --------------------------------------------- */
/* ------------------------------------------------------------- */



.SearchForm {
	border: solid 1px #DDD;
	border-radius: 1000px;
	overflow: hidden;
}
.SearchForm .Fields {
	display: table;
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
}
.SearchForm .Fields > div {
	display: table-cell;
	padding: 0;
	margin: 0;
}
.SearchForm .Fields .Input.Text {
	padding: 6px 6px 6px 8px;
}
.SearchForm .Fields .Input.Submit {
	width: 40px;
	position: relative;
}
.SearchForm .Fields .Input.Submit:after {
	content: '';
	position: absolute;
	right: 2px;
	top: 25%;
	width: 1px;
	height: 50%;
	background-color: #DDD;
}
.SearchForm .Fields .Input.Submit input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-image: url( 'https://cdn.keepmore.cash/a/icon-search-left.png' );
	background-position: center;
	background-repeat: no-repeat;
	background-size: 14px;
	cursor: pointer;
}



/* ------------------------------------------------------------- */
/* --- CONTENT ------------------------------------------------- */
/* ------------------------------------------------------------- */



.Content {
	background-color: #f5f5f5;
}
.Content .Organize {
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 25px;
}
.Content .Organize .Container {
	display: table;
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
}
.Content .Organize .Container > div {
	display: table-cell;
	vertical-align: top;
	padding: 0;
	margin: 0;
	padding: 25px 0;
}
.Content .Organize.RightSideBar .Container > .Left {
	padding-right: 25px;
	width: 925px;
}
.Content .Organize.RightSideBar .Container > .Right {
	padding-left: 25px;
	width: 300px;
	background-image: url( 'https://cdn.keepmore.cash/a/sidebar-backimg-right.png' );
	background-position: left top;
	background-repeat: repeat-y;
}
.Content .Organize.Home {
	max-width: none;
	padding: 0;
}



/* ------------------------------------------------------------- */
/* --- DATA GROUPS --------------------------------------------- */
/* ------------------------------------------------------------- */



.DataGroups {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}
.DataGroups > .Group {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	margin: 0;
	padding: 0 20px;
	text-align: left;
	border-right: dashed 1px #DDD;
}
.DataGroups > .Group:first-child {
	padding-left: 0;
}
.DataGroups > .Group:last-child {
	padding-right: 0;
	border: none;
}
.DataGroups .Group ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.DataGroups ul li {
	display: block;
	margin: 0;
	padding: 0;
}
.DataGroups > .Group > ul {
	display: table;
	width: 100%;
	border: none;
}
.DataGroups > .Group > ul > li {
	display: table-row;
}
.DataGroups > .Group > ul > li > h3,
.DataGroups > .Group > ul > li > ul {
	display: table-cell;
	vertical-align: top;
	font-size: 13px;
	margin: 0;
	padding: 10px 0;
	white-space: nowrap;
}
.DataGroups > .Group > ul > li > h3 {
	width: 1px;
	padding-right: 10px;
	border-right: dashed 1px #DDD;
}
.DataGroups > .Group > ul > li > ul {
	padding-left: 10px;
}
.DataGroups > .Group > ul > li > ul > li {
	position: relative;
	padding: 0 0 10px 0;
}
.DataGroups > .Group > ul > li > ul > li:last-child {
	padding-bottom: 0;
}
.DataGroups > .Group > ul > li > ul > li {
	display: table;
	width: 100%;
}
.DataGroups > .Group > ul > li > ul > li h4 {
	display: table-cell;
	margin: 0;
	padding: 0;
}
.DataGroups > .Group > ul > li > ul > li .Note {
	display: table-cell;
	text-align: right;
	font-size: 10px;
	color: #AAA;
	vertical-align: top;
	margin: 0;
	padding: 1.5px 0 0 5px;
}
.DataGroups > .Group > ul > li > ul > li a {
	text-decoration: none;
	color: #ec86b6;
	white-space: normal;
	line-height: 1.1;
}



/* ------------------------------------------------------------- */
/* --- INFO SECS ----------------------------------------------- */
/* ------------------------------------------------------------- */



.InfoSec {
	padding: 20px 0;
}
.InfoSec .SecImg {
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 25px;
}
.InfoSec .SecImg img {
	display: block;
	width: 100%;
}
.InfoSec .SecHead {
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
}
.InfoSec .SecHead > div {
	display: table-cell;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: left;
}
.InfoSec .SecHead .Icon {
	width: 115px;
}
.InfoSec .SecHead .Icon a {
	display: block;
	width: 100px;
	height: 66px;
	background-color: #D5D5D5;
	border-radius: 8px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.InfoSec .SecHead .Icon img {
	display: block;
	width: 100px;
	border-radius: 8px;
}
.InfoSec .SecHead .Title h1 {
	font-size: 23px;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0.5px;
}
.InfoSec .SecHead .Title h2 {
	font-size: 17px;
}
.InfoSec .SecHead .Text .Cats {
	padding-bottom: 5px;
}
.InfoSec .SecHead .Text .Cats ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.InfoSec .SecHead .Text .Cats ul > li {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0 8px;
	border-right: solid 2px #AAA;
	font-size: 12px;
	font-weight: 700;
}
.InfoSec .SecHead .Text .Cats ul > li:first-child {
	padding-left: 0;
}
.InfoSec .SecHead .Text .Cats ul > li:last-child {
	padding-right: 0;
	border-right: none;
}
.InfoSec .SecHead .Text .Cats ul > li.Type {
	text-transform: uppercase;
}
.InfoSec .SecHead .Text .Cats ul > li a {
	display: block;
	color: inherit;
	text-decoration: none;
}
.InfoSec .SecHead.CatsUnderTitle .Text .Cats {
	padding-bottom: 0;
	padding-top: 7px;
}
.InfoSec .SecHead .Menu {
	width: 1px;
	padding-left: 15px;
}
.InfoSec .SecHead .Menu,
.InfoSec .SecHead .Menu .Buttons > ul {
	text-align: right;
}
.InfoSec .SecHead.Bigger .Icon {
	width: 135px;
	vertical-align: top;
}
.InfoSec .SecHead.Bigger .Icon img {
	width: 120px;
}
.InfoSec .SecHead.Bigger .Title h1 {
	font-size: 29px;
}
.InfoSec .SecContent {
	border-top: dashed 1px #DDD;
	margin-top: 20px;
	padding-top: 20px;
}
.InfoSec .SecContent .TextBlock p {
	margin: 0;
	padding: 0 0 12px 0;
	line-height: 1.4;
	text-align: justify;
	font-size: 14px;
}
.InfoSec .SecContent .TextBlock p:last-child {
	padding-bottom: 0;
}
.InfoSec .SecContent .TextBlock ul,
.InfoSec .SecContent .TextBlock ol {
	display: block;
	margin: 0 0 0 18px;
	padding: 0 0 12px 0;
}
.InfoSec .SecContent .TextBlock ul li,
.InfoSec .SecContent .TextBlock ol li {
	margin: 0;
	line-height: 1.4;
	padding: 3px 0;
	font-size: 14px;
}
.InfoSec .SecContent .TextBlock h3 {
	padding: 12px 0;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.3;
}
.InfoSec .SecContent .TextBlock h4 {
	padding: 12px 0;
	font-size: 100%;
	font-weight: bold;
}
.InfoSec .SecContent .TextBlock a {
	color: inherit;
}

.InfoSec.NoContent .SecContent {
	border: dashed 1px #DDD;
	border-radius: 8px;
	margin: 0;
	text-align: center;
	padding: 100px 50px;
	background-color: #FFF;
}
.InfoSec.NoContent .SecContent h1 {
	font-size: 21px;
	padding: 0 0 20px 0;
}
.InfoSec.NoContent .SecContent p {
	font-size: 15px;
	margin: 0 auto;
	padding: 0;
	line-height: 1.4;
	max-width: 500px;
}

.InfoSec.TopOfStack {
	padding-top: 0;
}
.InfoSec.NoSecHead .SecContent {
	padding: 0;
	margin: 0;
	border: none;
}
.Organize.Home .InfoSec {
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 25px 30px 25px;
}
.Organize.Home .InfoSec .SecHead .Title h2 {
	font-size: 23px;
	font-style: italic;
	color: #62b1bd;
}
.Organize.Home .InfoSec .SecHead .Title h2:before {
	content: '';
	height: 46px;
	width: 46px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 0 0;
	position: relative;
	top: -2px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.Organize.Home .InfoSec.NewOffers .SecHead .Title h2:before {
	background-image: url( 'https://cdn.keepmore.cash/a/icon-new-offers.png' );
}
.Organize.Home .InfoSec.PopOffers .SecHead .Title h2:before {
	background-image: url( 'https://cdn.keepmore.cash/a/icon-pop-offers.png' );
}
.Organize.Home .InfoSec.LeavingOffers .SecHead .Title h2:before {
	background-image: url( 'https://cdn.keepmore.cash/a/icon-leaving-offers.png' );
}
.Organize.Home .InfoSec.PopBrands .SecHead .Title h2:before {
	background-image: url( 'https://cdn.keepmore.cash/a/icon-pop-offers.png' );
}
.Organize.Home .InfoSec .SecContent {
	border: none;
	margin: 0;
	padding-top: 20px;
}
.Organize.Home .InfoSec.PopBrands .SecContent {
	padding-bottom: 40px;
}



/* ------------------------------------------------------------- */
/* --- HYPE SECS ----------------------------------------------- */
/* ------------------------------------------------------------- */



.HypeSec {
	background-color: #ec86b6;
	text-align: center;
	padding: 100px 25px 120px 25px;
	margin: 25px 0;
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url( 'https://cdn.keepmore.cash/a/sec-backimg-01.jpg' );
}

.HypeSec.TermOffers { background-image: url( 'https://cdn.keepmore.cash/a/sec-backimg-04.jpg' ); }

.HypeSec .SecHead {
	text-shadow: 2px 2px rgba( 0 , 0 , 0 , 0.3 );
	color: #FFF;
}
.HypeSec .Title {
	font-size: 26px;
	font-weight: 700;
	font-style: italic;
	line-height: 1.2;
}
.HypeSec .SubTitle {
	font-size: 40px;
	font-weight: 700;
	font-style: italic;
	padding: 0 0 70px 0;
}
.HypeSec .DescTitle {
	font-size: 26px;
	font-weight: 700;
	font-style: italic;
	padding: 70px 0 0 0;
	text-shadow: 2px 2px rgba( 0 , 0 , 0 , 0.3 );
	color: #FFF;
}
.HypeSec .Buttons {
	padding: 70px 0 0 0;
}
.HypeSec .SecContent {
	max-width: 1250px;
	margin: 0 auto;
}



/* FOR THE BOTTOM AND TOP BENDS */



.HypeSec .Bends > div {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
}
.HypeSec .Bends > div.Top {
	top: -1px;
}
.HypeSec .Bends > div.Btm {
	bottom: -1px;
}
.HypeSec .Bends img {
	display: block;
	width: 110%;
	margin: 0 -5%;
}



/* ------------------------------------------------------------- */
/* --- COIN SECS ----------------------------------------------- */
/* ------------------------------------------------------------- */



.CoinSec {
	padding: 5px 0;
}
.CoinSec .Placement {
	width: 300px;
	height: 250px;
	background-color: #AAA;
}
.CoinSec .Note {
	padding: 8px 0 0 5px;
	font-size: 10px;
	color: #AAA;
}
.CoinSec.LongHorz {
	padding: 10px 0 0 0;
}
.CoinSec.LongHorz .Placement {
	width: auto;
	height: 90px;
}
.CoinSec.LongHorz .Note {
	text-align: right;
	padding: 8px 5px 0 0;
}
.CoinSec .Placement > a {
	display: block;
}
.CoinSec .Placement > a > img {
	display: block;
	width: 100%;
	height: auto;
}
.CoinSec.GA {
	padding: 0;
}
.CoinSec.GA .Placement {
	background-color: #EAEAEA;
	text-align: center;
	height: auto;
}



/* ------------------------------------------------------------- */
/* --- BOX LISTS ----------------------------------------------- */
/* ------------------------------------------------------------- */



.BoxList {
	margin: -10px;
}
.BoxList a {
	text-decoration: none;
	color: inherit;
}
.BoxList > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.BoxList > ul > li {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	text-align: left;
}
.BoxList.FourTop > ul > li {
	width: 25%;
}
.BoxList > ul > li > .Hug {
	padding: 10px;
}
.BoxList > ul > li .Item {
	background-color: #FFF;
	border: solid 1px #E1E1E1;
	border-radius: 8px;
	overflow: hidden;
}
.BoxList > ul > li .Item .ItemHead {
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 47px;
	border: none;
	position: relative;
	z-index: 5;
}
.BoxList > ul > li .Item .ItemHead > div {
	display: table-cell;
	margin: 0;
	padding: 0;
	position: relative;
}
.BoxList > ul > li .Item .ItemHead .Name a {
	display: block;
	font-size: 12px;
	padding: 20px 10px 15px 10px;
	position: absolute;
	max-width: 80%;
	height: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.BoxList > ul > li .Item .ItemHead .Icon {
	width: 100px;
}
.BoxList > ul > li .Item .ItemHead .Icon a {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 90px;
	height: 60px;
	border-radius: 4px;
	background-color: #CCC;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.BoxList > ul > li .Item .ItemImg {
	height: 105px;
	position: relative;
	background-color: #EEE;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.BoxList > ul > li .Item .ItemImg a {
	position: absolute;
	width: 100%;
	height: 100%;
}
.BoxList > ul > li .Item .ItemContent .Label {
	font-size: 12px;
	text-transform: uppercase;
}
.BoxList > ul > li .Item .ItemContent .Label a {
	display: block;
	padding: 15px 15px 4px 15px;
}
.BoxList > ul > li .Item .ItemContent .Title {
	font-size: 17px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.3;
}
.BoxList > ul > li .Item .ItemContent .Title a {
	display: block;
	padding: 4px 15px 15px 15px;
}
.BoxList > ul > li .Item .ItemContent .Title span {
	display: block;
	height: 44px;
	overflow: hidden;
}

.BoxList.Singles > ul > li {
	width: 100%;
}
.BoxList.Singles > ul > li .Item .ItemContent .Title span {
	height: auto;
	overflow: visible;
}

.BoxList.CondHead > ul > li .Item {
	position: relative;
}
.BoxList.CondHead > ul > li .Item .ItemHead {
	display: block;
	width: auto;
	width: 60px;
	height: 40px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.BoxList.CondHead > ul > li .Item .ItemHead > div {
	display: block;
}
.BoxList.CondHead > ul > li .Item .ItemHead .Icon {
	position: absolute;
	width: 100%;
	height: 100%;
}
.BoxList.CondHead > ul > li .Item .ItemHead .Icon a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* ------------------------------------------------------------- */
/* --- HOME HERO ----------------------------------------------- */
/* ------------------------------------------------------------- */



.Hero {
	background-image: url( 'https://cdn.keepmore.cash/a/hero-backimg-01.jpg' );
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 780px;
	margin: 0 0 30px 0;
}
.Hero > .Hold {
	max-width: 1250px;
	margin: 0 auto;
	padding: 100px 25px 0 25px;
	text-align: right;
}
.Hero .Meat {
	width: 730px;
	display: inline-block;
	text-align: center;
	color: #FFF;
}
.Hero .Title {
	font-size: 42px;
	font-weight: 700;
	font-style: italic;
	line-height: 1.2;
	text-shadow: 2px 2px rgba( 0 , 0 , 0 , 0.3 );
	padding: 0 0 50px 0;
}
.Hero .SubTitle {
	font-size: 30px;
	font-weight: 700;
	font-style: italic;
	line-height: 1.2;
	text-shadow: 2px 2px rgba( 0 , 0 , 0 , 0.3 );
	padding: 60px 0 40px 0;
}
.Hero .IconList .Label {
	text-shadow: 2px 2px rgba( 0 , 0 , 0 , 0.3 );
}



/* ------------------------------------------------------------- */
/* --- NEWSLETTER FORM ----------------------------------------- */
/* ------------------------------------------------------------- */



.NewsletterForm {
	position: relative;
}
.NewsletterForm .Notes {
	position: absolute;
	width: 100%;
	top: -45px;
}
.NewsletterForm .Notes p {
	color: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	text-shadow: 2px 2px rgba( 0 , 0 , 0 , 0.3 );
	font-size: 17px;
}
.NewsletterForm .Notes p:before {
	content: '•••';
	margin-right: 10px;
	font-size: 12px;
	position: relative;
	top: -3px;
	letter-spacing: 2px;
}
.NewsletterForm .Notes p:after {
	content: '•••';
	margin-left: 10px;
	font-size: 12px;
	position: relative;
	top: -3px;
	letter-spacing: 3px;
}
.NewsletterForm .FieldGroup {
	font-size: 0;
}
.NewsletterForm .FieldGroup .Field {
	display: inline-block;
	vertical-align: middle;
	padding: 5px;
}
.NewsletterForm .Field.Email {
	padding: 5px;
}
.NewsletterForm .Field input {
	font-size: 16px;
	padding: 18px 26px;
	width: 460px;
	background-color: #FFF !important;
	border-radius: 100px;
}
.NewsletterForm .Field button {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	background-color: #8a00ff;
	color: #ffdaeb;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	padding: 20px 36px;
	border-radius: 1000px;
	white-space: nowrap;
	margin: 0;
	cursor: pointer;
	width: 170px;
}
.NewsletterForm .Field.Error input {
	color: red;
}
.NewsletterForm .Field button.Flashing {
	animation: 0.3s linear infinite flash;
	cursor: default;
}
.NewsletterForm .Field button:disabled {
	cursor: default;
}



/* ------------------------------------------------------------- */
/* --- FOOTER -------------------------------------------------- */
/* ------------------------------------------------------------- */



.Footer {
	background-color: #FFF;
	padding: 40px 25px;
	color: #999;
	font-size: 11px;
	text-align: center;
}
.Footer > .Hold {
	max-width: 1250px;
	margin: 0 auto;
}
.Footer .LinkList {
	padding: 0 0 5px 0;
}
.Footer .LinkList.Social {
	padding: 0 0 25px 0;
}
.Footer .Note {
	padding: 0 0 25px 0;
	line-height: 1.4;
}



/* ------------------------------------------------------------- */
/* --- RESPONSIVE ---------------------------------------------- */
/* ------------------------------------------------------------- */



@media screen and ( max-width: 1300px ) {
	
	.Content .Organize.RightSideBar .Container > .Left {
		width: auto;
	}
	
}



@media screen and ( max-width: 1000px ) {
	
	body { font-size: 13px; }
	
	.Header {
		padding: 10px 15px;
	}
	.Header > .Hold > .Top .Logo {
		width: 160px;
	}
	.Header > .Hold > .Top .Logo .Img {
		top: -2px;
	}
	.Header .Nav > ul > li {
		padding: 0 10px;
	}
	.Header .Nav.Head1 {
		width: 170px;
	}
	.Header .Nav.Head2 {
		width: 110px;
	}
	
	.InfoSec .SecHead .Title h1 {
		font-size: 19px;
	}
	.InfoSec .SecContent .TextBlock p {
		font-size: 13px;
	}
	.InfoSec .SecContent .TextBlock ul li, .InfoSec .SecContent .TextBlock ol li {
		font-size: 13px;
	}
	
	.InlineList > ul > li {
		font-size: 13px;
	}
	
	.Content .Organize {
		padding: 0 15px;
	}
	.Content .Organize .Container > div {
		padding: 15px 0;
	}
	.Content .Organize.RightSideBar .Container > .Left {
		padding-right: 15px;
	}
	.Content .Organize.RightSideBar .Container > .Right {
		padding-left: 15px;
	}
	
	.Hero {
		background-image: url( 'https://cdn.keepmore.cash/a/hero-backimg-01-mobile-03.jpg' );
		min-height: 800px;
	}
	.Hero > .Hold {
		text-align: center;
		padding: 60px 15px 0 15px;
	}
	.Hero .Meat {
		width: auto;
		max-width: 590px;
	}
	.Hero .Title {
		font-size: 32px;
		padding: 0 0 260px 0;
	}
	.Hero .SubTitle {
		font-size: 23px;
		padding: 30px 0;
	}
	
	.IconList .Label {
		font-size: 15px;
	}
	
	.HypeSec {
		padding: 80px 25px 90px 25px;
	}
	.HypeSec .Title {
		font-size: 23px;
	}
	.HypeSec .SubTitle {
		font-size: 32px;
		padding: 0 0 50px 0;
	}
	.HypeSec .DescTitle {
		font-size: 23px;
		padding: 50px 0 0 0;
	}
	
	.NewsletterForm .Field input {
		width: 360px;
	}
	
	.Organize.Home .InfoSec .SecHead .Title h2 {
		font-size: 20px;
	}
	.Organize.Home .InfoSec .SecHead .Title h2:before {
		height: 38px;
		width: 38px;
	}
	
	.BoxList > ul > li {
		width: 50%;
	}
	.BoxList.FourTop > ul > li {
		width: 33.33%;
	}
	.InfoSec.PopOffers .BoxList.FourTop > ul > li:nth-child(4),
	.HypeSec.TermOffers .BoxList.FourTop > ul > li:nth-child(4) {
		display: none;
	}
	.BoxList > ul > li .Item .ItemContent .Title {
		font-size: 14px;
	}
	.BoxList > ul > li .Item .ItemContent .Title span {
		height: 36px;
	}
	.BoxList > ul > li .Item .ItemHead .Name a {
		font-size: 11px;
	}
	.BoxList > ul > li .Item .ItemContent .Label {
		font-size: 11px;
	}
	.BoxList > ul > li .Item .ItemHead .Icon {
		width: 90px;
	}
	.BoxList > ul > li .Item .ItemHead .Icon a {
		width: 80px;
		height: 51px;
	}
	.TermIconList > ul > li {
		width: 16.66%;
	}
	
}



@media screen and ( max-width: 820px ) {
	
	.Content .Organize {
		padding: 15px 15px 0 15px;
	}
	.Content .Organize .Container {
		display: block;
	}
	.Content .Organize .Container > div {
		display: block;
		padding: 0 !important;
	}
	.Content .Organize.RightSideBar .Container > .Right {
		background: none;
		width: auto;
	}
	.Content .Organize.RightSideBar .Container .Right .CoinSec {
		background-color: #EAEAEA;
		margin: 0 -15px;
		padding: 15px;
		text-align: center;
	}
	.Content .Organize.RightSideBar .Container .Right .CoinSec .Placement {
		display: inline-block;
	}
	.Content .Organize.RightSideBar .Container .Right .CoinSec .Note {
		width: 290px;
		text-align: left;
		margin: 0 auto;
		padding: 8px 0 0 0;
	}
	
	.InfoSec.FeatOffer {
		padding-top: 20px;
	}
	
	.BoxList > ul > li {
		width: 33.33%;
	}
	.BoxList.Singles > ul > li {
		width: 33.33%;
	}
	.BoxList.Singles > ul > li .Item .ItemContent .Title span {
		height: 36px;
	}
	
}



@media screen and ( max-width: 690px ) {
	
	body { font-size: 12px; }
	
	input {
		font-size: 12px;
	}
	
	.Header {
		padding: 12px;
	}
	.Header > .Hold > .Top .Logo {
		width: 130px;
	}
	.Header .Nav.Head1 {
		width: 12px;
	}
	.Header .Nav.Head1 {
		display: none !important;
	}
	.Header .Nav.Head2 {
		display: none !important;
	}
	.Header .Nav.Mobile {
		display: table-cell !important;
	}
	.Header > .Hold > .Top > div.Search {
		padding-left: 12px;
	}
	
	.Hero {
		background-size: cover;
		min-height: 615px;
	}
	.Hero .Title {
		font-size: 25px;
		padding: 0 0 200px 0;
	}
	.Hero .SubTitle {
		font-size: 19px;
		padding: 25px 0;
	}
	.Hero > .Hold {
		padding: 45px 10px 0 10px;
	}
	.Hero .Meat {
		max-width: 420px;
	}
	
	.SearchForm .Fields .Input.Text {
		padding: 5px 6px;
	}
	.SearchForm .Fields .Input.Submit {
		width: 34px;
	}
	.SearchForm .Fields .Input.Submit input {
		background-size: 11px;
	}
	
	.BoxList {
		margin: -6px !important;
	}
	.BoxList > ul > li {
		width: 50% !important;
	}
	.BoxList > ul > li > .Hug {
		padding: 6px;
	}
	.BoxList > ul > li .Item {
		border-radius: 6px;
	}
	.BoxList.FourTop {
		max-width: 500px;
		margin: 0 auto !important;
	}
	
	.InfoSec.PopOffers .BoxList.FourTop > ul > li:nth-child(4),
	.HypeSec.TermOffers .BoxList.FourTop > ul > li:nth-child(4) {
		display: inline-block;
	}
	
	.InfoSec {
		max-width: 500px;
		margin: 0 auto !important;
	}
	.InfoSec .SecHead .Icon {
		width: 100px;
	}
	.InfoSec .SecHead .Icon a {
		width: 85px;
		height: 56px;
		border-radius: 6px;
	}
	.InfoSec .SecHead .Title h1 {
		font-size: 18px;
	}
	.InfoSec .SecHead .Text .Cats ul > li {
		font-size: 10px;
	}
	.InfoSec .SecContent .TextBlock p {
		font-size: 12px;
	}
	.InfoSec .SecHead.Bigger .Icon {
		width: 115px;
	}
	.InfoSec .SecHead.Bigger .Icon img {
		width: 100px;
	}
	.InfoSec .SecHead.Bigger .Title h1 {
		font-size: 23px;
	}
	.InfoSec .SecContent .TextBlock ul li, .InfoSec .SecContent .TextBlock ol li {
		font-size: 12px;
	}
	.InfoSec.PageContent .SecContent {
		padding-bottom: 30px;
	}
	.InfoSec.NoContent .SecContent {
		padding: 60px 15px;
	}
	.InfoSec.NoContent .SecContent h1 {
		font-size: 17px;
	}
	.InfoSec.NoContent .SecContent p {
		font-size: 13px;
	}
	
	.CoinSec.LongHorz {
		max-width: 500px;
		margin: 0 auto;
	}
	
	.HypeSec .Title {
		font-size: 19px;
	}
	.HypeSec .SubTitle {
		font-size: 25px;
	}
	.HypeSec .DescTitle {
		font-size: 19px;
	}
	
	.Organize.Home .InfoSec {
		padding: 0 15px 15px 15px;
	}
	/*.Organize.Home .InfoSec.PopOffers {
		padding-left: 6px;
		padding-right: 6px;
	}*/
	.Organize.Home .InfoSec .SecHead .Title {
		text-align: center;
	}
	
	.InlineList > ul > li {
		font-size: 12px;
	}
	
	.DataGroups {
		display: block;
	}
	.DataGroups > .Group {
		display: block;
		width: auto;
		padding: 0;
		border: none;
	}
	.DataGroups > .Group > ul > li > h3, .DataGroups > .Group > ul > li > ul {
		font-size: 12px;
	}
	.DataGroups > .Group > ul > li > h3 {
		width: 70px;
	}
	
	.TermIconList {
		max-width: 500px;
		margin: 0 auto;
	}
	.TermIconList > ul {
		margin: 0;
	}
	.TermIconList > ul > li {
		width: 25%;
	}
	.TermIconList > ul > li > .Hug {
		padding: 6px;
	}
	
	.IconList > ul > li > .Hug {
		padding: 5px;
	}
	.IconList .Label {
		font-size: 13px;
	}
	
	.Buttons > ul > li > a {
		font-size: 10px;
		padding: 16px 24px;
	}
	.Buttons.Beefy > ul > li > a {
		font-size: 11px;
		padding: 18px 26px;
	}
	.Buttons.UniWidth > ul > li > a {
		min-width: 80px;
	}
	
	.NewsletterForm .Field input {
		font-size: 14px;
		padding: 16px 22px;
		width: 260px;
	}
	.NewsletterForm .Field button {
		font-size: 11px;
		padding: 18px 26px;
		width: 140px;
	}
	
	.LinkList > ul > li > a {
		font-size: 10px;
	}
	
	.Footer {
		font-size: 10px;
		padding: 30px 15px;
	}
	
}

@media screen and ( max-width: 530px ) {
	
	.InfoSec.OfferTop .SecHead {
		display: block;
		white-space: nowrap;
		width: auto;
	}
	.InfoSec.OfferTop .SecHead .Menu {
		display: block;
		padding: 60px 0 0 0;
		width: auto;
		text-align: center;
	}
	.InfoSec .SecHead .Menu, .InfoSec .SecHead .Menu .Buttons > ul {
		text-align: center;
	}
	.InfoSec.OfferTop .SecHead .Icon {
		display: block;
		float: left;
	}
	.InfoSec.OfferTop .SecHead .Text {
		display: block;
		padding: 3px 0 0 0;
	}
	.InfoSec.OfferTop .SecHead .Title h1 {
		white-space: normal;
	}
	
}

@media screen and ( max-width: 450px ) {
	
	.Content .Organize {
		padding: 0;
	}
	.Content .Organize.RightSideBar .Container .Right .CoinSec {
		margin: 0;
		padding: 40px 12px;
	}
	
	.Hero {
		min-height: 560px;
	}
	.Hero > .Hold {
		padding: 35px 10px 0 10px;
	}
	.Hero .Title {
		font-size: 21px;
	}
	.Hero .SubTitle {
		font-size: 18px;
	}
	.Hero .Meat {
		max-width: 360px;
	}
	
	.IconList > ul > li > .Hug {
		padding: 3px;
	}
	.IconList .Label {
		font-size: 11px;
	}
	
	.InfoSec {
		padding: 24px 12px;
	}
	.InfoSec.TopOfStack {
		padding-top: 12px;
	}
	.Content .Organize .Container > div.InfoSec.PageContent {
		padding: 12px 12px 0 12px !important;
	}
	.InfoSec .SecHead .Title h2 {
		font-size: 15px;
		text-align: center;
	}
	.InfoSec .SecImg {
		margin-bottom: 12px;
	}
	.InfoSec .SecHead.Bigger .Icon {
		width: 92px;
	}
	.InfoSec .SecHead.Bigger .Icon img {
		width: 80px;
		border-radius: 5px;
	}
	.InfoSec .SecHead.Bigger .Title h1 {
		font-size: 19px;
	}
	
	.Organize.TermSingle .Container .Left .InfoSec:nth-child(2) {
		padding-top: 12px;
	}
	.Organize.Home .InfoSec {
		padding: 0 12px 12px 12px;
	}
	.Organize.TextHead .SecHead.Bigger .Text {
		text-align: center;
	}
	
	.HypeSec {
		padding: 60px 12px 70px 12px;
	}
	.HypeSec .Title {
		font-size: 16px;
	}
	.HypeSec .SubTitle {
		font-size: 21px;
		padding: 0 0 30px 0;
	}
	.HypeSec .DescTitle {
		font-size: 16px;
		padding: 30px 0 0 0;
	}
	
	.Organize.Home .InfoSec .SecHead .Title h2 {
		font-size: 19px;
	}
	.Organize.Home .InfoSec .SecHead .Title h2:before {
		height: 35px;
		width: 35px;
	}
	
	.Buttons.Beefy > ul > li > a {
		font-size: 10px;
		padding: 16px 24px;
	}
	
	.BoxList {
		max-width: 300px !important;
		margin: 0 auto !important;
	}
	.BoxList > ul {
		margin: 0 -6px;
	}
	.BoxList > ul > li {
		width: 100% !important;
	}
	.BoxList > ul > li .Item .ItemContent .Title span {
		height: auto !important;
	}
	
	.TermList > ul {
		text-align: center;
	}
	.TermList a {
		font-size: 11px;
	}
	
	.NewsletterForm .FieldGroup .Field {
		display: block;
	}
	.NewsletterForm .Field input {
		width: 100%;
		font-size: 13px;
		padding: 14px 22px;
	}
	.NewsletterForm .Field button {
		padding: 16px 24px;
		font-size: 10px;
	}
	
	.TermIconList {
		max-width: 300px;
	}
	.TermIconList > ul > li {
		width: 33.33%;
	}
	
}



@media screen and ( max-width: 360px ) {
	
	.Header {
		padding: 10px;
	}
	.Header > .Hold > .Top .Logo {
		width: 100px;
	}
	.Header .Nav.Mobile {
		width: 35px;
	}
	.Header .Nav.Mobile .Menu > ul > li.Title {
		padding: 18.5px 15px;
	}
	
	input {
		font-size: 10px;
	}
	
	.SearchForm .Fields .Input.Submit input {
		background-size: 9px;
	}
	
	.CoinSec .Placement {
		width: auto;
		height: auto;
	}
	
	.InfoSec .SecHead.Bigger .Title h1 {
		font-size: 17px;
	}
	.InfoSec .SecHead .Title h2 {
		font-size: 14px;
	}
	
	.TermList a {
		font-size: 10px;
	}
	
	.Footer {
		padding: 25px 12px;
	}
	
}



@media screen and ( max-width: 320px ) {
	
	body { font-size: 11px; }
	
	.Hero {
		min-height: 530px;
		background-position: center -50px;
		background-size: 760px;
	}
	.Hero .Title {
		font-size: 19px;
		padding: 0 0 150px 0;
	}
	.Hero .SubTitle {
		font-size: 16px;
	}
	
	.InfoSec .SecHead.Bigger .Icon {
		width: 84px;
	}
	.InfoSec .SecHead.Bigger .Icon img {
		width: 72px;
	}
	.InfoSec .SecHead.Bigger .Title h1 {
		font-size: 15px;
	}
	.InfoSec .SecHead .Title h2 {
		font-size: 13px;
	}
	.InfoSec .SecContent .TextBlock p {
		font-size: 11px;
	}
	.InfoSec .SecContent .TextBlock ul li, .InfoSec .SecContent .TextBlock ol li {
		font-size: 11px;
	}
	
	.NewsletterForm .Field button {
		width: 100%;
	}
	
	.Buttons > ul > li {
		display: block;
		padding: 3px !important;
		width: auto;
	}
	
	.LinkList > ul > li > a {
		font-size: 9px;
	}
	
	.Footer {
		font-size: 9px;
	}
	
}