/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		subsilver2
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		psoTFX and the phpBB team ( http://www.phpbb.com )

	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x

	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	height: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Arial, sans-serif;
	background-color: #FFFFFF;
	font-size: 70.25%;
	/* This sets the default font size to be equivalent to 10px */
	margin: 0;
	height: 100%;
}

#wrapheader {
	height: 100%;
	padding: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#wrapcentre {
	margin: 8px 25px 0 25px;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#logodesc {
	position: absolute;
	width: 100%;
	height: 71px;
	top: 0;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: center bottom;
	z-index: 10;
	-webkit-box-shadow: 0px 5px 3px -4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 3px -4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 3px -4px rgba(0, 0, 0, 0.2);
}

.slaider {
	min-height: 100%;
	min-width: 280px;
	position: relative;
	box-sizing: border-box;
}

/*
#logodesc:after {
    content: "";
    width: 100%;
	 height: 71px;
    display: block;
    top: 0;
    position: absolute;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 8px 2px #000;
       -moz-box-shadow: 0px 0px 8px 2px #000;
            box-shadow: 0px 0px 8px 2px #000;
}
*/

#logodesc .inner {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 980px;
}

#menubar {
	margin: 0 25px 0 25px;
	padding-top: 10px;
}

#datebar {
	margin: 10px 25px 0 25px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
}

.forumrules h3 {
	color: red;
}

#pageheader {}

#pagecontent {}

#pagefooter {}

#poll {}

#postrow {}

#postdata {}

/*  Text
 --------------------- */

h1 {
	color: black;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 2px 5px 0 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 10px 0 15px 0;
	color: black;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
}

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

.postreported,
.postreported a:visited,
.postreported a:hover,
.postreported a:link,
.postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight: bold;
}

.postapprove,
.postapprove a:visited,
.postapprove a:hover,
.postapprove a:link,
.postapprove a:active {
	color: green;
	font-weight: bold;
}

.postapprove img,
.postreported img {
	vertical-align: bottom;
	padding-top: 5px;
}

.postauthor {
	color: #000000;
	line-height: 23px;
}

.postdetails {
	color: #000000;
}

.postbody {
	font-size: 1.21em;
	line-height: 1.5em;
	font-family: Arial, sans-serif;
  	transform: translateZ(0);
	word-break: break-word;
}

.postbody li,
ol,
ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li,
.rtl ol,
.rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}

.nav {
	margin: 0;
	color: black;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
}

.copyright {
	color: #444;
	font-weight: normal;
}

.titles {
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}

/* Tables
 ------------ */

th {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #17588a;
	white-space: nowrap;
	padding: 7px 5px;
}

td {
	padding: 2px;
}

td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #b7cbdb;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #f5faff;
}

.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #f5faff;
	text-indent: 4px;
}

.row1 {
	background-color: #fff;
	padding: 4px;
}

.row2 {
	background-color: #f5fbff;
	padding: 4px;
}

.row3 {
	background-color: #C0C8D0;
	padding: 4px;
}

.spacer {
	background-color: #b7cbdb;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align: center;
	margin: 0 auto;
}

/* Links
 ------------ */

a:link {
	color: #005ea7;
	text-decoration: none;
}

a:active,
a:visited {
	color: #2173b3;
	text-decoration: none;
}

a:hover {
	color: #D46400;
	text-decoration: underline;
}

a.forumlink {
	color: #015ba0;
	font-weight: bold;
	font-size: 1.15em;
	padding-bottom: 2px;
	display: inline-block;
}

a.topictitle {
	margin: 1px 0;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle:visited {
	color: #5493B4;
	text-decoration: none;
}

th a,
th a:visited {
	color: #FFA34F !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}

/*----------------------------3 linki fixed-------------------*/

.spol-quick-buttons {
	position: fixed;
	margin-left: -4px;
	z-index: 2000;
	top: 40%;
}

#spol-button1 {
	width: 36px;
	height: 28px;
	background: url('images/sprites-s99887766.png') no-repeat;
	background-position: -130px -388px;
	margin-bottom: 8px;
}

#spol-button2 {
	width: 36px;
	height: 28px;
	background: url('images/sprites-s99887766.png') no-repeat;
	background-position: -169px -388px;
	margin-bottom: 8px;
}

#spol-button3 {
	width: 36px;
	height: 28px;
	background: url('images/sprites-s99887766.png') no-repeat;
	background-position: -204px -388px;
}

/*
div object{
margin-top: 20px;}
*/

/*-------------------------------------4 prawe linki------------*/

.slide-box--gplus {
	position: fixed;
	width: 300px;
	height: 110px;
	top: 20%;
	right: -300px;
	z-index: 1;
	transition: right 0.5s ease-out 0s;
}

.slide-box--gplus:hover {
	z-index: 100;
	right: 0;
}

.slide-box--gplus .inner {
	width: 300px;
	height: 106px;
	border: 5px solid #c23a30;
	border-bottom-left-radius: 10px;
	z-index: 1;
	background: #FFFFFF;
	position: relative;
}

.slide-icon--gplus {
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px 8px 18px 25px;
	text-align: center;
	position: relative;
	top: 21px;
	left: -32px;
	transform: rotate(-90deg);
	z-index: 1;
	background: url('images/sprites-s99887766.png') no-repeat;
	background-position: -185px 0;
}

.slide-box--facebook {
	position: fixed;
	width: 190px;
	height: 110px;
	top: 30%;
	right: -190px;
	z-index: 1;
	transition: right 0.5s ease-out 0s;
}

.slide-box--facebook:hover {
	z-index: 100;
	right: 0;
}

.slide-box--facebook .inner {
	width: 190px;
	height: 400px;
	z-index: 1;
	background: #FFFFFF;
	position: relative;
	border: 5px solid #3c5a99;
	border-bottom-left-radius: 10px;
}

.slide-icon--facebook {
	display: block;
	height: 39px;
	width: 33px;
	top: 0px;
	position: absolute;
	left: -33px;
	background: url('images/sprites-s99887766.png') no-repeat;
	background-position: -152px 0;
	box-sizing: border-box;
}

.slide-box--android {
	position: fixed;
	width: 243px;
	height: 89px;
	top: 40%;
	right: -243px;
	z-index: 1;
	transition: right 0.5s ease-out 0s;
}

.slide-box--android:hover {
	z-index: 100;
	right: 0;
}

.slide-box--android .inner {
	width: 243px;
	height: 89px;
	z-index: 1;
	background-image: url("images/android.gif");
	position: relative;
	border: 5px solid #8ebd30;
	border-bottom-left-radius: 10px;
}

.slide-icon--android {
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px 8px 18px 25px;
	text-align: center;
	position: relative;
	top: 21px;
	left: -32px;
	transform: rotate(-90deg);
	z-index: 1;
	background: url('images/sprites-s99887766.png') no-repeat;
	background-position: -140px -157px;
}

.slide-box--ios {
	position: fixed;
	width: 243px;
	height: 89px;
	top: 50%;
	right: -243px;
	z-index: 1;
	transition: right 0.5s ease-out 0s;
}

.slide-box--ios:hover {
	z-index: 100;
	right: 0;
}

.slide-box--ios .inner {
	width: 243px;
	height: 89px;
	z-index: 1;
	background-image: url("images/ios.gif");
	position: relative;
	border: 5px solid #b6b6b6;
	border-left: 8px solid #b6b6b6;
	border-bottom-left-radius: 10px;
}

.slide-icon--ios {
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px 8px 18px 25px;
	text-align: center;
	position: relative;
	top: 21px;
	left: -31px;
	transform: rotate(-90deg);
	z-index: 1;
	background: url('images/sprites-s99887766.png') no-repeat;
	background-position: -172px -157px;
}

/*------------------------------------------MENU-------------------------------*/

nav.menu {
	position: relative;
	float: left;
	font-family: "Open Sans", "Helvetica Neue", HelveticaNeue, Arial, sans-serif;
	height: 71px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
	margin-left: -10px;
}

.site-logo {
	background: rgba(0, 0, 0, 0) url("images/sprites-s99887766.png?v5") no-repeat scroll 0 0;
	background-position: 0 -157px;
	display: block;
	float: left;
	height: 45px;
	margin: 11px 12px 0 0;
	width: 118px;
}

nav.menu a {
	color: #636363;
	float: left;
	font-weight: 400;
	font-size: 14px;
	line-height: 71px;
	height: 71px;
	margin-left: 3px;
	padding: 0 14px;
	position: relative;
	text-transform: uppercase;
	text-decoration: none;
}

nav.menu a:hover {
	background-color: #fafafa;
	background-image: linear-gradient(#fafafa, #fff);
}

nav.menu a:active {
	color: red;
}

nav.menu a.link--forum {
	color: #d24e44;
	height: 68px;
	border-bottom: solid 3px #d24e44;
}

nav.menu span {
	position: relative;
	font-size: 40px;
	float: left;
	color: #9fd8ef;
}

nav.menu a:first-child::before {
	display: none;
}

nav.menu a::before {
	background: rgba(0, 0, 0, 0) url("images/sprites-s99887766.png?v5") no-repeat scroll 0 0;
	background-position: 0 -39px;
	content: "";
	display: block;
	height: 4px;
	left: -3px;
	position: absolute;
	top: 34px;
	width: 4px;
}

nav.menu a.en img {
	vertical-align: middle;
}

.deal-promo {
	font-family: "Helvetica Neue", Arial, sans-serif;
	float: right;
	font-size: 12px;
	margin: 22px 0 0 15px;
	padding-left: 45px;
	position: relative;
	width: 115px;
}

.deal-promo::after {
	background: url('images/sprites-s99887766.png') no-repeat;
	background-position: -204px -157px;
	content: "";
	display: block;
	height: 41px;
	left: 0;
	position: absolute;
	top: -9px;
	width: 38px;
}

.deal-promo span {
	display: block;
	font-size: 13px;
	font-weight: bold;
}

.deal-promo span::after {
	content: "»";
	display: inline-block;
	margin-left: 3px;
}

.deal-promo a {
	font-size: 12px;
	color: #305995;
}

.obraz {
	position: relative;
	float: left;
	height: 40px;
	width: 37px;
	margin-right: 6px;
	margin-bottom: 4px;
	background: url('images/sprites-s99887766.png') no-repeat;
	background-position: -204px -157px;
	z-index: 100;
}

.search-form {
	float: right;
	margin-top: 18px;
}

.search-form input {
	position: relative;
	float: left;
	width: 119px;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #f3f3f3;
	border-color: #d8d8d8 -moz-use-text-color #d8d8d8 #d8d8d8;
	border-image: none;
	border-radius: 3px 0 0 3px;
	border-style: solid none solid solid;
	border-width: 1px 0 1px 1px;
	color: #787878;
	height: 34px;
	padding: 0 10px;
	font-size: 12px;
	line-height: 15px;
	font-family: "Helvetica Neue", Arial, sans-serif;
}

.search-form .search-form__button {
	border-radius: 0 3px 3px 0;
	float: left;
	height: 36px;
	position: relative;
	width: 35px;
	background-color: #f4f4f4;
	background-image: linear-gradient(#f9f9f9, #e9e9e9);
	border-color: #cbcbcb #cbcbcb #b5b5b5;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 white inset, 0 1px 1px rgba(0, 0, 0, 0.15);
}

.search-form .search-form__button::after {
	background: url('images/sprites-s99887766.png') no-repeat;
	background-position: -93px -39px;
	content: "";
	display: block;
	height: 15px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 15px;
}

div.logon-button {
	position: relative;
	float: right;
	margin-top: 18px;
	width: 80px;
}

.button--2 {
	white-space: nowrap;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #dc4b3c;
	background-image: linear-gradient(#df4f40, #d23d31);
	border-color: #db766b #d76f65 #bc4e46;
	border-image: none;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	color: white;
	font-size: 13px;
	font-weight: bold;
	height: 36px;
	line-height: 33px;
	padding: 0 9px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	cursor: pointer;
	font-family: Arial, ​sans-serif;
}

.button--2:hover {
	background-image: linear-gradient(#fc765f, #c4564e);
}

.srodek {
	position: relative;
	min-width: 1010px;
	margin-left: auto;
	margin-right: auto;
}

/* Form Elements
 ------------ */

form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-size: 1.21em;
	font-weight: normal;
	padding: 4px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
	font-family: Arial;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-size: 1.2125em;
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 3px 5px;
	font-family: Arial;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #DEE3E7;
	border-style: none;
}

/* BBCode
 ------------ */

.quotetitle,
.attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #17588a;
	color: #fff;
	background-color: #17588a;
	font-size: 0.9em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent,
.attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #70b9f1;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.6em;
	background-color: #FAFAFA;
	color: #4B5C77;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}

/* Private messages
 ------------------ */

.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}

/* Misc
 ------------ */

img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}

/*
	phpBB ajax Like
*/

.ajaxlike_container {
	font-size: 12px;
	color: #404040;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #e8e8e8;
	margin: 0 0 0 0;
	padding: 4px 6px;
	display: inline-block;
	clear: both;
	overflow: hidden;
}

.ajaxlike_link,
.ajaxlike_link:link,
.ajaxlike_link:visited,
.ajaxlike_link:hover {
	color: #003399;
	font-weight: normal;
}

.ajaxlike_like_button {
	background: url('./images/ajax_like.png') right center no-repeat;
	padding: 4px 22px 5px 0;
}

.ajaxlike_unlike_button,
.ajaxlike_unlike_button:link,
.ajaxlike_unlike_button:visited,
.ajaxlike_unlike_button:hover {
	color: #303030;
	background: url('./images/ajax_unlike.png') right center no-repeat;
	padding: 4px 22px 5px 0;
}

.ajaxlike_useful_button {
	background: url('./images/ajax_useful.png') right center no-repeat;
	padding: 4px 22px 5px 0;
}

.ajaxlike_notuseful_button,
.ajaxlike_notuseful_button:link,
.ajaxlike_notuseful_button:visited,
.ajaxlike_notuseful_button:hover {
	color: #303030;
	background: url('./images/ajax_notuseful.png') right center no-repeat;
	padding: 4px 22px 5px 0;
}

.ajaxlike_box {
	display: block;
	clear: both;
}

ul.ajaxlike_like_list {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.ajaxlike_like_list li {
	padding: 0;
	margin: 2px 4px;
}

ul.ajaxlike_like_list li a,
ul.ajaxlike_like_list li a:hover,
ul.ajaxlike_like_list li a:visited {
	color: white;
	;
}

.ajaxlike_listing_item {
	border: 1px #dadada solid;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	margin: 5px;
	padding: 8px;
	background-color: #fafafa;
}

.ajaxlike_listing_avatar {
	float: left;
	margin: 4px;
	width: 60px;
}

.ajaxlike_listing_content {
	float: left;
	margin: 4px;
	width: 350px;
}

.ajaxlike_listing_item_date {
	padding: 6px 0 3px 0;
	font-size: 9px;
	color: gray;
}

.ajaxlike_profile_listing_title {
	display: block;
	font-weight: bold;
	font-size: 13px;
	padding: 4px 0 0 0;
}

.ajaxlike_profile_listing_by {
	display: block;
	font-style: italic;
	color: gray;
	font-size: 11px;
	padding: 4px 0 0 0;
}

.ajaxlike_profile_listing_item {
	font-size: 11px;
	padding: 4px 0;
}

/*
	phpBB ajax Like notifications
*/

#ajaxlike_not-dialog {
	width: 230px;
	left: 15px;
	bottom: 30px;
	position: fixed;
	display: none;
	z-index: 99;
}

#ajaxlike_not-dialog .ajaxlike_not_listing_item {
	background-color: #E1E6EE;
	border: 1px solid #99A8C7;
	/*border-radius*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 3px;
	padding: 3px;
}

#ajaxlike_not-dialog .ajaxlike_not_listing_item:hover {
	/* change background color on mouseover */
	background-color: #CAD1DE;
}

#ajaxlike_not-dialog .ajaxlike_noti_Bottom {
	border-bottom: none;
}

#ajaxlike_not-dialog .ajaxlike_noti_Selected {
	background: #CAD1DE;
}

#ajaxlike_not-dialog .ajaxlike_noti_Top {
	padding-top: 0;
}

#ajaxlike_not-dialog .ajaxlike_noti_Bottom {
	padding-bottom: 0;
}

#ajaxlike_not-dialog .ajaxlike_noti {
	background: #CAD1DE;
	overflow: hidden;
	padding: 8px;
	clear: right;
}

#ajaxlike_not_x {
	/* close button */
	float: right;
	height: 16px;
	width: 16px;
	margin-top: -5px;
	margin-right: -5px;
	background: url('./images/ajax_close.png') no-repeat;
	visibility: hidden;
}

#ajaxlike_not_x:hover {
	/* close button on mouseover */
	background: url('./images/ajax_close_h.png') no-repeat !important;
}

.ajaxlike_noti_Selected #ajaxlike_not_x {
	display: block !important;
	visibility: visible !important;
	margin-left: 4px;
}

.ajaxlike_not_listing_item_date {
	padding: 6px 0 3px 0;
	font-size: 9px;
	color: gray;
}

.ajaxlike_not_listing_item_avatar {
	margin-right: 10px;
	float: left;
	width: 60px;
	height: 60px;
}

.ajaxlike_post_old {
	background-color: #dadada;
}

.ajaxlike_post_new {
	background: url('./images/ajaxlike_new_status.png') #ffffcc right top no-repeat;
}

.tablebg .row1 p.gensmall {
	font-size: 0.9em;
}

.tablebg a.topictitle {
	font-size: 1.15em;
}

.topic_highlight td {
	background-color: #fdfd96;
}

.topic_highlight.yellow td,
.highlight_select option.yellow {
	background-color: #fdfd96;
}

.topic_highlight.red td,
.highlight_select option.red {
	background-color: #ef3f4a;
}

.topic_highlight.blue td,
.highlight_select option.blue {
	background-color: #aec6cf;
}

.topic_highlight.green td,
.highlight_select option.green {
	background-color: #77dd77;
}

.topic_highlight td a.topictitle {
	color: #000 !important;
}

.topic_highlight_text {
	color: #000;
	font-size: 1.6em;
}

.postbody img,
.attachment {
	max-width: 1600px
}

@media screen and (max-width: 1900px) {
	.postbody img,
	.attachment {
		max-width: 1400px
	}
}

@media screen and (max-width: 1700px) {
	.postbody img,
	.attachment {
		max-width: 1200px
	}
}

@media screen and (max-width: 1500px) {
	.postbody img,
	.attachment {
		max-width: 1000px
	}
}

@media screen and (max-width: 1300px) {
	.postbody img,
	.attachment {
		max-width: 800px
	}
}

@media screen and (max-width: 1000px) {
	.postbody img,
	.attachment {
		max-width: 600px
	}
}

.relation_topic .postbody {
	line-height: 2em;
}

.searchbox {
	float: right;
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Open Sans Light'), local('OpenSans-Light'), url(//fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTdqQynqKV_9Plp7mupa0S4g.ttf) format('truetype');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), local('OpenSans'), url(//fonts.gstatic.com/s/opensans/v10/u-WUoqrET9fUeobQW7jkRaCWcynf_cDxXwCLxiixG1c.ttf) format('truetype');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(//fonts.gstatic.com/s/opensans/v10/MTP_ySUJH_bn48VBG8sNStqQynqKV_9Plp7mupa0S4g.ttf) format('truetype');
}

.post-ad-between {
	text-align: center;
	background: #f1f1f1;
}

.post-ad-between .adsbygoogle {
	margin: 10px auto;
}

.post-ad-carousel {
    display: grid;
    grid-template-columns: 300px repeat(2, minmax(200px, 300px));
    justify-content: center;
    padding: 10px;
    grid-gap: 5px;
}

.post-ad-carousel__title {
    padding: 5px;
    align-items: center;
    display: flex;
	line-height: 1.2;
}

.post-ad-carousel__item img {
    width: 100%;
    margin-bottom: 10px;
    height: 150px;
    object-fit: cover;
}

.post-ad-carousel__item {
    background: #fff;
    font-size: 16px;
    text-align: center;
    height: 250px;
    overflow: hidden;
    display: grid;
    grid-template-rows: 150px auto;
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
}

.video-iframe {
	margin: 10px 0;
}

@media screen and (max-width: 767px) {
	#wrapcentre {
		margin: 8px 10px 0 10px;
	}
	.search-form {
		display: none;
	}
	select[name=tz] {
		width: 200px;
	}
	select[name=f] {
		width: 200px;
	}
}

@media screen and (max-width: 979px) {
	#logodesc .inner {
		width: 100%;
	}
	nav.menu {
		display: none;
	}
	.deal-promo {
		display: none;
	}
	.search-form {
		margin-right: 10px;
	}
	.site-logo {
		margin-left: 10px;
	}
	.logon-button {
		margin-right: 15px;
	}
	.adsbygoogle {
		max-width: 100%;
		overflow: hidden;
	}
	select[name=f] {
		width: 300px;
	}
}

#menubar a {
	white-space: nowrap;
}

.billboard-header {
	margin-top: 10px;
}

.billboard-header img {
	max-width: 100%;
}

.cookies {
	background: #efefef;
	color: #9a9a9a;
	padding: 6px 8px;
	font-size: 12px;
	line-height: 15px;
	position: relative;
	margin: 10px 0 30px 0;
	display: none;
}

.cookies a {
	color: #70b9f1;
	transition: color .2s
}

.cookies a:hover {
	color: #17588a;
	text-decoration: none;
}

.cookies__close {
	position: absolute;
	background: #70b9f1;
	color: #fff !important;
	bottom: -27px;
	right: 0;
	padding: 6px 8px;
	transition: background .2s, color .2s
}

.cookies__close::before {
	content: "✖";
	margin-right: 5px
}

.cookies__close:hover {
	background: #17588a;
	text-decoration: none;
}

.cookies__more {
	font-weight: bold
}

.cat h4 a {
	color: #17588a;
	font-size: 105%;
}

.fly4free__footer {
	margin-top: 20px;
}

.fly4free__header header #header-search input {
	font-size: 14px;
}

.fly4free__header .hamburger-box {
	position: relative;
	top: 4px;
}

.sharemap {
  display: block;
  border: none;
  max-width: 100%;
  width: 1000px;
  height: 550px;
  margin-top: 10px;
}

@media (max-width: 1000px) {
  .sharemap {
    height: 500px;
  }
}

@media (max-width: 900px) {
  .sharemap {
    height: 450px;
  }
}

@media (max-width: 800px) {
  .sharemap {
    height: 400px;
  }

	#billboard-vertical, .billboard-vertical-wrapper {
		display: none;
	}

	.fly4free__footer footer .bottom {
		display: flex;
		flex-direction: column;
	}

	.fly4free__footer footer .bottom .left ul {
		width: 100% !important;
	}

	.quick-mod-select {
		display: block;
		width: 150px;
	}
}

@media (max-width: 900px) {
	.rwd-scroll {
		overflow-x: auto;
	}

	.profile img {
		width: 50px;
		height: auto;
	}

	.profile table {
		width: 80px;
	}

	.postbody img, .attachment {
		max-width: 100%;
	}

	#pagecontent {
		max-width: calc(100vw - 20px);
	}

	.postdetails {
		width: 70px;
	}

	.post-ad-carousel {
		grid-template-columns: 1fr;
	}

	#menubar table tbody tr:first-of-type {
		display: flex;
		flex-direction: column;
	}

	#wrapcentre p.searchbar {
		white-space: normal;
	}

	.rwd-quickreply table {
		width: 90vw;
	}

	.rwd-quickreply table input,
	.rwd-quickreply table textarea {
		width: 90% !important;
	}

	.rwd-break {
		display: flex;
		flex-direction: column;
	}
}

@media (max-width: 480px) {
	body {
		font-size: 65%;
	}
}