.p-item-border {
	border-top:1px solid silver;
	margin-top:30px;
	padding-top:30px;
	min-height:110px;
}

.p-item-border-raw {
	border-top:0;
	margin-top:30px;
	padding-top:30px;
	min-height:110px;
}

.p-high {
	background-color: #08827c;
	color: white;
	padding:10px;
	font-size:17px;
	margin-top: 2px;
	display: table;
	width:100%;
}

.post_content a.post_image img
{
	display: block;
	width: 260px;
	height: auto;
	min-height: 15px;
	background: url('../images/preloader.gif') no-repeat center center;
}

/* fix img size */

.gallery_box img
{
	display: block;
	width: 225px;
	height: 225px;
	background: url('../images/preloader.gif') no-repeat center center;
}

.features_image,
.features_image img
{
	display: block;
	width: 96px;
	height: 96px;
}

/* responsive width text item_content */

.columns .item_content .text
{
	width: 354px;
	height: 130px;
}

@media screen and (max-width:1009px)
{

	.columns .item_content .text
	{
		width: 245px;
	}
}

@media screen and (max-width:767px)
{
	.columns .item_content .text,
	.item_content .text
	{
		width: 346px;
		height: auto;
	}
}

@media screen and (max-width:479px)
{
	.columns .item_content .text
	{
		width: 184px;
		height: auto;
	}
}

/* accordion */

.accordion .ui-accordion-header.ui-state-hover h3
{
	color: #08827c;
}

.items_list.dark_blue li
{
	border-color: silver;
}

/* custom p */

.pcontact {
	background-color:white;
	padding:20px;
}

.psubnav h3 {
	padding:10px;
	color:gray;
	border-bottom: 1px solid #e0e0e0;
}

.psubnav h3.selected {
	background-color:#08827c;
	color:white;
}

/* light headlines */

h1, h2, h3, h4, h5, h6 {
	color: #363b55;
}

.post a {
		color: #363b55;
}
.post h2 {
		line-height: 30px;
}
h2 {
		line-height: 30px;
}

strong { color: #666; }

.sentence { color: #08827c; margin-top: 0; }

.pselect
{
	padding: 11px 18px;
	color: #000;
	margin: 0;
	background: #F0F0F0;
	border: none;
	border-top: 1px solid #E0E0E0;
	height:40px;
}

/* pyear */

.pyear {
	color: white;
	background-color: #08827c;
	padding: 8px 0;
	margin-bottom: 5px;
	width:80px;
	text-align:center;
}

.red { color: red; }

/* submenu line */

.sf-menu li ul li a:hover, .sf-menu li ul li.selected a,
.sf-menu li.submenu ul li a:hover, .sf-menu li.submenu:hover ul li.selected a,
.sf-menu li.submenu:hover ul li.selected ul li a:hover, .sf-menu li.submenu:hover ul li ul li.selected a, .sf-menu li.submenu:hover ul li.selected ul li.selected a
{
	border-bottom: 2px solid #08827c;
}

/* notifications */

.notification_box.nb_success
{
	background-color: #08827c;
}
.notification_box.nb_info
{
	background-color: #08827c;
}

.accordion .ui-accordion-header h3
{
	background: url('../images/accordion_plus_petrol.png') no-repeat right center;
}

/* 2020 */

.marker { background-color: yellow; }

.ppost ul
{
	margin-top: 10px;
	margin-left: 20px;
	list-style-type: square;
}
.ppost li
{
	margin-bottom: 10px;
}

/* 2022 */
.footer_banner_box
{
	height: 90px;
}



/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../font/convert/pt-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../font/convert/pt-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/convert/pt-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/convert/pt-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../font/convert/pt-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/convert/pt-sans-v17-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}


/* volkhov-regular - latin */
@font-face {
  font-family: 'Volkhov';
  font-style: normal;
  font-weight: 400;
  src: url('../font/convert/volkhov-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../font/convert/volkhov-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/convert/volkhov-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/convert/volkhov-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../font/convert/volkhov-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/convert/volkhov-v17-latin-regular.svg#Volkhov') format('svg'); /* Legacy iOS */
}