﻿.search-place {
	position: absolute;
	top: 126px;
	left: 0;
	background: rgb(208, 11, 17);
	height: 40px;
	text-align: left;
	transition: all 500ms ease;
	right: 100%;
}


<!--@media screen and (min-width: 2732px) {
.search-place {

top: 109px;

}
}-->

.search-bar input {
	width: 75%;
	background: transparent;
	border: none;
	color: #fff;
	border-bottom: 1px solid rgba(254, 254, 254, 0.5);
	height: 35px;
}

.search-place.out {
	/*! opacity: 0; */
	z-index: -10;
	/*! top: 0; */
}

.search-bar {
	text-align: center;
}


.news-widget img {
	max-width: 100%;
}


.news-widget .TitleNews {
	font-size: 12px;
	font-weight: bold;
}
.news-widget .news-lead {
	font-size: 12px;
	line-height: 15px;
}

.news-widget .news-date {
	font-size: 10px;
	color: red;
	display: none;
}

#NewsArchive {
	background: url('/files/talia/IconsAndImages/static.png') no-repeat fixed top center #333;
}

.news-archive-list img {
	max-width: 100%;
}

.news-archive-list .TitleNews h2 {
	margin: 0 0 5px 0;
}

.news-archive-list .LeadNews-arch {
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
}

.news-archive-list .LeadNews-arch a {
	color: #333;
}

.news-archive-list .dateNews {
	font-size: 13px;
	color: red;
}

.search-place.in {
	right: 82.20%;
}

.part-title {
	border-bottom: 1px solid silver;
	margin: 0 0 15px 0;
}

.news-search {
	position: absolute;
	left: 15px;
	top: 10px;
}

.breadcrumb {
	background: none;
	margin-top: 15px;
}

.breadcrumb li a {
	color: #333;
}


.news-widget .imgNews {
	padding-left: 0;
}

.news-widget .ContentNews {
	padding-right: 10px;
}

.news-container .news-title h1 {
	font-size: 19px;
	font-weight: bold;
	border-bottom: 1px solid silver;
	margin: 10px 0 15px 0;
	padding-bottom: 10px;
}

.details-news ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.details-news li {
	display: inline-block;
	padding: 0 0px 0 20px;
	position: relative;
	margin: 0 0px 0 10px;
}

.details-news li:after {
	content: "|";
	color: silver;
	position: absolute;
	left: 0;
	top: 0;
}

.details-news li:last-child:after {
	content: "";
}

.details-news {
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	margin: 15px 0;
	padding: 5px 0;
}

.print-news img {
	margin: 0;
}


.social-network {
	float: left;
	text-align: center;
	padding: 0 10px !important;
	margin: 0 !important;
}

.print-news:after {
	content: "";
}

.social-network:before {
	content: "|";
	color: silver;
}

.social-network i {
	cursor: pointer;
	font-size: 18px;
	vertical-align: middle;
}

.social-net-items {
	/* position: absolute;
	left: 15px;
	width: 100px;
	z-index: 10;
	color: #333;
	text-align: center;
	font-size: 25px;
	padding: 10px;
	border: 1px solid silver;
	background: #fff;
	top: 53.5px;*/
	position: absolute;
	left: 40px;
	width: 230px;
	z-index: 10;
	color: #333;
	text-align: center;
	font-size: 25px;
	padding: 10px;
	top: 10px;
}

.social-net-items .social-item {
	border-left: 1px solid silver;
	padding: 0px 10px;
	display: inline-block;
}

.social-net-items .social-item:last-child {
	border: none;
}

.social-net-items.out {
	display: block;
}

header a.pull-left {
	cursor: pointer;
}

@media screen and (max-width: 991px) {

	.social-net-items {
	    top: 0;
	}

}

@media screen and (max-width: 450px) {

	.social-net-items {
	    position: static;
	    margin: 0 auto;
	}
	footer img {
	    width: 90px !important;
	    height: 90px !important;
	}

}