body
{
	margin:0;
	padding:52px 0 0 0;
	font-family: 'Source Sans Pro',Arial,sans-serif;
	font-weight: normal;
	font-size:14px;
    color:#2E2C2A;
	text-align: left;
    min-width: 1020px;
    position: relative;
    background: #fff;
}

:focus, input::-moz-focus-inner, button::-moz-focus-inner, select::-moz-focus-inner 
{
    border: 0 none;
    outline: medium none;
    padding: 0;
}

textarea
{
    resize:none;
}

img
{
	border:0;
}

a,a:hover
{
    text-decoration: none;
}

h1,h2,h3
{
    margin: 0;
    padding: 0;
}

:focus
{
	outline:none;
	border:0;
}

.pointer
{
    cursor:pointer;
}

.clear
{
	clear: both;
}

.centrat
{
    width: 1000px;
    margin: 0 auto;
}

.third
{
    float: left;
    width: 33%;
    margin-left: 0.5%;
}

.third:first-child
{
    margin-left: 0;
}

.half
{
    float: left;
    width: 50%;
}

.last
{
    margin-left: 0;
    float:right;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

h1>span
{
    font-weight: bold;
}

/**** Header ****/
.header
{
    background: #2E2C2A;
    position: fixed;
    top: 0;
    left: 0;
    z-index:99999;
    width: 100%;
    height: 52px;
}

.header .logo
{
	float: left;
}

.header ul.menu
{
	float: left;
	padding: 26px 0 0 20px;
}

.header ul.menu>li
{
	display: inline-table;
	padding: 0 10px;
}

.header ul.menu>li>a
{
	color: #ACABAB;
	font-size: 16px;
	font-weight: bold;
	display: inline-table;
	padding: 0 0 6px 0;
}

.header ul.menu>li>a:hover,
.header ul.menu>li>a.activ
{
	color: #F5F0EB;
	border-bottom: 4px solid #F5F0EB;
}

.header ul.social-menu
{
	float: right;
	padding: 6px 0 0 0;
}

.header ul.social-menu>li
{
	display: inline-table;
	background: #2E2C2A;
	border-radius: 50%;
	padding: 7px;
	margin: 0 0 0 -10px;
}

.header ul.social-menu>li>a
{
	display: inline-table;
	font-size: 0;
	white-space: nowrap;
	border: 2px solid #fff;
	border-radius: 50%;
	padding: 5px;
}

.header ul.social-menu>li>a:hover
{
	border-color: #00a13c;
}

.header ul.social-menu>li>a>span
{
	background: #fff;
	display: block;
	width: 26px;
	height: 26px;
}

.header ul.social-menu>li>a:hover>span,
.header ul.social-menu>li>a>span:hover
{
	background: #00a13c;
}
/**** home ***/
.home
{
	background: #00a13c;
	padding: 40px 0 0 0;
}

.home-map
{
	white-space: nowrap;
	font-size: 0px;
}

/**** Benefits ****/
.benefits
{
	background: #41474C;
	padding: 40px 0 40px 0;
}

.benefits h1
{
	font-size: 35px;
	text-align: center;
	font-weight: bold;
	padding: 0 0 50px 0;
	color: #fff;
}

.benefits .third
{
    position: relative;
    white-space: nowrap;
    font-size: 0;
}

.benefits .third img
{
	float: right;
	margin: 0 0 0 10px;
	width: 60px;
}

.benefits .third h2
{
    white-space: normal;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	float: left;
	width: 245px;
	text-align: right;
	padding: 15px 10px 15px 0;
	border-right: 1px solid #80878C;
}

.benefits .third p
{
    white-space: normal;
	color: #80878C;
	font-size: 14px;
	line-height: 18px;
	float: left;
	width: 245px;
	text-align: right;
	padding: 0 10px 5px 0;
	border-right: 1px solid #80878C;
}

.benefits .third a
{
    white-space: normal;
    float: right;
    display: inline-block;
	text-align: left;
    margin-right:74px;
	padding: 15px 10px 5px 0;
	border-right: 1px solid #80878C;
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}

.benefits .third a:hover
{
    text-decoration: none;
}

.benefits .quote
{
	padding: 70px 0 30px 0;
}

/**** Footer ****/
.footer
{
	background: #212121;
}

.footer-line1
{
	padding: 35px 0;
	background: #2d2d2d;
}

.footer-line1 h2
{
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    text-align: left;
    padding: 0 300px 5px 0;
}

.footer-line1 h2 span
{
    font-weight: bold;
}

.footer-line1 p
{
    padding-right: 300px;
    color: #80878c;
    font-size: 16px;
}

.footer-line1 a.btn
{
    float: right;
    display: inline-block;
    padding: 0 22px 0 62px;
    line-height: 50px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    background: #00a13c url(../img/touch.png) no-repeat left center;
    border-radius:10px;
}

.footer-line1 a.btn:hover
{
    background-color: #00762c;
}

.footer-line2
{
	padding: 25px 0;
	background: #212121;
	color: #555;
}

.footer-line2 a
{
	color: #fff;
}

.footer-line2 a span
{
	color: #00a13c;
}

.footer-line2 .last
{
    text-align: right;
}

.about-us
{
    padding: 35px 0;
    background: #00a13c;
}

.about-us img
{
    float: left;
}

.about-us .right
{
    float: right;
    width: 500px;
}

.about-us h1
{
    font-weight: normal;
    font-size: 30px;
    color: #fff;
    margin: 0;
    padding: 20px 0 30px 0;
}

.about-us p
{
    padding: 10px 0;    
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.benefit
{
    padding: 35px 0;
    background: #41474c;
}

.benefit img
{
    float: right;
}

.benefit .left
{
    float: left;
    width: 800px;
}

.benefit h2
{
    font-weight: normal;
    font-size: 30px;
    color: #fff;
    margin: 0;
    padding: 0 0 20px 0;
}

.benefit p
{  
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.bf2
{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.bf2 img
{
    float: left;
}

.bf2 .right
{
    padding-top: 20px;
    float: right;
    width: 800px;
}

.bf3 .left
{
    padding-top: 20px;
}

.expertize
{
    padding: 35px 0;
    background: #00a13c;
}

.expertize img
{
    float: left;
}

.expertize .right
{
    float: right;
    width: 500px;
}

.expertize h1
{
    font-weight: normal;
    font-size: 30px;
    color: #fff;
    margin: 0;
    padding: 20px 0 20px 0;
}

.expertize p
{
    padding: 10px 0;    
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.expertize .exp
{
    background: url(../img/exp.png) no-repeat center top;
    height: 40px;
    margin: 30px 0 0 0;
}

.expertize-skill
{
    padding: 35px 0;
    background: #41474c;
}

.expertize-skill>.centrat>p
{
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    padding: 0 0 30px 0;
}

.expertize-skill .expi
{
    width: 495px;
}

.expertize-skill .expi>div
{
    background: #fff;
    margin: 0 0 10px 0;
    padding: 12px 15px;
}

.expertize-skill .expi>div>h2
{
    color: #00a13c;
    font-size: 21px;
    padding: 0 0 8px 0;
}

.expertize-skill .expi>div>p
{
    color: #444;
    font-size: 16px;
}


.projects
{
    padding: 35px 0;
    background: #00a13c;
}

.projects h1
{
    font-weight: normal;
    font-size: 30px;
    color: #fff;
    margin: 0;
    padding: 10px 0 0 0;
    text-align: center;
}

.projects .exp
{
    background: url(../img/exp.png) no-repeat center top;
    height: 40px;
    margin: 30px 0 0 0;
}

.projects .proj
{
    width: 490px;
}

.projects .proj>div
{
    margin: 0 0 20px 0;
}

.projects .proj>div>h2
{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 0 0 6px 0;
}

.projects .proj>div>a
{
    font-size: 14px;
    color: #111;
    text-decoration: underline;
}

.projects .proj>div>a:hover
{
    text-decoration: none;
}

.projects .proj>div>p
{
    color: #eee;
    font-size: 14px;
    line-height: 18px;
}

.projects-cover
{
    padding: 35px 0;
    background: #41474c;
}

.projects-cover h2
{
    font-size: 25px;
    color: #fff;
    text-align: center;
    padding: 0 0 30px 0;
}

.projects-cover p
{
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    padding: 30px 0 0 0;
}

.projects-cover ul
{
    width: 100%;
    list-style-type: none;
}

.projects-cover ul>li
{
    width: 33%;
    display: inline-block;
}

.projects-cover ul>li>a
{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 100px;
    margin: 0 0 3px 0;
    background: rgba(255,255,255,0.2);
}

.projects-cover ul>li>a:hover
{
    background: rgba(255,255,255,0.4);
}

.contact
{
    padding: 35px 0;
    background: #00a13c;
}

.contact h1
{
    font-weight: normal;
    font-size: 30px;
    color: #fff;
    margin: 0;
    padding: 10px 0 0 0;
    text-align: center;
}

.contact .exp
{
    background: url(../img/exp.png) no-repeat center top;
    height: 40px;
    margin: 30px 0 0 0;
}

.contact>div>.right
{
    width: 200px;
}

.contact>div>.right h2
{
    padding: 0 0 5px 0;
    color: #111;
    font-size: 16px;
    font-weight: bold;
}

.contact>div>.right p
{
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}

.contact>div>.right a
{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.contact>div>.right a:hover
{
    text-decoration: none;
}

.contact>div>.left
{
    width: 700px;
}

.contact>div>.left h2
{
    color: #fff;
    font-size: 16px;
    padding: 0 0 5px 0;
}

.contact>div>.left input[type=text]
{
    width: 290px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #888;
    padding: 0 10px;
    font-family: 'Source Sans Pro',Arial,sans-serif;
	font-weight: normal;
	font-size:14px;
    color:#2E2C2A;
    margin: 0 0 15px 0;
    border-radius:5px;
    background: #fff;
}

.contact>div>.left textarea
{
    width: 678px;
    height: 60px;
    line-height: 16px;
    border: 1px solid #888;
    padding: 0 10px;
    font-family: 'Source Sans Pro',Arial,sans-serif;
	font-weight: normal;
	font-size:14px;
    color:#2E2C2A;
    margin: 0 0 15px 0;
    resize:vertical;
    border-radius:5px;
    background: #fff;
}

.contact>div>.left input[type=text]:focus,
.contact>div>.left textarea:focus
{
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3) inset;
}

.contact>div>.left input[type=submit]
{
    line-height: 40px;
    border: 0;
    padding: 0 15px;
    font-family: 'Source Sans Pro',Arial,sans-serif;
	font-weight: normal;
	font-size:15px;
    color:#fff;
    margin: 0 0 15px 0;
    border-radius:5px;
    cursor: pointer;
    background: #2e2c2a;
}

.contact>div>.left input[type=submit]:hover
{
    background: #4d4d4d;
}

.contact>div>.left span
{
    font-size: 16px;
    color: #fff;
    padding: 0 0 0 20px;
}

.contactc
{
    padding: 35px 0 0 0;
    background: #41474c;
}

.contactc h2
{
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding: 0 0 35px 0;
}