.clearfix:after {content:".";clear:both;display:block;visibility:hidden;height:0}

/* SETTINGS */

html {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	overflow-x:hidden;
	overflow-y:scroll;
	height:100%;
	user-select: none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	-ms-user-select:none;
}
body {
	display:block;
	margin:0px;
	padding:0px;
	width:100%;
	height:auto;
	font-family:museo, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:300;
}
.webkit-fontfix {
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.1s;
}

@-webkit-keyframes fontfix {
  from { opacity: 1; }
  to { opacity: 1; }
}
.hidden { display:none !important; }

/* CUSTOM CURSOR */

/*
html { cursor:none; }
a { cursor:none; }
input { cursor:none; }
button { cursor:none; }

#pointer {
	pointer-events:none;
	position:fixed;
	z-index:999999999;
	outline:0px solid red;
}
#pointer .copy {
	display:none;
}
#pointer .icon {
	display:block;
	position:absolute;
	margin:-4px 0px 0px -4px;
	background-image:url(../pics/cursor/forma-nova/alt.cur);
	background-repeat:no-repeat;
	background-position:left top;
	width:32px;
	height:32px;
}
#pointer.arrow .icon { background-image:url(../pics/cursor/forma-nova/alt.cur); }
#pointer.input .icon { background-image:url(../pics/cursor/forma-nova/select.cur); }
#pointer.link .icon { background-image:url(../pics/cursor/forma-nova/link.cur); }
#pointer.push-button .icon { background-image:url(../pics/cursor/forma-nova/link.cur); }
*/

/* TYPOGRAPHY */

h1,h2,h3,h4,h5,h6,p {
	-webkit-margin-before:0;
	-webkit-margin-after:0.67em;
}

.hyphenate.hidden {
	opacity:0.3;
}
.hyphenate {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
/* HEADER */

.header-full.snap_to_top { display:none; }
.header-full {
	display:block;
	width:100%;
	height:auto;
	margin:0px;
	padding:0px;
	/*background-image:url(../images/Suzuminn-Szerviz.jpg);*/
	background-color:#6D7BAC;
	background-image:url(../images/Altalanos.v7.jpg?v=7), url(../images/Altalanos.v7-LR.jpg?v=7);
	background-repeat:no-repeat, no-repeat;
	background-size:110%, 110%;
	background-attachment:fixed, fixed;
	background-attachment:scroll;
	transition:all 0.25s ease;
}
.header-full
	.logo {
		display:block;
		text-decoration:none;
		text-indent:-1000em;
		overflow:hidden;
		background-image:url(../images/Suzuminn-logo.png?v=6);
		background-position:left top;
		background-repeat:no-repeat;
		background-size:contain;
		width:290px;
		height:79px;
		position:relative;
		margin:0px -320px -79px 0px;
		padding:0px;
		top:25px;
		left:35px;
	}
/*
@media screen and (min-width:0px) and (max-width:799px)
{
	.header-full
		.logo {
			background-image:url(../images/Suzuminn-logo.negative.png);
	}
}
*/
.header-full
	.main-title {
		display:block;
		position:relative;
		width:480px;
		height:88px;
		padding:25px 0px 0px 35px;
		margin:0px -515px -113px 0px;
		left:90px;
		top:65px;
		overflow:hidden;
		/*white-space:nowrap;*/
		font-family:caflischscript, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-weight:normal;
		font-size:24px;
		line-height:26px;
		color:#626693;
		/*color:white;
		text-shadow:0px 1px 3px rgba(0,0,0,0.5), 0px 0px 5px rgba(108,122,171,1), 0px 0px 4px rgba(108,122,171,1);*/
		pointer-events:none;
	}
.header-full
	.main-title 
		.optional-line-break {
			display:inline-block;
			width:0.2em;
		}
.header-full
	.main-title 
		.optional-line-break:after {
			content:" ";
		}

.header-narrow.snap_to_top { display:block; }
.header-narrow {
	display:none;
	position:absolute;
	width:100%;
	height:45px;
	margin:0px;
	padding:0px;
	background-color:hsla(195,100%,40%,1);
	background-color:#16479B;
}
.header-narrow
	.logo {
		display:none;
	}
.header-narrow
	.main-title {
		display:block;
		position:relative;
		float:right;
		padding:8px 15px 0px 15px;
		margin:0px;
		overflow:hidden;
		/*white-space:nowrap;*/
		font-family:caflischscript, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-weight:normal;
		font-size:24px;
		line-height:28px;
		color:#002c77;
		color:white;
}











/* BODY */

.page {
	padding:25px 0px 25px 0px;
}
.page h1.title,
.page h2.title,
.page h3.title {
	display:block;
	margin:10px 0px 10px 0px;
	padding:0px;
	text-align:left;
	color: #333333;
	font-family:museo, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:700;
	font-size:34px;
	line-height:36px;
	/*
	text-rendering: optimizeLegibility;
	font-feature-settings: "kern";
	-webkit-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern=1";
	*/
}
.page h1.title .picto { 
	background-image:url(../pics/sprite/W-3A4143/32.png); 
	background-position:32px 32px; 
	width:32px; 
	height:32px; 
	display:block;
	float:left; 
	margin:1px 10px 15px 0px;
}
.page h1.title .picto.webshop { background-position:-128px -352px; }



.page h1.title.smaller,
.page h2.title.smaller,
.page h3.title.smaller {
	font-size:30px;
	line-height:32px;
}
.page h1.title.smallest,
.page h2.title.smallest,
.page h3.title.smallest {
	font-size:26px;
	line-height:28px;
}
.page h1.title .lighter,
.page h2.title .lighter,
.page h3.title .lighter {
	font-family:museo, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:500;
}
.page h1.title .bolder,
.page h2.title .bolder,
.page h3.title .bolder {
	font-family:museo, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:700;
}
.page p .bold {
	font-family:museo, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:600;
}
.page p .heavy {
	font-family:museo, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:700;
}
.page p .black {
	font-family:museo, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:900;
}


.page h1.title.slogan,
.page h2.title.slogan,
.page h3.title.slogan {
	font-family:caflischscript, museo, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:500;
	color:#626791;
	font-size:72px;
	line-height:80px;
}
.page h1.title.slogan .bolder,
.page h2.title.slogan .bolder,
.page h3.title.slogan .bolder {
	font-family:caflischscript, museo, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
}
.page h1.title .slogan,
.page h2.title .slogan,
.page h3.title .slogan {
	font-family:caflischscript, museo, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}



.page h1.subtitle,
.page h2.subtitle,
.page h3.subtitle {
	margin:10px 0px 10px 0px;
	padding:0px;
	text-align:left;
	color: #666666;
	font-family:museo, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:500;
	font-size:26px;
	line-height:30px;
	/*
	text-rendering: optimizeLegibility;
	font-feature-settings: "kern";
	-webkit-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern=1";
	*/
}
.page h1.subtitle.smaller,
.page h2.subtitle.smaller,
.page h3.subtitle.smaller {
	font-size:22px;
	line-height:26px;
}
.page h1.subtitle.lighter,
.page h2.subtitle.lighter,
.page h3.subtitle.lighter {
	font-family:museo, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:300;
}



.page p.clear-float ,
.page h1.clear-float ,
.page h2.clear-float ,
.page h3.clear-float {
	clear:both;
	float:none;
}

.page p.small-space-before,
.page h1.small-space-before,
.page h2.small-space-before,
.page h3.small-space-before {
	margin-top:10px;
}

.page h1.subtitle.remove-space-before,
.page h2.subtitle.remove-space-before,
.page h3.subtitle.remove-space-before {
	margin-top:auto;
}
.page .lead {
	margin:10px 0px 10px 0px;
	padding:0px;
	text-align:left;
	color: #333333;
	font-family:museo, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:400;
	font-size:22px;
	line-height:28px;
	/*
	 -webkit-font-variant-ligatures: no-common-ligatures;	
	 */
}
.page p.negative {
	color:white;
}
.page .lead.negative {
	color:white;
}

.page .in-frame .lead { margin-top:0px; }

.important {
	color:#51569F !important;
}
.page p.copy {
	 -webkit-font-variant-ligatures: no-common-ligatures;	
	margin:0px 0px 5px 0px;
	padding:0px;
	text-align:left;
	color: #333333;
	font-family:museo, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:300;
	font-size:16px;
	line-height:20px;
	text-align:justify;
}
.page .copy.bold { 	font-family:museo, "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-weight:500; }
.page .copy.bolder { font-family:museo, "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-weight:700; }
.page .copy.boldest { font-family:museo, "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-weight:900; }

.page .copy.smallest { font-size:12px; line-height:16px; }
.page .copy.smaller  { font-size:14px; line-height:18px; }
.page .copy          { font-size:16px; line-height:20px; }
.page .copy.bigger   { font-size:18px; line-height:22px; }
.page .copy.biggest  { font-size:20px; line-height:24px; }

.page ul.lista {
	margin:0px 0px 0px 2em;
	padding:0px 0px 0px 0px;	
}
.page ul.lista li {
	font-family:museo, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:300;
	font-size:1em;
	line-height:120%;
	color:#BF0000;
}
.page ul.lista li p.copy {
	margin-bottom:0px;
}

.page p.caption {
	display:block;
	width:100%;
	margin:5px 0px 5px 0px;
	text-align:center;
	color: #51569F;
	font-family:museo, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:300;
	font-size:0.9em;
	line-height:120%;
	min-height:32px;
}
.page p.footnote {
	display:block;
	margin:0px 0px 5px 35px;
	padding:0px;
	text-align:left;
	color: #333333;
	font-family:museo, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:300;
	font-size:13px;
	line-height:16px;
	text-align:left;
}
.page p.footnote:first-child {
	margin-top:20px;
}

.page p.footnote:before {
	display:block;
	width:100px;
	position:absolute;
	margin-top:-8px;
	margin-left:-35px;
	padding-top:8px;
}
.page p.footnote:nth-child(1):before { content:"*"; }
.page p.footnote:nth-child(2):before { content:"**"; }
.page p.footnote:nth-child(3):before { content:"***"; }
.page p.footnote:nth-child(4):before { content:"****"; }
.page p.footnote:nth-child(5):before { content:"*****"; }
.page p.footnote:nth-child(6):before { content:"******"; }
.page p.footnote:nth-child(7):before { content:"*******"; }
.page p.footnote:nth-child(8):before { content:"********"; }
.page p.footnote:nth-child(9):before { content:"*********"; }

.page p.footnote:first-child:before {

	border-top:1px solid gray;
}

p span.missing-page-name {
	font-size:1em;
	display:inline;
	color:#51569F;
	font-family:museo, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:300;
}
a.inline-link {
	color:#51569F;
	text-decoration:none;
	font-family:museo, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:300;
}
a.inline-link:hover {
	color:#BC0000;
	text-decoration:none;
}

.page .call-links {
	white-space:nowrap;
}
.page .call-link {
	position:relative;
	display:inline-block;
	color:#BF0000;
	text-decoration:none;
	font-weight:bold;
	white-space:nowrap;
	border-radius:20px;
	background-image:url(../pics/sprite/White/phone.png);
	background-repeat:no-repeat;
	background-size:20px;
	background-position:10000px center;
	border:3px solid rgba(0,0,0,0);
	margin:-13px -40px -13px -15px;
	padding:3px 30px 3px 15px;
}
.page .call-link:hover {
	border-color:#BF0000;
	background-color:#BF0000;
	background-position:right center;
	color:white;
	margin:-13px -40px -13px -15px;
	padding:3px 30px 3px 15px;
	box-shadow:0px 0px 0px 5px rgba(255,255,255,0.95);
	z-index:9999;
}
.page .call-links .separator {
	display:inline-block;
	width:5px;
	padding:0px 5px 0px 10px;
	text-align:center;
}
.page .kt {
	white-space:nowrap;
}


h1.dim,
h2.dim,
h3.dim,
h4.dim,
h5.dim,
h6.dim,
p.dim {
	color:#8C8899;
	text-shadow:1px 1px 1px rgba(255,255,255,0.5);
}
.clearfloat {
	clear:both;
	width:100%;
	float:none;
}






	
.spacer-vertical {
	display:block;
	clear:both;
	width:100%;
	height:15px;
}

.footer-background {
	display:block;
	background-color:#8C8899;
	background-color:#C8C7D1;
	background-color:#D3D2DA;
	padding-bottom:55px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	padding:5px 15px 5px 15px;
}

.text-bbox {
}
.attached-image {
	display:block;
	margin:10px 0px 5px 0px;
}
.attached-image .fit-width-to-column {
	width:100%;
}
.attached-image .caption {
}



/* Hide placeholders, on user focus */
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */


/* Formatting words and numbers */

.number-format {
	/*
	number-format: "### ##0,00", "";
	-webkit-number-format: "### ##0,00", "";
	*/
}
.number-format small:after { display:inline-block; width:0.2em; content:" "; }



.reload-progress{display:block;position:fixed;z-index:2000000000;left:0;top:0;width:100%;height:100%;vertical-align:middle;text-align:center;background-color:transparent;background-color:rgba(255,255,255,.3);-webkit-transform:translateZ(0)}
.reload-progress #product_details_progress{display:block;position:absolute;left:50%;top:50%;width:150px;height:150px;border-radius:80px;background-color:rgba(127,127,127,0);box-shadow:inset 0 0 0 33px rgba(255,255,255,.5);margin:-75px 0 0 -75px;outline:red solid 0}
.reload-progress.hidden{display:none}
.reload-progress .fullpage-cover{position:fixed;left:0;top:0;width:100%;height:100%;z-index:500000;background-color:hsla(75,100%,40%,.5)}
.reload-progress .progress-marker{position:fixed;left:50%;top:50%;width:68px;height:68px;margin:-34px 0 0 -34px;border-radius:68px;z-index:500100;background-color:transparent;background-image:url(../pics/progress/spinner-6.gif);background-repeat:no-repeat;background-position:center center;opacity:1}







/* EXCLUSIONS (RESPONSIVE LAYOUT) */

	@media screen and (min-width: 1600px) {
		/* XXL */
		
		.header-full { width:calc(100% - 400px); padding:0px 200px 0px 200px; }
		.page { width:calc(100% - 400px); padding:20px 200px 20px 200px; }
		.header-full .logo {
			top:25px; 
			left:-60px;
			width:480px;
			height:119px;
			position:relative;
			margin:0px -480px -119px 0px;
		}
		.header-full .main-title {
			left:10px; top:95px;
		}
	}
	@media screen and (min-width: 1200px) and  (max-width: 1599px) {
		/* XL */
		.header-full { width:calc(100% - 200px); padding:0px 100px 0px 100px; }
		.page { width:calc(100% - 200px); padding:10px 100px 10px 100px; }
		.header-full .logo { top:25px; left:-40px; }
		.header-full .main-title { left:15px; top:65px; }
	}
	@media screen and (min-width: 1000px) and  (max-width: 1199px) {
		/* L */
		.header-full { width:calc(100% - 50px); padding:0px 25px 0px 25px; }
		.page { width:calc(100% - 50px); padding:5px 25px 5px 25px; }
		.header-full .logo { top:25px; left:0px; }
		.header-full .main-title { left:35px; top:65px; }
	}
	@media screen and (min-width: 800px) and (max-width: 999px) {
		/* M */

	}
	@media screen and (min-width: 600px) and (max-width: 799px) {
		/* S */

	}
	@media screen and (min-width: 400px) and (max-width: 599px) {
		/* XS */
	}
	@media screen and (max-width: 399px) {
		/* XXS */
	}