﻿.picArchiveLabel
{
    padding-bottom: 2px;
    display: inline-block;
}
.picArchiveButton
{
    padding-left: 5px;
}

body.rtl .picArchiveButton
{
    padding-right: 5px;
}
/*#sortable
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#sortable img
{
    margin: 3px 3px 3px 0;
    padding: 1px;
    float: left;
    width: 100px;
    height: 90px;
    font-size: 4em;
    text-align: center;
}
*/
/*For RotateGalerry - Add by M.Ghadimi*/
.img-box h3 {
    bottom: 0px;
    color: #fff !important;
    background: rgba(0,0,0,0.7);
    display: block;
    width: 100%;
    left: 0px !important;
}
.rotate-gallery {
	max-width: 1024px !important;
	height: auto;
}
@media only screen and (max-width: 1024px)
{
	.rotate-gallery {
		max-width: 900px !important;
	}
}
@media only screen and (max-width: 900px)
{
	.rotate-gallery {
		max-width: 750px !important;
	}
}
@media only screen and (max-width: 700px)
{
	.rotate-gallery {
		max-width: 500px !important;
	}
}
@media only screen and (max-width: 400px)
{
	.rotate-gallery {
		max-width: 250px !important;
	}
}

.rotateY-animation.default-theme .img-item:after {
    background: transparent !important;
}


.default-theme .img-item:after {
    background: transparent !important;
}