/********************  THUMBNAIL   **********************/

.thumbnail {
	height: 100%;
}

.thumbnail img{
	max-height: 100%;
}

.square_thumbnail {
	height: 180px;
}

.square_thumbnail_content {
	margin-bottom: 5px;
}

.square_thumbnail .copyright{
	position: absolute;
	right: 3px;
	bottom: 0;
	font-size: 85%;
	color: #DDDDDD;
}

.square_list{
	height: 85px;
	padding-top: 5px;
	padding-left: 15px;
	overflow: hidden;
}

.thumbnail_label {
	background-color: #002D4C;
	color: white;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	height: 25px;
	line-height: 23px;
}
.thumbnail_label a{
	color: white;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
.thumbnail_label a:hover{
	color: #428bca;
}
#caption_list {
	padding: 0px;
}
.hover_block {
    position: relative;
    overflow: hidden;
}

.block_1 .top_left, .block_1 .top_right, .block_1 .bottom_left, .block_1 .bottom_right {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    transition: all 200ms linear; 
    -webkit-transition: all 200ms linear;  
    -moz-transition: all 200ms linear;
}

.block_1 .top_left { top: -100%; left: -100%; }
.block_1 .top_right { top: -100%; right: -100%; }
.block_1 .bottom_left { bottom: -100%; left: -100%; }
.block_1 .bottom_right { bottom: -100%; right: -100%; }

.block_1:hover .top_left { top: 0; left: 0; }
.block_1:hover .top_right { top: 0; right: 0; }
.block_1:hover .bottom_left { bottom: 0; left: 0; }
.block_1:hover .bottom_right { bottom: 0; right: 0; }

.hover_info {
    width: 245px;
    height: 180px;
    position: absolute;
    top: 0;
    left: 0;
}
.hover_info a { font-size: 2em; padding: 10px 20px; color: #E7E7E7; position: absolute; top: 25px; left: -200%; transition: left 200ms linear; -webkit-transition: left 200ms linear; -moz-transition: left 200ms linear; text-decoration: none;}
.hover_info p { font-size: 1.5em; line-height: 1.4; color: #fff;position: absolute; top: 85px; left: 10%; width: 80%; text-align: center; opacity: 0; transition: opacity 200ms linear; -webkit-transition: opacity 200ms linear; -moz-transition: opacity 200ms linear; }
/*.hover_info a { font-size: 1.5em; padding: 10px 20px; color: #E7E7E7; position: absolute; bottom: 25px; right: -100%; }*/
.hover_info:hover a { left: 0; transition-delay: 250ms; -webkit-transition-delay: 250ms; -moz-transition-delay: 250ms; }
.hover_info:hover p { opacity: 1; transition-delay: 600ms; -webkit-transition-delay: 600ms; -moz-transition-delay: 600ms; }
/*.hover_info:hover a { right: 0; transition: right 200ms linear 700ms, color, background 200ms linear; -webkit-transition: right 200ms linear 700ms, color, background 200ms linear; -moz-transition: right 200ms linear 700ms, color, background 200ms linear; }*/
/*.hover_info a:hover { background: rgba(207, 138, 5, 1.0); color: #F7F7F7; }*/
/********************  END THUMBNAIL   **********************/


.block_squares{
	border : 2px solid #CCCCCC;
	margin-bottom: 15px;
}

.block_squares_title{
	background: rgb(254,254,253); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(254,254,253,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,253,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,254,253,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,254,253,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,254,253,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,254,253,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefd', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
	height: 25px;
	padding: 0px;
}
.block_squares_title>h3{
	color: #002D4C;
	font-size: 109%;
	margin-top: 0px;
	text-align: left;
	padding-top: 4px;
	margin-left: 48px;
}

.block_squares .see_all{
	text-align: right;
	padding-right: 8px;
	padding-top: 2px;
	color: red;
	font-size: 95%;
	font-weight: bold;
}
