@import url(news_list.css);
@import url(news_view.css);
@import url(tabs.css);


.with_padding {
	position: relative;
	width: 380px;
	padding-left: 360px;	
}

.news_main {
	position: absolute;
	margin-left: -360px;
	width: 340px;
	height: 100%;
}

.news_main .size{
	overflow: hidden;
	width: 100%;
	height: 75%;
	display: block;
	text-align: center;
}

.news_main_img {
	height: 100%;
}

.news_main_title {
	position: absolute;
	bottom: 0;
	padding: 0 15px;
	margin-left: -360px;
	color: #333;
	width: 308px;
	height: 25%;
	overflow: hidden;
}

.news_main_title h4 {
	font-weight: 400;
	margin: 3% 0;
	font-size: 16px;
}

.news_main_title span {
	font-size: 12px;
}

.right_menu {
	text-align: center;
	margin-bottom: 5px;
}

.right_menu img{
	width: 210px;
	height: 300px;
	border-radius: 5px;
	border: 1px solid #d4d4d4;
}

.catalog {
	padding-top: 5px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #d4d4d4;
	margin-top: 5px;
	margin-bottom: 5px;
}

.contest {
	height: 130px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
	border: 1px solid #d4d4d4;
	text-align: center;
	position: relative;
}

.contest:hover{
	border: 1px solid #0193de;
}

.contest img{
	width: 100%;
	margin-bottom: 5px;
}

.contest span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 0 5px 0;
	background: rgba(51,51,51,0.6);
	font-weight: bold;
	color: #fff;
}

.poster {
	display: inline-block;
	width: 92px;
	height: 130px;
	overflow: hidden;
	margin-bottom: 5px;
	border: 1px solid #d4d4d4;
	text-align: center;
}

.poster:hover{
	border: 1px solid #0193de;
}

.poster img {
	min-width: 100%;
	height: 100%;
}

.photo_news{
	height: 300px;
	border: 1px solid #d4d4d4;
	overflow: hidden;
}

.photo_news img{
	min-height:300px;
	min-width: 100%;
}


.poll {
	height: 300px;
	width: 340px;
	overflow: hidden;
	margin-bottom: 10px;
	border: 1px solid #d4d4d4;
	text-align: center;
	position: relative;
}

.poll:hover {
	height: auto;
	position: absolute;
	z-index: 10000;
}

.news_list .tab-pane {
	display: none;
}

.news_list > .active {
	display: block;
}

.nav-tabs > .active > a {
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #333;
}

.nav-tabs > li > a:hover {
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #333;
	text-decoration: none;
}

.tab_content .tab-pane {
	display: none;
}

.tab_content > .active {
	display: block;
}

.fade.in {
	opacity: 1;
}

.fade {
	opacity: 0;
	transition: opacity 0.15s linear 0s;
}
