.galleryBlock {
    clear: both;
    overflow: hidden;
    display: block;
}
.postBlog4 .galleryBlock{
	clear: none !important;
}
.galleryStyle1 ul {
    margin-top:25px;
}
.galleryStyle1 li {
    width: 75px;
    height: 75px;
    overflow: hidden;
    display: block;
    float: left;
    margin-left: 15px;
    margin-bottom: 10px;
}
.galleryStyle1 li img {
    border-radius: 50%;
    height: 100%;
}
.galleryStyle1 .largeImage {
    width: 100%;
    height: 320px;
    overflow: hidden;
    position: relative
}
.galleryStyle1 .largeImage img {
    width: auto;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: 0;
	margin: 0 auto;
}
.galleryStyle1 .largeImage .galleryCont {
    border-radius:0 !important;
}
/*Style 2 Start */
.galleryStyle2 {
    overflow: visible;
    display: block;
    width: 100%;
    clear: both;
    position: relative;
}
.galleryStyle2 .galleryThumbnails{
	float: right;
}
.blogStyle1 .galleryBlock .largeImage, .blogStyle2 .galleryBlock .largeImage {
	width: 90%;
}
.galleryStyle2 li {
    width: 70px;
    height: 70px;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
}
.galleryStyle2 li img {
    border-radius: 50%;
    height: 100%;
}
.galleryStyle2 .largeImage {
    width: 85%;
    height: 340px;
    overflow: hidden;
    float: left;
    position: relative
}
.withSidebar .postBlog1 .galleryStyle2 .largeImage, .withSidebar .postBlog2 .galleryStyle2 .largeImage {
	width: 85%;
}
.withSidebar .postBlog4 .galleryStyle2 .largeImage {
	width: 83%;
}
.galleryStyle2 .largeImage img {
    width: auto;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: 0;
	margin: 0 auto;
	height: 100%;
}
.galleryStyle2 .largeImage .galleryCont {
    border-radius:0 !important;
}
.galleryStyle1 .largeImage .galleryCont .zoomRecent, .galleryStyle2 .largeImage .galleryCont .zoomRecent{
	background: url(../../img/portfolio/hovers_sprite.png) no-repeat;
    background-position: -9px -10px;
    margin: 0 auto !important;
	display: block;
	float: none;
    height: 35px;
    width: 35px;
}
.arrows_gallery {
	position: absolute;
	height: 100%;
	right: 0;
}
.arrows_gallery .galleryIconArrow.galleryIconArrowBottom{
	top: 10px;
	right: 18px;
}
.arrows_gallery .galleryIconArrow.galleryIconArrowTop{
	bottom: 20px;
	right: 18px;
}
.arrows_gallery .galleryIconArrow{
	width: 34px;
	height: 34px;
	cursor: pointer;
	position: absolute;
	z-index: 22;
	background: #a8a8a8;
	text-align: center;
	border-radius: 50%;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
}
.arrows_gallery .galleryIconArrow:hover{
	/* background: #e32831 */
}
.arrows_gallery .galleryIconArrow a.prev{
	line-height: 32px;
	padding: 3px 5px;
}
.arrows_gallery .galleryIconArrow a.next{
	line-height: 36px;
	padding: 3px 6px 3px 5px;
}
.arrows_gallery .galleryIconArrow a{
	color: #ffffff;
	font-size: 20px;
	line-height: 34px;
}
.arrows_gallery a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}
/*Style 3 Start */
.galleryStyle3 {
    overflow: hidden;
    display: block;
    width: 100%;
    clear: both;
}
.galleryStyle3 li {
    width: 85px;
    height: 85px;
    overflow: hidden;
    display: block;
    margin-bottom: 1px;
    float: left;
}
.galleryStyle3 li img {
    height: 100%;
}
.galleryBlock li {
    position: relative;
}
.galleryBlock .galleryThumbnails img {
    opacity: 0.1;
}
.galleryBlock .animate_CF img{
    animation: creiden_popup 0.9s cubic-bezier(0.175, 0.885, 0.320, 0.9);
    -webkit-animation: creiden_popup 0.9s cubic-bezier(0.175, 0.885, 0.320, 0.9);
    -moz-animation: creiden_popup 0.9s cubic-bezier(0.175, 0.885, 0.320, 0.9);
    -o-animation: creiden_popup 0.9s cubic-bezier(0.175, 0.885, 0.320, 0.9);
    opacity: 1;
}
.galleryCont {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(227, 40, 49,0.8);
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    opacity: 0;
    z-index: 1;
    filter: alpha(opacity=0);
    border-radius: 50%;
}
.galleryStyle3 .galleryCont {
    border-radius: 0px !important;
}
.galleryCont .galleryAlignMid{
    display: table;
    height: 100%;
    width: 100%;
}
.galleryCont .galleryAlignMid2{
    display: table-cell;
    vertical-align: middle;
}
.galleryCont:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleryCont .zoomRecent {
    display: block;
    position: relative;
    width: 37px;
    height: 37px;
    border-radius: 30px;
    border: 0;
    background-repeat: no-repeat;
    -webkit-transition: box-shadow 0.2s,0.5s ease;
    -moz-transition: box-shadow 0.2s,0.5s ease;
    -o-transition: box-shadow 0.2s,0.5s ease;
    transition: box-shadow 0.2s,0.5s ease;
}
.galleryCont .zoomRecent:after{
	top: 0;
	left: 0;
	padding: 0;
	box-shadow: 0 0 0 2px #ffffff;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.galleryCont .zoomRecent:hover {
	box-shadow: 0 0 0 5px rgba(255,255,255,0.4);
}
.galleryCont .zoomRecent:hover:after {
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
}
.galleryThumbnails .galleryCont .zoomRecent{
	background: url(../../img/portfolio/hovers_sprite.png) no-repeat;
    background-position: -51px -13px;
}
.galleryStyle1 .galleryThumbnails .galleryCont .zoomRecent{
	margin-left: 23px;
}
.galleryStyle2 .galleryThumbnails .galleryCont .zoomRecent{
	margin-left: 20px;
}
.galleryThumbnails .galleryCont .linkRecent, .galleryThumbnails .galleryCont .zoomRecent{
	height: 30px;
	width: 30px;
	padding: 0;
	margin-left: 22px;
}
.galleryStyle1 .linkZoomCont,.galleryStyle2 .linkZoomCont,.galleryStyle3 .linkZoomCont{
	display: block;
	width: auto;
}
.galleryStyle3 .galleryCont:hover .zoomRecent {
    margin-left: 27px;
}
.aq-block-cr_gallery .carousel-control,.postImage .carousel-control{
	width: 30px;
	text-align: center;
	cursor: pointer;
	background: #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
	top: 0;
	bottom: 0;
	margin-top: 0px;
	height: 100%;
	border-radius: 0;
	border:0;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
}
.aq-block-cr_gallery .carousel-control.left, .postImage .carousel-control.left{
	left: 0;
}
.aq-block-cr_gallery .carousel-control.right, .postImage .carousel-control.right{
	right: 0;
}
.aq-block-cr_gallery .carousel-control span, .postImage .carousel-control span{
	position: absolute;
	right: 0;
	left: -2px;
	top: 42%;
	font-size: 14px;
	color: #333333;
}
.aq-block-cr_gallery .carousel-control:hover, .postImage .carousel-control:hover {
	width: 50px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.carousel-gallery{
	position: relative;
	overflow: hidden;
	display: none;
}
.carousel-gallery.galleryDisplay{
	display: block;
}
.postImage .containerLoader, .aq-block-cr_gallery .containerLoader{
	margin: 0 auto;
	display: table;
}
.postImage .containerLoader.removeLoad, .aq-block-cr_gallery .containerLoader.removeLoad{
	display: none;
}
.carousel-gallery li{
	float: left;
	margin-bottom: 0px;
	list-style: none;
}
.carousel-gallery li img{
	display: block;
	margin: 0 auto;
}
