/***modal photo grande **/
.modalBig {
	padding: 0px;
	margin: -20px;
	max-width: 75%;
}

.bigPhoto {
	margin-top: 0px;
	padding: 0px;
}

/*******Modificacion de algunos elementos css de bootstrap para adaptacion*************************/
.thumbnail {
	max-width: 260px;
	max-height: 260px;
	margin-bottom: 10px;
}

.front {
	z-index: 2;
	position: relative;
	top: 9px;
}

.back {
	z-index: 1;
	position: absolute;
	left: 19px;
	width: 285px;
	height: 190px;
}

.thumbnailmini { /* Aplicar con jquery para minimizar al abrirlas en modal*/
	display: inline;
	padding: 4px;
	margin-left: 6px;
	margin-right: 3px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-bottom:5px;
	transition: all .2s ease-in-out;
}

.thumbphotoalbum {
	display: inline-block;
	padding: 2px;
	margin-bottom: 4px;
	margin-left: 6px;
	margin-right: 3px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	/* border-radius: 4px; */
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}


div.creatAlbum {
	margin-left: 9px;
	float: left;
	width: 271px;
}

.newtitlealbum {
	font-family: "Helvetica";
	font-size: 16px;
	font-weight: bold;
}

.newtitlealbum h3{
	background-color: #EFFAF5;
	margin-top: 0px;
	margin-bottom: 1px;
}

/*******Efectos display none=>block, iconos hover ***********/
.imgLoad {
	display: none;
	margin: 5px 5px 0 5px;
	z-index: 99999;
}
.preview {
	width: 32%;
	float: left;
	margin-right: 5px;
	position: relative;
	margin-bottom: 65px;
}

.commentPrev {
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: -60px;
	height: 60px;
}

#createAlbum {
	margin-top: 30px;

}

.plusIcon {
	background: transparent url(../img/creat_icon.png) no-repeat;
    display: block;
    line-height: 7px;
    padding: 5px 0 5px 25px;
    color: white !important;
}

.publicIcon {
	background: transparent url(../img/icon_album_create/public_over.png) no-repeat;
	margin-left: 12px;
}

.dropdown-menu li:hover .publicIcon {
	background: transparent url(../img/icon_album_create/public.png) no-repeat;
	margin-left: 12px;
}

.friendIcon {
	background: transparent url(../img/icon_album_create/friends_over.png) no-repeat;
	margin-left: 12px;
}

.dropdown-menu li:hover .friendIcon {
	background: transparent url(../img/icon_album_create/friends.png) no-repeat;
	margin-left: 12px;
}

.onlyIcon {
	background: transparent url(../img/icon_album_create/onlyme_over.png) no-repeat;
	margin-left: 12px;
}

.dropdown-menu li:hover .onlyIcon {
	background: transparent url(../img/icon_album_create/onlyme.png) no-repeat;
	margin-left: 12px;
}

.plusiconblack {
	background: transparent url(../img/icon_album_create/addimg.png) no-repeat;
	margin-left: 12px;
}

/*******Vista de album *******/
.view-photoAlbum {
	display: none;
}

/*** Scroll bar tipo scroll slim jQuery**/
.custom_scrollbar {
	height: 400px;
	width: auto;
	overflow-y: scroll;
	padding: 0 20px 0 0;
}

.custom_scrollbar::-webkit-scrollbar {
	width: 7px;
	height: 10px;
}
.custom_scrollbar::-webkit-scrollbar-track {
	background-color: rgba(113,112,107,0.1);
	-webkit-border-radius: 5px;
}
.custom_scrollbar::-webkit-scrollbar-thumb:vertical {
	background-color: rgba(0,0,0,.2);
	-webkit-border-radius: 6px;
}
.custom_scrollbar::-webkit-scrollbar-thumb:vertical:hover,
.custom_scrollbar::-webkit-scrollbar-thumb:horizontal:hover {
	background-color: rgba(0,0,0,.5);
}
.custom_scrollbar::-webkit-scrollbar-thumb:horizontal {
	background-color: rgba(0,0,0,.2);
	-webkit-border-radius: 6px;
}

/*******Texto sobre las imagenes *******/
.txtoverIMG {
	max-height: 191px;
	max-width: 300px;
	float:left;
	position:relative;
	margin-bottom: -1px;
}

.txtover {
	padding-left: 10px;
	background-color: rgba(0, 0, 0, 0.7);
	position: relative;
	bottom: 34px;
	width: 280px;
	max-width: 300px;
	z-index: 3;
}

.txtover span{
	color: white;
}

.overtxt button{
    margin-top: 20%;
    height: 100%;
    width: 100%;    
}

.overIMGtxt:hover .overtxt{
    display: block;    
}

.overIMGtxt {    
    color: white;
    position:relative;
    text-align: center;
}

.overIMGtxt2:hover .overtxt2{
    display: block;
}

.overIMGtxt2 {
    color: white;
    position:relative;
    text-align: center;
}

.overtxt2 {
    display: none;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjM3Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.37) 45%, rgba(0,0,0,0.41) 50%, rgba(0,0,0,0.65) 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(45%,rgba(0,0,0,0.37)), color-stop(50%,rgba(0,0,0,0.41)), color-stop(80%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.37) 45%,rgba(0,0,0,0.41) 50%,rgba(0,0,0,0.65) 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.37) 45%,rgba(0,0,0,0.41) 50%,rgba(0,0,0,0.65) 80%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.37) 45%,rgba(0,0,0,0.41) 50%,rgba(0,0,0,0.65) 80%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.37) 45%,rgba(0,0,0,0.41) 50%,rgba(0,0,0,0.65) 80%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-8 */
    position: absolute;
    bottom: 0;
    height: 25%;
    width: 100%;
}

.overtxt2 button{
    margin-top: 7%;
}

.overtxt2 img{
    width: 40px;
}
div.overtxt2 span {
	color: rgb(253, 252, 252);
}

/* le quita transparencia al boton */
.ddt {
    background: transparent;
    border: none;
}

.sacschfoto {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .0) !important;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .0) !important;
}