/* #################### Grid View ######################## */

.csc-stories ul {
  text-align: center !important;
}
.csc-stories ul li {
  cursor: pointer;
  color: white;
  background: #444;
  float: none;
  display: inline-block;
  width: 279px;
  height: 190px;
}
.csc-stories ul li img {
  width: 279px;
  height: 190px;
}

.GITheWall ul li {
    position: relative;
}

.GI_TW_expander .GI_TW_pointer {
    border-bottom: 10px solid #b9b9b9;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    margin-left: -10px;
    margin-top: -10px;
    position: absolute;
    transition: left 0.3s ease-in 0s;
    width: 0;
}

.GI_TW_expander .GI_TW_pointer.white {
    border-bottom: 10px solid white;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    margin-left: -10px;
    margin-top: -10px;
    position: absolute;
    transition: left 0.3s ease-in 0s;
    width: 0;
}

.GI_TW_expander.white {
	background:white;
}

.GI_TW_expander .GI_TW_expander-inner {
	width: 88%;
}

.csc-stories .GITheWall ul li .header {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    display: block;
    position: absolute;
    width: 100%;
    z-index: 100;
    padding: 8px;
    text-align: left;
    color: #01a6d6;
    font-size: 15.5px;
}
.csc-stories .GITheWall ul li .header.current {
        background: none repeat scroll 0 0 rgba(1, 166, 214, 0.8);
        color: #fff;
}
.csc-stories .collapse_template {
    display: none;
    visibility: hidden;
}

.csc-stories .collapse_template.in {
        display:block;
        visibility: visible;
	z-index: 1000;
	position: relative;
}

@media (max-width: 1124px) {
	.csc-stories .collapse_template.in {
		position:relative;
		z-index:1000;
	}
}


.GI_TW_expander {
	background: url("../images/storiesbglist.gif") repeat scroll left top #b9b9b9;
	-webkit-box-shadow: inset 0px -6px 10px 0px rgba(0,0,0,0.27);
	-moz-box-shadow: inset 0px -6px 10px 0px rgba(0,0,0,0.27);
	box-shadow: inset 0px -6px 10px 0px rgba(0,0,0,0.27);
	background-color: #b9b9b9;
	min-height:240px;
}

.csc-stories .GITheWall ul li:hover .header, .csc-stories .GITheWall ul .GI_TW_Current .header {
	background: none repeat scroll 0 0 rgba(1, 166, 214, 0.8);
	color: #fff;
}

.csc-stories .GITheWall ul li:hover a {
	color: #fff;
}

.csc-stories .GITheWall ul li a:hover {
	text-decoration: none;
}
