/* ----- Caption component ----- */

.caption__overlay > table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: -10px;
}

.caption {
    position: relative;
    overflow: hidden;
	width: 215px;
	margin-left: -10px;
	height: 385px;
	display: inline-block;
	margin-bottom:15px;
    /* Only the -webkit- prefix is required these days */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}
.caption img {
	margin: 0 !important;
}
.caption ul {
	color: #fff;
}
.caption li {
	color: #fff;
}
.caption::before {
    background: transparent none repeat scroll 0 0;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background 0.35s ease-out 0s;
}
.caption:hover::before {
    background: rgba(0, 0, 0, .5);
}
.caption__media {
    display: block;
    min-width: 100%;
    max-width: 100%;
    height: auto;
}
.caption__overlay {
	background: transparent linear-gradient(to bottom, transparent 0%, transparent 0%, rgba(55, 85, 113, 0.7) 3%, rgba(55, 85, 113, 0.3) 100%) repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 10px 1px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    transition: transform 0.35s ease-out 0s;
    -webkit-transform: translateY(83%);
	transform: translateY(85%);
    transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
}
.caption__overlay img {
    border: medium none;
}
.caption:hover .caption__overlay {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.caption__overlay p {
	margin: 0 0 0.3em;
    max-height: 4em;
    overflow: hidden;
    white-space: normal;
}
.caption__overlay__title {
	border-bottom: 0.14em solid rgba(255, 255, 255, 0.25);
	font-size: 24px;
	text-align:center;
	color:#fff;
    margin-top: 10px;
    padding-bottom: 6px;
    -webkit-transform: translateY( -webkit-calc(-0% - 0px) );
    transform: translateY( calc(-0% - 0px) );
    transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
}
.caption:hover .caption__overlay__title {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.activity-book-button {
    background-color: rgb(63, 142, 195);
    border-radius: 0;
    font-size: 13px;
    margin: 25px auto auto;
    padding: 4px 35px;
    text-align: center;
    width: 100px;
	-webkit-transition: All 0.1s ease;
	-moz-transition: All 0.1s ease;
	-o-transition: All 0.1s ease;
	-ms-transition: All 0.1s ease;
	transition: All 0.1s ease;
}
.activity-book-button:hover {
	background-color:#5BABE0;
	border-radius: 2em;
}
.activity-info-button {
   background-color: transparent;
    border: 0.2em solid #fff;
    border-radius: 0;
    font-size: 13px;
    margin: 10px 0;
    padding: 2px 14px;
    text-align: center;
    width: 85px;
	-webkit-transition: All 0.1s ease;
	-moz-transition: All 0.1s ease;
	-o-transition: All 0.1s ease;
	-ms-transition: All 0.1s ease;
	transition: All 0.1s ease;
}
.activity-info-button:hover {
	border-radius: 2em;
}



.left_column .general_image_component .copy_area, .left_column .general_image_component.box .copy_area {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    /*color: #fff;
    margin-top: -10px;
    padding: 15px;
    top: -10px;*/
    position: relative;
    width: 195px;
}