#fpfoot {
	background: #827970;
	height: 230px;
}

@media screen and (max-width: 960px) {
	#fpfoot {
		height: 180px;
	}
}

@media screen and (max-width: 760px) {
	#fpfoot {
		height: 160px;
	}
}

@media screen and (max-width: 615px) {
	#fpfoot {
		height: 120px;
	}
}


#fplogoimg {
	margin-left: 70px;
}

#hdrlogo {
	height: 110px;
	background: #461a09 url('../img/hdrbg-big.jpg') center center no-repeat;
	border-top: solid #ffffff 2px;
	border-bottom: solid #ffffff 6px;
	color: #000000;
}

#fplogoimg {
	width: 280px;
	height: 100%;
	float: left;
	background: url('../img/fp-logo.png') bottom center  no-repeat;
}

#hdrsearch {
	font-size: 0.75em;
	line-height: 27px;
	color: #ffffff;
	height: 27px;
	
	text-align: center;
}

#hdrcopy {
	width: auto;
	float: right;

	display: inline-block;
	float: none;
}

@media screen and (max-width: 1050px) {

	#hdrcopy {
		display: none;
	}
	
}


@media screen and (min-width: 960px) {

	#hdrcontacts {
		width: auto;
		float: right;
		padding-right: 2em; 

		display: inline-block;
		float: none;
	}


}	

@media screen and (max-width: 1150px) {
	#hdrcontacts {
		padding-right: 0;
	}
}

@media screen and (max-width: 767px) {
	#fplogoimg {
		margin-left: 84px;
	}
}

@media screen and (max-width: 730px) {

	#hdrsearch {
		display: none;
	}
	
	#hdrlogo {
		height: 67px;
		background: #461a09 url('../img/hdrbg-min.jpg') center center no-repeat;
		border-top: solid #ffffff 2px;
		border-bottom: solid #ffffff 3px;
		color: #000000;
	}

	#fplogoimg {
		width: 177px;
		height: 100%;
		float: left;
		background: url('../img/fp-logo-min.png') bottom center  no-repeat;
		margin-left: 60px;
	}

}

#hdrmenu {
	border-bottom: solid 4px #fefefe;
}

#firstline {
	width: 100%;
	display: flex;
	flex-direction: row;
}

#firstline-inner {
	display: flex;
	flex-direction: row;
	width: 90%;
}

#firstline .leftcol {
	display: block;
	vertical-align: top;
	width: 24%;
	background: #f0efeb;
	font-size: 0.815rem;
}

#firstline .centercol {
	display: block;
	vertical-align: top;
	width: 52%;
	background: #fefefe;
}

#firstline .rightcol {
	display: block;
	vertical-align: top;
	width: 24%;
	background: #9e948b;
}

#firstline .righttoolbar {
	display: block;
	vertical-align: top;
	width: 10%;
	background: #bcb5ab;
	color: #ffffff;
	text-align: center;
	padding-top: 1.5em;
	font-size: 0.85em;
	line-height: 1.3em;
}

#firstline .readallnews {
	display: none;
}

.toolitem {
	padding: 0 1em 2em 1em;
	padding: 0 0.4em 2em 0.4em;
}

.toolitem a {
	color: #ffffff;
	text-decoration: none;
}

.toolitem a:hover {
	color: #e85122;
}

.toolitem-img {
	width: 43px;
	height: 43px;
	margin: auto;
}

.toolitem a:hover .toolitem-img {
	background-position: bottom;
}

.toolitem-caption {
	display: block;
}

#firstline .leftcol .newsline a {
	color: #4d4d4d;
	text-decoration: none;
}

#firstline .leftcol .newsline a:hover {
	color: #4d4d4d;
	text-decoration: underline;
}

#firstline .leftcol .newsline .newstime {
	background: #bcb5ab;
	padding: 1px 3px 1px; 3px;
	margin-right: 100%;
	margin-bottom: 0.4em;
	border-radius: 4px;
	font-weight: bold;
}

#firstline .leftcol ul.newsline li.newsdate {
	padding: 0.3em 1em 0.3em 2em;
	background: #bcb5ab;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 1.1em;
}

#firstline .leftcol ul.newsline li.newsdate.active {
	background: #ffffff;
	color: #e85122;
	margin-top: 1.2rem;
}


.splashnews {
	position: relative;
	border-bottom: 2px solid #d8d5ce;
	border-left: 2px solid #d8d5ce;
}

.splashcontainer {
	position: relative;
	width: auto;
	padding: 0 3px 3px 3px;
	margin-top: -20px;
}

/* -- MY -- */

@media screen and (max-width: 550px) {
	.splashcontainer {
		margin-top: -18px;
	}
}

.splashcontainer img {
	width: 100%;
}

.splashcontainer img:hover {
}

.splash-title {
	display: block;
	background: url('../img/50p.png');
	position: absolute;
	width: auto;
	width: calc(100% - 3rem - 6px);
	bottom: 1px;
	padding: 1rem 1.5rem 1.2rem 1.5rem;
	font-family: Georgia, Times New Roman, serif;
	font-size: 1.45rem;
	line-height: 1em;
	color: #000000;
}

.splash-title.noup {
	position: relative;
	padding-bottom: 0;
}

@media screen and (max-width: 500px) {

	.splash-title {
		position: relative;
		padding-bottom: 0;
	}

}

.corner {
	display: block;
	width: auto;
	position: absolute;
	top: 0;
	padding: 5px 1rem 5px 1rem;
	margin: 0;
	background: #e85122 url(../img/hdr-bg.png) center 0 repeat-x;
	color: #ffffff;
	font-family: Georgia, Times New Roman, serif;
	font-size: 1.4rem;
	border-radius: 1rem 0 1rem 0;
}

a .corner {
	color: #ffffff;
	text-decoration: none;
}

a .corner:hover {
	color: #ffffff;
	text-decoration: underline;
	background-image: none;
}


.splashnews .corner {
	margin: 0px 0 0 3px;
}

.splash-text {
	padding: 0.8rem 1.5rem 1rem 1.5rem;
	line-height: 1.3em;
}

.splashnews a {
	color: #000000;
	text-decoration: none;
}

.splashnews a:hover {
	color: #000000;
	text-decoration: underline;
}

.topnews-inner .corner {
	position: relative;
	width: auto;
	float: right;
	height: 14px;
	line-height: 18px;
	right: 0rem;
	padding: 0px 1.3rem 5px 1.3rem;
	margin: -22px 0 0 0;
	background: #e31e25;
	background: #e85122;
	color: #ffffff;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9rem;
	border-radius: 0.8rem 0 0 0;
	text-align: center;
	text-decoration: none !important;
}

.topnews-inner .corner:hover {
	text-decoration: none !important;
}

.splashnews .subtitle {
	position: relative;
	margin-bottom: -100px;
}

.splashnews .splashcontainer .corner {
	position: relative;
	z-index: 999;
	width: 35%;
	height: 18px;
	right: 0rem;
	padding: 5px 0.8rem 5px 0.8rem;
	margin: -31px 0 0px calc(65% - 1.6rem);
	background: #e31e25;
	color: #ffffff;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9rem;
	border-radius: 0.8rem 0 0 0;
	text-align: center;
}


#newslineblock div {
	display: block;
}

.topnews-outer {
	width: 50%;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}

.topnews-inner {
	width: auto;
}

.topnews-outer .first {
	padding: 0.7rem 0.35rem 0.7rem 0.7rem;
}

.topnews-outer .second {
	padding: 0.7rem 0.7rem 0.7rem 0.35rem;
}

.topnews-inner img {
	width: 100%;	
}

.topnews-inner img:hover {
	box-shadow: 0 0 5px #b0b0b0;
}

.topnews-inner a {
	color: #333333;
	text-decoration: none;
}

.topnews-inner a:hover {
	text-decoration: underline;
}

.topnews-title {
	display: block;
	width: auto;
	color: #333333;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.3em;
	padding: 0.3rem;
}

.imp {
	width: auto;
	border: 3px solid #5a6988;
	background: #ffffff;
	position: relative;
}

.imp img {
	position: relative;
	width: 100%;
}

.rightcol {
	position: relative;
}

.imp-title {
	display: block;
	width: auto;
	color: #4d4d4d;
	font-weight: bold;
	font-size: 0.9em;
	background: #ffffff;
	padding: 0.7rem 1rem 0.7rem 1rem;
}

.imp .corner {
	margin: 0px 0 0 0px;
}

.imp .jcarousel a, .imp a {
	color: #4d4d4d;
	text-decoration: none;
}

.imp .jcarousel a:hover, .imp a:hover {
	color: #4d4d4d;
	text-decoration: underline;
}

.minus500 {
	display: none;
}

@media screen and (max-width: 500px) {
	.minus500 {
		display: block;
		padding: 0;
	}
	
	.minus500 p {
		margin: 0;
	}
}

.newslineminus {
	display: none;
	background: #f0efeb;
	padding-top: 1rem;
	padding-left: 0.7rem;
}

.newslineminus .newsline { 
	column-count: 2;	
}

.newslineminus .newsline li {
	display: inline-block;
	color: #4d4d4d;
}

.newslineminus .newsline li {
	padding: 0 0.7rem 0 0.0rem;
	margin: 0 0 1.2rem 0;
}    

.newslineminus .newsline li a {
	color: #4d4d4d;
}

.newslineminus .newsline a:hover {
	color: #4d4d4d;
	text-decoration: underline;
}

.newslineminus .newsline .newstime {
	color: #ffffff;
	white-space: nowrap;
	font-size: 0.815rem;
	background: #9e948b;
	background: #bcb5ab;
}


@media screen and (max-width: 1000px) {

	#firstline-inner {
		width: 85%;
	}

	#firstline .leftcol {
		display: none;
	}
	#firstline .centercol {
		width: 66%;
	}
	#firstline .rightcol {
		width: 34%;
	}
	#firstline .righttoolbar {
		width: 15%;
		background: transparent;
	}
	#firstline .readallnews {
		display: block;
		font-size: 0.815rem;
		margin: 0 20% 0 20%;
		padding: 1rem 0 2rem 0;
	}
	
	.newslineminus {
		display: block;
	}

	.topnews-outer.minusnews {
		display: none;
	}
	
}

.liturgy {
	border-bottom: 2px solid #e4d9cd;
	margin-top: -1.25rem; 
}

.liturgy .today {
	background: #786b62;
	padding: 0.5rem;
}

.liturgy .today-caption {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	font-size: 1.4rem;
	color: #ffffff;
	text-align: center;
	padding-bottom: 0.3rem;
}


.liturgy .litcolor {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 6px;
	border: solid 1px transparent;
}

.liturgy .litcolor1 {background: #00c000; border: solid 1px #c0c0c0;}
.liturgy .litcolor2 {background: #ff0000; border: solid 1px #c0c0c0;}
.liturgy .litcolor3 {background: #ffffff; border: solid 1px #c0c0c0;}
.liturgy .litcolor4 {background: #800080; border: solid 1px #c0c0c0;}
.liturgy .litcolor5 {background: #ff00ff; border: solid 1px #c0c0c0;}


.liturgy .today-saint {
	color: #e4d9cd;
	font-size: 0.9rem;
	text-align: center;
}

.liturgy .today-saint a {
	color: #e4d9cd;
	text-decoration: underline;
}

.liturgy .today-saint a:hover {
	color: #ffffff;
}

.liturgy .quote {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	font-size: 1.4rem;
	color: #ffffff;
	text-align: center;
	padding-bottom: 0.3rem;
	margin-bottom: 0.9rem;
	border-top: 1px solid #e4d9cd;
	border-bottom: 1px solid #e4d9cd;
}

.liturgy .quote .quote-text {
	padding: 0 1rem 0.5rem 1rem;
}

.liturgy .quote .quote-l {
	background: url('../img/quote-l.jpg') no-repeat left top;
	margin-top: -8px;
	padding-top: 18px;
} 

.liturgy .quote .quote-r {
	background: url('../img/quote-r.jpg') no-repeat right bottom;
	margin-bottom: -12px;
	padding-bottom: 12px;
} 

.liturgy .quote a {
	color: #ffffff;
	text-decoration: none;
}

.liturgy .quote a:hover {
	text-decoration: underline;
}

.liturgy .reading {
	color: #e4d9cd;
	font-size: 0.9rem;
	padding: 0 1rem 1rem 1rem;
}

.liturgy .reading a {
	color: #e4d9cd;
	text-decoration: none;
}

.liturgy .reading a:hover {
	color: #e4d9cd;
	text-decoration: underline;
}

.liturgy ul {
	padding: 0;
	margin: 0;
}

.liturgy li {
	padding-left: 20px;
	list-style-type: none;
	background: url('../img/li-y.png') no-repeat left 4px;
	padding-bottom: 6px;
	line-height: 1.6em;
}

.rightcol .diec .diec-title {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	font-size: 1.4rem;
	color: #ffffff;
	text-align: center;
	padding-bottom: 0.3rem;
	border-bottom: 1px solid #e4d9cd;
	background: #786b62;
	padding: 0.5rem;
}

.rightcol .diec .diec-list {
	color: #e4d9cd;
	font-size: 0.9rem;
	line-height: 1.6em;
	list-style-type: none;
	padding: 0.5rem 1rem 1rem 1rem;
	margin: 0;
}

.rightcol .diec .diec-list li {
	padding-left: 20px;
	list-style-type: none;
	background: url('../img/li-y.png') no-repeat left center;
	padding-bottom: 6px;
	line-height: 1.6em;
}

@media screen and (max-width: 760px) and (min-width: 420px) {
	.rightcol .diec .diec-list, .liturgy ul {
		column-count: 2;	
	}
}

.rightcol .diec .diec-list a {
	color: #e4d9cd;
	text-decoration: none;
}

.rightcol .diec .diec-list a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.rightcol .ann {
	position: relative;
	background: #cfccc5;
	border: 2px solid #9c958f;
	border-top: 2px solid #e85122;
	padding: 1rem 0 1rem 0;
}

.rightcol .ann .ann-date {
	display: block;
	width: auto;
	float: left;
	padding: 1px 3px 1px; 3px;
	margin-right: 100%;
	margin-bottom: 0.4em;
	border-radius: 4px;
	background: #9e948b;
	font-size: 0.9rem;
	color: #ffffff;
	white-space: nowrap;
}

.rightcol .ann .ann-title {
	display: block;
	font-size: 0.815rem;
	color: #4d4d4d;
	line-height: 1.3em;
}

.rightcol .ann a {
	color: #4d4d4d;
	text-decoration: none;
}

.rightcol .ann a:hover {
	color: #000000;
	text-decoration: underline;
}

.rightcol .ann .corner {
	margin: 0 0 0 0px;
}

.ann-feature-img {
	padding: 0rem 1.5rem 0 1.5rem;
	text-align: center;
}
.ann-feature-img img {
	width: 100%;
	max-width: 180px;
	border: 1px solid #9c958f;
	border-radius: 50% 50% 50% 50%;
} 

.ann-feature-img img:hover {
	box-shadow: 0 0 5px #b0b0b0;
}

.ann-feature {
	border-bottom: 2px dashed #ffffff;
	padding-bottom: 0.4rem;
	margin-bottom: 0.8rem;
} 	

.ann-item {
	padding: 0 1rem 0.5rem 1rem;
}

.ann-feature .ann-item {
	padding-bottom 0.5rem;
}

.popequote {
	height: 110px;
	background: url(../img/hdrbg-big.jpg) no-repeat center center;
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	font-size: 1.4rem;
	color: #ffffff;
	letter-spacing: 0.03em;
	position: relative;
	xmargin-bottom: -21px;
}


.quotetext {
	padding-top: 1.1em;
	padding-left: 3em;
	text-indent: -1.6em;
}

.popequote .quotetext:before {
	content: "\201C";
	font-size: 2.8em;
	line-height: 0.1em;
	vertical-align: -.28em;
	color: #d0d0d0;
}
 
.popequote .quotetext:after {
	content: "\201D";
	font-size: 2.8em;
	line-height: 0.1em;
	vertical-align: -.65em;
	color: #d0d0d0;
}

.quotetext p {
	display: inline;
	margin: 0;
	padding: 0;
}

.popequote .quoteauthor {
	font-style: normal;
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	letter-spacing: 0;
	font-size: .8em;
	padding-right: 2em;
	padding-bottom: 0.4em;
	position: absolute;
	bottom: 0;
	right: 0; 
}

@media screen and (max-width: 760px) {

	.popequote {
		display: none;
	}
	
	#firstline-inner {
		display: block;
	}
	
	#firstline .leftcol {
		display: none;
	}

	#firstline .centercol {
		display: block;
		width: 100%;
	}

	#firstline .rightcol {
		display: block;
		width: 117.6%;
	}
	

}

@media screen and (max-width: 550px) {

	#firstline {
		display: block;
	}
	
	#firstline-inner {
		width: 100%;
	}
	
	#firstline .righttoolbar {
		display: none;
	}
	
	#firstline .rightcol {
		width: 100%;
	}

}

@media screen and (max-width: 550px) {

	.topnews-outer {
		width: 100%;
		float: none;
	}


	.topnews-outer .first {
		padding: 0.7rem 0.7rem 0.7rem 0.7rem;
	}

	.topnews-outer .second {
		padding: 0.7rem 0.7rem 0.7rem 0.7rem;
	}
	
	.newslineminus .newsline { 
		column-count: 1;	
	}

	.topnews-outer.minusnews2 {
		display: none;
	}


}


.redline {
	background: #aaa39b;
	width: 100%;
	height: 2px;
	border-bottom: 2px solid #e85122;
}

#edchoice-outer {
	background: #aaa39b;
	padding-top: 1px;
	padding: 0 1rem 1.4rem 1rem;
	height: 370px; 
}

#edchoice-inner {
	position: relative;
}

#edchoice-inner .corner {
	margin: 2px 0 0 0px;
}

#programwrap {
	position: absolute;
	padding:0;
	margin:0;
	padding-top: calc(1.4rem + 20px);
	width: 100%;
}

#programlist {
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 312px;
	width: 2370px;
}

#programfin {
	height: 310px;
}

#programlist li, .program_item {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	width: calc(280px - 2rem);
	height: calc(310px - 2rem);
	float: left;
	border: solid 1px #c0c0c0;
	margin-right: 0.8rem;
	vertical-align: bottom;
	background: #ffffff;
	padding: 1rem;
}

.program .slick-dots {
	bottom: -30px;
}

#programlist li img, .program_item img {
	width: 100%;
	height: 205px;
}

#programlist li img:hover, .program_item img:hover {
	box-shadow: 0 0 5px #b0b0b0;
}

#programlist li.ponline {
	border: solid 1px #c00000;
	cursor: pointer;
}

#programlist li.pdisable {
	opacity: 0.4;
}

.pdate {
	display: block;
	padding: 4px;
	margin: 6px 0 0 6px;
	width: auto;
	float: left;
	background: #808080;
	color: #ffffff;
	font-family: Arial, serif;
	font-size: 0.8em;
	font-weight: bold;
}

.ponline .pdate {
	background: #C00000;
}

#programlist li a, .program_item a {
	text-decoration: none;
	color: #333333;
	display: block;
	width: 100%;
}

#programlist li a:hover, .program_item a:hover {
	text-decoration: underline;
}

#programlist li .ptitle, .program_item .ptitle {
	display: block;
	padding: 0 4px 0 4px;
	width: 200px;
	overflow: hidden;
	color: #333333;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.3em;
	padding: 0.3rem;
	height: 70px;
}

#programlist li .corner, .program_item .corner {
	height: 18px;
	top: 191px;
	right: 1rem;
	padding: 5px 0.8rem 5px 0.8rem;
	margin: 2px 0 0 0px;
	background: #e31e25;
	color: #ffffff;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	border-radius: 0.8rem 0 0 0;
}

#programlist li .corner a, .program_item .corner a {
	text-decoration: none;
	color: #ffffff;
}

#programlist li .corner a:hover, .program_item .corner a:hover {
	text-decoration: underline;
	color: #ffffff;
}


@media screen and (max-width: 615px) {

	#programlist li.choice-5,
	#programlist li.choice-6, 
	#programlist li.choice-7, 
	#programlist li.choice-8 {
		display: none;
	}  
}

.fp-rubric-outer {
	background: #d0cdc8;
	display: table;
	width: 100%;

	display: flex;
	flex-direction: row;
}

.fp-rubric-inner {
	display: table-row;
}


.fp-rubric-col {
	padding: 1rem;
	background: #ffffff;
	border: 1rem solid #d0cdc8;
}

.fp-rubric-col.first {
	border-right: 0.5rem solid #d0cdc8;
	width: calc(33% - 2.5rem);
}

.fp-rubric-col.second {
	border-left: 0.5rem solid #d0cdc8;
	border-right: 0.5rem solid #d0cdc8;
	width: calc(33.7% - 3rem);
}

.fp-rubric-col.second2 {
	padding: 0;
	background: transparent;
	border: none;
	width: 67%;
}

.fp-rubric-col.third {
	border-left: 0.5rem solid #d0cdc8;
	width: calc(33% - 2.5rem);
}

.fp-rubric-row {
	display: flex;
	flex-direction: row;
}

.fp-rubric-row.frt .fp-rubric-col {
	border-bottom: none;
}

.fp-rubric-col.firstin {
	border-left: 0.5rem solid #d0cdc8;
	border-right: 0.5rem solid #d0cdc8;
	width: calc(50% - 3rem);
}

.fp-rubric-col.secondin {
	border-left: 0.5rem solid #d0cdc8;
	width: calc(50% - 3.5rem);
}

.fp-rubric-row .fp-rubric-col {
	background: #f1f0eb;
}

.fp-rubric-row.frt .fp-rubric-col.secondin {
	background: #ffffff;
} 

.rubric-splash-outer {
	border: 1px solid #b0a59f;
}

.rubric-splash-inner {
	width: 100%;
	position: relative;
	margin-bottom: -3px;
}

.rubric-splash-inner a {
	color: #000000;
	text-decoration: none;
}

.rubric-splash-inner a:hover {
	text-decoration: underline;
}

.rubric-splash-title:hover {
	text-decoration: underline;
}

.rubric-splash-inner img {
	width: 100%;
}

.rubric-splash-inner img:hover {
	box-shadow: 0 0 5px #b0b0b0;
}

.rubric-splash-title {
	display: block;
	background: url('../img/50p.png');
	position: absolute;
	width: auto;
	width: calc(100% - 1rem);
	bottom: 3px;
	padding: 0.5rem 0.5rem 0.5rem 0.5rem;
	font-family: Georgia, Times New Roman, serif;
	font-weight: bold;
	font-size: 1.03rem;
	color: #000000;
	line-height: 1.3em;
}

.rubric-splash-inner .corner {
	margin: 0px 0 0 0px;
}


.rubric-item {
	padding-top: 1rem;
}

.rubric-item img {
	height: 98px;
	width: 98px;
	border: 1px solid #b0a59f;
	border-radius: 50%;
	float: left;
}

.rubric-item img:hover {
	box-shadow: 0 0 5px #b0b0b0;
}

.rubric-item-title {
	border-bottom: 2px solid #eeeae7;
	float: left;
	width: calc(100% - 100px - 1.5rem);
	margin-left: 1.0rem;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.815rem;
	line-height: 1.3em;
	color: #000000;
}

.fp-rubric-row .rubric-item-title {
	border-bottom: 1px solid #d1cfc7;
}


.fp-rubric-col .rubric-item.quadro img {
	height: 98px;
	width: 110px;
	border: 1px solid #b0a59f;
	border-radius: 0;
}

.fp-rubric-col .rubric-item.quadro .rubric-item-title {
	width: calc(100% - 112px - 1.5rem);
}

.rubric-item-title a {
	color: #000000;
	text-decoration: none;	
	display: inline-block;
	min-height: 70px;
}

.rubric-item-title a:hover {
	text-decoration: underline;	
}

.rubric-item-title .date span {
	display: inline-block;
	float: right;
	background: #d1cfc7;
	color: #ffffff;
	padding: 1px 3px 1px;
	margin: 0.4em 0 0.4em 0;
	border-radius: 4px;
	
}

.fp-rubric-col .fp-readmore {
	margin: 1.4rem 0 1rem 0; 
	text-transform: lowercase;
	font-weight: bold;
	font-size: 0.85rem;
	color: #9f9a94;
	font-size: 0.9rem;
	display: inline-block;
	width: auto;
	padding-right: 1.25rem;
	background: url(../img/li-g.png) right 2px no-repeat;
}

.fp-rubric-col .fp-readmore a {
	color: #9f9a94;
	text-decoration: none;	
}

.fp-rubric-col .fp-readmore a:hover {
	color: #000000;
	text-decoration: underline;	
}

@media screen and (max-width: 900px) and (min-width: 616px) {

	.rubric-item img, .fp-rubric-col.second .rubric-item img {
		display: none;
	}
	
	.rubric-item-title, .fp-rubric-col.second .rubric-item-title, .fp-rubric-col .rubric-item.quadro .rubric-item-title {
		float: none;
		width: auto;
		padding: 0;
		margin: 0;
		border: none;
	}
	
	.rubric-item-title a {
		min-height: 0;
		margin-bottom: 0.3rem;
	}
	
	.rubric-item-title .date span {
		display: none;
	}
	
	.rubric-item {
		border-bottom: 2px solid #eeeae7;
	}
	
	.fp-rubric-row .rubric-item {
		border-bottom: 2px solid #d1cfc7;
	}	

	.fp-rubric-row .rubric-item .rubric-item-title {
		border-bottom: none;
	}	

}

@media screen and (max-width: 750px) and (min-width: 616px) {

	.rubric-splash-outer {
		border: none;
	}

	.rubric-splash-inner img {
		display: none;
	}

	.rubric-splash-title {
		background: none;
		position: relative;
		padding: 2.5rem 0 0 0;
	}

}

@media screen and (max-width: 615px) {

	.fp-rubric-outer {
		display: block;
		margin: 0;
	}

	.fp-rubric-inner {
		display: block;
		margin: 0;
		padding: 1px 0 1px 0;
	}

	.fp-rubric-col, .fp-rubric-col.first, .fp-rubric-col.second, .fp-rubric-col.third,
	.fp-rubric-col.firstin, .fp-rubric-col.secondin {
		display: block;
		margin: 1rem;
		background: #ffffff;
		border: none;
		width: auto;
	}
	
	.fp-rubric-col.second2, .fp-rubric-row {
		display: block;
		margin: 0;
		border: none;
		width: auto;
	}

}

@media screen and (max-width: 400px) {
	.fp-rubric-outer.middle2 .corner {
		font-size: 1rem;
		padding-left, padding-right: 0.5rem;
		border-radius: 0.7rem 0 0.7rem 0;
	}
}

@media screen and (min-width: 616px) and (max-width: 1060px) {
	.fp-rubric-outer.middle2 .corner {
		font-size: 1rem;
		padding-left, padding-right: 0.5rem;
		border-radius: 0.7rem 0 0.7rem 0;
	}
}


#wide-some-container {
	position: relative;
}

#wide-some-outer {
	background: #aaa39b;
	padding-top: 1px;
	padding: 0 1rem 0rem 1rem;
	display: table;
	width: calc(100% - 2rem);
}

#wide-some-inner {
	position: relative;
	display: table-row;
	width: 100%;
}

#wide-some-container .corner {
	margin: 2px 0 0 1rem;
}

.some-item-outer {
	display: table-cell;
	padding: 1rem;
}

.some-item-outer.first {
	padding: 1rem 0.6rem 1rem 0rem;
}
.some-item-outer.second {
	padding: 1rem 0.6rem 1rem 0.6rem;
}
.some-item-outer.third {
	padding: 1rem 0.6rem 1rem 0.6rem;
}
.some-item-outer.fourth {
	padding: 1rem 0rem 1rem 0.6rem;
}

.some-item-inner {
	position: relative;
	width: 100%;
}

.some-item-inner img {
	width: 100%;
}

.some-item-title-outer {
	display: block;
	background: #7690c9;
	position: absolute;
	width: 100%;
	bottom: 44px;
	font-family: Georgia, Times New Roman, serif;
	font-size: 1.3rem;
	color: #ffffff;
	text-align: center;
}

.some-item-title-inner {
	padding: 0.4rem 0.5rem 0.5rem 0.5rem;
}

.some-item-inner a {
	color: #ffffff;
	text-decoration: none;
}

.some-item-inner a .some-item-title-inner:hover {
	text-decoration: underline;
}

@media screen and (max-width: 730px) {

	#wide-some-outer {
		display: block;
	}
	
	#wide-some-inner {
		display: block;
	}

	.some-item-outer {
		display: block;
		text-align: center;
	}

	.some-item-outer.first,
	.some-item-outer.second,
	.some-item-outer.third,
	.some-item-outer.fourth {
		padding: 0rem;
	}

	.some-item-inner img {
		width: 50%;
	}

}

.fp #toolbar .menu li.default {
	display: none;
}

.neswline_icon {
	display: inline-block;
	background: #bcb5ab;
	width: 16px;
	height: 16px;
}

.neswline_icon img {
	margin: 0 0 -2px 0;
	width: 100%;
	height: 100%;
}

.zero-rubric-splash-outer {
	margin-top: 0.2rem;
	margin-bottom: 2.5rem;
}

.fp-rubric-col.first .rubric-splash-outer {
	xmargin-top: -1.25rem;
}

.fp-rubric-col.first .zero-rubric-splash-outer {
	xmargin-top: -1.25rem;
}

.secondin p {
	margin: 0;
	font-size: 0.815rem;
}

.secondin img {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

.middle2title {
	background: #e31e25;
	margin: 0;
	margin-top: -0.2rem;
	margin-bottom: 1rem;
	padding: 0.3rem 1rem 0.3rem 1rem;
	color: #ffffff;
	font-family: Georgia, Times New Roman, serif;
	font-size: 1.5rem;
}

.lazy {
	margin-top: -21px;
}

#lazy1 .redline {
	xmargin-top: -21px;
}


#actBtn {
	display: none;
}

#smartSocMenu {
	display: none;
}

@media screen and (max-width: 550px) {

	#hdrlogo {
		background: linear-gradient(to top, #ffffff 75%, #e0e0e0) !important;
		border-top: none;
		border-bottom: solid #393836 4px;
		color: #000000;
	}
	
	#fplogoimg {
		background: url('../img/sp-logo-min.png') bottom center no-repeat;
		margin: 0 0 0 1rem;
	}
	
	#hdrIconsLine {
		margin-top: -30px;
	}
	
	#actBtn {
		display: flex;
		background: #e8e8e8;
		border-bottom: 1px solid #c0c0c0;
	}
	
	#actBtnSendNews, #actBtnDonate {
		flex-grow: 1;
		text-align: center;
		margin: 2px 0 2px 0;
		padding: 2px 0 2px 0;
		font-size: 0.75rem;
	}
	
	#actBtnSendNews {
		border-right: 1px solid #c0c0c0;
	}

	#actBtn a {
		color: #606060;
		text-decoration: none;
	}
	
	#actBtn a:hover {
		text-decoration: underline;
	}
	
	.navbar-toggle {
		top: 29px;
		left: calc(100% - 25px - 0.7rem);
	}
	
	#navigation .mmenubar {
		background: none;
		color: #a8a8a8;
	}

	#navigation .mmenubar:hover {
		color: #e85122;
	}

	#navigation .fa-bars {
		font-size: 1.6rem;
	}

	#navigation .navbar-toggle {
		color: #a8a8a8;
		color: #808080;
	}
	
	#navigation .navbar-toggle:hover {
		color: #e85122;
	}


	#hdrsoc-func {
		display: block;
		position: absolute;
		z-index: 1;
		top: 27px;
		left: calc(100% - 25px - 0.7rem - 36px);
		width: 25px;
		xleft: calc(100% - 75px - 0.7rem - 36px);
		xwidth: 75px;
		color: #a8a8a8;
	}
	
	#hdrsoc-func .icon {
		display: inline-block;
		width: auto;
		color: #a8a8a8;
		color: #808080;
	}
	
	#hdrsoc-func .icon:hover {
		color: #e85122;
	}
	
	#smartsearch {
		top: 0;
	}

	#smartSocMenu {
		padding: 0.4rem 2rem 0.3rem 2rem;
		display: flex;
		border-bottom: 1px solid #c0c0c0;
		margin-bottom: 0.3rem;
		background: #f0f0f0;
	}
	
	#smartSocMenu .icon {
		display: block;
		font-size: 0.95rem;
		color: #606060;
		margin-right: 2rem;
	}
	
	#smartSocMenu .icon:hover {
		color: #000000;
	}
	
}

.katedraonline p {margin: 0; padding: 0;}
.katedraonline iframe {margin: 0; padding: 0; width: 100%; height: 140px;}
.katedraonline p.alllink {margin-top: -3px; padding-bottom: 3px; padding-left: 0.8rem; background: #000000; color: #ffffff;}
.katedraonline p.alllink a {color: #c0c0c0; font-size: 0.85em; font-style: italic; text-decoration: underline;}
.katedraonline p.alllink a:hover {text-decoration: none;}

@media screen and (max-width: 760px) {
	.katedraonline iframe {height: 220px;}
}

.streamItem {margin-bottom: 1rem;}
.streamItem .streamStartTime {font-style: Italic; font-size: 0.85em;}
.streamItem .streamTitle {font-size: 1.3em;}
.streamItem .streamImg img {border: solid 2px #ffffff;}
.streamItem.live .streamImg img {border: solid 3px #ff0000; padding: 1px; background: #fffff;}
.streamItem .liveLabel {display: inline-block; background: #ff0000; padding: 2px; margin-left: 0.5rem; color: #ffffff; fint-weight: bold; font-size: 0.85em;}
.streamItem.live .streamTitle {margin-bottom: 0.3rem;}


.fp-rubric-col.gray {background: #f1f0eb;;}
.fp-rubric-col.gray .rubric-item-title {border-bottom: 1px solid #d1cfc7;}
.fp-rubric-row .fp-rubric-col.white {background: #ffffff;}
.fp-rubric-row .fp-rubric-col.white .rubric-item-title {border-bottom: 2px solid #eeeae7;}
.middle3row2 .fp-rubric-col {border-top: none;}