.og-grid {
	list-style: none;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.og-grid li {
	display: inline-block;
	margin: 10px 5px 0 5px;
	vertical-align: top;
	height: 250px;
}

.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: #ddd;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
}

.og-expander-inner {
	padding: 50px 30px;
	height: 100%;
}

.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 2;
	display: none;
}

.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 {
	width: 50%;
	float: left;
	/* height: 100%; */
	overflow: hidden;
	position: relative;
	height: auto;
}

.og-details {
	padding: 0 40px 0 20px;
}

.og-fullimg {
	text-align: center;
}

.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}

/* 
.og-details h3 {
	font-weight: 300;
	font-size: 52px;
	padding: 40px 0 10px;
	margin-bottom: 10px;
}

.og-details p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
}

.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 {
	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; }
}

@media screen and (max-width: 830px) {
	.og-expander h3 { font-size: 32px; }
	.og-expander p { font-size: 13px; }
	.og-expander a { font-size: 12px; }
}

@media screen and (max-width: 650px) {
	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; }
}










/* GRID OVERRIDES */

ul#og-grid {
  font-size: 0px;
  /* margin: 0px -10px; */
}

ul#og-grid li {
  margin: 0 0 20px !important;
  width: 33.33%;
  padding: 0 10px;
  list-style: none;
  font-size: 12px;
  line-height: 18px;
  font-family: Roboto, 'Trebuchet MS', Arial, Helvetica, sans-serif;
/* >>>>>>>>>>>>>>>> */  height: auto !important;
/* >>>>>>>>>>>>>>>> */    transition: max-height 350ms ease;
}

.og-grid li > a img {
  width: 100%;
/*  height: auto; */
}

ul#og-grid>li h3 {
  position: absolute;
  z-index: 1;
  color: #fff;
  text-align: left;
  max-width: 160px;
  padding-left: 10px;
  padding-top: 10px;
  font-size: 19px;
  font-weight: 100;
}

.og-grid li > a {
  background-color: #cceeff;
}

.og-grid li > a:hover img,
.og-grid li.og-expanded > a img {
  opacity: 0;
}

ul#og-grid>li>a:hover h3,
ul#og-grid>li.og-expanded>a h3 {
  color: #000;
}

.og-grid li.og-expanded > a::after {
  background-color: #cceeff;
  left: 0px;
  margin: 0;
  height: 20px;
  width: 100%;
  border: none;
}

.og-grid li > a:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(/media/image/int-hom-open-close.png);
  background-repeat: no-repeat;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}

.og-grid li.og-expanded > a:before {
  background-position: 0px -32px;
}






/* EXPANDED OVERRIDES */

ul#og-grid li.og-expanded {
/*  >>>>>>>>>> */   height: 858px !important;
}

.og-expander {
  background-color: #cceeff;
  margin-top: 20px;
  max-width: 994px;
  z-index: 1;
  margin-right: -340px;
  width: auto;
/*  height: auto !important; */
/* >>>>>>>>> */ max-height: 640px;
  overflow-y: auto;
  border-bottom: solid 20px #fff;
}

.og-expander-inner {
  padding: 40px 60px;
}

.og-details {
  padding: 0px;
  margin: 0px -20px;
  width: auto;
  float: none;
}





/* CONTENT */

.og-grid-wrapper {
  margin-left: -10px;
  margin-right: -10px;
}

.og-expander .column {
  width: 33.3%;
  float: left;
  padding: 0px 20px;
}

.og-expander .wrapper {
  padding-bottom: 30px;
}

.og-expander .thumb {
  margin-bottom: 6px;
}

.og-expander h4 {
  font-size: 30px;
  line-height: 33px;
  font-weight: 400;
  margin-bottom: 5px;
}

.og-expander .intro {
  font-size: 16px;
  line-height: 21px;
}

.og-expander p {
  margin-bottom: 8px !important;
}










/* Responsive Overrides */

@media only screen and (max-width: 1023px) {

ul#og-grid>li h3 br {
  display: none;
}

ul#og-grid>li h3 {
  padding-right: 10px;
}

}




@media only screen and (max-width: 889px) {

.og-expander {
  margin-right: 0px;
}

.og-close {
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
}

.og-expander-inner {
  padding: 40px 20px;
}

.og-expander h4 {
  font-size: 24px;
  line-height: 28px;
}

}





@media only screen and (min-width: 890px) and (max-width: 940px) {

ul#og-grid>li h3 {
  font-size: 16px;
  line-height: 20px;
}

}





@media only screen and (min-width: 548px) and (max-width: 666px) {

#sb-adisplay .content {
    padding-left: 60px;
}

.sharing.top {
  margin-right: 0;
}

}

@media only screen and (max-width: 599px) {

.og-expander .column {
  width: 100%;
  float: none;
  padding: 0px 20px;
}

ul#og-grid li {
  width: 50%;
}

}





@media only screen and (max-width: 599px) {

/* ul#og-grid>li h3 {
  font-size: 16px;
  line-height: 20px;
} */

}