/* vietnamese */
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSo3Rep8ltA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSo3ROp8ltA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSo3Sup8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html{
	box-shadow: 0 0 200px rgba(20,65,20,.0) inset;
	transition: ease-in-out all .3s;
}
body{
	background: rgb(205,235,142);
background: -moz-linear-gradient(-45deg, rgba(205,235,142,1) 0%, rgba(165,201,86,1) 100%);
background: -webkit-linear-gradient(-45deg, rgba(205,235,142,1) 0%,rgba(165,201,86,1) 100%);
background: linear-gradient(135deg, rgba(205,235,142,1) 0%,rgba(165,201,86,1) 100%);

}

body, button, input, select, textarea
{
 font-family: Questrial;
 color: #222;
}

/* latin */
@font-face {
  font-family: 'Questrial';
  font-style: normal;
  font-weight: 400;
  src: local('Questrial'), local('Questrial-Regular'), url(../font/MYWJ4lYm5dbZ1UBuYox79FtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

h1
{
 font-size: 16px;
 font-weight: bold;
}

h2
{
 font-size: 14px;
 font-weight: bold;
}

h3
{
 font-size: 13px;
 text-decoration: underline;
}
.webtab img {
	border: 0px solid;
	box-shadow: -1px 6px 9px rgba(0,0,0,0.75);
	display: block;
	border-radius: 120px;
	background: white;
	padding: 9px;
    padding-bottom: 9px;
    padding-left: 9px;

	
}
#rahmen
{
/* 	width:980px;
 margin:0 auto;
 margin-top: 10px;
 margin-bottom: 20px;
	background-color:#fff;
	border: 1px solid #e6e6e6;
 padding: 0 10px 10px 10px;
 border-radius:5px;
 margin-top: 10px; */
 width: 88%;
margin: 0 auto;
margin-top: 10px;
margin-bottom: 20px;
background-color: #fff;
border: 1px solid #e6e6e6;
padding: 0 10px 10px 10px;
border-radius: 5px;
margin-top: 10px;
height: 100%;
max-width: 980px;
position: relative;
}

#rahmen:before, #rahmen:after
{
z-index: -1;
position: absolute;
content: "";
bottom: 13px;
left: 12px;
width: 49%;
top: 97%;
max-width: 300px;
background: rgba(0,0,0,0.75);
-webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.75);
-moz-box-shadow: 0 15px 10px rgba(0,0,0,0.75);
box-shadow: 0 15px 10px rgba(0,0,0,0.75);
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg);

}
#rahmen:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

#header_pic{
	width:100%;
	height: 100%;
	/* width="980" height="170" */
}

#languageSettings
{
 float: right;
 margin-top: 7px;
 margin-right: 7px;
 /*height temp, solange nicht mehrsprachig*/
 height: 5px;
}

#naviTop
{
	/* background:#c5d679 url("../../images/naviTop.png") repeat-x bottom; */	
	background:#8eb94d;
	height:50px;
	/* width:960px; */
	width: 98%;
	/*font-size:0.9em;*/
	border-radius:5px;
 margin-top: 10px;
 margin-left: 10px;
 
}
/* #naviTop ul#naviMenu
{
	padding:0px 5px 0px;
	margin:0px;
	list-style:none;
}

#naviTop ul#naviMenu li
{
	float:left;
	padding:0px;
	margin:0px;
}

#naviTop ul#naviMenu li a
{
	text-decoration:none;
	display:block;
	color:#fff;
	line-height:52px;
	padding:0px 20px 0px;
}

 */

/* ------responsiv NAV---------- */
body {margin:0;}

.naviMenuClass {
  overflow: hidden;
  background-color: #8eb94d;
  background: -moz-linear-gradient(top, rgba(142,185,77,1) 0%, rgba(119,150,63,0.85) 100%);
background: -webkit-linear-gradient(top, rgba(142,185,77,1) 0%,rgba(119,150,63,0.85) 100%);
background: linear-gradient(to bottom, rgba(142,185,77,1) 0%,rgba(119,150,63,0.85) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eb94d', endColorstr='#d977963f',GradientType=0 );
  z-index: 9999;
  border-radius:5px;
  box-shadow: 0px -1px 2px rgba(0,0,0,0.4) inset, 0px 6px 5px rgba(0,0,0,0.2);



}

.naviMenuClass a {
	float: left;
	position:relative;
	top:0px;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.75);
/*     -webkit-transition: all 0.7s; 
    transition: all 0.7s; */
	border:none;
}

.naviMenuClass a:hover {
/*   background-color: #ddd; */
	background: rgba(255,255,255,0.2);
	text-shadow: 0px 3px 3px rgba(0,0,0,0.75);
  /* top: -2px; */
    border-top: 0px solid rgba(255,255,255,.95);
    border-right: 0px solid rgba(255,255,255,.15);
    border-left: 0px solid rgba(0,0,0,.15);
}
}

.naviMenuClass a.icon {
  display: none;
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px
}

@media screen and (max-width: 911px) {
  .naviMenuClass div:not(:first-child) {display: none;}
  .naviMenuClass a.icon {
    float: right;
    display: block;
	background: transparent;
	text-decoration: none;
  }
}

@media screen and (max-width: 911px) {
  .naviMenuClass.responsive {position: relative;}
  .responsive a.icon {
/*     position: relative;
    right: 0;
    top: 0; */
	position: relative;
	top: -294px;
	right:0px;
	float:right;
	
  }
  .naviMenuClass.responsive div {
	z-index: 9999;
    float: left;
    display: block;
    text-align: left;
	width: 100%;
  }
  .naviMenuClass.responsive a {	
    text-align: left;
	width: 100%;
	/*background: rgba(255,255,255,0.1);
	 box-shadow: 0px 0xp 2px rgba(0,0,0,0.2) inset; */
	margin-left: 30px;
  }

}
.naviMenuClass .currentPage a
{
	background:transparent  url("") no-repeat 43px top;
	color:yellow;
	z-index:9998;
	text-shadow: 0px 3px 3px rgba(0,0,0,0.75);
	top: 0px;
	
}
.naviMenuClas a:not(.currentPage)a:hover
{
 color:yellow;
}
.currentPage a
{
background: rgba(255,255,255,0.2);
background: -moz-linear-gradient(left,  rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.61) 47%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(left,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.61) 47%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.61) 47%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );


	color:#FFFF00;
	z-index:9998;
	text-shadow: 0px 3px 3px rgba(0,0,0,0.75);
	top: -2px;	
	width:70%;
	text-align:left;
}


/* -------------------- */
#suchBox
{
 float: right;
 margin-top: 14px;
 margin-right: 15px;
 background: white;
 padding: 5px;
 padding-top:10px;
 border-radius: 0px 0px 10px 10px;
 border: 1px solid;
 border-top: none;
 position: relative;
top: -13px;
box-shadow: 0px 8px 4px -2px rgba(0,0,0,0.2) inset;
 
}

#suchfeld { 
	width:120px; 
	border-radius: 0 0 0 6px;
}

#content
{
 clear: both;
 margin: 10px;
}

#breadCrumb { height: 20px; margin-left: 10px; padding-top: 3px; }

#contentLeft
{
 width: 88%;
 padding-left: 10px;
 float: left;
}

#contentRight
{
 float: right;
 width: 100%;
}


.gotoPage
{
 background-image:	url("../../images/desktop/pfeil.png");
	background-repeat:no-repeat;
	background-position:0 30%;
	padding-left:12px;
 margin-left: 2px;
}

#moreInfoBox
{
 width: 220px;
 height: 450px;
 border: 2px solid gray;
 margin: 0px auto;
 margin-bottom: 10px;
 border-radius: 8px;
}

#moreInfoBox ul
{
 list-style-type:none;
 /*erst zurücksetzen*/
 margin: 0;
 padding: 0;
}

#aktuellDiv
{
/*  width: 595px;
 float: left;
 padding-left: 20px; */
 width: 88%;
float: left;
padding-left: 20px;
}

.hpInfoBoxDiv
{
 float: right;
 width: 93%;
 margin-right: 20px;
 margin-top: 20px;
 border: 2px solid #8eb94d;
}

#hpInfoBoxDivStartseite { 
	width: 94%;
	float: left;
	margin: auto auto 1em 1em;


 }

.hpInfoBoxDiv h3
{
 background-color: #8eb94d;
 color: white;
 margin-top: 0;
 padding: 5px;
 text-decoration: none;
 font-size: 14px;
}

.hpInfoBoxDiv h4
{
 margin-top: 5px;
 color: #8eb94d;
 border-bottom: 2px solid #d2d4d5;
 padding-bottom: 2px;
}

.hpInfoBoxContentStartseite { padding: 0 10px 10px 10px; }
.hpInfoBoxContentStartseite ul { padding-left: 20px; }
.hpInfoBoxContent { padding: 0 0px 10px 0px; }

.box
{
/*  height: 195px;
 width: 195px; */
padding: 10px;
margin: 25px 10px 10px 10px;
border: 1px solid #e6e6e6;
float: left;
border-radius: 8px;
min-width: 12em;
max-height: 19em;

}

.box a { color: #000; text-decoration:none; }
.box:hover { border: 1px solid #8eb94d; }
.box h5 { margin-top: 5px; font-size: 13px; }

#teaser1, #teaser2, #teaser3, #teaser4 { position: relative; }

.boxPic
{
 height: 48px;
 position: relative;
 right: 20px;
 top: -30px;
 width: 48px;
}
/* ----------fancybox-anpassung----------- */
.screenshots 
{
display: table-cell;

padding: 5px;
background: rgba(180,200,25,.0);
transform:scale(1);
transition:ease-in-out all .3s;
z-index:1000;
}
.screenshots:hover 
{
display: table-cell;

transform:scale(1.05);
background: rgba(180,200,25,.45);

}
.screenshots img
{
border-radius: 3px;
border: 1px solid rgba(0,0,0,.2);
box-shadow: 0 7px 4px -4px rgba(0,0,0,.3);
overflow: hidden;

}
.underScreenshots{
	position:relative;
	top:20px;
	margin: 0px 0%;
	
}

#fancybox-content {

    width: 0;
    height: 0;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: 0 solid #fff;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
    padding: 0;
	border-width:0px;
	width:100%;
	height:auto;
}
#fancybox-outer {

    position: relative;
    width: 100%;
    height: 100%;
    background: transparent;

}

.scroll-downs {
  position: fixed;
  top: 2%;
  right: 2%;
/*   bottom: 0;
  left: 0; */
  margin: auto;
  
  width :34px;
  height: 55px;
  z-index:9999;
  color:white;
  text-align:center;
  font-size: 11px !important;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.95;
  box-sizing: content-box;
  background: rgba(255,255,255,.3);
  
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}
/* ----------fancybox-anpassung-ende---------- */
#teaser1 .boxPic { background:url("../../images/desktop/prodi48.png") no-repeat; }
#teaser2 .boxPic { background:url("../../images/desktop/nutriguide48.png") no-repeat; }
#teaser3 .boxPic { background:url("../../images/desktop/nutribase48.png") no-repeat; }
#teaser4 .boxPic { background:url("../../images/desktop/nutriselect48.png") no-repeat; }

/* ------kontakfomular-------- */

/* .divCenter
{
 width: 80%;
 display: block;
 margin:0px auto;
 text-align: center;

}
 */
.divCenter
{
width: 66%;
margin: 0px auto;
    margin-bottom: 0px;
text-align: center;
margin-bottom: 10px;
height: 100%;
overflow: auto;

}
.formColLeft {
    height: 30px;
    margin: 0;   
    margin-right: 1em;
	width: 70px;
    padding-left: 5px;
    float: left;
    text-align: left;
}	
.formColRight {
    height: 30px;
    display: block;
    float: left;
    margin: 0;
    text-align: left;
    width: 53%;
	overflow:hidden;
}	
/* .formRow input:first-child {
width: 50px;
} */	
#titel,#vorname,#nachname,#email   {
width: 88%;
}

#SendButton{
	position:relative;
	float:right;
	
	
}

/* ------kontakfomular-ende------- */

.btlike{
	display:block;
	float:left;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5), 0px 2px 5px rgba(0,0,0,0.5) inset;
	width: 130px;
	height: 120px;
	margin:5px;
	padding: 5px;
	border-radius: 3px;
	position:relative;
	top:0px;
	left: 16%;
	transition: all ease-in-out 0.25s;
	-webkit-transition: all ease-in-out 0.25s;
}
.btlike:hover{

	box-shadow: 0px 5px 18px -8px rgba(0,0,0,0.5), 0px 0px 5px -5px rgba(0,0,0,0.5) inset;

	top: -5px;
	padding: 5px;


}
#emailRemove{
	width:66%;
	
}

#footer
{
 background-color: #e6e6e6;
/*  height: 150px; */
 margin: 20px;
 overflow: auto;
 min-height: 13em;
}

/* 
#footerBoxA { margin-left: 20px; width: 140px; }
#footerBoxB { width: 190px; }
#footerBoxC { width: 160px; }
#footerBoxD { width: 160px; }
#footerBoxE { width: 160px; } 
*/

.footerBox
{
float: left;
padding: 10px;
width: 123px;
background: #e6e6e6;
height: 123px;
}

.footerBox h5
{
 color: grey;
 font-size: 12px;
 font-weight: bold;
 margin-top: 10px;
 margin-bottom: 10px;
}

.footerBox a
{
 text-decoration: none;
 color: grey;
}

.footerBox a:hover { text-decoration: underline; }

#anmSchulungForm .formColLeft, #testversionForm .formColLeft { width: 150px; }
#anmSchulungForm .formColRight, #testversionForm .formColRight { width: 250px; }
#anmSchulungForm .inputDefault, #testversionForm .inputDefault { width: 250px; }
#anmSchulungForm .inputPLZ, #testversionForm .inputPLZ { width: 50px; }

/*  #anmSchulungForm .formColLeft, #testversionForm .formColLeft { width: 97%; }
#anmSchulungForm .formColRight, #testversionForm .formColRight { width: 97%; }
#anmSchulungForm .inputDefault, #testversionForm .inputDefault { width: 97%; }
#anmSchulungForm .inputPLZ, #testversionForm .inputPLZ { width: 50px; }
 */
#anmSchulungForm .inputDefault{
	
	height: 15px;
display: block;
float: left;
margin: 0;
text-align: left;
width: 62%;
overflow: hidden;

}
#anmSchulungForm .formColRight, #testversionForm .formColRight{
	width: 20em;
	
}
/* Konfigurator-Gedöns */
#konf_left
{
 width: 100%;
}

#konf_vorschaubox
{
 position: fixed;
 width: 180px;
 height: 500px;
 /*left: wird dynamisch per JS gesetzt (zwecks unterschiedlicher Auslösungen)*/
 top: 310px;
 background-color: #e5e5e5;
 padding: 15px;
 border-radius: 8px;
 background: -moz-linear-gradient(top, #c7c7c7, #fbf4f4);
 background: -webkit-linear-gradient(top, #e6e6e6, #fbf4f4);
 background: -o-linear-gradient(#e6e6e6, #fbf4f4);
 background: linear-gradient(top, #e6e6e6, #fbf4f4);
}

#konf_vorschaubox h3
{
 color:#7e7c7c;
 margin-top: 5px;
 margin-bottom: 5px;
 padding-bottom: 3px;
 border-bottom: 1px solid #7e7c7c;
}

.teamviewIcon{
	position: relative;
	width: 214px;
	height: 60px;
	margin: auto;
	display: block;	
}

.qr-code{
	display:none;
	
}
h2{
	color: rgba(0,0,0,0.6);
}

.bthr{
	border: 1px dashed  white ;
	
}

.kontakTab{
	display: none;
	float: left;
	min-width: 100%;
	border-top: 1px solid rgba(0,0,0,0.2);

}
.kontakTabMob{
	display: block;
	float: left;
	min-width: 100%;
	border-top: 1px solid rgba(0,0,0,0.2);

}

.screenshots 
{
display: block;
width: 43%;
background: transparent;
float: left;
margin: 0px 7px;
}



@media print
{
 * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
 a, a:visited { text-decoration: underline; }
 /*a[href]:after { content: " (" attr(href) ")"; }*/
 abbr[title]:after { content: " (" attr(title) ")"; }
 .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
 pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
 thead { display: table-header-group; } /* h5bp.com/t */
 tr, img { page-break-inside: avoid; }
 img { max-width: 100% !important; }
 @page { margin: 0.5cm; }
 p, h2, h3 { orphans: 3; widows: 3; }
 h2, h3 { page-break-after: avoid; }

 #naviTop, #breadCrumb, #footer, #contentRight, #konf_vorschaubox {
		display:none;
 }
}
/* --------neu------------- */
 #portfolio{
	z-index:0;
	
 } 
 #portfolio a{
	text-decoration:none;
	color:black;
	
 }
  .img-cont{
	margin-right: auto;
	margin-left: 0px;
	display: block;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	overflow:hidden;
 }
 .img-cont img{
	 display:block;
	max-width: 100%;
	transform:scale(1);
	transform:rotate(0deg);
	transition: ease-in-out all 5s;
 }
 #teaser1,#teaser2,#teaser3,#teaser4{
	box-shadow:0 0 0px rgba(0,0,0,0);
	background-color: #f6f6f6;
	min-height:400px;
	max-height:400px;
	transition: ease-in-out all .3s;
	
 }
 #teaser1:hover,#teaser2:hover,#teaser3:hover,#teaser4:hover{
	box-shadow:0 0 8px rgba(0,0,0,.65);
	
 }
 #teaser1:hover .img-cont img,#teaser2:hover .img-cont img,#teaser3:hover .img-cont img,#teaser4:hover .img-cont img {
	transform:scale(2) rotate(5deg);
	filter:contrast(200%);
  }
  
  .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  } 
  .thumbnail p{
    padding: 10px;
	white-space: normal; 	
	text-justify: auto;

  }
  .container-fluid {
    padding: 0px 20px;
  }
  .bg-grey {
    background-color: #f6f6f6;
  }
 .flagg{
	margin:1px;
	margin-top:-20px;
	display: inline-block;
	float: right;
	box-shadow:0 0 0px rgba(0,0,0,0);	
	transform:scale(1.0);
	transition:ease-in-out all .3s;
 }
 .flagg img{
	
	box-shadow:0 0 0px rgba(0,0,0,0);	
	transform:scale(1.0);
	transition:ease-in-out all .3s;
 }
 .flagg img:hover{
	box-shadow:0 0 2px rgba(0,0,0,.3);
	transform:scale(1.1);
 }
 .pCenter {

    text-align: center;
    margin-bottom: 0px !important;
     /* position: absolute;  */
    position: relative;
    bottom: 0px;
    right: 0px;


}
 
 @media all and (max-width: 980px) {
	#teaser1,#teaser2,#teaser3,#teaser4{
	box-shadow:0 0 0px rgba(0,0,0,0);
	transition:ease-in-out all .3s;
	background-color: #f6f6f6;
	min-height:450px;
	max-height:480px;
	font-size:9pt;
 }
 #konf_vorschaubox
	{
	 position: static;
	 width: 100%;
	 height: 500px; 
	 /*left: wird dynamisch per JS gesetzt (zwecks unterschiedlicher Auslösungen)*/
	 top: 450px;
	 background-color: #e5e5e5;
	 padding: 15px;
	 border-radius: 8px;
	 background: -moz-linear-gradient(top, #c7c7c7, #fbf4f4);
	 background: -webkit-linear-gradient(top, #e6e6e6, #fbf4f4);
	 background: -o-linear-gradient(#e6e6e6, #fbf4f4);
	 background: linear-gradient(top, #e6e6e6, #fbf4f4);
	}
} 
 @media all and (min-width: 601px) {
	.col-xs-12{
	width:50%;
	font-size:9pt;
 }
	 
} 
 @media all and (max-width: 550px) {
	.table {
		font-size: 7pt;
		font-family: Questrial, Arial, Helvetica, sans-serif;
		overflow: hidden;
		padding-left: 0px;
		margin-left: 0px;
		margin:auto;
		position: relative;
		background: white;
		margin-left: -6vw;
	}
	#konf_vorschaubox
	{
	 position: static;
	 width: 100%;
	 height: 500px;
	 /*left: wird dynamisch per JS gesetzt (zwecks unterschiedlicher Auslösungen)*/
	 top: 310px;
	 background-color: #e5e5e5;
	 padding: 15px;
	 border-radius: 8px;
	 background: -moz-linear-gradient(top, #c7c7c7, #fbf4f4);
	 background: -webkit-linear-gradient(top, #e6e6e6, #fbf4f4);
	 background: -o-linear-gradient(#e6e6e6, #fbf4f4);
	 background: linear-gradient(top, #e6e6e6, #fbf4f4);
	}
	#testversionForm{
	border:0px solid rgba(0,0,0,0)  !important;		
	}
	

}
	 .circles{
		display:none;
	}