/* ADAPTADO À PARTIR DE: */

/* ******************************************************************************
 * 
 * jQuery.mb.components: bgndGallery
 * version: 1.0
 * Author: pupunzi
 * Creation date: 10/04/14
 * Licences: MIT, GPL
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 *
 ***************************************************************************** */

@charset "UTF-8";

.controls {
	position: fixed; 
	bottom: 20px; 
	right: 20px;
	z-index: 1000;
    background:rgba(0,0,0,.5);
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.controls div {
    display:inline-block;
    padding:5px;
    margin:1px;
    color:#fffbef;
    font-size: 12pt;
    cursor:pointer;
    transition: 0.15;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -o-transition: 0.15s;
    -ms-transition: 0.15s;
}

/*
.controls div:hover:not(.counter) {
    color:#aa7239;
}
*/

.controls div a {
	text-decoration: none;
	color: #fff7ef;
	
    cursor:pointer;
    transition: 0.15;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -o-transition: 0.15s;
    -ms-transition: 0.15s;
	}

	/*
.controls div a:hover {
    color:#aa7239;
}
*/

.controls.fullScreen_controls {
/*	position: fixed; 
	top: 50px; 
	left: 12px; */
	z-index: 1000;
    background:rgba(0,0,0,.5);
}

.controls.fullScreen_controls div:hover:not(.counter){

}

.controls.fullScreen_controls div:not(.counter){

}
	
.aparecer {
    opacity: 1;
    transition: 0.4;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.desaparecer {
    opacity: 0;
    transition: 1;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
}
