body {
    font-family: Nunito,Arial,sans-serif;
    font-weight: normal;
    background-color: #edf0f3;
    max-width: 1100px;
	margin: 0 auto;
    font-size: 12px;
	/*box-shadow: 0 0 12px 2px #ccc;*/
	border-left : 1px solid rgb(204, 204, 204);
	border-right : 1px solid rgb(204, 204, 204);
}

/*body:before {
    display: block;
    position: absolute;
    z-index: -100;
    top: 0;
	left: 0;
    width: 100%;
    height: 280px;
    content: "";
    background-color: #E8F5E9;
}*/

img { border: 0; }

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

div#maincontainer {
	background-color: #ffffff;
	padding: 24px 0;
	display: flex;
	margin: 0 auto 24px;
}
div#maincontent {
	flex: 1;
	max-width: 100%;
}
div#extra {
    background-color: #fff;
    width: 320px;
    display: none;
	text-align: center;
	font-size: 12px;
	color: #a6a6a6;
	position: -webkit-sticky;
	position: sticky;
	top: 10px;
	align-self: flex-start;
}
@media all and (min-width: 850px) {
	div#extra {
		display: block;
	}
	div#maincontent {
        max-width: calc(100% - 320px);
    }
}

a.headerlogo {
    display: inline-block;
    /*background-image: url('images/cp_logo.png');*/
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    background-size: contain;
    background-repeat: no-repeat;
	color: #000 !important;
    /*margin: 4px 0 0 12px;*/
}
div#monster {
    display: none;
}
@media (min-width: 630px) 
{
	div#monster {
		display: block;
		float: left;
		position: relative;
		margin-right: 12px;
		background-image: url('images/cp_mymonster.png');
		background-repeat: no-repeat;
		width: 56px;
		height: 36px;
		background-size: 100%;
	}
}
a:link {
    color: #0097A7;
	text-decoration: none;
}
a:visited {
    color: #0097A7;
}
a:hover {
	color: #BF360C;
}
div#bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -99999;
    left: 0px;
	top: 0px;
	background-image: url('images/bg18.png');
}
#header {
	background-color: #FFFFFF;
	font-size: 32px;
	padding: 12px 24px;
	border-bottom: 1px solid #eee;
	position: relative;
	text-align: center;
}
@media all and (min-width: 630px) {
	#header {
		text-align: left;
	}
}
.articlesubmitfwd {
	float: right;
	font-size: 18px;
    position: absolute;
    /*top: calc(50% - 8px);*/
	bottom: 20px;
    right: 24px;
	display: none;
	font-weight: bold;
	cursor: pointer;
	color: #BF360C;
}
@media all and (min-width: 630px) {
	.articlesubmitfwd {
		display: block;
	}
}
.category_menu_container {
	text-align: center; 
	font-size: 12px; 
	background-color: #FFF; 
	margin: 0;
    /*border-left: 14px solid #d0e7bc;*/
    /*border-right: 14px solid #d0e7bc;*/
    border-bottom: 1px solid #eee;
}
.category_menu_item {
	padding: 4px 2px;
	margin: 0 1px;
	display: inline-block;
}
.category_menu_item:hover {
	background-color: #fcd9ce;
}
.category_menu_item.selected {
	background-color : rgb(255, 236, 179);
	color : rgb(191, 54, 12);
	font-weight : bold;
}
.message {
    text-align: center;
    font-size: 16px;
    padding: 12px;
    margin: 0 12px 12px;
	color: #ff9800;
    background-color: #f5f5f5;
	font-weight: bold;
}
.message.error {
	background-color: #ff7f50;
    color: #fff;
}
.category_chooser_container {
	text-align: center;
	margin: 0 24px 12px;
    background-color: #f5f5f5;
}
.category_chooser_container select {
	font-family: Nunito,Arial,sans-serif;
    border: 1px solid #f5f5f5;
    font-size: 14px;
    color: #689F38;
    padding: 2px 14px;
	font-weight: 900;
}
.item_requested {
    margin: 0 24px 12px;
    position: relative;
    /*padding: 24px;
    border: 1px dashed #ff9800;*/
    border-radius: 6px;
}
.iziModal .item_requested {
    border: none;
	margin: 0 24px 60px;
}
div#item_requested_frame_cnt {
	display: block;
	height: calc(100vh - 300px);
    margin-bottom: 24px;
    background-color: yellow;
	padding: 12px;
	text-align: center;
}
div.item_requested_inner {
	position: relative;
}
@media all and (min-width: 630px) {
	div.item_requested_inner {
		margin-left: 120px;
	}
}
div.item_requested_image {
	width: 100px;
	height: 90px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 28px;
	display: none;
}
.item_requested div.item_requested_image {
	top: 8px;
}
@media all and (min-width: 630px) {
	div.item_requested_image {
		display: block;
	}
}
.item_requested .item_details {
	color: #a6a6a6;
	font-size: 11px;
	margin: 8px 0 16px;
	display: none;
}
.item_requested p, div.item_requested ul {
	font-size: 14px;
}
@media all and (min-width: 630px) {
	.item_requested .item_details {
		display: block;
	}
}
.item_requested h1 {
	font-weight: normal;
	margin: 0;
	position: relative;
	display: inline-block;
	font-weight: bold;
	font-size: 22px;
	background-color: #f5f5f5;
    padding: 4px;
}
.item_requested h1:hover {
	background-color: #f5f5f5;
}
h3 {
	margin: 0 0 12px;
	font-size: 20px;
}
.item_of_the_page {
	position: relative;
    padding: 24px;
    margin: 0 24px 24px;
	border-bottom: 1px dashed #FF9800;
	border-top: 1px dashed #FF9800;
}
.item_of_the_page .item_details {
	color: #a6a6a6;
    font-size: 11px;
    margin: 8px 0 16px;
}
div.item_of_the_page_title {
    font-size: 12px;
    text-align: center;
    color: #FF9800;
    margin: 0 24px 0;
    padding: 6px;
    font-weight: bold;
	text-transform: uppercase;
}
.item_requested .listitem {
	padding: 0;
}
.item_requested_related {
	margin: 24px 0 0;
}
/*div.item_requested h1.link {
    padding-right: 48px;
}*/
a.forwardbtn {
	display: inline-block;
    font-size: 16px;
    border-radius: 4px;
    padding: 0px 6px;
	margin: 12px 0 24px;
	font-weight: bold;
	padding: 12px 24px;
    /*background-color: #BF360C;*/
    color: #FFF;
	transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.320, 1.275) 0.5s; /* easeOutBack */
	box-shadow : rgba(50, 50, 93, 0.11) 0px 4px 6px, rgba(0, 0, 0, 0.08) 0px 1px 3px;
	text-shadow : rgba(0, 0, 0, 0.4) 0px 1px 2px;
	background-image : linear-gradient(rgb(255, 204, 0) 0%, #FF5722 100%);
	position: relative;
}
/*@media all and (min-width: 630px) {
	a.forwardbtn {
		transform: translate(-1000px, 0);
	}
}
a.forwardbtn.in-viewport,
a.forwardbtn.in-viewport-once,
a.forwardbtn.was-in-viewport {
	transform: translate(0, 0);
}*/

a.forwardbtn:hover {
	background-image : linear-gradient(rgb(255, 204, 0) 0%, rgb(255, 119, 0) 100%);
	background-color: #f3693e;
	color: #FFFFFF;
	top: -2px;
    box-shadow: rgba(50, 50, 93, 0.11) 0px 4px 6px 2px, rgba(0, 0, 0, 0.08) 0px 1px 6px 3px;
}
a.forwardbtn:after {
    font-family: 'FontAwesome';
    content: "\f04b  \f04b";
    margin-left: 10px;
	display: inline-block;
}
.iziModal-content a.forwardbtn {
    font-size: 20px;
}
/*a.forwardbtn:after {
    -webkit-animation-name: arrow_move;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
    animation-name: arrow_move;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}
@-webkit-keyframes arrow_move {
    0%   {margin-left: 10px;}
    50%  {margin-left: 20px;}
    100% {margin-left: 10px;}
}
@keyframes arrow_move {
    0%   {margin-left: 10px;}
    50%  {margin-left: 20px;}
    100% {margin-left: 10px;}
}*/
.item_requested p, .item_requested ul {
	line-height: initial;
}
.item_requested div#item_ad {
	margin: 24px 0 48px;
	display: none;
}
@media all and (min-width: 630px) {
	.item_requested div#item_ad {
		display: block;
		border-top: 1px solid #f5f5f5;
		padding: 12px 0 0;
	}
}
.listitem {
	padding: 0 24px;
	position: relative;
	transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
	box-sizing: border-box;
	margin-bottom: 24px;
}
@media all and (min-width: 630px) {
	.listitem {
		/*border-top: 2px solid #f3693e;*/
		background-color: #f6f6f6;
		transform: translate(0, 150px);
	}
}
.listitem.in-viewport,
.listitem.in-viewport-once,
.listitem.was-in-viewport {
	/*border-top: 0 solid #f3693e;*/
	background-color: #ffffff;
	transform: translate(0, 0);
}
/*.listitem .content_container {
	margin: 0 68px 0 0;
}
@media all and (min-width: 630px) {
	.listitem .content_container {
		margin: 0 68px 0 66px;
	}
}*/
.listitemheader {
	display: flex;
	align-items: center;
	border-top : 4px solid transparent;
	border-bottom : 4px solid transparent;
	border-left : 4px solid rgb(130, 168, 255);
}
.listitem .content_header {
    color: #a6a6a6;
    padding: 0 8px 4px;
    display: none;
    border-right: 1px solid #FFC107;
	order: 1;
}
@media all and (min-width: 630px) {
	.listitem .content_header {
		display: inline-block;
	}
}
.listitem img.favicon {
    margin: 2px 6px -3px 4px;
	opacity: 0.5;
}
.listitem .item_votes {
	color: #a6a6a6;
	border-right: 1px solid #f5f5f5;
	padding-right: 12px;
}
.listitem p.item_summary {
	padding: 2px 12px;
	/*display: none;*/
	border-left: 1px solid #f5f5f5;
}
.listitem p.item_summary.featured {
	display: block;
}
.listitem p.item_summary, .item_of_the_page p, p.item_summary.featured {
	font-size: 14px;
	line-height: initial;
	color: #616161;
	margin: 0;
}
.listitem .linktosource {
  margin : 0px 12px 0px 8px;
}
.listitem_ad {
	text-align: center;
	margin: 12px 24px;
    padding: 12px 4px;
	border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
	display: none;
	background-color : rgb(245, 245, 245);
}
@media all and (min-width: 520px) {
	.listitem_ad {
		display: block;
	}
}
.head_ad {
	text-align: center;
    margin: 0 0 12px;
    padding: 0 4px 12px;
	border-bottom: 1px solid #eee;
	display: none;
}
@media all and (min-width: 800px) {
	.head_ad {
		display: block;
	}
}
.linktosource {
	padding: 0 8px;
	margin: 0 12px 0 0;
	position: relative;
	flex: 1;
}
.linktosource:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-bottom: 2px solid #FF9800;
    transition: width .4s;
}
.linktosource:hover:after {
    width: 100%;
}
.linktosource h2 {
	display: block;
	font-size: 16px;
	position: relative;
	font-weight: bold;
	cursor: pointer;
	margin : 4px 0px;
}
/*div.listitem .content_container:before {
	font-family: 'FontAwesome';
    content: " ";
    margin: 0 6px;
    color: #ff9800;
    position: absolute;
    left: 63px;
    top: 8px;
	width: 4px;
	height: 4px;
	background-color: #4285F4;
}*/
.linktosource:hover {
	background-color: #f5f5f5;
	color: #0097A7;
}
.linktosource.fire {
	background-color: #FFFDE7;
}
.linktosource.popular {
	background-color: #fffde7;
}
/*.linktocikk {
    float: right;
    position: absolute;
    right: 24px;
    top: 10px;
	color: #a6a6a6;
}*/
div.item_related_container {
    padding: 8px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 12px;
	background-color: #FFFFFF;
}
div.item_related_container.highlighted {
	background-color: #FFFDE7;
}
div.item_related_container a.related {
    display: block;
    padding: 6px 12px;
    font-weight: bold;
	font-size: 14px;
}

#paging {
    padding: 24px 0 64px;
	text-align: center;
	display: block;
	background-color: #FFFFFF;
}
div.pagination {
	padding: 6px;
	margin: 4px;
}
div.pagination a {
	padding: 8px 12px;
	margin: 2px;
	border: 1px solid #ffe0b2;
	text-decoration: none;
	border-radius: 4px;
	background-color: #FFFFFF;
	display: none;
}
div.pagination .elipses {
	display: none;
}
div.pagination .pagestepbtn {
	display: inline-block;
}
@media all and (min-width: 630px) {
    div.pagination .elipses { 
        display: inline-block;
    }
	div.pagination a {
		display: inline-block;
	}
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #689F38;
}
div.pagination span.current {
	padding: 8px 12px;
	margin: 2px;
	border: 1px solid #689F38;
	font-weight: bold;
	background-color: #689F38;
	color: #FFF;
	border-radius: 4px;
}
div.pagination span.disabled{
	padding: 8px 12px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
	border-radius: 4px;
	background-color: #FFFFFF;
}

h1, h3 {
	letter-spacing: -0.5px;
}

/* */

.iziModal {
	padding: 36px 24px 12px;
}

/*div#item_ad {
    margin-top: 24px;
	width: 100%;
}*/

.citatum {
    text-align: center;
    padding: 24px 12px 12px;
    font-size: 14px;
    border: 1px dashed #BF360C;
    margin: 12px 0;
    border-radius: 6px;
}

img.resp{
    height: auto;
    max-width: 100%;
}

/* wiggle */

/*.btn--wiggle.is-active {
  animation: 1.5s wiggle ease infinite;
}

.btn--wiggle:hover {
  animation: unset;
}

@keyframes wiggle {
  0% {
    transform: rotate(0.5);
  }
  20% {
    transform: rotate(0.5deg);
  }
  40% {
    transform: rotate(-0.5deg);
  }
  60% {
    transform: rotate(2deg);
  }
  90% {
    transform: rotate(-0.5deg);
  }
  100% {
    transform: rotate(0);
  }
}*/