/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* Global properties ======================================================== */
html {width:100%;}

body { 	 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	color:#515050;
	min-width:960px;
	background:#151515;
}

.main {
	width:960px; 	
	padding:0;
	margin:0 auto;
	font-size:0.8125em;
	line-height:1.384em;
}

a {color:#adadad; outline:none;}
a:hover {text-decoration:none;}

.col-1, .col-2 {float:left;}

.col-1 {width:315px;}
.col-2 {width:275px;}


.wrapper {width:100%; overflow:hidden;}
.extra-wrap {overflow:hidden;}
 
p {margin-bottom:18px;}
.p0 {margin-bottom:0px;}
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}
.p6 {margin-bottom:60px;}
.p7 {margin-bottom:70px;}

.reg {text-transform:uppercase;}

.fleft {float:left;}
.fright {float:right;}

.alignright {text-align:right;}
.aligncenter {text-align:center;}

.title {margin-bottom:18px;}

.it {font-style:italic;}
.bl {display:block !important;}
.bo {font-weight:bold;}

.letter {letter-spacing:-1px;}

.color-1 {color:#fff;}
.color-2 {color:#000;}
.color-3 {color:#ce4d4d;}
.color-4 {color:#515050;}
.color-5 {color:#898888;}

.bg-color {
	background-color: #A0A0A4;
}
.bg-color2 {background:#ce4d4d;}

.index-1 {z-index:1; position:relative;}
.index-2 {z-index:2; position:relative;}
/*********************************boxes**********************************/
.indent {padding: 28px 40px 49px 39px;}
.indent2 {padding: 26px 0 39px 35px;}
.indent3 {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:25px;}
.indent-bot3 {margin-bottom:35px;}
.indent-bot4 {margin-bottom:15px;}
.indent-bot6 {
	margin-bottom:25px;
}
.indent-bot7 {margin-bottom:5px;}

.img-style {float:left;margin-right:18px;}
.img-style2 {float:left;margin-right:15px;}
.img-style3 {float:left;margin-right:26px;}
.img-style4 {float:left;margin:5px 16px 0 0;}
.img-style5 {float:left;margin:3px 24px 0 0;}
.img-style6 {float:right;margin-left:26px;}
.img-style7 {float:right;margin-left:10px;}

.bot-indent {margin-bottom:5px;}
.bot-indent2 {margin-bottom:10px;}
.bot-indent3 {margin-bottom:17px;}
.indent-r {margin-right:20px;}
.indent-r2 {margin-right:30px;}
.indent-r3 {margin-right:5px;}
.indent-r4 {margin-right:9px;}
.indent-l {padding-left:16px;}
.indent-l2 {padding-left:20px;}

.top-pad {padding-top:5px;}
.top-pad2 {padding-top:10px;}
.top-pad3 {padding-top:23px;}

.buttons a:hover {cursor:pointer;}

.menu li a,
.list-1 li a,
.list-2 li a,
.link,
.button,
.logo {text-decoration:none;}	

/*********************************header*************************************/
header {
	width:100%;
	position:relative; 
	z-index:2;
	background:url(../images/header-bg.gif) repeat-x center top #f4f5f0;
}

.header-indent {margin-bottom:13px;}

h1 {
	padding:11px 0 0 0; 
	position:relative;
	float:left;
	margin-right:15px;
}
h1 a {
	display:block; 
	width:350px; 
	height:110px; 
	text-indent:-5000px; 
	background:url(../images/acelec-logo.png) 0 0 no-repeat;
}

.slogon {
	float:left;
	padding:57px 0 8px 0px;
	font-size:15px;
	line-height:1.214em;
	color:#757575;
	letter-spacing:-1px;
}

.slogon strong {
	display:block;
	font-weight:normal;
	margin-top:-3px;
}

.rss {
	font-size:18px;
	color:#ce4d4d;
	line-height:1.25em;
	position:absolute;
	top:60px;
	right:161px;
	display:inline-block;
	text-decoration:none;
	padding: 2px 0 0px 10px;
	width: 191px;
}

.rss2 {
	position:absolute;
	top:58px;
	right:10px;
	text-decoration:none;
	padding: 2px 0 0px 10px;
	width: 120px;
}
.rss:hover {color:#F00;}

/*********************************menu**********************************/
nav {
	background:#FFF;
	margin-bottom:20px;
	box-shadow: 0px 0px 3px #cdcdcc;
	-webkit-box-shadow: 0px 0px 3px #cdcdcc;
	-moz-box-shadow: 0px 0px 3px #cdcdcc;
}

.menu {
	padding:0; 
	width:100%;
}
.menu > li {
	float:left; 
	position:relative;
	padding:0;
	font-size:14px;
	line-height:1.214em;
}
.menu > li > a {
	display:block; 
	color:#565555; 
	text-align:center; 
	padding:18px 28px 19px 29px;
	background:#FFF;
}
.menu > li > a:hover, .menu > li > a.active, .menu > li.sfHover > a {color:#f4f5f0;}
.menu > li > a.active {background:#2d2d2d;}
.menu li:hover {visibility:	inherit; }

/******************************** submenu **************************************/
.menu ul {
	position:		absolute;
	padding:		12px 0 18px 34px;
	top:			-999em;
	width:			135px;
	background: 	url(../images/menu-bg.png) repeat 0 0;
	border-top:		2px solid #fdfdfd;
}

.menu li li {width:	100%; padding:0px 0 13px; background:none;}
.menu li li.last {padding-bottom:0;}
.menu li li a {
	display:inline-block;
	color:#565555;
	padding:		0 0 0 0px;
	text-align:		left;
}

.menu li:hover ul, .menu li.sfHover ul {
	left:			0px;
	top:			54px;
	z-index:		999;
}
ul.menu li:hover li ul, ul.menu li.sfHover li ul {
	top:			-999em;
}

.menu li li a:hover, .menu li li.sfHover > a {color:#ce4d4d;}

/******************************** submenu 2 **************************************/
ul.menu li li:hover ul, ul.menu li li.sfHover ul {
	left:			171px;
	top:			28px;
	z-index:		9999;
}
ul.menu li li:hover li ul, ul.menu li li.sfHover li ul {
	top:			-999em;
}


/*********************************slider**********************************/
.slider {
	overflow:hidden;
	width:643px;
	height:350px;
	position:relative;
	z-index:1;
	background:#000;
	float:left;
}
.items {
	display:none;
}

.pagination {
	position:absolute;
	right:14px;
	top:329px;
	z-index:999;
}
.pagination li {
	float:left;
	margin-left:3px;
}

.pagination li:first-child {margin-left:0;}

.pagination li a {
	display:block;
	width:11px;
	height:11px;
	text-indent:-5000px;
	background:url(../images/pagination.png) right bottom no-repeat;
}
.pagination li.current a, 
.pagination li a:hover {background-position:left bottom;}

.pagination li.current a {cursor:default;}

.slider-aside {
	width:225px;
	float:left;
	padding:28px 44px 0 38px;
}

/*********************************content*************************************/
#content {
	width:100%; 
	padding:15px 0 25px;
	position:relative;
	z-index:1;
	background:#f4f5f0;
}

#page1 #content {padding-top:26px;}
#page4 #content {padding-top:10px;}
#page5 #content {padding-top:10px;}
#page6 #content {padding-top:10px;}

h3 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:22px; 
	line-height:1.227em; 
	color:#424242;
	text-transform:uppercase;
	font-weight:normal;
}

h3 span {
	margin-top:-4px;
	display:inline-block;
}

.h3-pad {margin-bottom:20px;}

h4 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:15px;
	line-height:1.2em;
	color:#f4f5f0;
	text-transform:uppercase;
	font-weight:normal;
}

.h4-pad {margin-bottom:12px;}

h5 {color:#515050;}

.box {
	background:#FFF;
	position:relative;
	min-height:362px;
	border:1px solid #ecede8;
}

#page7 .box {min-height:309px;}

.box2 {
	background:#FFF;
	position:relative;
	min-height:332px;
	width:270px;
	border:1px solid #ecede8;
}

.box-inner {
	padding:20px 19px 21px;
	color:#838383;
}

.box-title {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	line-height:1.222em;
	color:#808080;
	text-transform:uppercase;
}

.box-title2 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:72px;
	line-height:1.208em;
	color:#575757;
	float:left;
	position:absolute;
	top:6px;
	left:17px;
}

.box-link {
	background:url(../images/link-bg.png) no-repeat 1px bottom;
	display:block;
	position:absolute;
	bottom:24px;
	left:-5px;
	padding-bottom:4px;
}

.box-link a {
	text-decoration:none;
	color:#FFF;
	background: #ce4d4d;
	text-align:center;	
	padding: 4px 19px 6px;
	display:block;
}

.box-link a:hover {background:#831b1b;}

.box-indent {padding:10px 0 0 40px;}
.box-indent2 {padding:10px 0 0 50px;}

.time-style {
	font-size:11px;
	line-height:1.272em;
	color:#fff;
	background:#2d2d2d;
	font-style:italic;
	display:inline-block;
	padding:4px 12px;
	margin-bottom:7px;
}

.button {
	display:inline-block; 
	padding:5px 19px;
	color:#fff; 
	background:#ce4d4d;
}
	
	.button:hover {background:#831b1b;}

.price {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:22px;
	line-height:1.227em;
	color:#ce4d4d;
	font-weight:bold;
	letter-spacing:-2px;
	padding-top:3px;
	display:inline-block;
}

.price2 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:20px;
	line-height:1.2em;
	color:#ce4d4d;
	font-weight:bold;
	letter-spacing:-2px;
	padding-top:3px;
	display:inline-block;
}


.list-1 {padding-top:2px;}

.list-1 li {
	font-size:12px;
	line-height:1.25em;
	padding:0px 0 9px 0px; 
}
.list-1 li.last {padding-bottom:0;}

	.list-1 li a {
		display:inline-block;
		color:#bcbdb9;
		background:url(../images/marker-2.gif) 0 5px no-repeat;
		padding-left:12px;
		-webkit-transition: all 0.1s ease;
		-moz-transition: all 0.1s ease;
		-o-transition: all 0.1s ease;
		transition: all 0.1s ease;
		
	}
		.list-1 li a:hover {
			color:#a64545;
			background-position: 3px 5px;
		}

.list-2 {padding-top:2px;}

.list-2 li {
	font-size:12px;
	line-height:1.25em;
	padding-bottom:9px;
}
.list-2 li.last {padding-bottom:0;}

	.list-2 li a {
		display:inline-block; 
		color:#bcbdb9;
		padding-left:23px; 
		background:url(../images/social-buttons.jpg) no-repeat left top;
		-webkit-transition: all 0.1s ease;
		-moz-transition: all 0.1s ease;
		-o-transition: all 0.1s ease;
		transition: all 0.1s ease;
	}
	.list-2 li a.item-2 {background-position:left -24px;}
	.list-2 li a.item-3 {background-position:left -48px;}
	.list-2 li a.item-4 {background-position:left -72px;}
	
		.list-2 li a:hover {color:#fff;}

.list-3 dt {
	background:url(../images/ico1.png) no-repeat left 0;
	padding:0 0 9px 30px;
}

.list-3 dt a {
	font-size:11px;
	line-height:1.272em;
	color:#ce4d4d;
	text-transform:uppercase;
	font-weight:bold;
	display:inline-block;
}

.list-4 li {padding-bottom:10px;}
.list-4 li.last {padding-bottom:0px;}

.list-4 li a {
	color:#f4f5f0;
	font-style:italic;
	background:url(../images/marker-3.gif) no-repeat 5px 4px;
	text-decoration:none;
	padding-left:17px;
}

.list-4 li a:hover {text-decoration:underline;}

.list-5 li {
	padding-bottom:10px;
	background:url(../images/marker-3.gif) no-repeat 0px 4px;
	padding-left:10px;
}
.list-5 li.last {padding-bottom:0px;}

.list-5 li a {
	color:#ce4d4d;
	font-style:italic;
	text-decoration:none;
}

.list-5 li a:hover {text-decoration:underline;}

.list-6 li {
	padding-bottom:10px;
	background:url(../images/marker-4.gif) no-repeat 0px 4px;
	padding-left:10px;
}
.list-6 li.last {padding-bottom:0px;}

.list-6 li a {
	color:#ce4d4d;
	font-style:italic;
	text-decoration:none;
}

.list-6 li a:hover {text-decoration:underline;}

.link:hover {text-decoration:underline;} 

.link-1 {color:#ce4d4d;}

.text-1 {line-height:16px;} 
.text-2 {
	font-size:11px; 
	line-height:1.272em; 
	color:#ce4d4d; 
	font-weight:bold;
	text-transform:uppercase;
}

.text-2 a {color:#ce4d4d;}

.text-3 {
	font-size:12px;
	line-height:1.25em;
	color:#898888;
}

.text-4 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	line-height:1.23em;
	color:#f4f5f0;
	margin-bottom:23px;
}

.text-5 {
	font-size:14px; 
	line-height:1.25em; 
	color:#ce4d4d; 
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:5px;
}

.banner-1 {
	background: url(../images/pic9.png) no-repeat 11px 62px #5e3737;
	width:100%;
	position:relative;
	min-height:186px;
}

.banner-title {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:24px;
	line-height:1.208em;
	color:#f4f5f0;
	text-transform:uppercase;
	position:absolute;
	top:22px;
	left:28px;
}

.banner-text {
	position:absolute;
	top:70px;
	left:158px;
	color:#979992;
}

.banner-1 .t1 {
	font-size:15px;
	line-height:1.2em;
}

.banner-1 .t2 {
	font-size:18px;
	line-height:1.5em;
}

.banner-indent {padding-left:23px;}

dl span {float:left; width:72px;}

/***** aside *****/

aside {
	padding:15px 0 20px;
	background:url(../images/aside-bg.gif) repeat-x center top #2d2d2d;
	width:100%;
}

/***** Contact form *****/
#contact-form {
	position:relative;
	vertical-align:top;
	width:100%;
	z-index:1;
	}
	#contact-form fieldset {
		border:none;
		padding:0;
		}			
			#contact-form label {
				display:block;
				min-height:50px;
			}
			#contact-form label.message {
				min-height:287px;
			}
			
			#contact-form input {
				width:408px;
				padding:8px 10px;
				margin:0;
				font-family:Arial, Helvetica, sans-serif;
				font-size:13px;
				line-height:1.23em;
				color:#515050; 
				border:1px solid #d8d8d6;
				background:none;
				outline:none;
			}
			#contact-form .area .error { float:none;}
			#contact-form textarea {
				height:250px;
				margin:0;
				width:528px;
				padding:8px 10px;
				margin:0;
				font-family:Arial, Helvetica, sans-serif;
				font-size:13px;
				line-height:1.23em;
				color:#515050; 
				border:1px solid #d8d8d6;
				background:none;
				overflow:auto;
				outline:none;
			}
			#contact-form a {cursor:pointer;}
				#contact-form .success {display:none; margin-bottom:20px;}
				#contact-form .error,
				#contact-form .empty {
					color:#f00;
					font-size:11px;
					line-height:2em;
					display:none;
					overflow:hidden;
				}
		.buttons-wrapper { padding:0 0px 0 0; text-align:right;}
		.buttons-wrapper a { margin-left:10px;}
		
/****************************footer************************/
footer {
	width:100%; 
	padding:15px 0 14px;
}

.footer-text {
	font-size:12px;
	line-height:1.25em;
	color:#bcbdb9;
}

/*----- forms -----*/

.form-wrapper {
	height:25px;
	position:relative;
	z-index:999;
}

form.jqtransformdone {
	padding-top:2px;
	font-size:12px;
	line-height:1.25em;
	color:#adadad;
}

#page3 form.jqtransformdone {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.23em;
	color:#515050;
}

.jqTransformTextarea div textarea {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.272em;
	vertical-align: middle;
	color:#b7b9bc;
	text-transform:uppercase;
	border:1px solid #231f20;
	background:#f2f2f2;
	margin: 0px;
	float:left;
	width:444px;
	height:107px;
	padding:8px 6px;
	outline:none;
	overflow: auto;
}

.sp1 {
	display:inline-block;
	margin-bottom:5px;
}

.w1 .jqTransformInputWrapper {width:82px !important;}
.w1 .jqTransformInputWrapper div input {width:82px !important;}
.w1 .jqTransformSelectWrapper {width:88px !important;}
.w1 .jqTransformSelectWrapper ul {width:97px !important;}
.w2 .jqTransformSelectWrapper {width:210px !important;}
.w2 .jqTransformSelectWrapper ul {width:219px !important;}
.w3 .jqTransformSelectWrapper {width:119px !important;}
.w3 .jqTransformSelectWrapper ul {width:128px !important;}
.w4 .jqTransformSelectWrapper {width:70px !important;}
.w4 .jqTransformSelectWrapper ul {width:79px !important;}
.w5 .jqTransformSelectWrapper {width:257px !important;}
.w5 .jqTransformSelectWrapper ul {width:266px !important;}
.w6 .jqTransformSelectWrapper {width:212px !important;}
.w6 .jqTransformSelectWrapper ul {width:221px !important;}
.w7 .jqTransformSelectWrapper {width:72px !important;}
.w7 .jqTransformSelectWrapper ul {width:81px !important;}
.w8 .jqTransformSelectWrapper {width:44px !important;}
.w8 .jqTransformSelectWrapper ul {width:53px !important;}
.w9 .jqTransformSelectWrapper {width:63px !important;}
.w9 .jqTransformSelectWrapper ul {width:72px !important;}

.pos {padding:3px 6px 0 5px;float:left;}
.pos2 {padding:3px 14px 0 0px;float:left;}
.pos3 {padding:3px 14px 0 0px;float:left;}
.pos4 {padding:3px 12px 0 15px;float:left;}

.submit-button {
	width:100%;
	background:#f4f5f0;
	color:#ce4d4d;
	text-align:center;
	padding:5px 0 6px;
	display:block;
	text-decoration:none;
}

.submit-button:hover {background:#FFF; color:#000;}

#page4 .submit-button {
	float:right;
	width:222px;
}

#page5 .submit-button {width:222px;}

.form-link {
	font-size:11px;
	line-height:1.272em;
}

#page4 .form-link {
	display:inline-block;
	margin-top:6px;
}

/* -------------
 * Inputs
 * ------------- */
.jqTransformInputWrapper {
	width:159px !important;
	position:relative;
	height: 15px;
	border:1px solid #757575;
	background:transparent;
	padding:2px 9px 4px;
	color:#818181;
}

.jqTransformInputInner {
	padding: 0px;
	margin: 0px;
}

.jqTransformInputInner div {
	margin:0px 0px 0px 0;
	overflow:hidden;
}

.jqTransformInputInner div input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.25em;
	vertical-align: middle;
	color:#b7b9bc;	
	border: none;
	padding: 0px 0px;
	margin: 0px;
	background:transparent;
	float:left;
	width:159px !important;
	outline:none;
}

/*hover*/
.jqTransformInputWrapper_hover{ background-position: left -25px ;}
.jqTransformInputWrapper_hover div.jqTransformInputInner{ background-position: right -25px ;}

/*focus*/
.jqTransformInputWrapper_focus{ background-position: left -50px ;}
.jqTransformInputWrapper_focus div.jqTransformInputInner{ background-position: right -50px ;}

/* -------------
 * Radios
 * ------------- */
.jqTransformRadioWrapper {margin:0px;}
.jqTransformRadio {
	background: transparent url(../images/radio.png) no-repeat center bottom;
	height: 15px;
	width: 15px;
	display:inline-block;
	margin:0px 5px 0 0;
}

/* -------------
 * Checkboxes
 * ------------- */
span.jqTransformCheckboxWrapper{
	display:block;float:left;
	margin-top:5px;
}
a.jqTransformCheckbox {
	background: transparent url(images/checkbox.gif) no-repeat center top;
	vertical-align: middle;
	height: 19px;
	width: 18px;
	display:block;
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
a.jqTransformChecked { background-position: center top;}


/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	width:100px !important;
	position:relative;
	height: 15px;
	border:1px solid #757575;
	background:transparent;
	padding:2px 3px 4px 6px;
	color:#818181;
}

#page3 .jqTransformSelectWrapper {border:1px solid #d8d8d6;}

.jqTransformSelectWrapper div span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.25em;
	vertical-align: middle;
	color:#6d6d6d;	
	float: none;
	position: absolute;
	white-space: nowrap;
	overflow: hidden;
	cursor:pointer;
	display:inline-block;
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 1px;
	top:1px;
	width: 17px;
	height: 17px;
	background: url(../images/marker-1.gif) no-repeat 5px 7px transparent;
	border:1px solid #757575;
}

#page3 .jqTransformSelectWrapper a.jqTransformSelectOpen {border:1px solid #d8d8d6;}

.jqTransformSelectWrapper ul {
	position: absolute;
	width: 43px;
	top: 23px;
	left: -1px;
	list-style: none;
	background-color: #2d2d2d;
	border: solid 1px #757575;
	display: none;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	z-index:10;
	width:277px !important;
}

.w3 .jqTransformSelectWrapper ul li:first-child a {cursor:default;}
.w3 .jqTransformSelectWrapper ul li:first-child a:hover {background-color:transparent !important;}
.w3 .jqTransformSelectWrapper ul li:first-child a.selected {background-color:transparent !important;}

.w4 .jqTransformSelectWrapper ul li:first-child a {cursor:default;}
.w4 .jqTransformSelectWrapper ul li:first-child a:hover {background-color:transparent !important;}
.w4 .jqTransformSelectWrapper ul li:first-child a.selected {background-color:transparent !important;}

.st1 .jqTransformSelectWrapper ul li:first-child a {cursor:default;}
.st1 .jqTransformSelectWrapper ul li:first-child a:hover {background:none;}
.st1 .jqTransformSelectWrapper ul li:first-child a.selected {background:none;}

#page3 .jqTransformSelectWrapper ul {
	border: solid 1px #d8d8d6;
	background-color:#f4f5f0;
}
#page3 .jqTransformSelectWrapper ul a {color:#2d2d2d;}

.jqTransformSelectWrapper ul a {
	display: block;
	padding: 3px 3px;
	text-decoration: none;
	color:#adadad;
	padding-left:10px;
}

.jqTransformSelectWrapper ul a.selected {
	background: #f7f7f7;
	color: #333;
	padding-left:10px;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background:#000;
	color: #fff;
}

#page3 .jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover { background:#2d2d2d; color:#FFF;}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}
