@charset "utf-8";
.iframe-content{
	overflow: auto;
	position: relative;
	padding: 0px;
	background: #333;
	margin: 0px;
	width: 740px;
	max-width: 100%;
	height: 350px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
#iframe-container{
	width: 100%;
	overflow: hidden;
	background-color: #F5F5F5;
}

#iframe-container iframe{ vertical-align: bottom; }

#infinite-scroll .offset{
	display: block;
	width: 100%;
	height: auto;
	color:#337AB7;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}

#infinite-scroll .offset p{
	margin-bottom: 60px;
}

#infinite-scroll .offset .indicator{
	display: block;
	width: 100%;
	height: 100px;
	background: #337AB7;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.scrollTo{ font-size: 12px; }

.scrollTo + .scrollTo{ margin-top: 20px; }

.scrollTo ul li:first-child span{
	display: block;
	padding: 3px 15px;
}
.transitions .content{
	-webkit-transition: all .6s ease-out; 
	-moz-transition: all .6s ease-out; 
	-o-transition: all .6s ease-out; 
	transition: all .6s ease-out; 
}


/* CSS pantallas de 320px o superior */
@media (min-width: 320px) {

  .showcase {
    width: 200px;
    height: 150px;
  } 

}

/* CSS pantalla 768px o superior */
@media (min-width: 768px) {

  .showcase {
    width: 500px;
    height: 350px;
  }
}
