/*reset styles
.row {
  margin: auto;
}*/

div.col-sm-12 ul, li {
   /* list-style: disc;
   /* padding: 1em;*/
}

div.page_text ul{
	padding-right:2ex;
}
div.page_text li{
	/*list-style: disc;*/
	padding:0px;
}

div.tabDocumentation ul,li {
	/*list-style:disc;*/	
	margin-left:10px;
}




section { 
    margin: 20px 0;
	/*padding-left: 100px;*/
}

section ul li {
	 float: left;
	 height: 126px;
	 text-transform: uppercase;
    color: steelblue;
    width: 120px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
	 list-style: none;
}

section li:nth-child(even) {  
    color: #ededed;
    width: 6%;
    font-size: 2.5em;
    height: 63px;
    margin-top: 31.5px;
    line-height: 63px;
}

section span {
 	padding: 15px 0;
	 font-size: 5em;
    display: block;
    color: steelblue;
    transition: all .2s ease-in-out;
}

section li:hover {
	color: #6FA8FF;
}

section li:hover span{
    transform: translateY(-10px);
	color:#6FA8FF;
}

.p {
  text-align: center;
  margin-top: 120px;
}
@font-face {
	font-family: 'icomoon';
	src:url('icon_font/fonts/icomoon.eot?-5gstub');
	src:url('icon_font/fonts/icomoon.eot?#iefix-5gstub') format('embedded-opentype'),
		url('icon_font/fonts/icomoon.woff?-5gstub') format('woff'),
		url('icon_font/fonts/icomoon.ttf?-5gstub') format('truetype'),
		url('icon_font/fonts/icomoon.svg?-5gstub#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
	content: "\e601";
}
.icon-newspaper:before {
	content: "\e602";
}
.icon-paint-format:before {
	content: "\e603";
}
.icon-image:before {
	content: "\e604";
}
.icon-file:before {
	content: "\e605";
}
.icon-profile:before {
	content: "\e606";
}
.icon-file2:before {
	content: "\e607";
}
.icon-file3:before {
	content: "\e608";
}
.icon-copy:before {
	content: "\e600";
}
.icon-copy2:before {
	content: "\e609";
}
.icon-copy3:before {
	content: "\e60a";
}
.icon-stack:before {
	content: "\e60b";
}
.icon-notebook:before {
	content: "\e60c";
}
.icon-map:before {
	content: "\e60d";
}
.icon-stats:before {
	content: "\e60e";
}
.icon-bars:before {
	content: "\e60f";
}
.icon-bars2:before {
	content: "\e610";
}
.icon-dribbble:before {
	content: "\e611";
}
.icon-dribbble2:before {
	content: "\e612";
}
.icon-stackoverflow:before {
	content: "\e613";
}
.icon-libreoffice:before {
	content: "\e614";
}
.icon-file-powerpoint:before {
	content: "\e615";
}
.icon-file-xml:before {
	content: "\e616";
}
.icon-file-css:before {
	content: "\e617";
}
.icon-statistics:before {
	content: "\e618";
}
.icon-pie:before {
	content: "\e619";
}
.icon-bars3:before {
	content: "\e61a";
}
.icon-graph:before {
	content: "\e61b";
}
.icon-flag-english{
 background:url('images/flags/flag_unki.gif') no-repeat center center; 
 background-size: 120% 80%;
}
.icon-flag-chinese{
 background:url('images/flags/flag_chin.gif') no-repeat center center; 
 background-size: 120% 80%;
}