@import url(https://fonts.googleapis.com/css?family=Arimo);

body {
  background:#ffffff;
}

#load {
  position:absolute;
  width:600px;
  height:36px;
  left:50%;
  top:40%;
  margin-top: 15%;
  margin-left:-300px;
  overflow:visible;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  cursor:default;
}

#load div {
  position:absolute;
  width:20px;
  height:36px;
  opacity:0;
  font-family:Helvetica, Arial, sans-serif;
  animation:move 2s linear infinite;
  -o-animation:move 2s linear infinite;
  -moz-animation:move 2s linear infinite;
  -webkit-animation:move 2s linear infinite;
  transform:rotate(180deg);
  -o-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  color:#000000;
  font-weight: bold;
}

#load div:nth-child(2) {
  animation-delay:0.2s;
  -o-animation-delay:0.2s;
  -moz-animation-delay:0.2s;
  -webkit-animation-delay:0.2s;
}
#load div:nth-child(3) {
  animation-delay:0.4s;
  -o-animation-delay:0.4s;
  -webkit-animation-delay:0.4s;
  -webkit-animation-delay:0.4s;
}
#load div:nth-child(4) {
  animation-delay:0.6s;
  -o-animation-delay:0.6s;
  -moz-animation-delay:0.6s;
  -webkit-animation-delay:0.6s;
}
#load div:nth-child(5) {
  animation-delay:0.8s;
  -o-animation-delay:0.8s;
  -moz-animation-delay:0.8s;
  -webkit-animation-delay:0.8s;
}
#load div:nth-child(6) {
  animation-delay:1s;
  -o-animation-delay:1s;
  -moz-animation-delay:1s;
  -webkit-animation-delay:1s;
}
#load div:nth-child(7) {
  animation-delay:1.2s;
  -o-animation-delay:1.2s;
  -moz-animation-delay:1.2s;
  -webkit-animation-delay:1.2s;
}
#load div:nth-child(8) {
  animation-delay:1.4s;
  -o-animation-delay:1.4s;
  -moz-animation-delay:1.4s;
  -webkit-animation-delay:1.4s;
}

@keyframes move {
  0% {
    right:0;
    opacity:0;
  }
	35% {
		right: 41%; 
		-moz-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		transform:rotate(0deg);
		opacity:1;
	}
	65% {
		right:59%; 
		-moz-transform:rotate(0deg); 
		-webkit-transform:rotate(0deg); 
		-o-transform:rotate(0deg);
		transform:rotate(0deg); 
		opacity:1;
	}
	100% {
		right:100%; 
		-moz-transform:rotate(-180deg); 
		-webkit-transform:rotate(-180deg); 
		-o-transform:rotate(-180deg); 
		transform:rotate(-180deg);
		opacity:0;
	}
}

@-moz-keyframes move {
	0% {
		right:0; 
		opacity:0;
	}
	35% {
		right:41%; 
		-moz-transform:rotate(0deg); 
		transform:rotate(0deg);
		opacity:1;
	}
	65% {
		right:59%; 
		-moz-transform:rotate(0deg); 
		transform:rotate(0deg);
		opacity:1;
	}
	100% {
		right:100%; 
		-moz-transform:rotate(-180deg); 
		transform:rotate(-180deg);
		opacity:0;
	}
}

@-webkit-keyframes move {
	0% {
		right:0; 
		opacity:0;
	}
	35% {
		right:41%; 
		-webkit-transform:rotate(0deg); 
		transform:rotate(0deg); 
		opacity:1;
	}
	65% {
		right:59%; 
		-webkit-transform:rotate(0deg); 
		transform:rotate(0deg); 
		opacity:1;
	}
	100% {
		right:100%;
		-webkit-transform:rotate(-180deg); 
		transform:rotate(-180deg); 
		opacity:0;
	}
}

@-o-keyframes move {
	0% {
		right:0; 
		opacity:0;
	}
	35% {
		right:41%; 
		-o-transform:rotate(0deg); 
		transform:rotate(0deg); 
		opacity:1;
	}
	65% {
		right:59%; 
		-o-transform:rotate(0deg); 
		transform:rotate(0deg); 
		opacity:1;
	}
	100% {
		right:100%; 
		-o-transform:rotate(-180deg); 
		transform:rotate(-180deg); 
		opacity:0;
	}
}

.logoLoading{
	display: block;
	margin: auto;
	margin-top: 10%;
	width: 250px;
	height: 250px;
}

/*UPLOAD IMAGE*/
a {
  color: blue;
  font-size: 13px;
  text-decoration: none;
}

hr {
   opacity: .3;
   margin: 2em 0;
}

.fileUpload {
   background: white;
   padding: 25px;
   margin: 0 auto;
   text-align: center;
}

div#upload {
   display: inline-block;
}

input[type="file"] {
background: #7886d8;
padding: 15px 11px 18px 20px;
border-radius: 4px;
cursor: pointer;
color: white;
width: 159px;
border: 2px solid #3F51B5;
outline: 0;
}

/*ul#preview {
   list-style: none;
   margin: 25px auto;
   padding: 0;
   display: block;
   max-width: 600px;
}*/

/*ul#preview li {
   display: inline-block;
   margin: 0 10px 10px;
   max-width: 100px;
}*/

/*ul#preview li img {
   width: 100%;
}*/

#preview{
	margin-top: 200px;
}

.foto{
	width: 300px;
	height: 300px;
	margin: 10px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.75);
	cursor: pointer;
}

.botonSubir{
	border: 1px solid #d5d5d5;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
    width: 200px;
    color: #4b4b4b;
    text-transform: uppercase;
}

.botonSubir:hover{
	background: #ff4136;
    color: #fff;
    border: 1px solid #ff4136;
}

.portada{
	width: 200px;
	height: 200px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
}

.conAlbumn{
	display: block;
	margin: auto;
	text-align: center;
}

.lomo{
	width: 10px;
	height: 200px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
}

.hoja{
	width: 150px;
	height: 150px;
	padding: 10px;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	margin-bottom: 20px;
	cursor: pointer;
}

.fotoHoja{
	width: 100px;
	height: 100px;
}

.hojaMargen{
	margin-right: 30px;
}

.editImageContainer{
	width: 100%;
	padding: 10px;
}

.laFoto{
	display: inline-block;
}

.dataImg{
	display: inline-block;
	width: 300px;
}

.comentario{
	background: #ffffff !important;
    margin: 10px;
    width: 100%;
    border-radius: 20px;
}

.imgContainer{
	display: inline-block;
	margin: 10px
	width: 500px,
	padding: 20px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
}

@media(max-width: 998px){
	.dataImg{
		width: 100%;
		margin-top: 50px;
	}
}

@media(max-width: 512px){
	#preview{
		margin-top: 80px;
	}
	.foto{
		margin: auto;
		margin-bottom: 20px
	}
	.fv-btn{
		margin-top: 10px; 
	}
}
