/*PIC*/
.pic {
	height: 245px;
	width: 245px;
	overflow: hidden;
	/*-webkit-box-shadow: 5px 5px 5px #111;
	box-shadow: 5px 5px 5px #111; */
	float: left;
	clear: both;
}

.pic:hover {
  cursor: pointer;
}

/*GROW*/
.grow img {
  height: 300px;
  width: 300px;

  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.grow img:hover {
  width: 400px;
  height: 400px;
}

/*SHRINK*/
.shrink img {
  height: 400px;
  width: 400px;

  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.shrink img:hover {
  width: 300px;
  height: 300px;
}

/*BLUR*/
.blur img {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.blur img:hover {
  -webkit-filter: blur(5px);
}

/*TILT*/
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

/*MORPH*/
.morph {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.morph:hover {
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

/*SIDEPAN*/
.sidepan img {
  margin-left: 0px;
  -webkit-transition: margin 1s ease;
     -moz-transition: margin 1s ease;
       -o-transition: margin 1s ease;
      -ms-transition: margin 1s ease;
          transition: margin 1s ease;
}

.sidepan img:hover {
  margin-left: -200px;
}

/*VERTPAN*/
.vertpan img {
  margin-top: 0px;
  -webkit-transition: margin 1s ease;
     -moz-transition: margin 1s ease;
       -o-transition: margin 1s ease;
      -ms-transition: margin 1s ease;
          transition: margin 1s ease;
}

.vertpan img:hover {
  margin-top: -200px;
}

/*FOCUS*/
.focus {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.focus:hover {
  border: 0px solid #000;
  border-radius: 50%;
}

/*B&W*/
.bw {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.bw:hover {
  -webkit-filter: grayscale(100%);
}

/*DARKEN*/
.brighten img {
  -webkit-filter: brightness(-65%);
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.brighten img:hover {
  -webkit-filter: brightness(0%);
}
#programwrapper {
	float: left;
	width: 244px;
	margin-bottom: 1px;
	margin-right: 1px;
	overflow: hidden;
}
#programwrapper2{
	float: left;
	width: 244px;
	margin-bottom: 1px;
	margin-right: 1px;
	overflow: hidden;
	
}
#prodate {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	display: block;
	width: 244px;
	background-color: #FED30B;
	padding-top: 4px;
	clear: both;
	float: left;
}
#protime {
	clear: both;
	float: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	color: #000;
	background-color: #FED30B;
	text-align: center;
	display: block;
	width: 244px;
	height: 22px;
	margin-top: 0px;
}
#prodate2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #000;
	text-align: center;
	display: block;
	width: 244px;
	background-color: #FED30B;
	padding-top: 4px;
	clear: both;
	float: left;
    height: 45px;
}
#protime2 {
	clear: both;
	float: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	color: #000;
	background-color: #FED30B;
	text-align: center;
	display: block;
	width: 244px;
	height: 22px;
	margin-top: 0px;
}
#procomment {
	clear: both;
	float: left;
	width: 244px;
}
#proclickheretoviewmore {
	clear: both;
	float: left;
}
#proclickheretoviewmore a{
	width: 244px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #191919;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
	text-decoration: none;
}
#proclickheretoviewmore a:hover{
	background-color: #FFF;
	color: #000;
}
