/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}

.news {
	position: relative;
}
.row.hidden_more { display: none;}
.news .detal {
	padding-right: 10px;
}

#master-detal .bx-prev, #master-detal .bx-next {
	display: none;
}

#master-detal .bx-wrapper .bx-pager, #master-detal .bx-wrapper .bx-controls-auto {
	bottom: 25px;
}
a.item_news {display: block; text-decoration: none; color:#353132;}

.overBG {
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	z-index:9999999;
	background: rgba(255,255,255, 0.65);
	display: none;
}

.ajax_area {
	width: 1200px;
	margin:20px auto;
	overflow-y: scroll;
	background: #fff; 
	padding: 30px;
	box-shadow: 0 0 3px #656565;
	position: relative;
	height: 75%;
}
#close_me {
	position: absolute;
	right:20px;
	top:15px;
	text-transform: uppercase;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
#close_me:hover {
	color:#353132;
}

.container_screen {float:left; margin-left:100px;}

body a#scrollUp {
  bottom: 40px;
  right: 2%;
  color: #99ca3c;
  background: url('image/button_up_p.png');
  border-radius: 0;
  width:40px;
  height:25px;
  display: block;
  padding: 26px 2px 0 2px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background-position: center top;
  background-repeat: no-repeat;
  text-shadow: 0 0 1px #A6A6A6;
}
body a#scrollUp:hover {  background-image: url('image/button_up_a.png'); }
body a#scrollUp i {display: none;}
.bx-viewport {max-height: 645px;}

.detal.news_more.oppened span {
	 -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pag_container { display: none;}
.pag_container a {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	background: #353132;
	text-align: center;
	padding: 2px 5px;
	color:#FFF;
	text-decoration: none;
}
.pag_container a.active {
	color:#99ca3c;
}