html,body {
    height: 100%;
}
body {
    background: #313639;
    font: 14px/22px Arial, Helvetica, sans-serif;
    color: #889297;
    position: relative;
    min-width: 960px;
    -webkit-text-size-adjust: none;
}

	p,  span, div {
		font-size: 20px;
		line-height: 1.3em;
	}

@media (min-width: 1024px) {
	p,  span, div {
		font-size: 14px;
	}
}

#bg {
    top: 0;
    left: 0;
    z-index: 0;
    position: fixed;
}
/*********************************header*************************************/
header {
    width: 100%;
    background: url(../images/content-tail.gif) center top repeat;
    padding: 30px 0 15px 0;
}
#page1 header {
    padding: 15px 0 0px;
}
header .indent-bottom {
    padding-bottom: 35px;
}
h1 {
    float: left;
}
h1 a {
    display: block;
    width: 948px;
    height: 100px;
    overflow: hidden;
    text-indent: -100%;
    font-size: 0;
    line-height: 0;
    background: url(../images/logo2.png) 0 0 no-repeat;
}
h1 a:hover {
    text-decoration: none;
}

.width100 {
	width: 100%;
}

@media only screen and (min-width: 769px) {
    #logo1, #logo2, #logo3 {
        width: 100%;
    }
    
    #logo2 {
		margin-left: -36px;
    }
}


@media only screen and (max-width: 767px) {
    #logo1, #logo2, #logo3 {
        width: 67%;
        margin: 0 auto;
        display: block;
    }
}

h2 {
	font-size: 1.2em;
}

h2.em {
	color: #e06d08;
}

/********************************* Content **********************************/
#content {
    width: 100%;
    background: url(../images/content-tail.gif) center top repeat;
    padding-bottom: 54px;
}

/* ---------- Titles ---------*/
h3 {
    display: block; /* Ha valami rejtve van */
    visibility: visible; /* Biztosítja, hogy mindig látható legyen */
    font: 400 20px/24px 'Oswald', sans-serif;
    color: #596266;
    text-transform: uppercase;
    word-spacing: 2px;
    line-height: 1.3em;
    padding-top: 5px;
    border-top: 5px solid #d4d8d9;
}
h3.title1 {
    padding-top: 5px;
    border-top: none;
    line-height: 20px;
}
h3.title11 {
    padding-top: 8px;
    padding-left: 30px;
    border-top: none;
    line-height: 20px;
    font: 400 18px/20px 'Oswald', sans-serif;
}
h3.title112 {
    padding-top: 5px;
    padding-left: 0px;
    border-top: none;
    line-height: 20px;
    font: 400 18px/20px 'Oswald', sans-serif;
    color: #e06d08;
}
h3.title2 {
    padding-top: 0;
    border-top: none;
    color: #e06d08;
}
h3 a {
    color: inherit;
    text-decoration: none;
}
h3 a:hover {
    color: #e06d08;
    text-decoration: none;
}

h6 {
    font: normal 20px/22px Arial, Helvetica, sans-serif;
    color: #e06d08;
    	line-height: 1.3em;
}


@media (min-width: 1024px) {
	h6 {
		font: normal 14px/22px Arial, Helvetica, sans-serif;
}

}

#machines h1 {
    font: 400 20px/24px 'Oswald', sans-serif;
    color: #596266;
    text-transform: uppercase;
    word-spacing: 2px;
	margin-top: 12px;
    padding-bottom: 10px;
}

/*---------- Columns --------*/
.col-9 {
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    width: 700px;
}
/*----------- Other -----------*/
.fleft {
    float: left;
    width: 75%;
}
.fright {
    float: right;
}
.aright {
    text-align: right;
}
/*---------- Links ----------*/
a {
    color: #e06d08;
    outline: none;
    cursor: pointer;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}
.button {
    display: inline-block;
    cursor: pointer;
    font: 14px/22px Arial, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
    padding: 6px 13px 7px;
    background: #e06d08;
    border: none;
}
.termek {
    text-decoration: none;
    color: #e06d08;
    border-color: #596267;
}
.button:hover {
    text-decoration: none;
    background-color: #313639;
}
.magnify {
    display: block;
    width: 34px;
    height: 35px;
    overflow: hidden;
    background: url(../images/magnify.png) center top no-repeat;
}
.magnify:hover {
    background-position: center -57px;
}
/*----- Images -----*/
.img-indent {
    float: left;
    margin-right: 20px;
}
/*---------- Lists -----------*/
.last-item {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}
.list-1 li {
    font: 14px/22px Arial, Helvetica, sans-serif;
    color: #3f3f3f;
    padding-left: 9px;
    background: url(../images/marker-1.gif) 0 7px no-repeat;
    margin-bottom: 5px;
}
.list-1 a {
    text-decoration: none;
    color: #e06d08;
}
.list-1 a:hover {
    text-decoration: none;
    color: inherit;
}

.list-2 li {
    font-size: 14px; 
	font-weight: 400;
	color: rgb(136, 146, 151); 
	font-family: Arial, Helvetica, sans-serif;
    padding-left: 9px;
    background: url(../images/marker-2.gif) 0 7px no-repeat;
    margin-bottom: 5px;
}
/*---------- Indents ---------*/
p {
    margin-bottom: 22px
}
.p0 {
    margin-bottom: 0;
}

.p0-1 {
    margin-bottom: 3px;
}
.p1 {
    margin-bottom: 5px;
}

.p1-1 {
    margin-bottom: 8px;
}
.p2 {
    margin-bottom: 10px;
}

.p2-1 {
    margin-bottom: 12px;
}
.p3 {
    margin-bottom: 15px;
}

.p3-1 {
    margin-bottom: 18px
}
.p4 {
    margin-bottom: 20px;
}

.p4-1 {
    margin-bottom: 22px;
}
.p5 {
    margin-bottom: 12px;
}

.p5-1 {
    margin-bottom: 28px;
}
.p6 {
    margin-bottom: 30px;
}

.p6-1 {
    margin-bottom: 32px;
}
.p7 {
    margin-bottom: 35px;
}

.p7-1 {
    margin-bottom: 37px;
}
.p8 {
    margin-bottom: 40px;
}

.p8-1 {
    margin-bottom: 42px;
}
.indent-top1 {
    padding-top: 6px;
}
.indent-bottom4-1 {
    padding-bottom: 23px;
}
.indent-bottom5 {
    padding-bottom: 25px;
}
.indent-bottom6-1 {
    padding-bottom: 33px;
}
.indent-bottom8 {
    padding-bottom: 40px;
}
/*----------- Map ------------*/
#map iframe {
    width: 100%;
    height: 255px;
}
#map dl {
    width: 100%;
    position: relative;
    overflow: hidden;
}
#map dt {
    font: 400 20px/27px 'Oswald', sans-serif;
    color: #e06d08;
    text-transform: uppercase;
    word-spacing: 2px;
    margin-bottom: 10px;
}
#map dl span {
    float: left;
    width: 98px;
}
#map dl a {
    text-decoration: none;
}
#map dl a:hover {
    text-decoration: underline;
}
/************************************** Footer *************************************/
footer {
    position: relative;
    width: 100%;
    padding: 4px 0;
    line-height: 24px;
    background: #313639;
    /* z-index: 5000; */
}
footer h3 {
    padding-top: 0;
    border-top: 0;
    font-size: 16px;
    line-height: 27px;
    color: #fff;
}
footer h6 {
    font-weight: bold;
    color: #fff;
    line-height: inherit;
}

footer p {
	line-height: 1.2em;
	margin-bottom: 0;
}
.social-icons {
    overflow: hidden;
}
.social-icons li {
    float: left;
    width: 50%;
    padding-bottom: 6px;
}
.social-icons a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding-left: 27px;
    background-position: 0 4px;
    background-repeat: no-repeat;
}
.social-icons a:hover {
    color: #889297;
    text-decoration: none;
}
.social-icons a.icon-1 {
    background-image: url(../images/icon1.jpg);
}
.social-icons a.icon-2 {
    background-image: url(../images/icon2.jpg);
}
.social-icons a.icon-3 {
    background-image: url(../images/icon3.jpg);
}
.social-icons a.icon-4 {
    background-image: url(../images/icon4.jpg);
}
.footer-text {
    color: #fff;
}
.footer-text strong {
    font-weight: bold;
}
.footer-text a {
    color: inherit;
    text-decoration: none;
}
.footer-text a:hover {
    color: #889297;
    text-decoration: none;
}

/*----------- Back to top --------------*/
#toTop {
    display: none;
    width: 55px;
    height: 55px;
    overflow: hidden;
    background: url(../images/totop.jpg) center top no-repeat;
    position: fixed;
    margin-right: -560px !important;
    right: 50%;
    bottom: 100px;
    z-index: 999;
}
#toTopHover {
    position: absolute;
    float: left;
    display: block;
    background: url(../images/totop.jpg) center -70px no-repeat;
    width: 55px;
    height: 55px;
    z-index: 10000;
    overflow: hidden;
    opacity: 0;
}
#toTop:active, #toTop:focus {
    outline: none;
}

/*=================================================================================*/
@media only screen and (max-width: 995px) {
    p, .p3, .p3-1 {
        margin-bottom:15px
    }
    .p4-1, .p5, .p5-1, .p6, .p6-1, .p7, .p7-1, .p8, .p8-1 {
        margin-bottom: 20px;
    }
    .img-indent:not(.img-indent-none-tp) img {
        width: auto;
    }
    .col-9 {
        width: 556px;
    }
    .indent-bottom6-1, .indent-bottom8 {
        padding-bottom: 30px;
    }
    /*-----------------------------------------*/
    body {
        min-width: 768px;
    }
    .social-icons li {
        float: none;
        width: 100%;
    }
    #toTop {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .img-indent:not(.img-indent-none-ml) img {
        width:auto;
    }
    .col-9 {
        float: none;
        margin: 0 0 30px;
        width: 100%;
    }
    .indent-top1 {
        padding-top: 0;
    }
    .indent-bottom4-1, .indent-bottom5 {
        padding-bottom: 30px;
    }
    /*-----------------------------------------*/
    body {
        min-width: 420px;
    }
    .social-icons li {
        float: left;
        width: 50%;
    }
}

@media only screen and (max-width: 479px) {
    .img-indent:not(.img-indent-none-mp) img {
        width:auto;
    }
    /*-----------------------------------------*/
    body {
        min-width: 300px;
    }
}


.product {
    position: relative;
    width: 320px;
    height: 340px;
    float: left;
    padding: 0px;
    cursor: pointer;
}

.product[data-id="75"] {
    position: relative;
    width: 320px !important;
    height: 340px;
    float: left;
    padding: 0px;
    cursor: pointer;

}

.product[data-id="76"] {
    position: relative;
    width: 320px !important;
    height: 340px;
    padding: 0px;
    cursor: pointer;
    left: 90px;
    float: left; 

}


.product[data-id="86"] {
    position: relative;
    width: 320px !important;
    height: 340px;
    float: left;
    padding: 0px;
    cursor: pointer;

}

.product[data-id="87"] {
    position: relative;
    width: 320px !important;
    height: 340px;
    padding: 0px;
    cursor: pointer;
    left: 90px;
    float: left; 

}

.product[data-id="83"] {
    position: relative;
    width: 320px !important;
    height: 340px;
    float: left;
    padding: 0px;
    cursor: pointer;

}

.product[data-id="85"] {
    position: relative;
    width: 320px !important;
    height: 340px;
    padding: 0px;
    cursor: pointer;
    left: 90px;
    float: left; 

}


.product .namefield {
    height: 70px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    background: #f9b12b;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.product .namefield .name {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); /* A szöveg pontos középre helyezése */
    font-family: "Open Sans Condensed", Oswald, sans-serif;
    font-weight: 700;
    color: #FFFAFF;
    font-size: 17px;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
}

.product .namefield .desc {
    position: absolute;
    left: 9px;
    line-height: 1.3em;
    top: 37px;
    font-family: Oswald;
    letter-spacing: .5px;
    color: #5F6B54;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
}

.product .imagefield {
    height: 240px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 70px;
    /* line-height: 35px; */
    margin: 0;
    text-align: center;
    overflow: hidden;
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #C7C7C7;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.product .imagefield > img {
    position: absolute; /* Pozicionáljuk abszolút módon a képet */
    top: 50%; /* A kép függőleges középre igazítása */
    left: 50%; /* A kép vízszintes középre igazítása */
    transform: translate(-50%, -50%); /* A kép valódi középre igazítása */
    width: 100%; /* A kép szélessége kitölti a szülőelem teljes szélességét */
    height: 100%; /* A kép magassága kitölti a szülőelem teljes magasságát */
    object-fit: cover; /* A kép kitölti a rendelkezésre álló helyet, miközben megtartja az arányait */
    max-height: 100%; /* A képet ne nyújtsa túl függőlegesen */
    max-width: 100%; /* A képet ne nyújtsa túl vízszintesen */
}

.product .imagefield .logo {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 64px; /* A logo szélességét csökkentjük */
    height: auto; /* Magasságot arányosan változtatjuk a szélességhez */
    left: 100%;
    margin-left: -68px; /* A pozícióját úgy állítjuk, hogy igazodjon a csökkentett mérethez */
    margin-top: 2px;
    top: 100%;
}

.product[data-id="99"] .imagefield .logo {
    display: none !important;
}


.product[data-id="74"] .imagefield .logo {
    position: absolute;
    margin: 0;
    padding: 0;
    transform: scale(0.76); /* 76%-ra kicsinyíti az eredeti mérethez képest */
    width: 64px; /* A logo szélességét csökkentjük */
    height: auto; /* Magasságot arányosan változtatjuk a szélességhez */
    left: 100%;
    margin-left: -59px; /* A pozícióját úgy állítjuk, hogy igazodjon a csökkentett mérethez */
    margin-top: 2px;
    top: 100%;
}

.product[data-id="85"] .imagefield .logo {
    position: absolute;
    margin: 0;
    padding: 0;
    transform: scale(0.58); /* 58%-ra kicsinyíti az eredeti mérethez képest */
    width: 64px; /* A logo szélességét csökkentjük */
    height: auto; /* Magasságot arányosan változtatjuk a szélességhez */
    left: 100%;
    margin-left: -52px; /* A pozícióját úgy állítjuk, hogy igazodjon a csökkentett mérethez */
    margin-top: 0px;
    top: 100%;
}


.installdate {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 30px; /* extra hely a görgetősávnak */
}

.product .imagefield .logo img {
    position: absolute;
    /* float: right; */
    width: auto;
    bottom: 0;
    right: 0;
    height: auto;
}

.product .newfield {
    position: absolute;
    left: 9px;
    top: 53px;
    width: 30px;
    height: 30px;
    background: #c63900;
    border: 2px solid #fff;
    border-radius: 30px;
    font-family: "Open Sans Condensed";
    text-align: center;
    color: #fff;
    text-rendering: optimizeLegibility;
    font-size: 12px;
    line-height: 29px;
    font-weight: 700;
}

/*#productpage {
	position: relative;
	width: 100%;
	height: 500px;
	display: none;
}*/

#productcontainer {
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	width: 100%;
}

#productpage {
    background: #fff;
    /* left: 10%; */
    /* left: 0; */
    top: 20px;
    left: 17%;
    right: 17%;
    position: absolute;
    /*width: 960px;*/
    width: auto;
    /* width: auto; */
    /* width: 1100px; */
    overflow: visible;
    /* overflow-y: auto; */
    padding-top: 10px;
    padding-bottom: 10px;
    /* padding-left: 31px; */
    height: auto;
    display: none;
    z-index: 5000;
    box-shadow: #656565 0 0 10px;
}

#productpage > .grid_3,
#productpage > .grid_10,
#productpage > .grid_11 {
    margin-rightt: 30px;
}

#productpage table, #productpage div {
    overflow: visible;
}

#productpage .close {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #222;
    color: #fff;
    left: 100%;
    margin-left: -12px;
    border-radius: 20px;
    border: 3px solid #fff;
    box-shadow: #8E8E8E 1px 1px 5px;
    line-height: 18px;
    text-align: center;
    font-family: Arial;
    font-size: 18px;
    font-weight: 400;
    z-index: 11111;
    margin-top: -24px;
    letter-spacing: 0;
}

#productpage .close:hover {
    background: #DA2525;
    cursor: pointer;
}

#productpage hr {
    height: 10px;
    padding: 0px;
    margin: 0px;
    clear: both;
    width: 100%;
    border: none;
}

#productpage img {
    max-width: 90%;
    margin-top: 10%;
    display: block;
    position: relative;
    margin: 10% auto 0 auto;
}

#fullbody {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    z-index: 4000;
    display: none;
}

.pagetitle {
    font: 400 20px/24px 'Oswald', sans-serif;
    color: #889297;
    float: left;
    display: block;
    margin: 0 0 15px -15px;
    clear: both;
    text-transform: uppercase;
    word-spacing: 2px;
    padding-top: 12px;
    font-size: 22px;
}

#productpage table {
    width: 100%;
}

#productpage .longdesc {
    margin: 5px 0 0 0;
    line-height: 1.4em;
}

#productpage tr:nth-child(even) {
    background: #F9F9F9;
}

#productpage tr {
    border-bottom: 1px solid #EFEFEF;
}
.noline {
    border: none !important;
}

#lngselector {
	position: absolute;
	width: 132px;
	height: 24px;
	left: 100%;
	margin-left: -133px;
	/* outline: 2px dotted red; */
}

.lng {
	width: 36px;
	height: auto;
	margin-top: 2px;
	margin-bottom: 0;
	overflow: hidden;
	display: block;
	float: left;
	margin-left: 4px;
	margin-right: 4px;
}

.lng img {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}


@media only screen and (min-width: 1280px) {
	#lngselector {
		width: 172px;
		margin-left: 100%;
		left: -173px;
		/* outline: 3px dotted red; */
		height: auto;
	}
	
	.lng img {
		width: auto;
		height: 100%;
	}
	
	.lng {
		width: auto;
		height: 24px;
		margin: 7px 4px 0px 5px;
	}
}

@media only screen and (max-width: 995px) {
	#lngselector {
		width: 109px;
		margin-left: 100%;
		left: -110px;
		height: auto;
	}
	
	.lng img {
		width: auto;
		height: 100%;
	}
	
	.lng {
		width: auto;
		height: 13px;
		margin: 2px 5px 0px 5px;
	}
}

@media only screen and (max-width: 767px) {
	#lngselector {
		width: auto;
		margin-left: 100%;
		left: -64px;
		height: auto;
	}
	
	.lng img {
		width: auto;
		height: 100%;
	}
	
	.lng {
		width: auto;
		height: 29px;
		margin: 5px 0 7px 0;
	}
}

@media only screen and (max-width: 479px) {
	#lngselector {
		width: auto;
		margin-left: 100%;
		left: -64px;
		height: auto;
	}
	
	.lng img {
		width: auto;
		height: 100%;
	}
	
	.lng {
		width: auto;
		height: 29px;
		margin: 5px 0 7px 0;
	}
}




h3[data-id] {
	margin-top: 15px;
}

@media only screen and (max-width: 1023px)  {
	#productpage {
		left: 6%;
		right: 6%;
	}
}


@media only screen and (max-width: 768px)  {
	#productpage {
		left: 3%;
		right: 3%;
	}
}

@media only screen and (min-width: 1024px)  {
	#productpage {
		width: 980px;
	}
}


@media only screen and (min-width: 768px) and (max-width: 996px)  {
	.product {
		width: 170px;
	}
	
	.product .imagefield > img {
		max-width:150px
	}
}

@media only screen and (max-width: 768px)  {
	.product {
		width: 100%;
	}

}

@media only screen and (max-width: 768px)  {
	h3[data-id] + ul {
		height: 0;
		overflow: hidden;
	}
	
	h3[data-id]{
		cursor: pointer;
	}
}


hr.hidden {
	border: none;
}

.centered {
	text-align: center;
}

#machines div h4 {
	clear: both;
}

#references {
	width: 100%;
	height: 750px;
	position: relative;
	opacity: 1;
	margin: 0 0 15px 0;
}

#referenceslist img {
	max-width: 250px;
    float: left;
    margin: 5px 7px;

}

.formfield {
    padding: 10px 14px;
    margin: 0;
    font: 14px Arial, Helvetica, sans-serif;
    color: #889297;
    background: #fff;
    outline: none;
    border: 1px solid #dbdbdb;
    width: 400px;
    height: 5em;
    resize: none;
    margin-bottom: 8px;
    overflow: hidden;
}

.formfield input[type="radio"] {
	clear: left;
	width: 10% !important;

}

@media (max-width: 767px) {
		#referenceslist img {
			width: 50%;
			image-rendering: auto;
			image-rendering: -o-crisp-edges;
			image-rendering: optimizeQuality;             /* STOP SMOOTHING, GIVE ME SPEED  */

			-ms-interpolation-mode: bicubic;   /* IE8+   */
		}
}

.attention {
	font-weight: 800;
	font-size: 1.2em;
}

#infoblock {
	display: block;
	margin: 10px auto;
	
}

#szechenyi2020 {
	width: 100%;
}


.dealswrapper {
	border: 3px solid orange;
	background: #fff;
	margin-top: 15px;
	border-radius: 5px;
	padding: 0 5px;
	overflow: hidden;
}

.dealswrapper h3 {
	line-height: 1em;
	font-size: 1.1em;

}

.deals {
	margin-top: 5px;
	width: 5000px;
	position: relative;
	overflow: hidden;
}

.deal {
	position: absolute;
	z-index: 100;
	background: #fff;
	left: 100%;
	float: left;
}


.deals, .deal {
	height: 350px;
}

@media (min-width: 768px) {

	.deals, .deal {
		height: 70px;
	}

}

.deal.current {
	z-index: 150;
	left: 0;
}

.deal.next {
	z-index: 160;
}

.deal .pic {
	height: 50%;
}

@media(min-width: 768px) {
.deal .pic {
	height: 100%;
}
}


.deal .pic img {
	position: relative;
	margin: 5px auto;
	max-width: 50%;
	max-height: 90%;	
	display: block;
}

@media (min-width: 768px) {
	.deal .pic img {
		max-width: 100%;
	}
}

.deal a {
	text-decoration: none
}


.deal .name {
	font: 400 1.1em/24px 'Oswald', sans-serif;
    color: #596266;
    text-transform: uppercase;
    word-spacing: 2px;
    line-height: 1.3em;
    padding-top: 1px;
    display: block;
    text-decoration: none;
    border: none;
}

.currentdeal {
	/*background: #fff;*/
	/*box-shadow: #656565 0 0 10px;*/
	/* border: 3px solid orange; */
	border-radius: 5px;
	min-height: 255px;
}

.currentdeal p {
	color: #e06d08;
}

.currentdeal .pic {
	border: 3px solid orange;
	border-radius: 5px;
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
}

.currentdeal .pic img {
	position: relative;
	max-width: 100%;
	max-height: 200px;
	margin: 0 auto;
	display: block;
}


.deal .price, .currentdeal .price {font-weight: 600;font-size: 1.2em;/* margin-bottom: 12px; */line-height: 1em;}

.deal .price {

margin-top: -15px;

font-size: 1em;
}

.currentdeal a,
.currentdeal a:hover {
	text-decoration: underline;
	color: gray;
	font-size: .9em;
}

.currentdeal .order {font-size: 1.1em;color: #f4f4f4;text-decoration: none;padding: 9px;background: #4e7cc7;border-radius: 3px;}
.currentdeal .order:hover { font-size: 1.1em;color: #f4f4f4;text-decoration: none;padding: 9px;background: #6295e8;border-radius: 3px;}

.currentdeal p {
	margin-bottom: 5px;
}

.madeinitaly {
	position: absolute;
	left: 100%;
	width: 137px;
	margin-left: -137px;

}

.infoblokk {
		display: block;
		top: 0;
		left: 100%;
		margin-left: -200px;
		position: fixed;
		z-index: 500;
}

.infoblokk img {
	width: 200px;
}

@media (min-width: 768px) {

	.infoblokk {
		display: block;
		top: 0;

		left: 100%;
		margin-left: -208px;
		position: fixed;
		z-index: 500;
	}
	
	.infoblokk img {
		width: 225px;
	}

}



@media (max-width: 996px) {

	textarea, input, .formfield {
        max-width: 330px
    }

}

textarea::placeholder {
    color: #889297
}

.fb-share-container{width:84px;float:left;height:20px;margin: 35px 0 15px 0;background:url(../images/fbshare.jpg) top left no-repeat;}
.fb-share-container.gray{background-image:url(../images/fbshare-gray.jpg)}