.collapsible {
  background-color: #ededed;
  color: black;
  cursor: pointer;
  padding: 5px 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: all .4s ease-in-out;
}

.collapsible.active, .collapsible:hover {
  background-color: #900000;
  color: white;
}

.collapsible.active:after {
  content: "\2193"; /*DownArrow; 2796 Unicode character for "minus" sign (-) */
}

.collapsible:after {
  content: '\002B';  /* Unicode character for "plus" sign (+) */
  /*color: black;*/
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
	
.content {
  padding: 0px 18px;
  /*display: none;*/
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
  border-color:#900000;
  border-width:thin;
  border-style:solid;
}

/*/////////////////////////////////////*/

.cb-slideshow-5 slideshow-legend{
	bottom: 10px;
	top: auto;
}


.cb-slideshow-5,
.cb-slideshow-5:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -10; 
}
.cb-slideshow-5:after { 
    content: '';
    /*background: transparent url(../images/pattern.png) repeat top left; */
}
.cb-slideshow-5 li { 
    color:#000 ;

}
.cb-slideshow-5 li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color:transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation5 20s linear infinite 0s; 
}
.cb-slideshow-5 li div { 
    z-index: 1000;
    position: absolute;
    /*bottom: 10px;*/
	top: 10px;
    left: 0px;
    width: 100%;
	text-transform:none;
    text-align:right;
    opacity: 0;
    color: #bbb;
	background-color:#B0000000;
    animation: titleAnimation5 20s linear infinite 0s; 
	text-shadow:0px 0px 1px black;
}
.cb-slideshow-5 li h1 { 
	text-transform: uppercase;
    color: #fff;
	/*line-height: 100vh;*/
	padding-top: 44vh;
	font-size: min(50px, 9vw);
	letter-spacing: 10px;
	text-shadow:2px 2px 3px black;
}

.cb-slideshow-5 li:nth-child(2) span { 
    animation-delay: 4s; 
}
.cb-slideshow-5 li:nth-child(3) span { 
    animation-delay: 8s; 
}
.cb-slideshow-5 li:nth-child(4) span { 
    animation-delay: 12s; 
}
.cb-slideshow-5 li:nth-child(5) span { 
    animation-delay: 16s; 
}


.cb-slideshow-5 li:nth-child(2) div { 
    animation-delay: 4s; 
}
.cb-slideshow-5 li:nth-child(3) div { 
    animation-delay: 8s; 
}
.cb-slideshow-5 li:nth-child(4) div { 
    animation-delay: 12s; 
}
.cb-slideshow-5 li:nth-child(5) div { 
    animation-delay: 16s; 
}


@keyframes imageAnimation5 { 
    0% { opacity: 0; animation-timing-function: ease-in; }
    6% { opacity: 1; animation-timing-function: ease-out; }
    19% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}

@keyframes titleAnimation5 { 
    0% { opacity: 0 }
    1% { opacity: 0 ; animation-timing-function: ease-in;}
    5% { opacity: 1 ; animation-timing-function: ease-out;}
    19% { opacity: 1 }
    22% { opacity: 0 }
    100% { opacity: 0 }
}

/*/////////////////*/

.cb-slideshow-6 slideshow-legend{
	bottom: 10px;
	top: auto;
}


.cb-slideshow-6, .cb-slideshow-6:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -10; 
}
.cb-slideshow-6:after { 
    content: '';
    /*background: transparent url(../images/pattern.png) repeat top left; */
}
.cb-slideshow-6 li { 
    color:#000 ;

}
.cb-slideshow-6 li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color:transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 24s linear infinite 0s; 
}
.cb-slideshow-6 li div { 
    z-index: 1000;
    position: absolute;
    /*bottom: 10px;*/
	top: 10px;
    left: 0px;
    width: 100%;
	text-transform:none;
    text-align:right;
    opacity: 0;
    color: #bbb;
	background-color:#B0000000;
    animation: titleAnimation 24s linear infinite 0s; 
	text-shadow:0px 0px 1px black;
}
.cb-slideshow-6 li h1 { 
	text-transform: uppercase;
    color: #fff;
	/*line-height: 100vh;*/
	padding-top: 44vh;
	font-size: 50px;
	letter-spacing: 10px;
	text-shadow:2px 2px 3px black;
}

.cb-slideshow-6 li:nth-child(2) span { 
    animation-delay: 4s; 
}
.cb-slideshow-6 li:nth-child(3) span { 
    animation-delay: 8s; 
}
.cb-slideshow-6 li:nth-child(4) span { 
    animation-delay: 12s; 
}
.cb-slideshow-6 li:nth-child(5) span { 
    animation-delay: 16s; 
}
.cb-slideshow-6 li:nth-child(6) span { 
    animation-delay: 20s; 
}


.cb-slideshow-6 li:nth-child(2) div { 
    animation-delay: 4s; 
}
.cb-slideshow-6 li:nth-child(3) div { 
    animation-delay: 8s; 
}
.cb-slideshow-6 li:nth-child(4) div { 
    animation-delay: 12s; 
}
.cb-slideshow-6 li:nth-child(5) div { 
    animation-delay: 16s; 
}
.cb-slideshow-6 li:nth-child(6) div { 
    animation-delay: 20s; 
}

@keyframes imageAnimation { 
    0% { opacity: 0; animation-timing-function: ease-in; }
    6% { opacity: 1; animation-timing-function: ease-out; }
    19% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}

@keyframes titleAnimation { 
    0% { opacity: 0 }
    1% { opacity: 0 ; animation-timing-function: ease-in;}
    5% { opacity: 1 ; animation-timing-function: ease-out;}
    19% { opacity: 1 }
    22% { opacity: 0 }
    100% { opacity: 0 }
}


/*  Slide Show of the Main page */

.main-slideshow slideshow-legend{
	bottom: 10px;
	top: auto;
}

.main-slideshow,
.main-slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -10; 
}
.main-slideshow:after { 
    content: '';
    /*background: transparent url(../images/pattern.png) repeat top left; */
}
.main-slideshow li { 
    color:#000 ;

}
.main-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color:transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation2 28s linear infinite 0s; 
}
.main-slideshow li div { 
    z-index: 1000;
    position: absolute;
    /*bottom: 10px;*/
	top: 10px;
    left: 0px;
    width: 100%;
	text-transform:none;
    text-align:right;
    opacity: 0;
    color: #bbb;
	background-color:#B0000000;
    animation: titleAnimation2 28s linear infinite 0s; 
	text-shadow:0px 0px 1px black;
}
.main-slideshow li h1 { 
	text-transform: uppercase;
    color: #fff;
	/*line-height: 100vh;*/
	padding-top: 44vh;
	font-size: min(50px, 9vw);
	letter-spacing: 10px;
	text-shadow:2px 2px 3px black;
}

.main-slideshow li:nth-child(1) span { 
}
.main-slideshow li:nth-child(2) span { 
    animation-delay: 4s; 
}
.main-slideshow li:nth-child(3) span { 
    animation-delay: 8s; 
}
.main-slideshow li:nth-child(4) span { 
    animation-delay: 12s; 
}
.main-slideshow li:nth-child(5) span { 
    animation-delay: 16s; 
}
.main-slideshow li:nth-child(6) span { 
    animation-delay: 20s; 
}
.main-slideshow li:nth-child(7) span { 
    animation-delay: 24s; 
}

.main-slideshow li:nth-child(2) div { 
    animation-delay: 4s; 
}
.main-slideshow li:nth-child(3) div { 
    animation-delay: 8s; 
}
.main-slideshow li:nth-child(4) div { 
    animation-delay: 12s; 
}
.main-slideshow li:nth-child(5) div { 
    animation-delay: 16s; 
}
.main-slideshow li:nth-child(6) div { 
    animation-delay: 20s; 
}
.main-slideshow li:nth-child(7) div { 
    animation-delay: 24s; 
}

/* Adjust timing relate to the number of image */
@keyframes imageAnimation2 { 
    0% { opacity: 0; animation-timing-function: ease-in; }
    6% { opacity: 1; animation-timing-function: ease-out; }
    17% { opacity: 1 }  /* = 1/(nb image - 1) */
    22% { opacity: 0 }   /* = previous + 5% */
    100% { opacity: 0 }
}

/* Adjust timing relate to the number of image */
@keyframes titleAnimation2 { 
    0% { opacity: 0 }
    1% { opacity: 0 ; animation-timing-function: ease-in;}
    6% { opacity: 1 ; animation-timing-function: ease-out;}
    17% { opacity: 1 }/* = 1/(nb image - 1) */
    20% { opacity: 0 }/* = previous + 3% */
    100% { opacity: 0 }
}


/*///////////////////////////////////////*/
.porfolio{
	background: #f9f9f9;
}
.portfolio-img{
	position: relative;
	overflow: hidden;
	text-align:center;
	
}
.portfolio-img .port-item{
	width: 100%;
	height: 100%;
	/*transition: all .6s ease-in-out;*/
}
/*.portfolio-img:hover .portfolio-img-hover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .6s ease-in-out;
	background: rgba(0, 0, 0, 0.5);
}
.portfolio-img-hover{

}*/
/*.plus{
	display: none;
  
	
}
.portfolio-img:hover .plus{
	display:inline;
	position: relative;
  top: 25%;
	//transform:translateY(-50%);
	
	
}*/

form {
  text-align: center;
}
/*
.portfolio-img:hover .port-item{
	transform: scale(1.1);
}*/
.portfolio-item-details{
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom:0px;
	margin-right:0px;
	text-align:center;
	/*margin-top: 0px 20px 20px 0px; */
}
.portfolio-item-name{
	text-align:left;
	display: inline-block;
	font-size: 15px;
	width:218px;
	margin-bottom:0px;
}
.port-heart, .portfolio-item-name small{
	font-size: 13px;
	color: #808080;
}
.port-heart{
	float: right;
	display: inline-block;
	margin-top: 0px;
}
/*
.grid {
	padding: 20px 20px 50px 20px;
	max-width: 1300px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.grid li {
}
*/

.portfolio figure {
	display: inline-block;
	height: 353px;
	width: 220px;
	margin: 0;
	padding-bottom: 60px;
	/*padding: 0px;*/
	text-align: left;
	position: relative;
}

.portfolio figure img {
	max-width: 100%;
	display: block;
	position: relative;
	
}

/*.grid figure iframe {
	max-width: 100%;
	display: block;
	position: relative;
}
*/
.portfolio figcaption {
	position: absolute;
	bottom: 0px;
	left: 0;
	padding: 0px;
	background: #ededed;
	/*border-style: solid;
	border-width:1px;
	border-color:#900000;*/
	
	/*z-index: -5;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;*/

}
/*
.grid figcaption:hover figcaption,
.grid figcaption.cs-hover figcaption{
	-webkit-transform: translateX(90px);
	-moz-transform: translateX(90px);
	-ms-transform: translateX(90px);
	transform: translateX(90px);
}*/
.portfolio figcaption h3 {
	margin: 0;
	padding: 0;
/*	color: #fff;*/
}
/*
.grid figcaption span:before {
	content: 'by ';
}*/

.portfolio figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	/*background: #fff;/*#ed4e6e;*/
	/*color: #fff;*/
}

.portfolio figcaption table {
	color:#000;
}

/* Individual Caption Styles */
/*.video-container { display: block; margin: 20px auto; width: 100%; max-width: 600px; }*/

.video-player { 
	/*max-width: 100%;*/
/*	width: 100%; /* assuming that the video has a 16:9 ratio */ 
/*	padding-bottom: 56.25%; */
	overflow: hidden; 
	position: relative; 
	width: 100%;
	height: 100%; 
	cursor: hand; 
	display: block; 
}

.group-thumb { 
	max-width: 100%;
	overflow: hidden; 
	position: relative; 
	width: 100%;
	height: 100%; 
	cursor: hand; 
	display: block; 
	
	color: #202020;
	border-style: solid;
	border-width:1px;
	border-color:#b1b1b1; /*#900000;*/
    transition: all .4s ease-in-out;
	
}
.group-thumb:hover {
    border: 1px solid #900000 !important;
	color: #A00000;
/*    background-color: #900000;
    color: #fff;*/
}

.download_demo { 
	max-width: 100%;
	overflow: hidden; 
	position: relative; 
	width: 100%;
	height: 100%; 
    cursor: pointer;
    cursor: hand;
    display: block; 
	text-align: center;
	color: #202020;
	/*border-style: solid;
	border-width:1px;
	border-color:#b1b1b1; /*#900000;*/
    transition: all .4s ease-in-out;
	
}
.download_demo:hover {
	cursor: hand; 
	width: 100%;
	height: 100%; 
/*    background-color: #900000;
    color: #fff;*/
}


.preset-thumb { 
	max-width: 100%;
	overflow: hidden; 
	position: relative; 
	width: 100%;
	height: 100%; 
	cursor: hand; 
	display: block; 
	
	color: #202020;
	border-style: solid;
	border-width:1px;
	border-color:#b1b1b1; /*#900000;*/
    transition: all .4s ease-in-out;
}
.preset-thumb:hover {
    border: 1px solid #900000 !important;
	color: #A00000;
}



.image-zoom { 
	max-width: 100%;
	overflow: hidden; 
	position: relative; 
	width: 100%;
	height: 100%; 
	cursor: hand; 
	display: block; 
	
	color: #202020;
	border-style: solid;
	border-width:1px;
	border-color:#b1b1b1; /*#900000;*/
    transition: all .4s ease-in-out;
}
.image-zoom:hover {
    border: 1px solid #900000 !important;
	color: #A00000;
/*    background-color: #900000;
    color: #fff;*/
}

img.video-thumb { 
/*	bottom: 0; 
	display: block; 
	left: 0; 
	margin: auto; 
	max-width: 100%; 
	width: 100%; 
	position: absolute; 
	right: 0; 
	top: 0; 
	height: auto */
	/*max-width: 100%;*/
	display: block;
	position: relative;
}

div.play-button { 
	height: 72px; 
	width: 72px; 
	left: 50%; 
	top: 50%; 
	margin-left: -36px;
	margin-top: -81px; 
	position: absolute; 
	/*background: url("http://i.imgur.com/TxzC70f.png") no-repeat; */
	background: url("../images/play.png"); 
}
div.eye-button { 
	height: 72px; 
	width: 72px; 
	left: 50%; 
	top: 50%; 
	margin-left: -36px;
	margin-top: -81px; 
	position: absolute; 
	/*background: url("http://i.imgur.com/TxzC70f.png") no-repeat; */
	background: url("../images/eye-icon.png") no-repeat; 
	
}

/******** Eye Icon CSS *********/
.ic {
	height: 50px; 
	width: 50px; 
	left: 50%; 
	top: 50%; 
	margin-left: -25px;
	margin-top: -65px; 
	position: absolute; 

 /* font-size: 32px;
  color: transparent;
  user-select: none;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  overflow: visible;
  vertical-align: top;
  font-style: normal;
  height: 1em;
  width: 1em;
  mix-blend-mode: multiply;
  cursor: pointer;*/
}

.ic:before, .ic:after {
  /* BACKGROUND COLOR */
  background-color: #fff;
  border-color: #fff;
  color: #fff;
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
}

.ic.ic-eye:before {
 /* width: 0.75em;
  height: 0.75em;
  top: 0.125em;
  left: 0.125em;
  background-color: #000;
  border-radius: 0 80% 0 80%;
  transform: rotate(-45deg);*/
  width: 50px;
  height: 50px;
  /*top: 0.083em;
  left: 0.083em;*/
  opacity: 0.5;
  background-color: #ededed;
  border-radius: 0 80% 0 80%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .4s ease-in-out;
}

.ic.ic-eye:after {
/*  width: 0.5em;
  height: 0.5em;
  left: 0.25em;
  top: 0.25em;
  border: 0.125em solid;
  border-radius: 100%;
  background-color: transparent;
  transform: scale(0.8);*/
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border: 5px solid;
  border-radius: 100%;
  opacity: 0.75;
  background-color: transparent;
  /*transform: scale(0.8);*/
}
.group-thumb:hover .ic.ic-eye:before{
    background-color: #900000;
/*    background-color: #900000;
    color: #fff;*/
}

/******** Eye Icon Centered Parasitic page CSS *********/
.ic2 {
	height: 50px; 
	width: 50px; 
	left: 50%; 
	top: 50%; 
	margin-left: -25px;
	margin-top: -25px; 
	position: absolute; 
}

.ic2:before, .ic2:after {
  /* BACKGROUND COLOR */
  background-color: #fff;
  border-color: #fff;
  color: #fff;
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
}

.ic2.ic-eye:before {
  width: 50px;
  height: 50px;
  opacity: 0.5;
  background-color: #ededed;
  border-radius: 0 80% 0 80%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .4s ease-in-out;
}

.ic2.ic-eye:after {
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border: 5px solid;
  border-radius: 100%;
  opacity: 0.75;
  background-color: transparent;
}
.image-zoom:hover .ic2.ic-eye:before{
    background-color: #900000;
}

/******* Modal Dialog box ******************/
.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99998;
    opacity:0;
    -webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;
    pointer-events: none;
	/*display:none;*/
}
/*
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}*/
.modalDialog > div {
    width: 80%;
    position: relative;
    margin: 10px auto;
    padding: 5px 20px 13px 20px;
    border-radius: 5px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}

.modalDialog form {
	padding-top: 20px;
}

.modalDialog p {
	padding: 20px;
}

.videoWrapper > div {
	display:inline-block;
	max-width: 110px;
	/*position: relative;
	padding-bottom: 100%; /* 16:9 */
	/*padding-top: 0px;
	height: 0;*/
}


.videoWrapper {
	position: relative;
	padding-bottom: 100%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.videoWrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*
.videoWrapper img {
	/*padding : 3px 0px 3px;*/
	/*z-index: 99999;*/
/*
	height: 100%;
	width: 100%;
}*/
.videoWrapper figure {
	display: inline-block;
	height: 116px;
	width: 114px;
	padding-top:5px;
	text-align:right;
	/*z-index: 999990;*/
	opacity:0.80;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.videoWrapper img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	/*bottom:0px;
	/*padding:3px;*/
	/*opacity:0.75;*/
	/*-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;*/

}
.videoWrapper figure:hover {
	opacity:1;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.videoWrapper row {
/*	display: inline-block;
	height: 110px;
	width: 110px;
	margin: 0;*/
	/*padding-bottom: 60px;*/
	padding: 0px;
	text-align: left;
	position: relative;
}

.videoWrapper > div {
	display:inline-block;
	max-width: 110px;
	/*position: relative;
	padding-bottom: 100%; /* 16:9 */
	/*padding-top: 0px;
	height: 0;*/
}


.thumbWrapper {
	position: relative;
	padding-bottom: 75%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
/*
.videoWrapper img {
	/*padding : 3px 0px 3px;*/
	/*z-index: 99999;*/
/*
	height: 100%;
	width: 100%;
}*/
.thumbWrapper figure {
	display: inline-block;
	height: 116px;
	width: 114px;
	padding-top:5px;
	text-align:right;
	/*z-index: 999990;*/
	opacity:0.80;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.thumbWrapper img {
	display: inline-block;
	height: 110px;
	width: 110px;
	bottom:0px;
	/*padding:3px;*/
	/*opacity:0.75;*/
	/*-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;*/

}
.thumbWrapper figure:hover {
	opacity:1;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.thumbWrapper row {
/*	display: inline-block;
	height: 110px;
	width: 110px;
	margin: 0;*/
	/*padding-bottom: 60px;*/
	padding: 0px;
	text-align: left;
	position: relative;
}

/* CAPTION */

.thumbWrapper .caption {
    /*background-color: rgba(0,0,0,0.8);*/
    position: absolute;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 1000ms ease-out;
    -moz-transition: all 1000ms ease-out;
    -o-transition: all 1000ms ease-out;
    -ms-transition: all 1000ms ease-out;
    transition: all 1000ms ease-out;
    left: 3px;
}
.thumbWrapper .simple-caption {
	padding:0px;
    height: 10px;
    width: 110px;
    display: block;
    top: -50px;
	text-height: 10pt;
    line-height: 10pt;
    text-align: center;
	opacity:0.75;
	text-shadow:0px 0px 10px black;
}
.thumbWrapper p {
	padding:0px;
}

figure:hover .simple-caption {
	/*opacity:1;*/
	top: 8px;
/*    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);*/
}



.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    z-index: 99999;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background: #00d9ff;
}

Caption Style 2 
/*
.cs-style-2 figure img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.cs-style-2 figure iframe {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-2 figure:hover img,
.cs-style-2 figure.cs-hover img {
	-webkit-transform: translateY(90px);
	-moz-transform: translateY(90px);
	-ms-transform: translateY(90px);
	transform: translateY(90px);
}
.no-touch .cs-style-2 figure:hover iframe,
.cs-style-2 figure.cs-hover iframe {
	-webkit-transform: translateY(-90px);
	-moz-transform: translateY(-90px);
	-ms-transform: translateY(-90px);
	transform: translateY(-90px);
}
*/
/*.cs-style-2 figure figcaption{
/*	height: 90px;
	width: 100%;
	top: auto;
	bottom: 0;*/
/*
	z-index: -5;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}*/
/*
.cs-style-2 figcaption {
	height: 90px;
	width: 100%;
	top: auto;
	bottom: 0;

	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}*/
/*
.no-touch .cs-style-2 figure:hover figcaption,
.cs-style-2 figure.cs-hover figcaption{
	-webkit-transform: translateY(90px);
	-moz-transform: translateY(90px);
	-ms-transform: translateY(90px);
	transform: translateY(90px);
}*/
/*
.no-touch .cs-style-2 figcaption:hover figcaption,
.cs-style-2 figcaption.cs-hover figcaption{
	-webkit-transform: translateX(90px);
	-moz-transform: translateX(90px);
	-ms-transform: translateX(90px);
	transform: translateX(90px);
}
*/
.cs-style-2 figcaption a {
	position: absolute;
	right: 20px;
	top: 30px;
}

@media screen and (max-width: 31.5em) {
	.grid {
		padding: 10px 10px 100px 10px;
	}
	.grid li {
		width: 100%;
		min-width: 300px;
	}
}
