.og-grid {
	list-style: none;
	padding: 20px 0px 400px 0px;
	margin: 0 auto;
	text-align: left;
	width: 75%;
}

.og-grid li {
	display: inline-block;
	margin: 20px 0px 0 10px;
	padding: 0px 10px;
	vertical-align: top;
	height: 250px;
}

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

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

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

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

.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 {
	width: 30%;
	float: left;
	height: 100%;
	margin-left: 12%;
	overflow: hidden;
	position: relative;
}

.og-details {
	width: 37%;
	padding: 0 20px 0 50px;
	float: left;
	height: auto;
	overflow: hidden;
	position: relative;
}


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

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

.og-details h3 {
	font-family: 'Lekton';
	font-weight: 300;
	font-size: 2.05em;
	color: #002921;
	line-height: 50px;
	margin-top: -4px;
	text-transform: none;
}

.og-details h4 {
	font-weight: 300;
	font-size: 1.35em;
	font-style: italic;
	color: #737373;
	line-height: 20px;
	margin-top: -6px;
	margin-bottom: 12px;
	text-transform: none;
}

.og-details p {
	font-family: 'Inconsolata';
	font-weight: 400;
	font-size: 1.1em;
	line-height: 23px;
	color: #303030;
	margin-top: 6px;
	text-transform: none;
	text-align: justify;
}

.colophon {
	font-style: italic;
}

p.releasedate {
	color: #737373;
}


.og-details a {
	font-family: 'Inconsolata';
	font-weight: 400;
	font-size: 0.85em;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 12px;
	padding: 8px;
	border: 1px solid #333;
	display: inline-block;
	margin: 15px 0 0;
	outline: none;
	text-decoration: none;
}


 .videolink > a {
	font-family: 'Inconsolata';
	font-weight: 400;
	font-size: 0.9em;
	line-height: normal;
	border: none;
	text-transform: none;
	padding: 2px;
	background: #C5EFFA;
	margin: 2px;
}

.og-details a:hover {
	background: -webkit-linear-gradient(60% 90%, 10% 41%, from(#FFF), to(#00bdec));
	background: -moz-linear-gradient(top, #FFFFFF 15%, #c5effa 20%, #00bdec 100%);
	background: -o-linear-gradient(top, #FFFFFF 15%, #c5effa 20%, #00bdec 100%);
	background: linear-gradient(180deg, #FFFFFF 5%, #C5EFFA 50%, #00BDEC 90%);   
}

.videolink > a:hover {
	background: -webkit-linear-gradient(60% 90%, 10% 41%, from(#FFF), to(#00bdec));
	background: -moz-linear-gradient(top, #FFFFFF 15%, #c5effa 20%, #00bdec 100%);
	background: -o-linear-gradient(top, #FFFFFF 15%, #c5effa 20%, #00bdec 100%);
	background: linear-gradient(270deg, #FFFFFF 5%, #C5EFFA 50%, #00BDEC 90%);
}

.sociallink > a {
	background: none;
	border: none;
}

.sociallink a:hover {
	background: none;
	border: none;
}

.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: 2260px) {
	.og-grid {
	list-style: none;
	padding: 20px 20px 400px 130px;
	margin: 0 auto;
	text-align: left;
	width: 90%;
}

.og-grid li {
	display: inline-block;
	margin: 20px 5px 0 20px;
	padding: 0px 0px;
	vertical-align: top;
	height: 250px;
}

.og-expander-inner {
	padding: 50px 30px;
	width: 85%;
}

.og-details {
	width: 45%;
	padding: 0 40px 0 50px;
	float: right;
	height: auto;
	overflow: hidden;
	position: relative;
}

.og-fullimg {
	width: 35%;
	margin-left: 20%;
}

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

.og-details h3 {
	font-family: 'Lekton';
	font-weight: 300;
	font-size: 2.05em;
	line-height: 50px;
	margin-top: -4px;
	text-transform: none;
}

.og-details h4 {
	font-weight: 300;
	font-size: 1.35em;
	font-style: italic;
	color: #737373;
	line-height: 20px;
	margin-top: -6px;
	margin-bottom: 12px;
	text-transform: none;
}



}

@media screen and (max-width: 2020px) {
.og-grid {
	list-style: none;
	padding: 20px 20px 400px 130px;
	margin: 0 auto;
	text-align: left;
	width: 100%; 
}

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

.og-details {
	width: 45%;
	padding: 0px 20px 0px 60px;
	float: left;
	height: auto;
	overflow: hidden;
	position: relative;
}


.og-fullimg {
	width: 40%;
	margin-left: 8%;
}


}

@media screen and (max-width: 1815px) {
.og-grid {
	list-style: none;
	padding: 20px 20px 400px 130px;
	margin: 0 auto;
	text-align: left;
	width: 100%; 
}

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

.og-details {
	width: 45%;
	padding: 0px 0px 0px 60px;
	float: left;
	height: auto;
	overflow: hidden;
	position: relative;
}


}




@media screen and (max-width: 1550px) {
.og-grid {
	list-style: none;
	padding: 20px 20px 50px 130px;
	margin: 0 auto;
	text-align: left;
	width: 100%;
}

.og-grid li {
	display: inline-block;
	margin: 20px 5px 0 20px;
	padding: 0px 0px;
	vertical-align: top;
	height: 250px;
}

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

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

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

.og-fullimg {
	margin-left: 0%;
}

.og-details {
	width: 60%;
	padding: 0 120px 0 30px;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}

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

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

.og-details h3 {
	font-family: 'Lekton';
	font-weight: 300;
	font-size: 2.05em;
	line-height: 50px;
	margin-top: -4px;
	text-transform: none;
}

.og-details h4 {
	font-weight: 300;
	font-size: 1.35em;
	font-style: italic;
	color: #737373;
	line-height: 20px;
	margin-top: -6px;
	margin-bottom: 12px;
	text-transform: none;
}

.og-details p {
	font-family: 'Inconsolata';
	font-weight: 400;
	font-size: 1.05em;
	line-height: 21px;
	color: #002921;
	margin-top: 6px;
	text-transform: none;
	text-align: justify;
}

p.releasedate {
	color: #737373;

}

}

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

.og-expander-inner {
	width: 95%;
}

.og-details {
	width: 60%;
	padding: 0px 10px 0px 50px;
	float: left;
	height: auto;
}


.og-fullimg {
	width: 35%;
	margin-left: 5%;
}


}

@media screen and (max-width: 1024px) {
.og-grid {
	padding: 20px 20px 50px 60px;
}

.og-grid li {
	display: inline-block;
	margin: 20px 15px 0 10px;
	padding: 0px 0px;
	vertical-align: top;
	height: 250px;
}

.og-details h3 {
	font-family: 'Lekton';
	font-weight: 300;
	font-size: 2em;
	line-height: 40px;
	margin-top: -5px;
}

.og-details p {
	font-family: 'Inconsolata';
	font-weight: 400;
	font-size: 1.025em;
	line-height: 19px;
	color: #303030;
	margin-top: 6px;
	text-transform: none;
	text-align: justify;
}

p.releasedate {
	color: #737373;
	
}


}

@media screen and (max-width: 930px) {
.og-grid {
	padding: 20px 20px 50px 150px;
}

.og-grid li {
	display: inline-block;
	margin: 20px 15px 0 20px;
	padding: 0px 0px;
	vertical-align: top;
	height: 250px;
}

.og-details h3 { font-size: 1.375em;
					  margin-top: -24px;
					  margin-bottom: -25px; }
.og-details h4 { font-size: 1.125em;
					  margin-top: 15px; 
					  margin-bottom: 5px;}
.og-details p { font-size: 1em; 
					line-height: 18px;}
p.releasedate {
	color: #737373;
	
}
.og-details a { font-size: 0.75em; }
.videolink > a {
	font-size: 0.95em;
	letter-spacing: normal;
}

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

.og-details {
	width: 60%;
	padding: 20px 10px 0px 50px;
	float: left;
	height: auto;
	overflow: hidden;
	position: relative;
}


}


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

.og-grid { padding: 20px 0px; margin-left: 80px;}
.og-grid li {
	margin: 20px 5px 0 20px;
	padding: 0px 5px;
}

.og-details h3 { 
	font-size: 1.375em;
	margin-top: -24px;
	margin-bottom: -25px; 
}

.og-details h4 { 
	font-size: 1.125em;
	margin-top: 15px; 
	margin-bottom: 5px;
}

.og-details p { 
	font-size: 1em; 
	line-height: 18px;
}

.og-details a { font-size: 0.75em; }

.videolink > a {
	font-size: 0.95em;
	letter-spacing: normal;
}

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

.og-details {
	width: 65%;
}


.og-fullimg {
	width: 30%;
}


}

@media screen and (max-width: 700px) {
.og-grid {
	padding: 20px 20px;
	margin: 0 auto;
}

.og-expander-inner {padding: 30px 30px;}
.og-fullimg { display: none;}
.og-details { padding: 20px 2px 10px 2px; width: 100%; }
.og-details h3 {margin-top: -30px;}
.og-details p { font-size: 1.075em; line-height: 21px;}
.og-close {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
	
}

/* small tablet ie milla's */
@media screen and (max-width: 610px) {
.og-grid li {
	margin: 20px 0px 0 15px;
	padding: 0px 0px;
}

.og-expander-inner {padding: 30px 30px;}
.og-fullimg { display: none;}
.og-details { padding: 20px 2px 10px 2px; width: 100%; }
.og-details h3 {margin-top: -30px;}
.og-details p { font-size: 1.075em; line-height: 24px;}
.og-close {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
	
}

/* iphone 6 portrait */
@media screen and (max-width: 600px) {
.og-grid {
	padding: 20px 40px;
}
.og-grid li {
	margin: 20px 0px 0 15px;
	padding: 0px 0px;
}

.og-expander-inner {padding: 30px 20px;}
.og-fullimg { display: none;}
.og-details { padding: 20px 2px 10px 2px; width: 100%; }
.og-details h3 {margin-top: -30px;}
.og-details p { font-size: 1.075em; line-height: 21px;}
.og-close {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
	
}

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

.og-grid {
	padding-left: 15px;
}
.og-expander-inner {
	padding: 0px;
	width: 100%;
}

.og-fullimg { display: none;}
.og-details { float: left; width: 100%; }
.og-details p {
	font-size: 1em;
	line-height: 18px;
	color: #303030;
	margin-top: 2px;
	padding-left: 2%;
	padding-right: 3%;
}

.og-details h3 {
	font-family: 'Lekton';
	font-weight: 300;
	font-size: 0.95em;
	line-height: 50px;
	margin-top: -20px;
	text-transform: none;
	padding-left: 3%;
}

.og-details h4 {
	font-weight: 300;
	font-size: 0.85em;
	font-style: italic;
	color: #737373;
	line-height: 20px;
	margin-top: 4px;
	margin-bottom: 2px;
	text-transform: none;
	padding-left: 3%;
}

.og-details a {
	font-size: 0.7em;
	line-height: 8px;
	padding: 3%;
	margin: 6px 0 0;
}

.og-close {
	display: none;
}



}