/* ==================================================
   Add your own style here. This file will overide properties described in any other css file.
================================================== */

.caption {
	background:transparent;
	border:0 none;
	font-size:100%;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:top;
	}

.item-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	padding: 10px;
	background: none;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    	-moz-transition: all .5s ease; /* Firefox */
    	-ms-transition: all .5s ease; /* IE 9 */
    	-o-transition: all .5s ease; /* Opera */
    	transition: all .5s ease;
	}
.item-caption-inner {
	display: table;
	width: 100%;
	height: 100%;
	}

.item-caption-inner1 {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	}
.item-caption span {
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	display: none;
	font-style: italic;
	font-size: 12px;
	}
.item-caption span i.fa{
	width: 45px;
	height: 45px;
	background: #fff;
	margin-right: 10px;
	border-radius: 50%;
	color: #333;
	font-size: 23px;
	padding-top: 12px;
	text-shadow: none;
}

.caption {
  display: block;
  position: absolute;
  z-index: 2;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(255,255,255, .7);
  left: 0;
  right: 0;
  bottom: 0;
  //padding: 30px 20px 10px;
  padding: 20px 10px 5px;
  text-align: center;
  margin: 0;
  max-width: none;
}
/*
.caption h1{font-size: 40px;margin-bottom: 20px;}
.caption span{font-size: 24px;}
*/
.caption h1{font-size: 24px;}
.caption span{font-size: 40px;}

.grid-content-h{
    height:95px !important;
    overflow:hidden;
}

.comment-reply-link {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.comment-reply-link:hover {
    color: #fff;
}

#cancel-comment-reply-link {
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    padding: 0 5px;
    text-transform: uppercase;
    background-color: #c71b1b;
    margin: 0 0 0 25px !important;
}

#cancel-comment-reply-link:hover {
    color: #fff;
}

.breadcrumb-trail.breadcrumbs {
    padding: 10px 0 0 5px;
}

.breadcrumbs .trail-browse {
    margin-right: 10px !important;
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px){
	.callbacks .caption {padding: 12px 10px 5px;}
	.callbacks .caption h1{font-size: 20px;margin-bottom: 0;line-height: 1.2;}
	.callbacks .caption span{font-size: 12px;line-height: 1.2;}
}
@media(max-width: 468px){
	.callbacks .caption {display:none;}
}