@font-face {
	font-family: 'chinese';
	src:  url('../fonts/chinese.eot');
	src:  url('../fonts/chinese.eot?#iefix') format('embedded-opentype'), url('../fonts/chinese.ttf') format('truetype'), url('../fonts/chinese.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'web_serveroff';
	src:  url('../fonts/web_serveroff.eot');
	src:  url('../fonts/web_serveroff.eot?#iefix') format('embedded-opentype'), url('../fonts/web_serveroff.ttf') format('truetype'), url('../fonts/web_serveroff.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*                                                   RESET
__________________________________________________________
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*                                                  GLOBAL 
__________________________________________________________
*/
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.hide {
	display: none;
}
.tcenter {
    text-align: justify;
}
.show {
	display: block;
}
/*                                                  LAYOUT 
__________________________________________________________
*/


#home {
	background:url("../images/bg01.jpg") no-repeat scroll center top transparent;
	background-size: 100% 100%;
	width:100%;
	min-height: 990px;
	position:relative;
	height:100%;
}
#about {
	background:url("../images/bg02.jpg") no-repeat scroll center top transparent;
	background-size: 100% 100%;	
	width:100%;
	min-height: 990px;
	overflow:hidden;
}
#service {
	background:url("../images/bg03.jpg") no-repeat scroll center top transparent;
	background-size: 100% 100%;
	width:100%;
	min-height: 990px;
	overflow:hidden;
}
#customers {
	background:url("../images/bg04.jpg") no-repeat scroll center top transparent;
	background-size: 100% 100%;
	width:100%;
	min-height: 990px;
}
#jobs {
	background:url("../images/bg05.jpg") no-repeat scroll center top transparent;
	width:100%;
	min-height:990px;
}
#jobs .center {
	height: 990px;
}
#contact {
	background: url("../images/bg06.jpg") no-repeat scroll center top transparent;
	width:100%;
	min-height: 990px;
}
.center {
	height: 790px;
	margin: 0 auto;
	position: relative;
	width: 1020px;
}
/*                                              TYPOGRAPHY 
__________________________________________________________
*/
h1 {
	font-family: 'chinese';
	background: url(../images/bg-h1.png) no-repeat;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	width: 320px;
	padding: 128px 0 53px;
	color: white;
	margin:auto;
	font-size: 34px;
	font-weight: normal;
}
h1 span {
	-moz-transform: rotate(4deg);
	-o-transform: rotate(4deg);
	-webkit-transform: rotate(4deg);
	float: left;
	text-align: center;
	width: 100%;
}
h1 span {
}
h2 {
}
#contact h2 {
	color: #FFFFFF;
	font-family: 'chinese';
	font-size: 36px;    text-shadow: 2px 2px 2px #000000;
	font-weight: normal;
	text-transform: uppercase;
}
#about h2 {
	font-family:'chinese';
	font-size:20px;
	color:#538ea1;
	padding: 15px 0;
	text-align:center;
	text-transform: uppercase;
}
p {
	font: 12px Arial;
	color: #3d3d3d;
	line-height: 1.4;
	padding: 5px 0 8px;
	text-align: justify;
}
label {
	color: #FFFFFF;
	float: left;
	font-family: 'chinese';
	font-size: 34px;
	margin: 20px 0 0;
	text-transform: uppercase;
	width: 100%;
}
input[type="submit"] {
	background: none repeat scroll 0 0 #DD5F5B;
	border: medium none;
	color: #FFFFFF;
	float: right;
	font-family: 'chinese';
	font-size: 45px;
	left: 347px;
	position: absolute;
	text-transform: uppercase;
	top: 556px;
	cursor:pointer
}

input[type="text"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    clear: both;
    color: #6C9DBB;
    float: left;
    font-family: 'chinese';
    font-size: 32px;
    padding: 9px 5px 5px;
    position: relative;
    top: -2px;
    width: 430px;
}
input[type="email"] {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 0 none;
	clear: both;
	color: #6C9DBB;
	float: left;
	font-family: 'chinese';
    font-size: 32px;
    padding: 9px 5px 5px;
	position: relative;
	text-transform: uppercase;
	top: -2px;
	width: 430px;
}
textarea {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 0 none;
	clear: both;
	color: #6C9DBB;
	float: left;
	font-family: 'chinese';
    font-size: 32px;
    padding: 9px 5px 5px;
	height:200px;
	position: relative;
	text-transform: uppercase;
	top: -2px;
	width: 430px;
}
/*                                                   LINKS
__________________________________________________________
*/
a {
	color: #ff3300;
	text-decoration: none;
	outline: none;
	font-weight: normal;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
strong {
	font-weight: bold;
}
/*                                              TOP MENU
__________________________________________________________
*/
header {
	background: url("../images/header-menu.png") no-repeat scroll center -10px transparent;
	height: 140px;
	margin: auto;
	position: fixed;
	width: 100%;
	z-index: 998;
}
header nav {
	width: 1020px;
	margin: auto;
}
header nav h1 {
    background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
    float: left;
    font-size: 0;
    height: 47px;
    left: 60px;
    padding: 0;
    position: relative;
    top: 20px;
    width: 300px;
}

.logo {
}
header nav ul {
	float: right;
	position: relative;
	top: 25px;
}
header nav li {
	float:left;
}
header nav li a {
	font-family: web_serveroff;
	color: #000000;
	padding: 0px 16px;
	font-size: 17px;
}
/*                                                   HOME
__________________________________________________________
*/
.user {
	background: url("../images/user.png") no-repeat scroll 0 0 transparent;
	height: 274px;
	left: 50px;
	position: absolute;
	top: 250px;
	width: 236px;
}
.card {
	background: url("../images/card.png") no-repeat scroll 0 0 transparent;
	height: 144px;
	left: -115px;
	position: absolute;
	width: 110px;
	z-index:3;
}
.parallaxDivs {
	position:absolute;
	height:100%;
	width:300px;
}
.tablet {
	background: url("../images/tablet.png") no-repeat scroll 0 0 transparent;
	height: 191px;
	position: absolute;
	right: 0;
	top: 0;
	width: 156px;
}
.cloud-01 {
	background: url("../images/cloud-01.png") no-repeat scroll 0 0 transparent;
	height: 222px;
	left: -110px;
	position: absolute;
	top: 515px;
	width: 530px;
	z-index: 2;
}
.cloud-02 {
	background: url("../images/cloud-02.png") no-repeat scroll 0 0 transparent;
	height: 135px;
	position: absolute;
	right: 600px;
	top: 110px;
	width: 344px;
	z-index: 2;
}
.cloud-03 {
	background: url("../images/cloud-03.png") no-repeat scroll 0 0 transparent;
	height: 202px;
	position: absolute;
	right: -10px;
	top: 560px;
	width: 514px;
	z-index: 2;
}
.text {
    background: url("../images/text.png") no-repeat scroll 0 0 transparent;
    font-size: 0;
    height: 596px;
    left: 290px;
    position: absolute;
    top: 185px;
    width: 560px;
    z-index: 1;
}
.home-ul {
	height: 150px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 740px;
	width: 820px;
	z-index: 888;
}
.home-ul li {
	color: #DD3B61;
	float: left;
	font-family: chinese;
	font-size: 22px;
	margin: 0 35px;
	padding: 100px 0 0;
	text-align: center;
}
.home-01 {
	background: url("../images/sprite-home.png") no-repeat scroll -23px -30px transparent;
	width: 150px;
}
.home-02 {
	background: url("../images/sprite-home.png") no-repeat scroll -235px -37px transparent;
	width: 140px;
}
.home-03 {
	background: url("../images/sprite-home.png") no-repeat scroll -430px -30px transparent;
	width: 140px;
}
.home-04 {
	background: url("../images/sprite-home.png") no-repeat scroll -643px -30px transparent;
	padding: 100px 15px 0 !important;
	width: 80px;
}
.home-01 span {
	font-size: 28px;
}
.home-02 span {
	font-size: 32px;
}
.home-03 span {
	font-size: 32px;
}
.home-04 span {
	font-size: 25px;
}
/*                                                   ABOUT
__________________________________________________________
*/



.text-about {
    padding: 25px 0 8px;
}
.equipe {
	float: left;
	padding: 0px 1px;
	position:relative;
	z-index:1
}
.equipe li {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 2px solid #DFDFDF;
	border-radius: 4px 4px 4px 4px;
	float: left;
	margin: 10px 16px 9px 17px;
	padding: 2px 1px;
	position: relative;
	z-index: 999;
}
.bird {
	background: url("../images/bird.png") no-repeat scroll 0 0 transparent;
	height: 100px;
	left: -30px;
	position: absolute;
	top: 20px;
	width: 88px;
}
.computer {
	background: url("../images/computer.png") no-repeat scroll 0 0 transparent;
	height: 119px;
	left: -133px;
	position: absolute;
	top: 200px;
	width: 110px;
}
.wwww {
	background: url("../images/www.png") no-repeat scroll 0 0 transparent;
	height: 64px;
	position: absolute;
	right: -60px;
	top: 60px;
	width: 68px;
	z-index: 2;
}
.mail {
	background: url("../images/mail.png") no-repeat scroll 0 0 transparent;
	height: 96px;
	position: absolute;
	right: -150px;
	top: 200px;
	width: 85px;
	z-index: 2;
}
/*                                                    SERVICE
__________________________________________________________
*/


.cloud-service-01 {
	background: url("../images/cloud-portfolio-big.png") no-repeat scroll 0 -9px transparent;
	height: 226px;
	left: -100px;
	position: absolute;
	top: -15px;
	width: 103px;
}
.cloud-service-02 {
	background: url("../images/cloud-portfolio.png") no-repeat scroll 0 0 transparent;
	height: 220px;
	left: 50px;
	position: absolute;
	top: -20px;
	width: 103px;
}
.cloud-service-03 {
	background: url("../images/cloud-portfolio.png") no-repeat scroll 0 0 transparent;
	height: 210px;
	position: absolute;
	right: 50px;
	top: -5px;
	width: 103px;
}
.cloud-service-04 {
	background: url("../images/cloud-portfolio-big.png") no-repeat scroll 0 0 transparent;
	height: 226px;
	position: absolute;
	right: -100px;
	top: -40px;
	width: 103px;
}
.content-about {
}
.content-about h1 {
	background: none repeat scroll 0 0 transparent;
	color:#3D3D3D;
	padding: 0 0 10px;
	width:auto;
	text-align: left;
}
.content-about p {
}
/*                                                    CUSTOMERS
__________________________________________________________
*/
.carousel ul {
	position:absolute;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
.no-js .carousel ul {
	position:static;
}
.carousel .mask {
	position:relative;
	overflow:hidden;
}
.carousel ul li {
	float: left;
	height: 180px;
	margin: 10px 40px;
	outline: 1px solid #000000;
	width: 220px;
}
.carousel .next {
	position: absolute;
	top: 390px;
	right:0;
	height: 247px;
	font-size:0px;
	cursor:pointer;
	width: 63px;
	background: url(../images/next.png) no-repeat;
}
.carousel .prev {
	background: url("../images/prev.png") no-repeat scroll 0 0 transparent;
	color: #FCFCFC;
	height: 247px;
	position: absolute;
	top: 390px;
	font-size:0px;
	cursor:pointer;
	width: 63px;
}
.carousel .disabled {
	color:gray;
	cursor:default;
}
#my-carousel-3 .mask {
	margin: 130px auto;
	width: 930px;
}
.pagination-links {
	display:none
}
/*                                                    JOBS
__________________________________________________________
*/
.computer-jobs {
    background: url("../images/bg-jobs.png") no-repeat scroll 0 0 transparent;
    bottom: 0;
    height: 704px;
    left: 25px;
    position: absolute;
    width: 984px;
    z-index: 888;
}
#my-carousel-1 {
    height: 424px;
    left: 173px;
    position: relative;
    top: 130px;
    width: 675px;
}
.carousel-j ul {
	position:absolute;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
.no-js .carousel-j ul {
	position:static;
}
.carousel-j .mask {
	position:relative;
	overflow:hidden;
}

.carousel-j ul li {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    height: 424px;
    width: 675px;
}
.carousel-j .next {
	background: url("../images/next-j.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	font-size: 0;
	height: 247px;
	position: absolute;
	right: -130px;
	top: 60px;
	z-index:997;
	width: 63px;
}
.carousel-j .prev {
	background: url("../images/prev-j.png") no-repeat scroll 0 0 transparent;
	color: #FCFCFC;
	cursor: pointer;
	font-size: 0;
	height: 247px;
	left: -130px;
	position: absolute;
	top: 60px;
	z-index:997;
	width: 63px;
}
.carousel-j .disabled {
	color:gray;
	cursor:default;
}
#my-carousel-3 .mask {
	margin: 130px auto;
	width: 930px;
}
/*                                                    CONTACT
__________________________________________________________
*/

.form {
	background: none repeat scroll 0 0 #4C687D;
	float: left;
	padding: 20px;
	position:relative;
	top:60px;
	width: 435px;
}
.location {
	background: none repeat scroll 0 0 #90C1E2;
	float: right;
	padding: 20px;
	position: relative;
	right: 10px;
	top: 60px;
	width: 435px;
}
.location p {
	font-family: 'chinese';
	font-size:18px;
	color: #4b687d;
	line-height:1
}
.redesocial {
	float: left;
	height: 53px;
	left: -2px;
	position: relative;
	top: 9px;
	width: 100%;
}
.redesocial li {
	float: left;
	margin-right: 6px;
}
.redesocial li a {
	font-size: 0;
	padding: 25px;
}
.redesocial li a.fb {
	background: url("../images/socialmedia.png") no-repeat scroll 14px 5px #DD5F5B;
}
.redesocial li a.tw {
	background: url("../images/socialmedia.png") no-repeat scroll -53px 5px #DD5F5B;
}
.animateTest {
	border: 11px solid #FFB16C;
	border-radius: 20px 20px 20px 20px;
	padding: 20px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: .2s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: 1s;
	-moz-animation-delay: .2s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: 1s;
	-ms-animation-delay: .2s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	-o-animation-duration: 1s;
	-o-animation-delay: .2s;
	-o-animation-timing-function: ease;
	-o-animation-fill-mode: both;
	animation-duration: 1s;
	animation-delay: .2s;
	animation-timing-function: ease;
	animation-fill-mode: both;
	background:#fff;
}
#animateTest p {
	margin: 0;
}

#animateList .first {
    font-size: 15px;
    font-weight: bold;
    left: -13px;
    list-style: none outside none;
    margin: 0 0 14px;
    position: relative;
}
#animateList li {
    color: #3D3D3D;
    font: 12px/1.4 Arial;
    list-style: disc outside none;
}
#animateList ul {
    float: left;
    margin: 0 31px;
}
#animateList div {
    display: inline-block;
}





