/* General
------------------------------------------------------------------------------------ */
.video-wrapper a.fancybox-media .icon-play {position:absolute;top: 30%;left: 45%;width: 100px;height: 130px;background: url(imgs/icon-play.png) no-repeat;opacity: 0;}
.video-wrapper:hover > a.fancybox-media .icon-play {opacity:1;-webkit-transition: opacity .7s ease-in-out;
	-moz-transition: opacity .7s ease-in-out;
	-o-transition: opacity .7s ease-in-out;
	transition: opacity .7s ease-in-out;}
.menu-pane {text-align:right;} 
.menu-pane .Normal {padding-top: 10px;font-size:16px;}
.menu-pane a {border-bottom: 1px solid #428bca; font-size: 16px;}

/* Form and List Partners */
.part-wrapper {display:inline-block;width: 47.8%;margin: 1%;height: 350px; background: #fff;padding: 10px; position:relative;line-height: 350px;overflow:hidden;text-align:center;}
.part-wrapper .part-content{position:absolute;bottom: -350px;right: 0;width: 100%;line-height: 1.4em;font-size: 16px;height: 350px;-webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;}
.part-wrapper img {max-width: 350px!important;}
.part-wrapper .part-body-content {padding: 15px;text-align:left;overflow:none;}
.part-wrapper:hover .part-content {bottom: 0px;display:block;-webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  background: #4990CB;color: #fff;} 
  .part-wrapper .part-content .part-desc {line-height: 1.5em;} 
.part-title {font-weight: bold;font-size:26px;color: #4990CB;background: #fff;padding: 10px;margin-bottom: 15px;}



@media (min-width: 768px) {

	
}


@media (min-width: 992px) {



}

@media (max-width: 580px) {
.part-wrapper {height: 550px;line-height: 550px;}
.part-wrapper .part-content{bottom: -550px;height: 550px;}


}