.zoom {
    padding: 0px;
    transition: transform .2s; /* Animation */
    width: 100%;
    height: auto;
    margin: 0 auto;
	z-index:1000;
}

.zoom:hover {
    transform: scale(2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	z-index:1000;
}

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 .placeheld {
	color: #888;
}

table.ofertanim {width: 1757px; height: 158px; overflow: hidden; }
table.ofertanim td {height: 158px; overflow: hidden; }
table.ofertanim td img {height: 158px; overflow: hidden; }
.marquee {width: 980px; height: 158px; overflow: hidden; }
.header1 {
    width: 270px;
    height: 100px;
    background-image: url(../images/logo.png);
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 10;
	margin-top: 30px;
	margin-left: 20px;
}