.og-grid {
	list-style: none;
	padding: 50px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	font-size:0;
	position: relative;
}

.og-grid li {
	display: inline-block;
	margin: 3px;
	vertical-align: top;
	height: 196px;
}

.og-grid li > a {
	position: relative;
	background-color: #333333;
}

.og-grid li > a h2 {
	color: #FFFFFF;
    font-size: 18px;
    position: absolute;
	font-family: as_light;
    z-index: 5;
	padding: 15px;
	text-transform: uppercase;
	text-align: left;
}
.og-grid li > a:hover h2 {
	font-family: as_black;
}

.og-grid li > a img {
	opacity: 0.35;
}

.og-grid li > a:hover img {
	opacity: 0.80;
}

.og-grid li > a,
.og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
}

.og-grid li.og-expanded > a::after {
	/*top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #ddd;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;*/
}

.og-expander {
	position: absolute;
	background: #d1d0d0;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 6px;
	text-align: left;
	height: 0;
	overflow: hidden;
}

.og-expander-inner {
	/*padding: 50px 60px 50px 104px;
	height: 100%;*/
}

.og-close {
	position: absolute;
	width: 27px;
	height: 35px;
	top: 20px;
	right: 20px;
	cursor: pointer;
	background-image:url(../images/close.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.og-close:hover {
	background-position: 0 -35px;
}

/*.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
	background: #333;
}*/

.og-fullimg,
.og-details {
	
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.og-details {
	padding: 0 40px 0 20px;
	width: 60%;
	position: relative;
}
.og-details .bottom-align {
	position: absolute;
	bottom:0;
}

.og-fullimg {
	/*text-align: center;*/
	width: 40%;
}

.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}

.og-details h3 {
	font-weight: 100;
	padding: 0;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-family: as_black, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	margin-bottom: 5px;
}

.og-details p {
	font-weight: 100;
	font-size: 14px;
	color: #000;
	line-height: 18px;
}

.og-details a.galeria {
	font-weight: 100;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	/*margin: 96px 0 0;*/
	display: block;
	font-family: as_bold, Arial, Helvetica, sans-serif;
}
.og-details a.galeria:hover {
	color: #333;
}

.og-details a.evento,
.og-details a.prensa,
.og-details a.critica {
	color: #666666;
	text-transform: lowercase;
	font-size: 13px;
	margin-right: 8px;
}

/*.og-details a.critica:before {
	content: "\00b7";
	padding-left: 5px;
	padding-right: 5px;
}*/

/*.og-details a::before {
	content: '\2192';
	display: inline-block;
	margin-right: 10px;
}*/

.og-details a:hover {
	border-color: #999;
	color: #999;
}

.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

.og-expander-inner {
	height: 100%;
    margin: 0 auto;
    padding: 50px 10px;
    max-width: 813px;
}

@media screen and (min-width: 831px) {
	.og-fullimg { width: 347px !important;}
	.og-details { width: 52% !important; }
}

@media screen and (max-width: 900px) {
	/*.og-expander-inner { padding: 50px 60px 50px 30px; }*/
}

@media screen and (max-width: 830px) {
	.og-expander h3 { font-size: 16px; }
	.og-expander p { font-size: 13px; }
	.og-expander a { font-size: 12px; }
	.bottom-align { position: static !important; margin-top: 50px;}

}

@media screen and (max-width: 650px) {

	/*.og-fullimg { display: none; }*/
	/*.og-details { float: none; width: 100%; }*/
	.bottom-align { position: static !important; margin-top: 30px;}
	
}