@charset "utf-8";

/*Zoom-Effekt*/

.img-zoom {
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
 
.transition {
    -webkit-transform: scale(1.1); 
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*/////////////*/

/*Fotorama*/

.fotorama__caption__wrap{
	min-width:40%;
	font-family: "Armata" !important;
	color: #fff;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d60445+0,283443+100&0.90+0,0.90+100 */
background: -moz-linear-gradient(left,  rgba(214,4,69,0.90) 0%, rgba(40,52,67,0.90) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(214,4,69,0.90) 0%,rgba(40,52,67,0.90) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(214,4,69,0.90) 0%,rgba(40,52,67,0.90) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6d60445', endColorstr='#a6283443',GradientType=1 ); /* IE6-9 */
	}
	
.fotorama__nav__shaft, fotorama__grab{
	margin-top: 20px;
	}

/*/////////////*/