﻿/*
Roboto Condensed, Open Sans Condensed, Ubuntu Condensed,Fira Sans Condensed,Fira Sans Extra Condensed
*/
h1,
h2,
h3,
h4,
h5 {
	font-family: "Roboto Condensed", arial, helvetica, sans-serif;
	margin: 15px 0;
	padding: 0;
	font-weight: 400;
	line-height: 125%;
	color: #666;
}

/*
	Accessibility
*/

h1.accessFonts,
h2.accessFonts,
h3.accessFonts,
h4.accessFonts,
h5.accessFonts {
	font-family: arial, helvetica, sans-serif;
}

h1.contrast,
h2.contrast,
h3.contrast,
h4.contrast,
h5.contrast {
	color: #fff;
}

/*
	Accessibility End
*/

h1 a,
h2 a,
h3 a,
h4 a {
	color: #0b6daf;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
	color: #0E3149;
	opacity: 0.75;
}

h1 {
	font-size: 1.7em;
	margin: 0.8em 0 1.2em 0
}

h2 {
	font-size: 1.5em;
	margin: 0.8em 0 1.2em 0;
}

h3 {
	font-size: 1.3em;
	margin: 0.8em 0
}

h4 {
	font-size: 1.2em;
	margin: 0.4em 0;
}

h5 {
	font-size: 1.1em;
	margin: 0.4em 0;
}

/*
	Page, section and menu headers
*/

h1.head {
	margin-bottom: 0.6em;
	border-bottom: 4px transparent solid;
}

h1.head span {
	display: inline-block;
	padding: 0 0 6px 0;
	margin-bottom: -4px;
	color: #666;
	border-bottom: 4px #999 solid;
	border: none;
}

h2.head {
	text-align: left;
	margin: 0.6em 0 0.5em 0;
	border-bottom: 4px transparent solid;
}

h2.head span {
	display: inline-block;
	padding: 6px 0;
	margin-bottom: -4px;
	color: #666;
	border-bottom: 4px #999 solid;
	border: none;
}

#bodyForum h2.head {font-size: 1.2em;}

/*
	Top information about opened archive and paging
*/

h2.archives {
	text-align: left;
	margin: 10px 0 15px 0;
	font-size: 0.8em;
	border-bottom: 2px #ddd solid;
}

h2.archives span {
	display: inline-block;
	padding: 6px 0;
	margin-bottom: -2px;
	color: #666;
	border-bottom: 2px #999 solid;
}

/*
	change headers within articles
*/

article header {
	margin-bottom: 25px;
}

article header h1,
article header h2 {
	line-height: 120%;
	margin-bottom: 10px;
}

article header h1 {
	font-size: 1.5em;
}

article header h2 {
	font-size: 1.3em;
}

article header h3 {
	font-size: 1.1em;
}

/*
	General link colors - heading can have their own colors
*/

a {
	color: #0b6daf;
	text-decoration: none;
	opacity: 0.85;
}

a:hover {
	color: #F2352E;
	opacity: 0.85;
}

a.authorLink {
	opacity: 0.6;
}

a.authorLink:hover {
	opacity: 1;
}

a.button {
	display: inline-block;
	padding: 6px 8px;
	background: #F2352E;
	background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
	color: #F2B72E;
	border-radius: 5px 5px 0 0;
}

a:hover.button {
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
	color: #fff;
}

/*
	Various tags
*/
marquee {
	font-weight: bold;
	background: transparent;
}

marquee a {
	color: #999;
}

marquee a:hover {
	color: #000;
}

dd {
	margin-bottom: 1em;
	font-size: 0.95em;
	line-height: 150%;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #ddd;
	margin: 0.5em 0
}

p {
	margin-top: 0;
	margin-bottom: 1em;
}

/*
	Up and Down Arrows in H1 and H2
*/

.slideUp,
.slideDown {
	cursor: pointer;
	position: relative
}

.slideUp::after {
	content: "\25B4";
	position: absolute;
	top: 0.1em;
	right: 0;
}

.slideDown::after {
	content: "\25BE";
	position: absolute;
	top: 0.1em;
	right: 0;
}

/*
	Various Single Classes
*/

.iconFonts {
	font-size: 1.4em;
}
.shadow {
	box-shadow: 0 0 2px 5px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	padding: 10px;
}


/*	===================================
	TEXT CLASSES
======================================= */

.text,
.textNormal,
.textResizeable {
	font-size: 1em;
	font-weight: 300;
	margin: 0 0 6px 0;
	text-align: justify;
	line-height: 1.6;
	hyphens: auto;
}

text p {
	hyphens: auto;
}

.textNormal {
	text-align: left;
}

.textSmall {
	font-size: 0.95em !important;
	line-height: 1.4;
}

.textXSmall {
	font-size: 0.9em !important;
	line-height: 1.25;
}

.textXXSmall {
	font-size: 0.8em !important;
	line-height: 1.2;
}

.text ol,
.text ul {
	margin: inherit 0;
	overflow: hidden;
}

.text ul li,
.text ol li {
	padding: 0.2em 0.2em 3px 0.5em;
	line-height: 1.4;
}

.poem {
	padding-left: 48px !important;
}
.poem p {
	line-height: 100%;
	padding: 0;
	margin: 0.5em 0;
}

.poem p strong {
	display: inline-block;
	padding: 0;
	width: 44px;
	margin-left: -48px;
}

.floatLeft {
	float: left;
	margin: 0 0.6em 0 0;
}

.floatRight {
	float: right;
	margin: 0 0 0 0.6em;
}

.alignLeft {
	text-align: left !important;
	clear: both
}

.alignCenter {
	text-align: center !important;
	clear: both
}

.alignRight {
	text-align: right !important;
	clear: both
}

.padding {
	padding: 0.75em;
}

.paddingTop {
	padding-top: 0.75em;
}
.paddingTB {
	padding: 0.75em 0;
}

.margin {
	margin: 0.75em;
}
.marginTop {
	margin-top: 0.75em;
}
.marginTopMinus {
	margin-top: -0.75em;
}

.marginTB {
	margin: 0.75em 0;
}

.marginsNone {
	margin: 0 !important;
}

.maxHeight {
	max-height: 20em;
	overflow-x: hidden;
	overflow-y: auto;
}

.clear {
	display: block;
	clear: both;
}

.bgColor {
	background: #fff;
	padding: 0.5em;
	border: 1px #eee solid;
	border-radius: 5px;
}

.bgColorWhite {
	background: #fff;
	padding: 0.5em;
}

.bgError {
	clear: both;
	background: #fc6;
	padding: 0.5em;
	margin: 1em 0;
	border: 1px solid #ea4;
	color: #000;
	font-weight: bold;
}

.bgSuccess {
	clear: both;
	background: #cfd;
	padding: 0.5em;
	margin: 1em 0;
	border: 1px solid #bec;
	color: #000;
	font-weight: bold;
}

.bgNone {
	background: none !important;
}

.overflowHidden {
	overflow: visible;
}

/* Border Classes within other elements
========================== */
.borders {
	border: 1px #ddd solid;
}
.bordersNone {
	border: 0 !important;
}


/* Related links within an open text pages
========================== */

.includedText {
	margin-bottom: 10px;
	padding: 6px;
	font-size: 0.9em;
	line-height: 160%;
	background: #fff !important;
	border: 1 solid #eee;
}

.includedText legend {
	margin: -20px -6px 0 0;
	padding: 6px;
	background: #ddd;
	background-image: linear-gradient(rgba(255, 255, 255, 0.5), #eee);
	border: 1px solid #ddd;
	border-radius: 5px;
}

.includedText a {
	display: block;
	position: relative;
	color: #2ea3f2;
	padding: 0.2em 0 0.2em 1em;
}
.includedText a::before {
	content: "\00BB";
	position: absolute;
	top: 0.25em; left: 0;
}

.includedText a:hover {
	color: #0b6daf;
}

.includedText span {
	color: #000;
}

/*	=============================================================
	View comments - for all comment pages
	For Add comments see sx_Forms.css
	============================================================= 
*/
#blogBG .row {
	background: #eee
}

#blogBG .row .col-50:first-child {
	background: #fff;
	border: 1px #eee solid;
}

#blogBG .row form {
	background: #fff
}

#blogBG ul,
#blogBG li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.blogBar {
	background: #e0e3e6;
	background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
	margin: 30px 0 20px 0;
	padding: 8px;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 5px;
	line-height: 1.2;
}

.blogBar::after {
	content: "";
	clear: both;
	display: block;
}

.commentArrows {
	position: relative;
	margin: 20px 0 1px 0;
}

.commentArrows span {
	position: absolute;
	display: inline-block;
	top: 1px;
	right: 1px;
	padding: 1px 10px;
	cursor: pointer;
	background: #2ea3f2;
}

.commentArrows span.showComment::before {
	content: "\25BC";
	color: #fff;
	font-size: 1.3em;
}

.commentArrows span.hideComment::before {
	content: "\25B2";
	color: #fff;
	font-size: 1.3em;
}

.commentsA {
	margin-bottom: 2px;
	border: 1px solid #eee;
	padding: 0 10px;
	background: #fff;
}

.commentsB {
	margin-bottom: 2px;
	border: 1px solid #eee;
	padding: 0 10px;
	background: #f3f3f3;
}

.commentTexts {
	padding: 0 5%;
}

/*	===================================================== 
	SCROLL PAGE
===================================================== */
div.scroll {
	position: fixed;
	bottom: 4px;
	right: 4px;
	height: 40px;
	width: 40px;
	cursor: pointer;
	color: #fff;
	font-size: 1.4em;
	text-align: center;
	text-decoration: none;
	background: #666;
	z-index: 800;
	opacity: 0.5;
	display: none;
}

div.scroll:hover {
	opacity: 1;
}

/* =============================================================
   OPENING link icons and SOCIAL MEDIA
============================================================= */
.print {
	position: static;
	text-align: right;
	padding: 0;
	margin: 0;
	font-size: 2em;
	background: none;
	border: 0;
	border-radius: 0;
}
.print .sx_svg {
	width: 0.9em;
	height: 0.9em;
}
.print div {
	float: left;
	margin: 0 5px 0 0;
}

.printAbsolute {
	padding: 5px;
	margin: 15px 0;
	font-size: 2em;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
}

.sx_Share {
    position: relative;
    display: inline-block;
}
.sx_ShareImage {
	display: inline-block;
	cursor: pointer;
}
.sx_ShareMedia {
    display: inline-block;
    display: none;
}

@media (min-width: 1380px) {

	.printAbsolute {
		position: absolute;
		top: 60px;
		left: 0.25%;
		width: 40px;
		padding: 0;
		margin: 0;
		z-index: 10;
	}

	.printAbsolute div {
		float: none;
		margin: 0;
	}

}

.strDir {
	unicode-bidi: bidi-override;
	direction: rtl;
}

#cookiesEULaw {
	position: fixed;
	left: 5px; bottom: 5px;
	background: #000;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 20px;
	padding: 40px;
	display: none;
	z-index: 1000;
}
#removeCookies {
    cursor: pointer;
    background: #eee;
    border-radius: 5px;
    padding: 10px 20px;
    margin-right: 20px;
}
#aboutCookies {
    color: #eee;
}
#aboutCookies:hover {
    color: #fff;
}

#cookiesAds {
	position: fixed;
	right: 55px; bottom: 5px;
	background: #2ea3f2;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 20px;
	padding: 40px;
	display: none;
	z-index: 1000;
}
#removeCookiesAds {
    cursor: pointer;
    background: #eee;
    border-radius: 5px;
    padding: 10px 20px;
    margin-right: 20px;
}