a,
a:hover,
a:active{
	color: #0054a6;
	text-decoration: none;
}

a.modest,
a.modest:hover,
a.modest:active{
	color: #666;
}

.content .left-block {
	padding-top: 0px;
}

.media-flex {
	display:flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	position: relative;
}

.content{
	margin: 0 auto;
	position: relative;
	width: 100%;
	padding-bottom: 1em;
	color: #333;
	justify-content: flex-end;
}

.content .prime .alert {
	font-size: 1em;
	margin-top: .5em;
	clear: both;
	float: left;
	padding: .5em;
}

.content .prime p{
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}

.content .prime p:last-child{
	margin-bottom: 0em;
}

.content .prime .editor-design{
	margin-top: 15px;
	margin-bottom: 5px;
}

.content .prime .keywords-design {
	margin-bottom: 32px;
	margin-top: 10px;
}

.content .prime b,
.content .prime strong:not(strong < a),
.content .prime h1,
.content .prime h2,
.content .prime h3,
.content .prime h4,
.content .prime h5,
.content .prime h6{
	color: #333;
}

.content .prime h1,
.content .prime h2,
.content .prime h3,
.content .prime h4,
.content .prime h5,
.content .prime h6{
	font-weight: 275;
	padding: 10px 0;
}

.content .prime h1{
	font-size: 2em;
	font-weight: 300;
	font-family: "open sans", "sans-serif";
	padding-left: 8px;
	padding-right: 8px;
	letter-spacing: -0.02em;
}

.content .prime h2{
	font-size: 1.8em;
}

.content .prime h3{
	font-size: 1.6em;
}

.content .prime h4{
	font-size: 1.4em;
}

.content .prime h5{
	font-size: 1.2em;
}

.content .prime h6{
	font-size: 1em;
}

.content .prime .modal h1,
.content .topic > h1,
.content .prime .meta h1{
	font-size:2em;
	font-weight: 300;
	text-transform: uppercase;
}

.content .topic > h1{
	font-size: 2.25em;
	font-weight: 275;
}

.content .prime .related h2,
.content .prime .topic h2{
	font-size:1.2em;
	font-weight: 700;
}

.content .prime .meta .heading,
.content .prime .body .category,
.content .prime .sidebar h1{
	font-size:1.375em;
	font-weight: 275;
	text-transform: uppercase;
}

.content .prime figure{
	margin: 0;
	max-width: 672px;
	flex-grow: 1;
}

.content .prime figure img{
	/*height: 100%;*/
	width: 100%;
	object-fit: contain;
	display: block;
}

.content .prime figure div.noimage{
	height: 5em;
	background: url("/www/images/shattered.png") 0 0 no-repeat;
	display: block;
}

.content .prime .gallerycover:hover,
.content .prime .photocover:hover{
	cursor: pointer;
}

.content .prime .gallerycover .imgwrap{
	position: relative;
}

.content .prime .gallerycover .lg-signature{
	border-radius: 16px;
	position: absolute;
	margin-left: 20px;
	padding: 10px 20px 5px;
	bottom: 1em;
}

.content .prime .gallerycover .lg-signature-image{
	float: left;
	display: inline;
	opacity: .9;
}

.content .prime .gallerycover .lg-signature-text{
	display: inline-block;
	margin-left: 20px;
	margin-top: -5px;
	margin-bottom: -5px;
	color: #fff;
}

.content .prime .gallerycover .lg-signature-separator{
	margin-bottom: 2px;
	margin-top: 0;
}

.content .prime .gallerycover hr{
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}

.content .prime section h3,
.content .prime .sidebar h3{
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: .5em;
}

.prime,
.topic,
.sidebar,
.prime header,
.topic header,
.sidebar header{
	background-color: #FFFFFF;
}

/*.content .right-block {
	overflow: hidden;
}*/
/*
.prime header, .prime .body {
	margin-right: 24px;
}
*/
.prime,
.topic,
.sidebar{
	/*padding: 0 1em;*/
	max-width: 1440px;
}

.prime:not(article),
.topic,
.sidebar {
	padding: 0 8px;
}

/* prime */

.prime > header{
	position: relative;
}

.prime .body{
	position: relative;
	/*float: right;*/
    /*max-width: 672px;*/
}

.prime .body .lead,
.prime .body .text{
	display: block;
	line-height: 1.35em;
	font-size: 1.25em;
	width: 100%;
	letter-spacing: 0.4px;
}

.prime .body .lead{
	clear: both;
	color:#333;
	margin-top: 19px;
	font-weight: 400;
	line-height: 1.45;
	font-size: 1.375em;
	font-family: var(--default-font);
}

.prime .body .lead > p {
	margin: 0;
}

.prime .body div:first-child:not(.media-flex) ~ .lead,
.prime .body div:first-child:not(.media-flex) ~ .lead > p:first-child {
	margin-top: 0;
}

.prime .body .text{
	font-weight: 340;
}

/* .prime .body .text a {
	font-weight: 400;
} */

.prime .body .text img {
	max-width: 100%;
}

.prime .body .text p a,
.prime .body .lead p a {
	font-size: 0.99em;
}

.prime .body .text p a:hover, .prime .body .text p a:active, .prime .body .text p a:after,
.prime .body .lead a:hover, .prime .body .lead a:active, .prime .body .lead a:after {
	text-decoration: underline;
}

.body .text{
	display: block;
	line-height: 1.5em;
	font-size: 1.25em;
	width: 100%;
}

.prime .body .text b,
.prime .body .text strong {
	font-weight: 400;
}

.prime .body .text.lead2 div {
	font-weight: 420;
}

.prime .body > figure,
.prime .body > .fPlayerWrapper{
	position: relative;
	/*margin: 0 -1em;*/
}

div.image[content-photo-template2] {
  cursor: pointer;
}

figcaption {
	line-height: 23px;
	font-size: 16px;
	font-weight: 400;
}

.prime .body > figure figcaption{
	margin: .25em 0;
	padding-left: 1em;
	padding-right: 1em;
}

.prime .body > figure figcaption span, .prime .body .span-bold {
	font-weight: 600;
}

.prime .body .media-flex.figure-caption .media-caption{
	bottom: 0;
	position: absolute;
	margin-bottom: -20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.prime .body .media-flex.figure-caption .media-caption .source-item:nth-child(2):before{
	content: "|";
	color:rgba(0,0,0,.2);
	padding: 0 0.5em;
}

.prime .body aside.quote {
	margin: 0 13px 13px 20px;
	font-weight: 500;
	padding: 13px;
	background: url("data:image/png;base64,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") top left no-repeat;
}

.prime .category-alt{ display: none; }

.prime .meta{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	width: calc(100% - 685px);
	/*margin: 1em 0 0 0;*/
	border-bottom: 1px solid #e5e5e5;
	order: 3;
	/*padding-bottom: .5em;*/
	margin-top: 19px;
}

.prime .meta .posted{
	/*float: left;*/
	flex-shrink: 0;
	flex: 1 1;
}
.prime .meta .posted .byline{ margin-top: .5em; }
.prime .meta .posted .byline .name{ font-weight: 600; }
.prime .meta .posted .pubdate{
	color: #666;
}
.prime .meta .posted .pubdate,
.prime .meta .posted .updated{
	display: block;
}

.prime .meta .posted .updated{
	margin-top: 1em;
}

.prime .meta .posted .pubdate::first-letter,
.prime .meta .posted .updated::first-letter{
	text-transform: capitalize;
}

.prime .meta .social {
	clear: both;
	padding-top: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	min-width: 130px;
}


.prime .meta .social .item:last-child {
	margin-right: 1em;
}

.prime .meta .social .item{
	float: left;
	cursor: pointer;
	margin-left: 1em;
	margin-bottom: 1em;
}
.prime .meta .social .item:first-child {
	margin-left: 0;
}

.prime .meta .social .button{
	width: 48px;
	height: 48px;
	position: relative;
	border-radius: 10px;
	line-height: 48px;
	text-align: center;
}

.prime .meta .social .button img{
	vertical-align:middle;
	width: 30px;
	height: 30px;
}


.prime .meta .social .button.facebook {
	background-color: #3b5998;
	background-image: url('/www/images/f-like-facebok.svg');
	background-repeat: no-repeat;
	background-position-y: 8px;
	background-position-x: 17px;
	background-size: 22px;
}

.prime .meta .social .button.facebook:hover {
	background-color: #FFFF;
	background-image: url('/www/images/f-like-facebok-blue.svg');
	box-shadow: 4px 4px 19px 0 rgba(0,0,0,.14);
}

.prime .meta .social .button.twitter{
	background-color: #1da1f2;
}

.prime .meta .social .button.vkontakte{
	background-color: #4C75A3;
	background-image: url('/www/images/vkLogo_36x36.svg');
	background-repeat: no-repeat;
	background-position-x: 8px;
	background-position-y: 18px;
	background-size: 32px;
}

.prime .meta .social .button.vkontakte:hover {
	background-color: #FFFF;
	background-image: url('/www/images/vkLogo_36x36-dark.svg');
	box-shadow: 4px 4px 19px 0 rgba(0,0,0,.14);
}

.prime .meta .social .button.mailto {
	background-color: #be3c21;
	background-image: url('/www/images/email.svg');
	background-repeat: no-repeat;
	background-position-x: 9px;
	background-position-y: 15px;
	background-size: 63.5%;
}

.prime .meta .social .button.mailto:hover {
	background-color: #ffffff;
	background-image: url('/www/images/email-red.svg');
	box-shadow: 4px 4px 19px 0 rgba(0,0,0,.14);
}


.prime .meta .social .button.comment {
	background-color: #0054a6;
	background-image: url('/www/images/commentmull.svg');
	background-repeat: no-repeat;
	background-position-x: 9px;
	background-position-y: 13px;
	background-size: 30px;
}

.prime .meta .social .button.comment:hover {
	background-color: #ffffff;
	background-image: url('/www/images/commentmull-blue.svg');
	box-shadow: 4px 4px 19px 0 rgba(0,0,0,.14);
}

.prime .meta .social .button.comment:hover span{
	color: #ffffff;
}

.prime .meta .social .button.comment span{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	font-weight: 400;
	font-size: 13px;
	line-height: 44px;
	color: #0054a6;
}

.prime .editor,
.prime .source {
	color: #767676;
	margin-top: 1.7em;
	font-weight: 500;
}

.prime .keywords{
	margin-top: 1.5em;
	display: inline-block;
}

.prime .keywords a{
	margin-right: 12px;
	white-space: nowrap;
	float: left;
	margin-top: 1em;
	text-transform: lowercase;
	font-weight: 500;
}


.kov-2021-map {
	display: none;
}

/* comments */

.commenting{
	width:100%;
	float:right;

}

.commenting .comments-none{
	border-top: 1px solid #e5e5e5;
	padding-top: 1em;
}

.commenting .first-level:last-child{
	border-bottom: 1px solid #e5e5e5;
}

.commenting .comments-sorting{
	padding: 0 0 1em 0;
}

.commenting .comments-more{
	padding-bottom: 1em;
}

.commenting .comments-more button{
	display: block;
	margin: 0 auto;
}

.commenting .comment-out{
	margin: 0 0 1em 0;
	border-top: 1px solid #e5e5e5;
}

.commenting .comment{
	margin: 1em 0;
}

.commenting .comment-in{
	display: inline-block;
	width: 100%;
}

.commenting .comment .alias{
	font-weight: 700;
}

.commenting .comment .text{
	padding: .5em 0;
	clear: both;
	width: 100%;
}

.commenting .comment .replyToName{
	font-weight: 700;
}

.commenting .child-comments .comment{
	padding-left: 1.5em;
	border-left: 2px solid #e5e5e5;
}

.commenting .child-comments .comment-out{
	display: inline-block;
	width: 100%;
}

.commenting .comment #comment-form .comment-form-in{
	border-left: 2px solid #e5e5e5;
	padding-left: 1.5em;
}

.commenting #comment-new-button{
	border-top: 1px solid #e5e5e5;
	padding-top: 1em;
}
.commenting #comment-new {
	position: relative;
}

/* Related article nested in article. */
/*
.prime aside{
	width: 50%;
	max-width: 265px;
	float: left;
	margin: 0 1.5em 0 0;
}
*/
.prime aside.related{
	margin-top: 4px;
}

.prime aside.related a.comment{
	display: none;
}

/* Related articles under article */

.topic{
	border-top: 1px solid #e5e5e5;
	margin-top: 2em;
	padding: 1em 0 0 0;
	clear: both;
}

.topic .items{
	clear: both;
}

.topic aside {
	/*display: table;*/
	width: 100%;
	margin-bottom: 24px;
}

.topic .block aside {
	/*display: table;*/
	width: 100%;
	margin-bottom: 0px;
}

.topic aside .figure{
	float: left;
}

.topic aside .figure img{
	height: 96px;
	width: 96px;
	object-fit: cover;
}

.topic aside .heading{
	display: table;
	padding-left: 24px;
}

.topic aside.noimage .heading{
	padding-left: 0;
}

.topic aside .heading h2{
	padding: 0;
}

.topic aside .date,
.topic aside .social{
	position: absolute;
	bottom: 0;
}

.topic aside .date{
	left: 30%;
	margin-left: 1.5em;
	font-size: .9em;
	bottom: 4px;
}

.topic aside.noimage .date{
	left: 0;
	margin-left: 0;
}

.topic aside .comment{
	right: .5em;
	position: absolute;
	bottom: 0;
	background: transparent url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjdweCIgaGVpZ2h0PSIyMnB4IiB2aWV3Qm94PSIwIDAgMjcgMjIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDM5LjEgKDMxNzIwKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Db21tZW50IENvcHk8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iMTAyNC1zcG9ydC5lcnIuZWUtIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsLW9wYWNpdHk9IjAuMSI+CiAgICAgICAgPGcgaWQ9IkFydGJvYXJkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzI1LjAwMDAwMCwgLTM2NTguMDAwMDAwKSIgZmlsbD0iIzAwMDAwMCI+CiAgICAgICAgICAgIDxnIGlkPSJMZWhla8O8bGciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9IkthcnVzdC1hbGxhIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMjg4Ni4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iMi1jb2x1bXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDguMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iMl9pbi1yb3ctY29weS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgNDQxLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IkNvbW1lbnQtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzEwLjAwMDAwMCwgMzMxLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMy43NzkwMjY0LDE3LjQwNjcyMzIgQzE0Ljg2OTAyMDEsMTYuNjMzMDIxNSAxNy44MjUxODExLDE2LjQ1MjMzNzUgMTcuODI1MTgxMSwxNi40NTIzMzc1IEMyMi4zNzAzNDkyLDE2LjQ1MjMzNzUgMjYuMDQ5NTM0NCwxMi43NjkzNTYzIDI2LjA0OTUzNDQsOC4yMjYxNjg3NyBDMjYuMDQ5NTM0NCwzLjY4MTk4MjI5IDIyLjM2NzM2NiwwIDE3LjgyNTE4MTEsMCBMOC4yMjQzNTMzOCwwIEMzLjY3NzAxMjQ1LDAgMCwzLjY4Mjk4MTIxIDAsOC4yMjYxNjg3NyBDMCw5LjQwMDY5NTE5IDAuMTg1Nzc4MTE3LDEwLjUwNjE3MjQgMC41Mzk3ODc2ODEsMTEuNDk5ODI5NSBDMC44ODQxNzY5MiwxMi40NjY0ODM1IDEuMzg3Nzc4MzYsMTMuMzI3MzEyMyAyLjAzNDQzNzMxLDE0LjA0MjkzNzkgQzIuNzE3MDAxOTgsMTQuNzk4Mjk4NSAzLjU1ODk1MTc1LDE1LjM5MTg4MzQgNC41NDEyODg3OCwxNS43NzczODQzIEM1LjA5MjE0NDYyLDE1Ljk5MzU1OCA1LjA2NjA5NTc3LDE2LjIyMTQ0MjMgNi4zMjI5NDE3LDE2LjIyMTQ0MjEgQzcuMjA0OTU1MDcsMTYuMjIxNDQyIDcuOTI0MzcwNjksMTYuMTU1NTYzNiA4LjUxNzE1NzI3LDE2Ljk3NDU1MDYgQzkuMTA5OTQzODUsMTcuNzkzNTM3NiA3LjIwMzQyOTM1LDIyLjc0MDk1MzUgOS4zMzA4NDUsMjEuOTA1MzAwNSBDMTIuNjAxNzcyMywyMC42MjA0NzM5IDEyLjY4OTAzMjcsMTguMTgwNDI0OSAxMy43NzkwMjY0LDE3LjQwNjcyMzIgWiIgaWQ9IkNvbWJpbmVkLVNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==') no-repeat 50% 50%;
	width: 27px;
	height: 22px;
	line-height: 17px;
}

.topic aside .comment span{
	font-weight: 400;
	font-size: 12px;
	color: #666;
	position: absolute;
	margin: 0 auto;
	width: 27px;
	right: 0;
	text-align: center;
	top: 1px;
}

.topic aside .comments{
	display: none;
}

aside.small-double {
    overflow: hidden;
}

aside.small-double.no-style {
	border-bottom: 0;
}

.small-double-content {
    height: auto;
}

.scroll-content-element .topic .kahene-v2ike aside {
	max-width: 50%;
	min-width: 50%;
}
/*
.form-group.input-group {
	max-width:672px;
	float:right;
	margin-right:24px;
}

.commenting .form-group.input-group {
	max-width:672px;
	float:right;
	margin-right:0px;
}
*/
/* sidebar (right) */

.sidebar{
	background-color: lightgrey;
	height: 100px; /* test */
}

.sidebar section{
	margin-top: 2em;
}

.sidebar section:first-child{
	margin-top: 0;
}

.sidebar header{
	width: 100%;
	overflow-wrap: break-word;
}

/* player */

.fPlayerWrapper{
	width: 100%;
	/*display: inline-block;*/
	position: relative;
}

.fPlayerWrapper:after{
	/*padding-top: 56.25%;*/ /* 16:9 ratio */
	display: block;
	content: '';
}

#fPlayer{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: auto;
}

.prime.hasAudioPlayer {
	min-height: 180px;
}

.prime.hasAudioPlayer > .body .fPlayerWrapper {
	max-width: 672px;
	right: 0;
	position: absolute;
}

.prime.hasAudioPlayer > .body .meta {
	position: absolute;
}

.prime.hasAudioPlayer > .body .lead {
	margin-top: 92px;
}

.prime > .body > * {
	padding: 0 8px;
}

.prime > .body > .fPlayerWrapper,
.prime > .body > [media-gallery-template],
.prime > .body > .fPlayerWrapper,
.prime > .body > .media-gallery-template,
.prime > .body > figure.photocover {
	padding: 0;
}

.fPlayerWrapper + [media-gallery-template], .fPlayerWrapper + .media-gallery-template {
	margin-top: 19px;
}

.prime .meta{
	margin-top: 38px;
}

.prediction-game-table h2.prediction-game-headings {
	color: white;
}

/*
*
* Social buttons
*
*/

.social-button {
	width: 48px;
	height: 48px;
	position: relative;
	border-radius: 10px;
	line-height: 76px;
	text-align: center;
	cursor: pointer;
	box-shadow: 4px 4px 19px 0 rgba(0,0,0,.14);
	transition: 0.2s;
}

.social-button:hover {
	background-color: white;
}

.social-button:active {
	box-shadow: none;
}

.social-button-like-text {
	opacity: 0;
	position: absolute;
	line-height: 53px;
	left: 6px;
	transition: 0.05s;
	color: #000;
}

.social-button-comment-count {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	font-weight: 400;
	font-size: 13px;
	line-height: 44px;
	color: #0054a6;
}


.social-button-like-count {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	font-weight: 400;
	font-size: 13px;
	line-height: 44px;
	color: #f72671;
	transition: all 0.2s;
}

.social-button-like {
	background-color: #f72671;
	line-height: 68px;
	position: relative;
	overflow: hidden;
	z-index: 10;
}

.social-button-mail {
	margin-right: 0;
	line-height: 68px;
	background-color: #be3c21;
}

.social-button-twitter {
	line-height: 69px;
	background-color: #1da1f2;
}

.social-button-print {
	font-size: 38px;
	background-image: url("/www/images/printbutton.svg");
	background-color: #0054a6;
	background-repeat: no-repeat;
	background-position-y: 11px;
	background-position-x: 9px;
	background-size: 30px;
}

.print-button {
	margin-left: 0;
}

.social-button-facebook {
	background-color: #3b5998;
}

.social-button-comment {
	line-height: 59px;
	background-color: #0054a6;
}

.fa-heart {
	font-size: 38px;
	color: white;
	transition: 0.2s;
}

.fa-facebook-f {
	font-size: 38px;
	color: white;
	margin-left: 7px;
}

.fa-twitter {
	font-size: 38px;
	color: white;
}

.fa-envelope {
	font-size: 36px;
	color: white;
}

.fa-comment {
	font-size: 31px;
	color: white;
}

.share-svg-rect {
	fill: #FFF;
	stroke: #A5B0C0;
}

.btn.action-btn {
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	padding: 0;
}

.btn.action-btn:hover {
	border-color: #495a74;
	background-color: #495a74;
}

.btn.action-btn:focus-visible {
	outline: auto;
}

.share-svg-icon {
	--share-svg-icon-size: 38px;
	width: var(--share-svg-icon-size);
	height: var(--share-svg-icon-size);
}

.share-svg-icon:hover .share-svg-rect,
.share-overlay-row:hover .share-svg-rect,
.svg-user-liked .share-svg-rect {
	fill: #495A74;
	stroke: #495A74;
}

.action-btn:hover .share-svg-path,
.share-svg-icon:hover .share-svg-path,
.share-overlay-row:hover .share-svg-path,
.svg-user-liked .share-svg-path {
	fill: #FFF;
}

.share-svg-icon:hover .share-svg-path-inner,
.share-overlay-row:hover .share-svg-path-inner,
.svg-user-liked .share-svg-path-inner {
	fill: #495A74;
}

.share-svg-icon:hover .share-svg-text,
.share-overlay-row:hover .share-svg-text,
.svg-user-liked .share-svg-text {
	fill: #495A74;
	user-select: none;
	-webkit-user-select: none;
}

.share-container {
	position: relative;
}

.share-overlay {
	display: block;
	position: absolute;
	z-index: 2;
	width: 180px;
	padding: 20px;
	background-color: #fff;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.5);
	border-radius: 12px;
	top: 50px;
	right: -120px;
	cursor: auto;
}

.share-overlay-hidden {
	display: none;
}

.share-overlay-text {
	font-size: 16px;
	letter-spacing: -0.04px;
	text-transform: uppercase;
	color: #333;
	user-select: none;
}

.share-overlay > div {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 8px;
}

.share-overlay-row {
	display: flex;
	align-items: center;
	gap: 13px;
	font-size: 16px;
	color: #333;
	user-select: none;
	cursor: pointer;
}

.share-overlay-row > span {
	color: #333;
}

.social-button:hover {
	background-color: white;
}

.social-button:active {
	box-shadow: none;
}

.social-button-print:hover {
	background-image: url("/www/images/printbutton_blue.svg");
}

.social-button:hover .social-button-like-count {
	left: 60px;
	color: white;
}

.social-button:hover .fa-heart {
	color: #f72671;
}

.social-button:hover .fa-facebook-f {
	color:#3b5998;
}

.social-button:hover .fa-twitter {
	color:#1da1f2;
}

.social-button:hover .fa-envelope {
	color:#be3c21;
}

.social-button:hover .fa-comment {
	color:#0054a6;
}

.social-button:hover .social-button-comment-count {
	color:white;
}

.user-liked {
	background-color: white;
}

.user-liked .social-button-like-count{
	color: white;
}

.user-liked .fa-heart {
	color: #f72671;
}

.user-liked:hover {
	background-color: #f72671;
}

.user-liked:hover .social-button-like-count{
	color: #f72671;
}

.user-liked:hover .fa-heart {
	color: white;
}

.user-liked:hover .social-button-like-text {
	color: white;
}

/* Listen to article button styling */
.neuro-speech-button {
	display: flex;
	min-width: 180px;
	height: 34px;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-content: center;
	flex-direction: row;
	margin: 14px 20px 8px 0;
	padding: 0;
}

.neuro-speech-button:focus-visible {
	outline: auto;
}

.neuro-speech-button.btn.big {
	font-size: 16px;
}

.neuro-speech-button small {
	margin: auto 5px;
	opacity: 0.8;
	pointer-events: none;
}

.article-neuro-playing .neuro-speech-audio-pause-btn,
.article-neuro-playing .neuro-speech-text-pause {
	display: block;
}

.neuro-speech-audio-play {
	display: block;
	margin: auto 3px auto 5px;
	pointer-events: none;
}

.neuro-speech-text-play,
.neuro-speech-text-pause {
	margin: auto 3px;
	pointer-events: none;
}

.article-neuro-playing .neuro-speech-audio-play,
.neuro-speech-audio-pause-btn,
.neuro-speech-button.article-neuro-playing small,
.article-neuro-playing .neuro-speech-text-play,
.neuro-speech-text-pause {
	display: none;
}

.neuro-speech-audio-pause-btn {
	width: 24px;
	height: 24px;
	margin: auto 7px;
	background-color: #495a74;
	border-radius: 12px;
	pointer-events: none;
}

.neuro-speech-audio-pause {
	width: 60%;
	height: 70%;
	top: 5px;
	left: -1px;
	position: relative;
	margin: auto;
	opacity: 0.8;
	transform: rotate(-90deg);
}

.neuro-speech-audio-pause:before,
.neuro-speech-audio-pause:after {
	content: '';
	position: absolute;
	background: white;
	width: 100%;
	height: 100%;
	top: 1px;
	left: 1px;
	transform: scale(0.8);
	-webkit-clip-path: polygon(0 9%, 100% 10%, 100% 40%, 0 40%);
	clip-path: polygon(0 9%, 100% 10%, 100% 40%, 0 40%);
}

.neuro-speech-audio-pause:after {
	-webkit-clip-path: polygon(0 59%, 100% 60%, 100% 90%, 0 90%));
	clip-path: polygon(0 59%, 100% 60%, 100% 90%, 0 90%);
}
/* */

@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {

	.topic aside.small-double {
		flex-basis: auto !important;
	}

	.content .prime figure .lg-signature-image img {
		width: inherit;
		height: inherit;
	}

	.prime .meta {
		flex-direction: column;
	}

	.media-flex {
		width: 100%;
	}

	.media-flex [media-gallery-template], .media-flex .media-gallery-template{
		height: 100%;
	}

	.media-flex figure.photocover {
		height: 100%;
	}

	.prime .meta .social {
		clear: both;
		padding-top: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	/*
	.prime .ng-scope {
		margin: 0 -1em;
		width: calc(100% + 2em);
	}

	.prime .body > figure, .prime .body > .fPlayerWrapper {
		margin: 0 -1em;
		width: calc(100% + 2em);
	}
	*/
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 381px) {

	.media-flex .meta .social {
		justify-content: flex-end;
	}

	.prime .meta {
		flex-direction: row;
	}
}

/*
@media (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1024px) {

	.prime .ng-scope {
		margin: 0;
		width: 100%;
		margin-top: 10px;
	}

	.prime .body > figure, .prime .body > .fPlayerWrapper {
		margin: 0;
		width: 100%;
	}
}
*/
@media (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1224px) {

	.content .prime .left-block{
		margin-left: 0;
	}

	.content{
		max-width: 1200px;
	}
/*
	.prime{
		max-width: 670px;
	}

	.topic{
		max-width: 840px;
	}

	.prime{
		margin-left: 170px;
	}

	.prime .meta{
		margin-left: -170px;
		width: 146px;
		position: absolute;
		left: 0;
		top: 0;
		border-top: 1px solid #e5e5e5;
		margin-top: 0;
	}
*/
	.left-block > article.prime {
		width: auto !important;
	}

	.prime .meta{
		position: relative;
		left: 0;
		top: 0;
		/*border-top: 1px solid #e5e5e5;*/
		margin-top: 38px;
	}
	.prime > header{
		/*width:921px;*/
		/*float:right;*/
	}

	/*.prime .meta .posted{ margin: 1em 0; }*/
	.prime:not(.hasMedia):not(.hasPhoto):not(.hasGallery) .meta .posted .pubdate{ margin-bottom: 11em; }

	.prime .meta .posted {
		flex: 0 0 auto;
	}

	.prime .meta .social{
		margin-top: 0em;
		width: 100%;
	}

	.prime .meta .social .item:nth-child(odd){
		clear: left;
	}

	/*.prime .category{ display: none; }*/
	.prime .category-alt{ display: block; margin-top: 1em;}

	.sidebar{
		width: 336px;
	}

	.prime.comments, .prime-feedback {
		float: right;
		width: 672px;
	}

	.prime > header {
		width: 100%;
		float: left;
	}


	.content .prime .body > :not(.keywords):not(.meta) {
		float: right;
		/*max-width: 672px;*/
	}

	.container .prime .body > .category {
		float: left;
		display: none;
	}

	.content .prime .body .meta  {
		margin-left: 0;
		width: auto;
	}

	.content .left-block {
		width: calc(100% * 5/7);
	}

	.content .right-block {
		width: calc(100% * 2/7);
	}

	p.editor , .keywords{
		min-width: 672px;
		float: right;
	}

	.commenting {
		margin-right: 0;
		float: right;
	}

}

/* media query */
@media (min-width: 1279px) and (max-width: 1429px) {
	.prime.hasAudioPlayer .meta {
		min-width: 200px;
	}

	.prime.hasAudioPlayer.comments,
	.prime.hasAudioPlayer + .prime-feedback,
	.prime.hasAudioPlayer > .body .fPlayerWrapper {
		max-width: calc(100% - 200px)
	}
}

.social.hidden-print > div {
	display: flex !important;
	width: 100% !important;
	justify-content: flex-start;
}

@media (max-width: 520px) {
	.meta {
		gap: 10px;
	}
}

@media (max-width: 550px) {
	.prime .meta .posted .byline {
		max-width: 205px;
	}
}

@media (max-width: 480px) {
	.prime > .body > .media-flex {
		padding: 0;
	}

	.prime > .body > .media-flex .meta {
		padding: 0 8px;
	}

	.prime > .body > .media-flex figcaption{
		padding-left: 8px;
		padding-right: 8px;
	}

	.prime .body .lead, .prime .body .text, .content .prime h1, .prime .meta .posted .byline .name {
		line-height: 1.25em;
	}

	.meta {
		flex-direction: column !important;
		flex-wrap: nowrap;
	}


	.share-overlay {
		right: -120px !important;
	}

	/* .content .prime h1 {
		letter-spacing: -0.035em;
		line-height: 1.25em;
	} */

	/* .text > aside.small-double .header-font {
		padding-left: 0;
	} */
}

@media (max-width: 548px) {

	.prime > .body > .media-flex .meta {
		flex-direction: row;
	}

	.prime .meta .social .item:first-child {
		margin-left: 0;
	}
}

@media (max-width: 380px) {
	.print-button {
		margin-left: 1em;
		margin-right: 0;
	}
}

@media (min-width: 381px) {
	.prime .meta .social .item:last-child {
		margin-right: 0;
	}

	.media-flex .meta {
		flex-direction: row;
	}
}

@media (max-width: 350px) {
	.prime > .body > .media-flex .meta {
		flex-direction: column;
	}
}

@media (max-width: 568px){
	.social-button:hover .social-button-like-count {
		left: 0;
	}
}

@media (min-width: 568px){
	.social-button-like:hover {
		width: 110px;
	}

	.social-button-like:hover .social-button-like-text {
		opacity: 1;
		transition: 0.15s;
	}

	.social-button-like:hover .fa-heart {
		margin-left: 62px;
	}
}

@media (min-width: 600px) {

	.topic aside{
	/*	width: 50%; */
		float: left;
	}

	.topic aside:nth-child(odd) .article{
		margin-right: 12px;
	}

	.topic aside:nth-child(even) .article{
		margin-left: 12px;
	}

	.prime .meta .social {
		padding-top: 0;
	}

}

@media (max-width: 779px) and (min-width: 481px) {
	.topic .block .flex-row {
		display: block;
	}

	.topic .block .flex-row .small-double {
		margin-bottom: 8px;
	}

	.topic .block {
		margin-bottom: 8px;
	}
}

@media (max-width: 779px) {
	.scroll-content-element .topic .kahene-v2ike aside {
		max-width: 100%;
		min-width: unset;
		flex: 1;
	}
}

@media (min-width: 780px) {
	.topic aside{
		margin-left: 24px;
	}
}

@media (min-width: 874px) {
	.prime .meta .social {
		float: right;
		clear: none;
		padding-top: 0;
	}


	.content .prime h1{
		font-size: 2.6em;
		font-weight: 600;
		/*float: right;*/
    	/*width: 673px;*/
	}

	.prime .body {
		max-width:initial;
	}

	.prime header, .prime .body {
		margin-right:0;
	}
}

@media (min-width: 1024px){

	.prime .meta {
		order: 3;
	}

	.prime .meta section {
		display: block;
		flex-shrink: 1;
	}

	.prime .meta .social .item, .prime .meta .social .item:first-child {
		margin-left: 0;
		margin-right: 0.9em;
	}

	.print-button {
		margin-left: 0;
		margin-right: 1em;
	}

	.social-button-print  {
		display: block;
	}

	.prime .meta .social > div {
		display: flex;
		width: 100%;
	}

	.content .left-block {
		width: calc(100% * 6/9);
		float:left;
		margin-right: 24px;
	}

	.content .right-block {
		/*width:34%;*/
		width: calc(100% * 3/9 - 24px);
		/*margin-right:7px;*/
		float:left;
	}

	.content{
		max-width: 960px;
		justify-content: flex-end;
	}

	.prime{
		margin: 0;
		padding: 0;
	/*	max-width: 672px; */
	}

	.prime .body > figure,
	.prime .body > .fPlayerWrapper{
		margin: 0;
	}

	.prime .body > figure figcaption{
		padding: 0;
	}

	.prime > .body > * {
		padding: 0;
	}

	.prime, .topic, .sidebar {
		/*padding: 0 1em;*/
	}

	.prime .meta .social > div:first-child > .item:last-child {
		margin-right: 1em;
	}

	.fPlayerWrapper + [media-gallery-template], .fPlayerWrapper + .media-gallery-template {
		margin-top: 24px;
	}

	.prime:not(article),
	.topic,
	.sidebar {
		padding: 0;
	}

	.topic .items{
		display: flex;
	}

	.topic .items.small{
		display: flex;
		width: 50%;
	}


	.sidebar{
		position: absolute;
		right: 0;
		top: 0;
		width: 240px;
		padding-right: 0;
	}


	.left-block > article.prime {
		width: 672px;
	}

	.prime-feedback {
		width: 672px;
	}

	.content .prime h1 {
		padding-left: 0;
		padding-right: 0;
	}
}
/*
	.content .left-block {
		width: 634px;;
	}

	.content .right-block {
		width:auto;
	}

	.content .prime h1{
		float: left;
    	width: 599px;
	}


	.prime-feedback {
		width: 672px;
		float: right;
	}
}
/*
@media (min-width: 1180px){

	.content .prime h1 {
		float: right;
		width: 850px;
	}


}
*/

@media (max-width: 1023px) {
	.social-button-print  {
		display: none;
	}

	.content .prime figure {
		max-width: 100%;
	}

	.share-overlay {
		right: 0;
	}
}

@media (max-width: 1430px){
	.prime .meta {
		width: auto;
	}

	.prime .meta .social {
		align-items: flex-end;
	}

	.prime .meta .social > div {
		display: flex;
		width: auto;
	}

	.prime .meta .social .item {
		margin-bottom: 0.3em;
	}

	.prime.hasAudioPlayer > .body .fPlayerWrapper {
		max-width: 100%;
		right: 0;
		position: relative;
	}

	.prime.hasAudioPlayer > .body .meta {
		position: relative;
		margin-top: 15px;
	}

	.prime.hasAudioPlayer > .body .lead {
		margin-top: 19px;
	}

	.content .prime:not(.hasMedia):not(.hasPhoto):not(.hasGallery) .body .meta {
		width: auto;
		height: auto;
	}

}


@media (min-width: 1430px){

	.content .prime .left-block{
		margin-left: 0;
	}

	.content {
		max-width: 1400px;
	}

	.prime .lead,
	.prime .text {
		float: right;
		max-width: 672px;
	}

	.media-flex {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.media-flex .fPlayerWrapper {
		flex: 0 0 672px;
	}

	.figure-caption {
		margin-bottom: 19px;
	}

	.figure-caption figcaption {
		position: absolute;
	}

	/*.figure-caption figure.photocover:after {
		content:'';
		display: block;
	}*/

	/*figure.photocover > figcaption {
		background-color: red;
		width: 100%;
		height: 100px;
	}*/

/*
	.prime{
		max-width: 670px;
	}

	.topic{
		max-width: 840px;
	}

	.prime{
		margin-left: 170px;
	}

	.prime .meta{
		margin-left: -170px;
		width: 146px;
		position: absolute;
		left: 0;
		top: 0;
		border-top: 1px solid #e5e5e5;
		margin-top: 0;
	}
*/

	.left-block > article.prime {
		width: initial;
	}

	.prime .meta{
		/*display: inline-block;
		justify-content: normal;*/
		position: static;
		left: 0;
		top: 0;
		/*border-top: 1px solid #e5e5e5;*/
		border-bottom: none;
		margin: 0;
		flex: 1 1 10px;
		order: 0;
		flex-direction: column;
	}

	.content .prime:not(.hasMedia):not(.hasPhoto):not(.hasGallery) .body .meta {
		width: calc(100% - 685px);
		height: 0px;
	}

	.media-flex [media-gallery-template], .media-flex .media-gallery-template {
		margin-left: auto;
	}

	.prime > header{
		/*float:right;*/
	}

	.prime .meta .posted {
		/*margin: 1em 0;*/
		/*float: none;*/
	}

	.prime .meta .posted:before {
		border-top: 1px solid #e5e5e5;
		width: calc(100% - 1em);
		content:'';
		height: 1em;
		display: block;
	}
	.prime:not(.hasMedia):not(.hasPhoto):not(.hasGallery) .meta .posted .pubdate{ margin-bottom: 11em; }

	.prime .meta .social{
		margin-top: 0em;
		width: 100%;
		/*border-bottom: 1px solid #e5e5e5;*/
		justify-content: flex-start;
		flex-direction: row;
	}

	.prime .meta .social .item:nth-child(odd){
		clear: left;
	}

	.prime .meta .social::after {
		border-bottom: 1px solid #e5e5e5;
		width: calc(100% - 1em);
		content:'';
		display: block;
	}

	/*.prime .category{ display: none; }*/
	.prime .category-alt{ display: block; margin-top: 1em;}

	.sidebar{
		width: 336px;
	}

	.right-block {
		width: calc(100% * 3/9);
	}

	.social-button-print, .social-button-like {
		position: absolute;
	}

/*
	.content .prime h1{
		margin-left: 80px;
	}
	*/
}
/*
@media (min-width: 1300px) {
	.content .prime h1 {
		float: right;
		width: 843px;
	}
}

*/

@media (min-width: 1430px){
	.media-flex {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.media-flex .fPlayerWrapper {
		flex: 0 0 672px;
	}



	.left-block > article.prime {
		width: initial;
	}

	.prime .meta{
		/*display: inline-block;
		justify-content: normal;*/
		position: static;
		left: 0;
		top: 0;
		/*border-top: 1px solid #e5e5e5;*/
		border-bottom: none;
		margin: 0;
		flex: 1 1 10px;
		order: 0;
		flex-direction: column;
	}

	.media-flex [media-gallery-template], .media-flex .media-gallery-template {
		margin-left: auto;
	}

	.prime > header{
		/*float:right;*/
	}

	.prime .meta .posted {
		/*margin: 1em 0;*/
		/*float: none;*/
	}

	.prime .meta .posted:before {
		border-top: 1px solid #e5e5e5;
		width: calc(100% - 1em);
		content:'';
		height: 1em;
		display: block;
	}
	.prime:not(.hasMedia):not(.hasPhoto):not(.hasGallery) .meta .posted .pubdate{ margin-bottom: 11em; }

	.prime .meta .social{
		margin-top: 0.5em;
		width: 100%;
		/*border-bottom: 1px solid #e5e5e5;*/
		justify-content: flex-start;
		flex-direction: row;
	}

	.prime .meta .social .item:nth-child(odd){
		clear: left;
	}

	.prime .meta .social::after {
		border-bottom: 1px solid #e5e5e5;
		width: calc(100% - 1em);
		content:'';
		display: block;
	}

	/*.prime .category{ display: none; }*/
	.prime .category-alt{ display: block; margin-top: 1em;}

	.sidebar{
		width: 336px;
	}

	.right-block {
		width: calc(100% * 3/9);
	}
}


@media (min-width: 1430px){
	.content{
		max-width: 1370px;
	}

	.prime .meta{
		/*margin-left: -240px;
		width: 212px;*/
	}

	.prime .meta{
		/*position: static;*/
		left: 0;
		top: 0;
		/*border-top: 1px solid #e5e5e5;*/
		margin-top: 0;
	}
/*
	.prime{
		max-width: 670px;
	}

	.topic{
		max-width: 913px;
	}

	.prime{
		margin-left: 243px;
	}
*/
	.prime .meta{
		/*margin-left: -243px;
		width: 220px;*/
	}


/*
	.prime > header {
		width:921px;
		float:right;
	}
*/
	.prime .category{ display: block; }
	.prime .category-alt{ display: none; }

	.sidebar{
		width: 433px;
	}
/*
	.content .prime h1 {
		float: right;
		width: 915px;
	}
	*/
}


@media (min-width: 1600px){
	.content{
		max-width: 1440px;
	}
/*
	.prime{
		max-width: 670px;
	}
*/
	.topic{
		max-width: 984px;
	}
/*
	.prime{
		margin-left: 289px;
	}
*/
	.prime .meta{
		/*margin-left: -314px;
		width: 265px;*/
	}

	.meta .heading,
	.body .category,
	.sidebar h1{
		font-size:1.625em;
	}

	.prime .meta .social .item:nth-child(odd){
		clear: none;
	}
/*
	.prime > header,
	.prime aside{
		margin-left: -289px;
	}
*/
	.sidebar{
		width: 433px;
	}

}

/*--This is for Print--*/
@media print {
	.print-hide {
		display: none;
	}

	.list-item-node {
		display: none;
	}

	.footer {
		display: none;
	}
}

/*@media(min-width: 1064px) {
	.content .left-block {
		width: calc(100% * 6/10);
	}

	.content .right-block {
		width: calc(100% * 4/10);
	}
}*/

@media (min-width: 1224px){
	.prime.comments, .prime-feedback {
		float: right;
		width: 672px;
	}

	.prime > header {
		/*width: 100%;
		float: left;*/
	}



	.content .prime .body > :not(.meta):not(.keywords), .content .prime .body > :not(.keywords):not(.meta) {
		/*float: right;
		max-width: 672px;*/
	}

	.container .prime .body > .category {
		float: right;
		display: none;
	}

	.content .prime .body .meta  {
		margin-left: 0;
		/*max-height: 10em;*/
		/*height: 0px*/
	}

	.content .left-block {
		width: calc(100% * 5/7 - 24px);
	}

	.content .right-block {
		width: calc(100% * 2/7);
	}

	p.editor, p.source , .keywords{
		/*min-width: 672px;*/
		width: 672px;
		float: right;
		margin-bottom: 1.5em;
	}

	.commenting {
		margin-right: 0;
		float: right;
	}
}



	/*
	@media (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 780px) {

	}
	*/


.form-group.input-group {
	margin-right: 0;
	float: right;
}

/** artikli sees olevad seotud sisud **/
.text > aside.small-double {
	float: left;
	display: flex;
	flex-direction: column;
	width: 267px;
	max-width: 50%;
	margin-right: 10px ;
}

.text > aside.small-double .img-scale{
	 width: 100%;
	height: 100%;
}

.text > aside.small-double .header-font {
	font-size: 16px;
	padding-left: 0;
}


/****** artikli sisu tooltip ******/
.ui-tooltip {
	background: white !important;
	padding: 6px 12px !important;
	border-radius: 5px !important;
	border-bottom-right-radius: 8px !important;
	border-bottom-left-radius: 8px !important;
	border-width: 1px !important;
	box-shadow: 4px 6px 14px 0 rgba(0, 0, 0, 0.11);
	transition: 0.25s ease 0.35s;
	font-weight: 400 !important;
	font-size: 18px !important;
	font-family: var(--default-font) !important;
	color: #313135;
	pointer-events: none;
	word-wrap: break-word !important;
}

.tarrow:after {
	background: white;
	border: 2px solid white;
}

.tarrow {
	width: 66px;
	height: 14px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -14px;
	pointer-events: none;
}
.tarrow.top {
	top: -14px;
	bottom: auto;
}
.tarrow.left {
	left: 20%;
}
.tarrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.tarrow.top:after {
	bottom: -20px;
	top: auto;
	box-shadow: -5px -5px 9px -9px black;
}
/*************************************/

iframe {
	max-width: 100%;
}

/*commentsModal*/
.comment-notification-modal {
	width: 100%;
	max-width: 400px;
	position: absolute;
	box-shadow: 1px 2px 6px 0 rgba(0, 0, 0, 0.18);
	background-color: #ffffff;
	z-index: 100;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 18px;
	padding-right: 18px;
	border-radius: 8px;
	margin: 0 auto;
	left: 50%;
 	transform: translateY(-50%) translateX(-50%);
	top: 50%;

}


.comment-notification-modal .comment-notification-modal-heading {
	font-family: var(--default-font);
	font-size: 20px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #0054a7;
}

.comment-notification-modal .agree-notification {
	font-family: var(--default-font) !important;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #0054a7;
	border-radius: 20.5px;
	border: solid 1px #0054a7;
	background-color: #ffffff;
	float: right;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
}

.comment-notification-modal .agree-notification:hover {
	background-color: #0054a7;
	color:#FFFFFF;
	border-color: #0054a7;
}
/*commentsModal*/


/*Gallery grid view*/
.gallery-grid-container {
	background: #000610f5;
	padding: 5% 5%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000000;
	overflow-y: auto;
	transform-origin: center center;
}

.gallery-grid-image {
	width: calc(20% - 5px);
	float: left;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 5px;
	margin-right: 5px;
	position: relative;
}

.gallery-grid-image img {
	width: 100%;
	height: 100%;
	display: block;
}

.gallery-load-more {
	margin: 0 auto;
	margin-top: 24px;
	cursor: pointer;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 40px;
	font-size: 18px;
	font-weight: 500;
	font-family: var(--default-font);
	border-radius: 5px;
	border: 2px solid #ffffff;
	background-color: #313131;
	text-transform: uppercase;
	box-shadow: 0px 0px 11px 2px #ffffffab;
}

.grid-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	pointer-events: none;
	z-index: 1;
	background-color: #fff;
	transition: all .4s ease-in-out;
}

.gallery-grid-image:hover .grid-overlay {
	opacity: 0.08;
}

.close-grid {
	position: absolute;
	top: 15px;
	right: 2%;	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 11;
	border-radius: 30px;
	padding: 4px;
	width: 35px;
	height: 35px;
	cursor: pointer;
	box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 18%);
}

.close-grid .cross-bar {
	width: 75%;
	height: 3px;
	border-radius: 2px;
	transform: rotate(135deg);
	background-color: #cececee6;
	display: inline-block;
	position: absolute;
}

.close-grid .cross-bar:last-child {
	transform: rotate(45deg);
}

.archived-content-notification {
	background-color: #c9ddf1;
	font-size: 18px;
	margin: 8px 0;
	padding: 8px;
	text-align: center;
}

@media (max-width: 1300px) {
	.gallery-grid-image {
		width: calc(25% - 5px);
	}
}

@media (max-width: 1024px) {
	.gallery-grid-image {
		width: calc(33.33% - 5px);
	}
}

@media (max-width: 768px) {
	.gallery-grid-container {
		padding: 2% 2%;
	}

	.gallery-grid-image {
		width: calc(50% - 5px);
	}
}
/*Gallery grid view*/
