/*----------------------------------------------------------------------------------*/
/* GENERAL */
/*----------------------------------------------------------------------------------*/

body {
	width: 100%;
	font: 14px "Open Sans", sans-serif;
	overflow-y: scroll;
	overflow-x: hidden;
}

main {
  background: #eee;
}

/* draw any selected text yellow on red background */
*::-moz-selection { color: black;  background: #FFC48C; }
*::selection      { color: black;  background: #FFC48C; } 

a {
	text-decoration: none;
}

sup {
	vertical-align: super;
	line-height: 0;
}

/*----------------------------------------------------------------------------------*/
/* TOP */
/*----------------------------------------------------------------------------------*/
/*------------------------------------------*/
/* TOP CONTAINER */
/*------------------------------------------*/

.top {
	width: 100%;
	color: white;
	border-top: 10px solid rgba(0,0,0,0.7);
	background-color: #3498db;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

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

.top > a {
	float: left;
	width: calc(100%/4);
	overflow: hidden;
	height: 40px;
	cursor: pointer;
	font-size: 15px;
	color: white;
	text-align: center;
}

.top > a > h1 {
	font-weight: bold;
	white-space: nowrap;
	line-height: 40px;
}

.top > a:nth-of-type(1) {
	background: url("../img/logoWhite.png") top center no-repeat;
	background-color: rgba(0,0,0,0.7);
	background-size: 160px;
}

.top > a:nth-of-type(1):hover {
	background-color: rgba(0,0,0,0.5);
}

.top > a:nth-of-type(2) {
	background-color: #2378A8;
}

.top > a:nth-of-type(3) {
	background-color: #A0522D;
}

.top > a:nth-of-type(4) {
	background-color: rgba(0,0,0,0.7);
}

.top > a:nth-of-type(4):hover {
	cursor: default;
}

.top > .siteinfo {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
}

.top > .siteinfo > a {
	color: rgba(255,255,255,0.8);
	background-color: rgba(0,0,0,0.2);
	padding: 0 5px;
}

.top > .siteinfo > h1 {
	font-size: 15px;
	font-weight: bold;
}


/*------------------------------------------*/
/* NAVIGATION */
/*------------------------------------------*/

.navigation {
	clear: both;
	color: white;
}

.navigation > .buttons {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	box-sizing: border-box; 
	float: left;
	width: 100%;
	background-color: rgba(0,0,0,0.1);
	padding: 15px 0 5px 15px;
}

.navigation > .buttons > div, span {
	float: left;
	padding: 4px 10px 4px 10px;
	float: left;
	margin: 0 10px 10px 0;
	cursor: pointer;
	background-color: rgba(0,0,0,0.1);
	color: #eee;
	-webkit-transition: 0.1s all ease-in-out;
	   -moz-transition: 0.1s all ease-in-out;
	   	-ms-transition: 0.1s all ease-in-out;
	     -o-transition: 0.1s all ease-in-out;
	        transition: 0.1s all ease-in-out;
}


/* Pressed state */
.navigation > .buttons > div.pressed {
	background-color: rgba(0,255,0,0.3);
}

.navigation > .buttons > div:hover {
	background-color: rgba(0,0,0,0.5);
}

/* SHOW/CLEAR buttons */
.navigation > .buttons > .show {
	font-weight: bold;
	border: 1px solid;
	border-color: rgba(255,0,0,0.2);
	padding: 3px 18px;
}

.navigation > .buttons > .show.pressed {
	background-color: rgba(0,255,0,0.3);
}

.navigation > .buttons > .show:hover {
	background-color: rgba(0,255,0,0.3);
}

/*------------------------------------------*/
/* NAVIGATION INPUT */
/*------------------------------------------*/

.navigation > input#livesearch {
	-webkit-transition: 0.1s all ease-in-out;
	   -moz-transition: 0.1s all ease-in-out;
	   	-ms-transition: 0.1s all ease-in-out;
	     -o-transition: 0.1s all ease-in-out;
	        transition: 0.1s all ease-in-out;

	font-family: 'Open Sans', sans-serif;
	padding: 8px 0 8px 20px;
	font-size: 15px;
	color: white;
	background-color: rgba(0,0,0,0.4);
	border: 0;
	height: 25px;
	width: calc(100% - 20px);
	font-weight: bold;
	text-transform: uppercase;
	opacity: 0.7;
}

.navigation > input#livesearch:focus {
	outline: none;
	border: 0;
	opacity: 1;
}

*::-webkit-input-placeholder {
	color: white;
	opacity: 0.7;
}
*:-moz-placeholder {
	color: white;
	opacity: 0.7;
}
*::-moz-placeholder {
	color: white;
	opacity: 0.7;
}
*:-ms-input-placeholder {
	color: white;
	opacity: 0.7;
}

/*----------------------------------------------------------------------------------*/
/* ADVERTISEMENT */
/*----------------------------------------------------------------------------------*/

.advertisement {
	background-color: #eee;
	text-align: center;
}

/* Needs to be this way for ad block to hide padding too */
.adTop > * {
	padding: 37px 0 0 50px;
}

.adBottom > * {
}

/*----------------------------------------------------------------------------------*/
/* LISTS */
/*----------------------------------------------------------------------------------*/
/*------------------------------------------*/
/* LISTS CONTAINER */
/*------------------------------------------*/

.lists {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 0 0 70px 0;
	background-color: #eee;
}

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

.listsInfo {
	font-size: 50px;
	font-weight: bold;
	padding: 60px 0 0 60px;
	background-color: #eee;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}

/* listWindow */
.listWindow {
	width: 294px;
	margin: 30px 0 0 60px;
	padding-top: 20px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}

/* anchor/hash link styling */
.listWindow:target {
	background-color: #ddd;
}

.listWindow:target > div > li > a, .listWindow:target > div > li:last-of-type > a {
	border-color: #ddd;
}

/* Anchor links next to titles */
.listWindow > .anchor {
	opacity: 0;

	position: absolute;
	left: 0;
	top: 0;

	font-weight: bold;
	color: rgba(0,0,0,0.3);
	font-size: 13px;
	cursor: pointer;
	width: 100%;
	display: block;
	height: 20px;
}

/* Category title */
.listWindow > h2 {
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	color: rgba(0,0,0,0.4);
	position: relative;
	z-index: 200;
}

/* Wraps lists and descriptions also sub-categories */
.listWindow > div {
	counter-reset: dopeCounter;
	position: relative;
}

/* Sub-category title */
.listWindow > div > h3 {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	margin-top: 12px;
	color: rgba(0,0,0,0.2);
	/*margin-left: 18px;*/
	position: relative;
	z-index: 100;
}

/* Site container */
.listWindow > div > li {
	white-space: nowrap;
	overflow: hidden;
}

/* Site link (contains img favicon) */
.listWindow > div > li > a {
	width: 100%;
	padding: 2px 0;
	padding-top: 3px;
	border-top: 1px solid rgba(0,0,0,0.07);
	color: #000;
	display: inline-block;
}

.listWindow > div > li:last-of-type > a {
	border-bottom: 1px solid rgba(0,0,0,0.07);
}

.listWindow > div > li > a:visited {
	color: #696156;
}

.listWindow > div > li > a:hover {
	font-weight: bold;
	color: #111;
	background-color: #ccc;
	border-top: 1px solid #aaa;
	padding-top: 3px;
}

/* Site icon */
.listWindow > div > li > a > img {
	width: 16px;
	height: 16px;
	margin-right: 4px;
	margin-top: 2px;
	float: left;
}

/* Site [new] sup */
.listWindow > div > li > a > sup {
	font-size: 8px;
	font-weight: bold;
	background-color: #e74c3c;
	padding: 0 3px;
	color: white;
	text-transform: UPPERCASE;
	margin-left: 5px;
}

/* Site [new] sup */
.listWindow > h2 > sup {
	font-size: 12px;
	font-weight: bold;
	background-color: #e74c3c;
	padding: 0 3px;
	color: white;
	text-transform: UPPERCASE;
	margin-left: 5px;
}

/* Site [new] sup */
.listWindow > div > h3 > sup {
	font-size: 10px;
	font-weight: bold;
	background-color: #e74c3c;
	padding: 0 3px;
	color: white;
	text-transform: UPPERCASE;
	margin-left: 5px;
}

/* Site description */
.listWindow > div > li > div {
	opacity: 0.95;

	display: none;
	position: absolute;
	left: -25px;
	white-space: normal;
	word-wrap: break-word;
	z-index: 500;

	width: 312px;
	font-size: 12px;
	margin: 7px 0 0 0;
	padding: 6px 9px;
	background: #3498db;
	color: #fff;
}

/* Site description arrow */
.listWindow > div > li > div:before {
	position: absolute;
	left: 27px;

	-webkit-top: -13px;
	-moz-top: -13px;
	top: -12px;

	color: #3498db;
	content: "▲";
}

/* Counter */
.listWindow > div > li::before {
	counter-increment: dopeCounter 1;
	content: counter(dopeCounter, decimal-leading-zero);

	position: absolute;
	left: -20px;

	font-size: 13px;
	padding-top: 5px;
	width: 25px;
	height: 25px;
	color: rgba(0,0,0,0.2);
}

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

.site-footer {
	color: rgba(255,255,255,0.8);
	padding-bottom: 55px;
	background-color: #3498db;
}

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

.site-footer > .bordertop {
	display: block;
	background-color: rgba(0,0,0,0.2);
	height: 30px;
}

.site-footer a {
	color: rgba(255,255,255,0.8);
	background-color: rgba(0,0,0,0.2);
	padding: 0 5px;
}

.site-footer a:hover {
	background-color: rgba(0,0,0,0.4);
}

.site-footer > .definition, .follows, .siteinfo, .social {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
}

.site-footer > .social {
	margin-top: 15px;
}

.site-footer > .social > a {
	font-size: 15px;
	padding: 3px 7px;
	font-weight: bold;
	display: inline-block;
	margin-top: 5px;
	margin-right: 5px;
}

.site-footer > .definition {
	margin-top: 30px;
}

.site-footer > .follows {
	margin-top: 10px;
}

.site-footer > .siteinfo {
	margin-top: 20px;
}

.site-footer > a {
	float: normal;
	display: inline;
}

.site-footer > .definition > div {
	font-size: 40px;
	font-weight: bold;
}

.site-footer > .definition > p {
	font-size: 15px;
	font-weight: bold;
	margin-left: 15px;
}

.site-footer > .follows > div {
	display: inline-block;
}

.site-footer > .siteinfo > p:last-of-type {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}

.site-footer > .siteinfo > div:last-of-type {
	float: left;
	margin-top: 4px;
}

/*----------------------------------------------------------------------------------*/
/* RESPONSIVE */
/*----------------------------------------------------------------------------------*/
@media (max-width: 700px) {
	.top > a > h1 {
		font-size: 12px;
	}
	.top > a:nth-of-type(1) {
		background: url("../img/logoWhite.png") 50% no-repeat;
		background-color: rgba(0,0,0,0.7);
		background-size: 100px;
	}
}

@media (max-width: 430px) {
	.advertisement {
		padding-right: 0;
	}
	.adTop > * {
		padding: 0;
	}
	.listWindow {
		margin-left: 20px;
		width: 250px;
	}
	.listWindow > div > li > div {
		width: 270px;
	}
	.top > a > h1 {
		font-size: 9px;
	}
	.top > a:nth-of-type(1) {
		background: url("../img/logoWhite.png") 50% no-repeat;
		background-color: rgba(0,0,0,0.7);
		background-size: 70px;
	}
}

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

footer {
	background-color: #B83738;
	text-align: center;
}

#gradient
{
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
}

/* Wrapper */
.icon-button {
	background-color: white;
	border-radius: 3.6rem;
	cursor: pointer;
	display: inline-block;
	font-size: 2.0rem;
	height: 3.6rem;
	line-height: 3.6rem;
	margin: 0 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 3.6rem;
}

/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	padding: 0px;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 3.6rem;
	margin: -1.8rem;
}
.twitter span {
	background-color: #4099ff;
}
.facebook span {
	background-color: #3B5998;
}
.google-plus span {
	background-color: #db5a3c;
}
.reddit span {
	background-color: #ff5700;
}
.envelope span {
	background-color: #00a8ff;
}

/* Icons */
.icon-button i {
	background: none;
	color: white;
	height: 3.6rem;
	left: 0;
	line-height: 3.6rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 3.6rem;
	z-index: 10;
}
.icon-button .fa-twitter {
	color: #4099ff;
}
.icon-button .fa-facebook {
	color: #3B5998;
}
.icon-button .fa-google-plus {
	color: #db5a3c;
}
.icon-button .fa-reddit {
	color: #ff5700;
}
.icon-button .fa-envelope {
	color: #00a8ff;
}
.icon-button:hover .fa-twitter,
.icon-button:hover .fa-facebook,
.icon-button:hover .fa-reddit,
.icon-button:hover .fa-envelope,
.icon-button:hover .fa-google-plus {
	color: white;
}


/*----------------------------------------------------------------------------------*/
/* PULSATING HEART - as seen on julianlloyd.me*/
/*----------------------------------------------------------------------------------*/

.withLove {
  padding-bottom: 1em;
  cursor: default;
  font-size: 14px;
  text-align: center;
}
.withLove * {
  display: inline-block;
}
.withLove .alpha,
.withLove .omega {
  width: 40%;
}
.withLove .alpha {
  text-align: right;
}
.withLove .omega {
  text-align: left;
}
.withLove .heart {
  margin: 0 -2px;
  position: relative;
  z-index: 3;
  -webkit-animation: throb 1.33s ease-in-out infinite;
  animation: throb 1.33s ease-in-out infinite;
}
.withLove .heart path {
  fill: #ec4d63;
}
@media screen and (min-width: 300px) {
  .withLove .heart {
    width: 30px;
    height: 30px;
    top: .66em;
  }
}
@media screen and (min-width: 460px) {
  .withLove .heart {
    top: .8em;
    width: 30px;
    height: 30px;
  }
}

@-webkit-keyframes throb {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes throb {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}


/* Carbon Ads */
.advertisement {
  overflow: hidden;
  padding: 1em;
}

#carbonads {
  display: block;
  overflow: hidden;
  margin: 1em auto;
  padding: 1em;
  max-width: 26em;
  border: solid 1px #2f89c6;
  line-height: 1.5 !important;
}

  #carbonads a {
    color: #3498db;
  }

  .carbon-wrap {
    background: none !important;
  }

  #carbonads span {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: 0;
  }

  .carbon-text {
    display: block;
    float: left;
    max-width: 55%;
    text-align: left;
  }

  .carbon-img {
    float: left;
    margin-right: 1em;
  }

  .carbon-poweredby {
    display: block;
    float: right;
    margin-top: -1.9em;
    color: #2f89c6;
    font-size: .8em;
  }

@media only screen and (min-width: 320px) and (max-width: 759px) {
  #carbonads {
    max-width: 100%;
    font-size: .9em;
  }
}