/********************************************************************************
****************RESET********************/
body								{ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body, html						{ margin:0; padding:0; }
ul, li 							{ margin: 0; padding:0; }
ul li								{ list-style: none; }
a,li, h1, h2, h3, h4,h5, h6		{ -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear;
								transition: all 0.3s linear; font-size: 1em; }
#menuMain li:hover,
#menuMain li.selected,
#menuServ li:hover,
#menuServ li.selected,
#menuFooter li:hover,
#menuFooter li.selected	{ -webkit-transition: all 0s linear; -moz-transition: all 0s linear; -ms-transition: all 0s linear; -o-transition: all 0s linear; transition: all 0s linear; }
body						{ font-family:initial; }
h1, h2, h3, h4, h5, h6	{ margin:0; padding:0; line-height:1; font-size: 1em;}
img						{ max-width: none !important; }

.textContent .entry-content { word-break:normal!important; -moz-hyphens: inherit !important; -webkit-hyphens: inherit !important; hyphens: inherit !important; }
.textContent .entry-content ul 	{ margin:20px; }
.textContent .entry-content ul li	{ list-style:initial; margin:10px 20px; }
/*******************************************************************************
****************************************/
#loading	{ position:fixed; top:0; z-index:9999; width:100%; height:100%; background:url('../images/loading.gif') no-repeat center center #fff;  }
