.block {
    float:left;
    background-size: cover;
    overflow: hidden;
    padding: 2px;
}
.block img{
	width: 100%;
	height: 100%;
	transition: 3s;
	cursor: pointer;
}
.block1x2 {
    float:right;
}
#line-social{
	line-height: 1;
    font-size: 30px;
    font-family: myprolight;
    color: #f0f0f0;
}
.block-area{
	width: 100%;
    position: absolute !important;
    clear: both;
}
.collection{
	width: 100%;
	height: auto;
	position: relative;
}

@media all and (max-width: 991px)
{
	.social-area{
	width: 100%
	}
ul.social-area li{
	display: inline-block;
}
ul.social-area li img{
	width: 30px;
	height: 30px;
}
.title-info{
	position: relative;
	padding-bottom: 5px;
	border-bottom: 1px #ececec solid;

}
.title-info>div.col-xs-4{
	text-align: right;
	}

.collection>div img{
	width: 100%;
	height: 100%;
}
.collection>div{
	position: relative;
	overflow: hidden;
	transition: .5s linear;
}
.modal-slider{
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #fff;
	display: none;
}
.slider-item-area{
	width: 100%;
	height: 100%;
	position: absolute;
}
.closeSlider{
	  position: absolute;
    /* transform: translate(0,-50%); */
    /* left: 50%; */
    margin: auto;
    left: 0;
    right: 0;
    /* width: 100%; */
    z-index: 1;
    width: 100px;
    /* text-align: center; */
    top: 20px;
    color:#000;    
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
}
.closeSlider img{
	transition: transform .5s,width 2s;
	-webkit-transition: transform .5s,width 2s;
	width: 0;
}
.closeSlider:hover,.closeSlider:focus{
	text-decoration: none;
	color:#000;
}
.closeSlider:hover>img{
	width: auto;
	transform: rotate(90deg);
}
.modal-slider-open{
	display: block;
}
.slider-container{
	position: relative;
	width: 100%;
	height: 100%;
}
div.slider-item-area img{
	opacity: 0;
    position: absolute;
    height: 100%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    transition: .5s;
    right: 0;
}
.activeItem{
	opacity: 1 !important;
}
.arrow-slide{
	position: absolute;
	top:50%;
	transform: translate(0,-50%);
	height: 35px;
	width: 45px;
	cursor: pointer;
}
.arrow-slide>div{
	position: relative;
	width: 100%;
	height: 100%;
}
.arrow-slide>div>img:nth-child(2){
	opacity: 0;
	transition: .5s;
	position: absolute;
	left: -100%;
	top: 0;
}
.arrow-slide>div:hover img:nth-child(2){
	opacity: 1;
}
.arrow-slide-left{
	left: 5%;
}
.arrow-slide-right{
	right: 5%;
}
.slider-thumb-area{
	position: absolute;
    bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    height: 80px;
    transition: .5s;
}
.slider-thumb-area>div{
	background-size: cover;
    display: inline-block;
    height: 80px;
    width: 80px;
    margin: 5px;
    opacity: 0;
    transition-delay: .5s;
    transition: .5s;
    cursor: pointer;
}
.slider-thumb-area:hover div{
	opacity: 1;

}

}
@media all and (min-width: 992px){
.social-area{
	width: 100%;

}
ul.social-area li{
	overflow: hidden;
}
ul.social-area li img{
	width: 30px;
	height: 30px;
}
.title-info{
	position: relative;
	padding-bottom: 5px;
	border-bottom: 1px #ececec solid;

}
.title-info>div.col-xs-4{
	text-align: right;
	}
.grid-item{
	float: left;
	overflow: hidden;
	padding: 5px;
	margin: 0;
}
.full-item{
	padding: 5px 0px;
}
.collection{
	width: 100%;
	height: auto;
}
.collection>div img{
	width: 100%;
	height: 100%;
}
.block1x2>img{
	width:auto !important;
}
.collection>div{
	position: relative;
	overflow: hidden;
	transition: .5s linear;
}
.viewFull{
	
}
.modal-slider{
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #fff;
	display: none;
}
.slider-item-area{
	width: 100%;
	height: 100%;
	position: absolute;
}
.closeSlider{
	  position: absolute;
    /* transform: translate(0,-50%); */
    /* left: 50%; */
    margin: auto;
    left: 0;
    right: 0;
    /* width: 100%; */
    z-index: 1;
    width: 100px;
    /* text-align: center; */
    top: 20px;
    color:#000;    
    cursor: pointer;
    text-align: center;
    font-family: myprolight;
}
.closeSlider img{
	transition: transform .5s,width 2s;
	-webkit-transition: transform .5s,width 2s;
	width: 0;
}
.closeSlider:hover,.closeSlider:focus{
	text-decoration: none;
	color:#000;
}
.closeSlider:hover>img{
	width: auto;
	transform: rotate(90deg);
}
.modal-slider-open{
	display: block;
}
.slider-container{
	position: relative;
	width: 100%;
	height: 100%;
}
div.slider-item-area img{
	opacity: 0;
    position: absolute;
    height: 100%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    transition: .5s;
    right: 0;
    padding: 10px 0px;
}
.activeItem{
	opacity: 1 !important;
}
.arrow-slide{
	position: absolute;
	top:50%;
	transform: translate(0,-50%);
	height: 35px;
	width: 45px;
	cursor: pointer;
}
.arrow-slide>div{
	position: relative;
	width: 100%;
	height: 100%;
}
.arrow-slide>div>img:nth-child(2){
	opacity: 0;
	transition: .5s;
	position: absolute;
	left: -100%;
	top: 0;
}
.arrow-slide>div:hover img:nth-child(2){
	opacity: 1;
}
.arrow-slide-left{
	left: 5%;
}
.arrow-slide-right{
	right: 5%;
}
.slider-thumb-area{
	position: absolute;
    bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    height: 80px;
    transition: .5s;
}
.slider-thumb-area>div{
	background-size: cover;
    display: inline-block;
    height: 80px;
    width: 80px;
    margin: 5px;
    opacity: 0;
    transition-delay: .5s;
    transition: .5s;
    cursor: pointer;
}
.slider-thumb-area:hover div{
	opacity: 1;
}


}
/**/
