/*
  Theme Name: Genenexus - Responsive Corporate HTML5 Template
  Author: Kevinwoo
  Author URI: http://www.booom.net

*/
==========================================================================*/
/* Font Include */
@import url(http://fonts.useso.com/css?family=Lato:400,300,700,900);
@import url(http://fonts.useso.com/css?family=Coustard:400,900);

/* Normalization */
body{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1;
    background: #fff;
    font-size: 13px;
}  
h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
    line-height: .8;
    font-weight: 700;
    color: #404040;
	font-family:Microsoft YaHei;
}
p{
    font-size: 16px;
    font-weight: 300;
    color: #979797;
    line-height: 1.625;
    font-weight: 300;
    margin: 0;
	font-family:Microsoft YaHei;
}
p img
{
	width:80px;
	
	}
	li img
{
	width:16px;
	
	}
	

	
	li span { font-size:18px; padding-left:10px; font-family:Microsoft YaHei; }
ul,ol{
    margin: 0;
    padding: 0;
    list-style: none;
}
a, a:hover,a:focus{
    display: inline-block;
    outline: none;
    text-decoration: none;
}
a:focus{
    color: #de3c2f;
}
a{
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}
/************** Commmon Content Style ********************/
.commonSection{
    padding: 116px 0 118px;
    position: relative;
    background: #FFF;
}
img{
    width: 100%;
    height: auto;
}
.commonTittle{
    font-size: 47px;
    text-transform: capitalize;
    padding-bottom: 35px;
}
.commonTittle span{
    font-weight: 300;
    text-transform: capitalize;
    display: inline-block;
    padding-left: 8px;
}
.commonTittle.white{
    color: #fff;
}
.subTittle{
    font-size: 20px;
    line-height: 0.9;
    margin-bottom: 55px;
}

/**************** Margin and Padding Set ***********************/
.noMarginLeft{
    margin-left: 0px !important;
}
.noPadding{
    padding: 0 !important;
}
.noMarginRight{
    margin-right: 0 !important;
}