@charset "utf-8";

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
	outline-style: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*
*	Note : font-face styles
*/

/* font faces */

@font-face {
    font-family: 'OswaldLight';
    src: url('../ff/oswald-light.eot');
    src: url('../ff/oswald-light.eot') format('embedded-opentype'),
         url('../ff/oswald-light.woff') format('woff'),
         url('../ff/oswald-light.ttf') format('truetype'),
         url('../ff/oswald-light.svg#OswaldLight') format('svg');
}

@font-face {
    font-family: 'OswaldRegular';
    src: url('../ff/oswald-regular.eot');
    src: url('../ff/oswald-regular.eot') format('embedded-opentype'),
         url('../ff/oswald-regular.woff') format('woff'),
         url('../ff/oswald-regular.ttf') format('truetype'),
         url('../ff/oswald-regular.svg#OswaldRegular') format('svg');
}

/* Note: for chrome better ff display */

.chrome body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke: 1px transparent;
	-webkit-text-stroke-width: 0.6px;
}

.oswaldLight {
	font-family: 'OswaldLight';	
}
.oswaldRegular, strong {
	font-family: 'OswaldRegular';	
	font-weight: normal;
}

/*
*	Note: for chrome better ff display
*/

.chrome body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke: 1px transparent;
	-webkit-text-stroke-width: 0.6px;
}

/*
*	Note: main page elements
*/

body {
	background: #f9f9f9;
	font-family: 'OswaldLight';	
	font-size: 15px;
	color: #000;
}
.central {
	width: 986px;
	margin: 0 auto;
}
section > h2, .central > h2 {
	font-weight: normal;
}

/* Note: page links */

a {
	color: #000;	
	text-decoration: none;
}
a:hover {
	color: #f79726;	
}
a.orange {
	color: #f79726;	
	text-decoration: none;
}
a.orange:hover {
	color: #000;	
}
.button {
	display: inline-block;
	background: url(../../images/button-bg.png) 100% 0;
	height: 53px;
	color: #fff;
	line-height: 53px;
	padding: 0 23px 0 0;	
	font-size: 17px;
	text-transform: uppercase;
	
	transition: all 100ms ease-in-out;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	
}
.button:hover {
	color: #fff;
	opacity: 0.8;	
}
.button span {
	content: "";
	display: inline-block;
	background: url(../../images/button-bg.png) 0 0;
	padding: 0 23px;
	height: 53px;
}


/* Note: page header styles */

header {
	height: 76px;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;	
	z-index: 100;	
}
header .central {
	overflow: hidden;	
}
header h1 {
	float: left;	
	margin: 16px 0 0;
	padding: 0;
}
header h1 a {
	text-indent: -9999px;
	display: inline-block;	
	background: url(../../images/logo.png) no-repeat;
	height: 46px;
	width: 262px;
}
header nav {
	float:left;
	margin-top: 25px;	
	margin-left: 160px;
}
header nav a {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 30px;	
}
header nav a.selected {
	color: #f79726;		
}

.lang {
    float: right;
    margin-top: 0;
    position: relative;
    bottom: 0;
}

/*  Note: main page */

#main {
	margin-top: 76px;
	position: relative;
	height: 780px;
	background-image: url(../../pics/bg-main.jpg);
	
	background-size: cover;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	
	background-repeat: no-repeat;
}
#main .title {
	font-size: 44px;
	line-height: 47px;
	text-align: right;	
	display: block;
	padding-top: 100px;
}
#main .info-box {
	color: #fff;
	display: block;
	position: absolute;
	width: 998px;
	height: 172px;
	margin-left: -556px;
	left: 50%;	
	bottom: 82px;
	padding: 50px 62px;
	
	background-image: url(../../images/bg-info-box.png);
	
	background-size: cover;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	
	background-repeat: no-repeat;	
}
#main .info-box .solution {
	font-size: 22px;
	display: block;
}
#main .info-box .topic {
	font-size: 42px;
	display: block;
	margin: 19px 0;
}
#main .info-box .phone {
	float: right;
	background: url(../../images/ico-phone.png) 0 50% no-repeat;
	padding: 0 0 0 25px;
	font-size: 22px;
	color: #fff;	
}
#main .info-box .line {
	height: 2px;
	clear: both;
	background: #fff;
	font-size: 0;
	display: block;
}
#main .info-box .button  {
	float: right;
	clear: both;	
	margin-top: 18px;
}
#main .scroll-down {
	font-size: 14px;
	text-align: center;
	color: #fff;
	
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -70px;
	width: 140px;
	padding: 0 0 22px;
	
	background: url(../../images/ico-arrow-down.png) 50% 30px no-repeat;
	
	transition: all 100ms ease-in-out;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;	
}
#main .scroll-down:hover {
	opacity: 0.8;
	bottom: 10px;	
}

#about {
	color: #000;
	background-color: #fff;	
	padding: 0 0 70px;
}
#about .intro {
	border-bottom: 1px solid #e0e0e0;
	padding: 60px 0 30px;
	overflow: hidden;	
}
#about .intro h2 {
	font-size: 21px;
	margin: 0;
	font-weight: normal;	
}
#about .intro .button {
	float: right;
	margin: 0;	
}
.grid {
	overflow: hidden;
}
.grid .element {
	float: left;	
	position: relative;
	height: 245px;
	width: 328px;
	border-bottom: 1px solid #e0e0e0;
}
.grid .element:first-child .bl, .grid .element:first-child .tl, .grid .element:nth-child(3n+1) .tl, .grid .element:nth-child(3n+1) .bl {
	display: none;	
}
.grid .element .bl {
	position: absolute;	
	bottom: 0;
	left: 0;
	height: 15px;
	width: 15px;
	border-left: 1px solid #e0e0e0;
}
.grid .element .tl {
	position: absolute;	
	top: 0;
	left: 0;
	height: 15px;
	width: 15px;
	border-left: 1px solid #e0e0e0;
}
.grid .element figure {
	display: block;
	background-repeat: no-repeat;
	background-position: 2px 0;	
	margin-top: 45px;
	height: 80px;
}
.grid .element figure.ico-1 {
	background-image: url(../../images/about-ico-1.png);	
}
.grid .element figure.ico-2 {
	background-image: url(../../images/about-ico-2.png);	
}
.grid .element figure.ico-3 {
	background-image: url(../../images/about-ico-3.png);	
}
.grid .element figure.ico-4 {
	background-image: url(../../images/about-ico-4.png);	
}
.grid .element figure.ico-5 {
	background-image: url(../../images/about-ico-5.png);	
}
.grid .element figure.ico-6 {
	background-image: url(../../images/about-ico-6.png);	
}
#about .grid .element figure.ico-7 {
	background-image: url(../../images/about-ico-7.png);	
}
.grid .element figure.ico-8 {
	background-image: url(../../images/about-ico-8.png);	
}
.grid .element figure.ico-9 {
	background-image: url(../../images/about-ico-9.png);	
}
.grid .element .desc {
	font-size: 18px;
	padding: 10px 40px 0 3px;
	display: block;
}


#help {
	padding: 10px 0 60px;	
}
#help .intro {
	overflow: hidden;	
	padding: 40px 0;
	border-bottom: 1px solid #e0e0e0;
}
#help .intro h2 {
	margin: 0;
	display: block;	
	font-size: 24px;
	font-weight: normal;
	padding: 20px 325px 65px 0;
}
#help .intro figure {
	float: right;
	width: 267px;
	height: 163px;
	background: url(../../images/about-visual.png) no-repeat;	
}
#help .intro .desc {
	float: left;
	width: 47%;
	margin-right: 3%;
	font-size: 18px;
	clear: both;	
}
#help .intro .desc:last-child {
	width: 50%;
	margin-right: 0;
	clear: none;
}
#help h2 {
	margin: 50px 0 20px;	
}
#help .metodologies {
	overflow: hidden;	
}
#help .metodologies .type {
	float: left;
	width: 328px;	
}
#help .metodologies .type .logo {
	display: block;
	height: 90px;
	background-position: 2px 50%;
	background-repeat: no-repeat;	
}
#help .metodologies .type .logo.agile {
	background-image: url(../../images/logo-agile.png);	
}
#help .metodologies .type .logo.prince {
	background-image: url(../../images/logo-prince.png);	
}
#help .metodologies .type .logo.impa {
	background-image: url(../../images/logo-ipma.png);	
}
#help .metodologies .type .description {
	font-size: 17px;
	padding: 10px 40px 25px 3px;	
}


#quality {
	color: #fff;
	padding: 10px 0 60px;
	background-image: url(../../pics/bg-quality.jpg);
	
	background-size: cover;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	
	background-repeat: no-repeat;	
}
#quality .intro {
	border-bottom: 1px solid #6b53a1;
	padding: 60px 0 30px;
	overflow: hidden;	
}
#quality .intro h2 {
	font-size: 21px;
	margin: 0;
	font-weight: normal;	
}
#quality .intro .button {
	float: right;
	margin: 0;	
}
#quality .grid .element  {
	border-bottom: 1px solid #6b53a1;	
}
#quality .grid .element figure {
	height: 70px;	
}
#quality .tl, #quality .bl, #quality .line {
	border-left: 1px solid #6b53a1;		
}
#quality .grid .element figure.ico-1 {
	background-image: url(../../images/quality-ico-1.png);	
}
#quality .grid .element figure.ico-2 {
	background-image: url(../../images/quality-ico-2.png);	
}
#quality .grid .element figure.ico-3 {
	background-image: url(../../images/quality-ico-3.png);	
}
#quality .grid .element figure.ico-4 {
	background-image: url(../../images/quality-ico-4.png);	
}
#quality .grid .element figure.ico-5 {
	background-image: url(../../images/quality-ico-5.png);	
}
#quality .grid .element figure.ico-6 {
	background-image: url(../../images/quality-ico-6.png);	
}


#projects {
	background: #fff;
	padding: 20px 0;	
}
#projects .introduction {
	position: relative;
	border-bottom: 1px solid #e0e0e0;	
	padding: 30px 0;
	margin: 0 0 35px;
}
#projects .introduction figure {
	position: relative;
	margin-right: -38px;
	float: right;	
	width: 482px;
	height: 258px;
	background: url(../../images/projects-visual.jpg) 0 0 no-repeat;
}
#projects .introduction h2 {
	font-weight: normal;
	font-size: 24px;
	line-height: 32px;	
}
#projects .introduction p {
	padding: 30px 0 0;
	margin: 0;
	font-size: 19px;	
}
#projects .slider {
	position: relative;
	border-bottom: 1px solid #e0e0e0;	
	min-height: 540px;
}
#projects .slider .arrow {
	position: absolute;
	width: 22px;
	height: 41px;
	margin-top: -20px;
	top: 37%;
	text-indent: -9999px;	
	
	transition: all 100ms ease-in-out;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;	
}
#projects .slider .arrow:hover {
	opacity: 0.6;	
}
#projects .slider .arrow.left {
	left: -60px;
	background: url(../../images/slider-arrow-left.png) no-repeat;	
}
#projects .slider .arrow.right {
	right: -60px;
	background: url(../../images/slider-arrow-right.png) no-repeat;	
}
#projects .slider .slides {
	overflow: hidden;	
}
#projects .slider .slides .clients {
	position: relative;	
	overflow: hidden;	
}
#projects .slider .slides .clients .client {
	width: 299px;
	margin-right: 30px;	
	float: left;
}
#projects .slider .slides .clients .client figure {
	display: block;
	height: 100px;	
}
#projects .slider .slides .clients .client h3 {
	font-size: 19px;
	font-family: 'OswaldRegular';
	font-weight: normal;	
	margin: 0;	
}
#projects .slider .slides .clients .client .url {
	color: #f79726;	
	font-size: 16px;
	display: block;
}
#projects .slider .slides .clients .client .url:hover {
	text-decoration: underline;	
}
#projects .slider .slides .clients .client ul {
	margin: 0;
	padding: 15px 0 0;	
}
#projects .slider .slides .clients .client ul li {
	border-bottom: 1px solid #e0e0e0;
	font-size: 17px;
	padding: 5px 0 5px 14px;
	background: url(../../images/list-dot.png) 0 16px no-repeat;	
	list-style: none;
}
#projects .slider .buttons {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 65px;	
}
#projects .slider .buttons a {
	display: inline-block;
	background: url(../../images/slider-triggers.png) 100% 0 no-repeat;	
	text-indent: -9999px;
	width: 10px;
	height: 10px;
}
#projects .slider .buttons .selected {
	background: url(../../images/slider-triggers.png) 0 0 no-repeat;		
}
#projects .also {
	font-size: 22px;
	padding: 20px 0;	
}


#contact {
	padding: 50px 0;	
}
#contact .introduction {
	position: relative;
	border-bottom: 1px solid #e0e0e0;	
}
#contact .introduction h2 {
	font-size: 23px;
	font-weight: normal;
	margin: 34px 0;	
}
#contact .introduction figure {
	width: 235px;
	height: 150px;
	background: url(../../images/contact-visual.png) 0 0 no-repeat;	
	position: absolute;
	top: -32px;
	right: 40px;
}
#contact .logo {
	background: url(../../images/contact-logo.png) no-repeat;
	display: inline-block;
	text-indent: -9999px;
	width: 198px;
	height: 35px;
	margin: 30px 0;	
}
#contact .details {
	overflow: hidden;
	font-size: 17px;	
	line-height: 22px;
}
#contact .details .place {
	float: left;
	width: 350px;	
}
#contact .details .phone {
	float: left;
	width: 350px;	
}
#contact .details .button {
	float: right;	
}
#contact .map {
	border: 1px solid #c8c5be;
	background: url(../../images/contact-map.png) no-repeat;
	height: 359px;
	margin: 60px 0 30px;	
}

/* Note: contact form popup */

.contact-form {
	background: url(../../images/bg-contact-form.png);
	width: 100%;
	height: 100%;
	position: fixed;	
	top: 0;
	left: 0;
	display: none;
}
.contact-form .popup {
	background: #fff;
	position: absolute;
	width: 982px;	
	height: 396px;
	margin-left: -491px;
	margin-top: -198px;
	left: 50%;
	top: 50%;
	border: 2px solid #f59b30;	
	padding: 20px 55px;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.contact-form input[type=text] {
	font-family: 'OswaldLight';	
	font-size: 19px;
	color: #000;
	width: 100%;
	
	padding: 5px 10px;
	margin: 0 0 16px;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
.contact-form textarea {
	font-family: 'OswaldLight';	
	font-size: 19px;
	color: #000;
	width: 100%;
	height: 180px;
	
	padding: 5px 10px;
	margin: 0 0 36px;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	
	resize: none;	
}
.contact-form .popup label {
	color: #777777;	
	font-size: 19px;
	padding: 6px 0 10px;
	display: block;
}
.contact-form .popup .left {
	float: left;	
	width: 220px;
}
.contact-form .popup .message {
	margin-left: 270px;	
}
.contact-form .close {
	position: absolute;
	text-indent: -9999px;
	width: 13px;
	height: 13px;
	top: 20px;
	right: 20px;
	background: url(../../images/ico-close.png) no-repeat;	
}
.contact-form .submit {
	text-align: right;	
}
.contact-form .button {
	border: 0 none;
	width: 120px;	
}

/* Note: page element */

.bottom-lines {
	display: block;
	height: 15px;	
	overflow: hidden;
}
.bottom-lines.bl {
	border-bottom: 1px solid #e0e0e0;	
}
.bottom-lines .line {
	border-left: 1px solid #e0e0e0;
	width: 327px;	
	height: 15px;
	float: left;
}
.bottom-lines .line:first-child {
	margin-left: 328px;	
}


footer {
	background: #fff;
	text-align: center;	
	margin: 0 0 50px;
}
footer nav {
	border-bottom: 1px solid #e0e0e0;
	height: 60px;	
}
footer nav a {
	display: inline-block;
	font-size: 15px;
	margin: 0 13px;	
	line-height: 60px;
}
footer .copy {
	font-size: 13px;
	padding: 28px 0;
	display: block;
	margin: 0 auto;	
}
footer .logo {
	display: inline-block;
	width: 133px;
	height: 22px;
	background: url(../../images/footer-logo.png) 0 0 no-repeat;
	text-indent: -9999px;	
}



/* Note : other page styles */


.relative {
	position: relative;	
}
.oh {
	overflow: hidden;	
}
.cb {
	clear: both;	
}
.dn {
	display: none;	
}
.db {
	display: block;	
}
.dib {
	display: inline-block;	
}
.nb {
	border: 0 none;	
}
.fleft {
	float: left;	
}
.fright {
	float: right;	
}
.strong {
	font-weight: bold;	
}
.fs16 {
	font-size: 16px;	
}
.toggle {
    display: none;
}
header nav {
    transition: all 1s ease;
}

@media screen and (max-width: 699px) {
	section#container {
		width: 100%;
	}
nav {
	display: none;
}
.toggle {
    display: block;
    position: absolute;
    right: 5%;
    top: 19%;
    font-size: 27px;
}
.active {
    display: block;
    position: absolute;
    left: 0;
    height: 240px;
    top: 51px;
    width: 208px;
    background: black;
}
.central {
    width: 100%;
}
header nav {
    margin-top: 25px;
    margin-left: 0;
    float: none;
    background: grey;
}
nav.active a {
    display: block;
    padding-left: 0px;
    margin-left: 21px;
	margin-top: 13px;
	color: white;
}
.lang {
    float: right;
    margin-top: 0;
    position: absolute;
    bottom: 20px;
}
header nav {    
    display: block;
    position: absolute;
    left: -208px;
    height: 240px;
    top: 51px;
    width: 208px;
    background: black;
}
header nav a {
	display: block;
    padding-left: 0px;
    margin-left: 21px;
	margin-top: 13px;
	color: white;
}
#main {
    width: 100%;
    margin-top: 76px;
    position: relative;
    height: 478px;
    background-image: url(../../pics/bg-main.jpg);
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    background-repeat: no-repeat;
}
#main .title {
    font-size: 18px;
    line-height: 47px;
    text-align: right;
    display: block;
    padding-top: 0px;
    width: 100%;
}
#main .info-box {
    color: #fff;
    display: block;
    position: absolute;
    width: 100%;
    height: 267px;
    top: 202px;
    margin-left: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    /* background-image: url(../../images/bg-info-box.png); */
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-repeat: no-repeat;
    /* background-position-x: -523px; */
    background: rgba(221,147,52,1);
    background: -moz-linear-gradient(left, rgba(221,147,52,1) 0%, rgba(53,22,125,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(221,147,52,1)), color-stop(100%, rgba(53,22,125,1)));
    background: -webkit-linear-gradient(left, rgba(221,147,52,1) 0%, rgba(53,22,125,1) 100%);
    background: -o-linear-gradient(left, rgba(221,147,52,1) 0%, rgba(53,22,125,1) 100%);
    background: -ms-linear-gradient(left, rgba(221,147,52,1) 0%, rgba(53,22,125,1) 100%);
    background: linear-gradient(to right, rgba(221,147,52,1) 0%, rgba(53,22,125,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd9334', endColorstr='#35167d', GradientType=1 );
}
#main .info-box .phone {
    float: left;
    background: url(../../images/ico-phone.png) 0 50% no-repeat;
    padding: 0;
    font-size: 22px;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    background-position-x: 40px;
    margin-bottom: 20px;
}
#main .info-box .solution {
    font-size: 17px;
    display: block;
    width: 100%;
    text-align: center;
}
#main .info-box .button {
    float: right;
    clear: both;
    margin-top: 18px;
    display: none;
}
#main .info-box .topic {
    font-size: 30px;
    display: block;
    margin: 19px 0;
    text-align: center;
}
#main .scroll-down {
    font-size: 14px;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 15px;
    top: 416px;
    left: 50%;
    margin-left: -70px;
    width: 140px;
    padding: 0 0 22px;
    background: url(../../images/ico-arrow-down.png) 50% 30px no-repeat;
    transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
}
#about .intro {
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 14px 40px 20px;
    overflow: hidden;
    display: block;
    position: relative;
}
#about .intro .button {
    float: none;
    margin: 0;    
    bottom: 0;
}
.button {	
		text-align: center;
		/* display: inline-block; */
		background: none;
		height: 53px;
		color: #fff;
		line-height: 53px;
		/* padding: 0 23px 0 0; */
		font-size: 17px;
		text-transform: uppercase;
		transition: all 100ms ease-in-out;
		-webkit-transition: all 100ms ease-in-out;
		-moz-transition: all 100ms ease-in-out;
		-ms-transition: all 100ms ease-in-out;
		-o-transition: all 100ms ease-in-out;
		padding: 0;
		display: block;
	}
	#about .intro h2 {
		font-size: 21px;
		margin: 0;
		font-weight: normal;
		margin-top: 20px;
	}
	.grid .element {
		float: left;
		position: relative;
		height: 245px;
		width: 100%;
		padding-left: 20px;
		border-bottom: 1px solid #e0e0e0;
	}
	.grid {
		overflow: hidden;
		padding-left: 20px;
		padding-right: 20px;
	}
	.grid .element {
		float: left;
		position: relative;
		height: 245px;
		width: 100%;
		padding-left: 0;
		border-bottom: 1px solid #e0e0e0;
	}
	.grid .element figure.ico-1 {
		width: 18%;
		background-image: url(../../images/about-ico-1.png);
		margin: auto;
		margin-top: 35px;
	}
	.grid .element figure.ico-2{
		width: 18%;
		background-image: url(../../images/about-ico-2.png);
		margin: auto;
		margin-top: 35px;
	}
	.grid .element figure.ico-3{
		width: 18%;
		background-image: url(../../images/about-ico-3.png);
		margin: auto;
		margin-top: 35px;
	}
	.grid .element figure.ico-4{
		width: 18%;
		background-image: url(../../images/about-ico-4.png);
		margin: auto;
		margin-top: 35px;
	}
	.grid .element figure.ico-5{
		width: 18%;
		background-image: url(../../images/about-ico-5.png);
		margin: auto;
		margin-top: 35px;
	}
	.grid .element figure.ico-6{
		width: 18%;
		background-image: url(../../images/about-ico-6.png);
		margin: auto;
		margin-top: 35px;
	}
	.grid .element figure.ico-7{
		width: 18%;
		background-image: url(../../images/about-ico-7.png);
		margin: auto;
		margin-top: 35px;
	}
	.grid .element figure.ico-8{
		width: 18%;
		background-image: url(../../images/about-ico-8.png);
		margin: auto;
		margin-top: 35px;
	}
	.grid .element figure.ico-9{
		width: 18%;
		background-image: url(../../images/about-ico-9.png);
		margin: auto;
		margin-top: 35px;
	}
	.grid .element .bl {
		display: none;
		position: absolute;
		bottom: 0;
		left: 0;
		height: 15px;
		width: 15px;
		border-left: 1px solid #e0e0e0;
	}
	.grid .element .tl {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		height: 15px;
		width: 15px;
		border-left: 1px solid #e0e0e0;
	}
	.bottom-lines .line:first-child {
		margin-left: 328px;
		display: none;
	}
	#about {
		color: #000;
		background-color: #fff;
		padding: 0 0 0px;
	}
	section#help {
		padding-left: 0;
		padding-right: 0;
	}
	#help .intro figure {
		float: none;
		width: 263px;
		height: 163px;
		background: url(../../images/about-visual.png) no-repeat;
		margin: 0 20px 0 20px;
	}
	#help .intro .desc {
		float: none;
		width: 100%;
		margin-right: 0;
		font-size: 14px;
		clear: both;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}
	#help .intro .desc:last-child {
		width: 100%;
		margin-right: 0;
		clear: none;
	}
	#help h2 {
		margin: 50px 0 20px;
		text-align: center;
	}
	#help .metodologies .type {
		float: left;
		width: 100%;
		padding-left: 20px;
	}
	#help {
		padding: 10px 0 0;
	}
	#quality {
		color: #fff;
		padding: 10px 20px 0px;
		background-image: url(../../pics/bg-quality.jpg);
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
		background-repeat: no-repeat;
	}
	#quality .intro .button {
		float: none;
		margin: 0;
	}
	.button span {
		content: "";
		display: inline-block;
		background: url(../../images/button-bg.png) 0 0;
		padding: 0 100px;
		height: 53px;
	}
	#quality .intro h2 {
		font-size: 20px;
		margin: 0;
		font-weight: normal;
		margin-top: 20px;
	}
	#quality .grid .element figure.ico-1 {
		background-image: url(../../images/quality-ico-1.png);
		width: 19%;
	}
	#quality .grid .element figure.ico-2 {
		background-image: url(../../images/quality-ico-2.png);
		width: 19%;
	}
	#quality .grid .element figure.ico-3 {
		background-image: url(../../images/quality-ico-3.png);
		width: 19%;
	}
	#quality .grid .element figure.ico-4 {
		background-image: url(../../images/quality-ico-4.png);
		width: 19%;
	}
	#quality .grid .element figure.ico-5 {
		background-image: url(../../images/quality-ico-5.png);
		width: 19%;
	}
	#quality .grid .element figure.ico-6 {
		background-image: url(../../images/quality-ico-6.png);
		width: 19%;
	}
	#quality .grid .element .desc {
		font-size: 18px;
		padding: 0;
		display: block;
	}
	#quality .grid .element {
		float: left;
		position: relative;
		height: 245px;
		width: 100%;
		padding-left: 0;
		border-bottom: 1px solid #e0e0e0;
		padding-top: 30px;
	}
	.bottom-lines .line {
		border-left: 1px solid #e0e0e0;
		width: 327px;
		height: 15px;
		float: left;
		display: none;
	}
	#help .intro h2 {
		margin: 0;
		display: block;
		font-size: 24px;
		font-weight: normal;
		padding: 20px 0 20px 0;
	}
	#projects .introduction figure {
		position: relative;
		margin-right: 0;
		float: none;
		width: 100%;
		height: 258px;
		background: url(../../images/projects-visual.jpg) 0 0 no-repeat;
		background-size: contain;
	}
	#projects .introduction {
		position: relative;
		border-bottom: 1px solid #e0e0e0;
		padding: 30px 20px;
		margin: 0 0 35px;
	}
	#projects .introduction h2 {
		font-weight: normal;
		font-size: 20px;
		line-height: 32px;
		margin-top: 0;
	}
	section#projects h2:nth-child(2) {
		text-align: center;
	}
}

