.load{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	z-index: 9999999999999;
}
.load img{
	position: absolute;
	width: 30px;
	top: 50%;
	left: 50%;
	animation-name: load;
    -webkit-animation-name: load;

    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;

    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.tony{
        margin: 0px auto !important;
        height: auto !important;
        max-width: 100%;
    }
.fancybox{
	cursor: pointer;
}
