

.og-grid {
    list-style: outside none none;
    margin: 0 auto;
    padding: 5% 0 9%;
    text-align: center;
    width: 100%;
}


.og-grid li {
    border: 1px solid #e5e5e5;
    display: inline-block;
    min-height: 400px;
    margin: 7% 21px 0;
    padding: 16px;
    vertical-align: top;
}

.og-grid li figure {
    background: #fac282 none repeat scroll 0 0;
    color: #fff;
    float: right;
    font-family: vollkorn;
    font-size: 1.2em;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin-right: -17px;
    margin-top: 33%;
    padding: 2% 4% 2% 2%;
    right: 0;
    text-align: right;
    width: 35%;
}

.og-grid li h1 {
    color: #e9b171;
    font-family: "Vollkorn",serif;
    font-size: 1.4em;
    letter-spacing: 0.02em;
}

.og-grid li h3{
    background:none;
}



.og-grid li hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e9b171 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: dotted none none;
    border-width: 1px 0 0;
    margin: auto;
    width: 59%;
}


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

.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:#f3f3f3;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;
}

.og-expander {
    background: #f3f3f3 none repeat scroll 0 0;
    left: 0;
    margin-top: 10px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: auto;
    width: 100%;
    z-index: 1000;
}


.og-expander-inner {
	padding: 50px 30px;
	height: 100%;
}

.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}


.og-close::before, .og-close::after {
    background: #030303 none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 100%;
}

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

.og-close:hover::before,
.og-close:hover::after {
	background: #fac282;
}

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

.og-details {
    max-width: 680px;
    padding: 1px 0 0 5%;
    width: 100%;
	height:100%;
}

.og-fullimg {
	text-align: center;
}

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

.og-details h3 {
    color: #4f4f4f;
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 15px 0 10px;
	width:100%;
}

.og-details p {
    color: #525252;
    font-family: vollkorn;
    font-size: 18px;
    font-style: italic;
    letter-spacing: 0.04em;
    line-height: 1.7em;
}

.og-details a {
	font-weight: 700;
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 20px;
	border: 3px solid #333;
	display: inline-block;
	margin: 30px 0 0;
	outline: none;
}

.og-details a::before {
	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; }
}

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

	.og-expander h3 { font-size: 32px; }
	.og-expander p { font-size: 13px; }
	.og-expander a { font-size: 12px; }
	
	.og-details {
    padding: 1px 0 0;
}

.og-details p {
    padding: 1px 0 0;
	margin:0 0 3em;
}
	

}

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

	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; 
	
}	
	.og-expander h3 {
    font-size: 18px;
}


.og-expander p {
    font-size: 15px;
}
	
	}
	
