/*** Overall MovingBoxes Slider ***/
.mb-wrapper {
	/*border: 5px solid #ccc;*/
	margin: 0 auto 20px;
	position: relative;
	left: 0;
	top: 0;
	/*border-radius: 10px;*/
	/*box-shadow: inset 0 0 10px #888;*/
}

/* Panel Wrapper */
.mb-slider, .mb-scroll {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;

	/***(>'-')> Control Panel Font size here <('-'<)***/
	font-size: 18px;
}

/* active slider border highlight */
.mb-active-slider {
	border-color: #333;
}

/*** Slider panel ***/
.mb-slider .mb-panel {
	margin: 0;
	padding: 4px;
	display: block;
	cursor: pointer;
	float: left;
	list-style: none;
}

/* Cursor to arrow over current panel, pointer for all others,
change .current class name using plugin option, currentPanel : 'current' */
.mb-slider .mb-panel.current {
	cursor: auto;
}

/*** Inside the panel ***/
.mb-inside {
	/*padding: 10px;*/
	/*border: 1px solid #999;*/
	margin-top: 85px;
	margin-left: -120px;
}

.mb-slider .mb-panel.current {
	margin: 0;
	margin-top: -80px;
	/*margin-left: -80px;*/
	/*padding-left: -150px;*/
	transition: .4s;
	/*border-left: 4px solid white;*/

}

.mb-inside * {
	max-width: 100%;
}

/*** Left & Right Navigation Arrows ***/
a.mb-scrollButtons {
    display: block;
    width: 35px;
    height: 20px;
    /*background: white;*/
    position: absolute;
    bottom: 24%;
    /* margin-top: -29px; */
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    border: 0;
    z-index: 200000;
}
a.mb-scrollButtons.mb-left {
	right: 42%;
	background: url(pict/slider_left.png);
	background-size: contain;
}
a.mb-scrollButtons.mb-right {
	right: 36%;
	background: url(pict/slider_right.png);
	background-size: contain;
}


a.mb-scrollButtons.mb-left:hover {
	background-position: left bottom;
}
a.mb-scrollButtons.mb-right:hover {
	background-position: right bottom;
}
a.mb-scrollButtons.disabled {
	display: none;
}

/*** Controls added below the panels ***/
.mb-controls {
	margin: 0 auto;
	text-align: center;
	background: #ccc;
	position: relative;
	z-index: 100;
}
.mb-controls a {
	color: #666;
	font: 18px/2.2 Georgia, Serif;
	display: inline-block;
	text-decoration: none;
	padding: 2px;
	margin: 0 5px 0 0;
	text-align: center;
	outline: 0;
}
.mb-controls a:hover {
	color: black;
}
.mb-controls a.current {
	color: white;
}
.mb-active-slider .mb-controls {
	background: #333;
}


/***********************************************************/



.mb-inside .item {background: #ddd;
	margin: 4px !important;
	border: 4px #f1f1f1 solid;
	opacity: .7;
	/*filter: grayscale(70%);*/

}

.mb-slider .mb-panel.current .item { 
	color: white;
	/*border-bottom: 5px red solid;*/
	border-right: none;
	border-left: none;
	position: relative;
	color: white;
	width: 635px;
	height: 460px;
	opacity: 1;
	filter: none;
 }

.mb-inside .slider_top_color_bg { display: none !important; }

.mb-slider .mb-panel.current .slider_top_color_bg_content {
    width: 635px;
    height: 456px;
    z-index: 2;
    margin-top: 4px;
    margin-left: 4px;
    /*background: red;*/
    /*filter: grayscale(82%) contrast(230%);*/
    opacity: .70;
    position: absolute;
}

.mb-slider .mb-panel .item>div
{
	display: none;
}
.mb-slider .mb-panel .item>div a {
	color: white;
}


 .mb-slider .mb-panel.current .item>div {
 	position: absolute; 
 	z-index: 5;
	display: block;
	padding: 60px 60px 40px;
	height: 456px;
	width: 80%;
	font-size: 14px;
	line-height: 18pt;
 }

 .mb-slider .mb-panel.current .item>div h3 {
 	font-family: 'light';
 	font-size: 30px !important;
 }

  .mb-slider .mb-panel.current .item>div h2 {
 	font-family: 'light';
 	font-size: 36px !important;
 }

 .mb-slider .mb-panel.current .item .autor_date
 {
	position: absolute !important;	
	top: 73%;
	/* color: red; */
 }

  .mb-slider .mb-panel.current .item .autor_date span
 {
	margin-right: 40px;
 }

.mb-panel.current a:hover  {
 opacity: .5 !important; }

