/*	
Theme Name: Humanii V1
Author: César Schrega
Author URI: http://vb2d.com/
*/

/*############
		NORMALIZE
#############*/

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 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;
}

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

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

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

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

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

a:active {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

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

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

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

b,
strong {
  font-weight: bold;
}

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

dfn {
  font-style: italic;
}

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

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

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

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

/**
 * 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/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

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

figure {
  margin: 1em 40px;
}

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

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

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;
}

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

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

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

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

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

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

td,
th {
  padding: 0;
}


/* ==========================================================================
   Clear link style
   ========================================================================== */
   
a {
   text-decoration:none;
   color: inherit;
 }
 
 .clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.clearfix-before:before {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.clearfix { display: inline-block; }
.clearfix-before { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
* html .clearfix-before { height: 1%; }
.clearfix-before{ display: block; }
/* close commented backslash hack */


/* ==========================================================================
	Mine
	==========================================================================*/


input,
select,
textarea,
button,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
	resize: none;
	-webkit-appearance: none; /*ios*/
}

/* ==============================
	Sizing Geral
	==============================*/
	
body, body * {
	box-sizing: border-box;
}

/* ============================== 
	Center Vertical
	==============================*/
.center::before {
	content:""; display:inline-block; width:0; height:100%; 
	vertical-align:middle;
}
.center > :first-child {
	display:inline-block; vertical-align:middle;
}

/* ==============================
	Variações de renderização de fonte
	==============================*/
	
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/* ==============================
	Elementos de Texto
	===================== =========*/

	h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0;
	padding:0;
}
p { 
	margin:0;
}

em {
	font-style: normal; 
}

address { 
	font-style:normal;
}
li {
    list-style: none;
    list-style-image: none;
}

ul {
    margin:0; 
	padding:0;
}

/*############
	STYLING START
#############*/

html, body { 
	font-size:10px;
	height:100%; 
	font-family: 'Rubik', sans-serif;
	font-weight:400;
	background:#00111A;
	line-height:1.6;
}

/*grid*/

.grid { 
	width: 100%; 
	max-width:177.6rem;
	margin:0 auto;
	position:relative;
	text-align:center;
	font-size:0;
	overflow:hidden;
}	
.grid_100 { 
	max-width:100% !important;
}

.grid_nosise { 
	width:auto;
	max-width:auto;
}

.grid_xs {
	max-width:115rem;
}

.coll {
	max-width:100%;
	position:relative;
	display:inline-block;
	min-height:0.1rem; 
	vertical-align:top; 
	text-align:center;
	font-size: 1.8rem;
}

.collAB {
	vertical-align:bottom; 
}

/* coluna com spacer _ são % */
.coll_20 { width:20%; }
.coll_40 { width:40%; }
.coll_60 { width:60%; }	
.coll_100 { width:100%; }
.coll_16 { width:16.666% ; }
.coll_33 { width:33% ; }
.coll_67 { width:67% ; }
.coll_50 { width:50% ; }

/* colunas sem spaces são em rem */ 
.coll34 { width:37.4rem; }	
.coll40 { width:40rem; }	
.coll60 { width:60rem; }	
.coll-34 { width:calc(100% - 37.4rem); }	
.coll-40 { width:calc(100% - 40rem); }	
.coll-60 { width:calc(100% - 60rem); }	



.mg, .mg-left { 
	padding-left:4rem;
}

.mg, .mg-right { 
	padding-right:4rem;
}

.mgSm, .mgSm-left { 
	padding-left:2rem;
}

.mgSm, .mgSm-right { 
	padding-right:2rem;
}

.mgxSm, .mgxSm-left { 
	padding-left:.4rem;
}

.mgxSm, .mgxSm-right { 
	padding-right:.4rem;
}

.mgxSm-rightneg {
    margin-right: -2rem;
}

.mT { 
	padding-top:8.4rem;
}

.mTM { 
	padding-top:4rem;
}
.mbL { 
	padding-bottom:8rem;
}
.rmb {
	margin-bottom: 4.8rem;
}
.txtr { text-align:right; }
.txtl { text-align:left; }
.txtc { text-align:center; }

.f0{font-size:0;}

.ofv { overflow:visible;}

br.mob {display:none; }

/*fonts stuff */
.title-med {
	color:#ECB730;
	font-size:5.6rem;
	font-family: 'Exo 2', sans-serif;
    font-weight: 800;
	margin-bottom:2.2rem;
}
.widget-title {
	padding-top:2.8rem;
	display:inline-block;
	margin-bottom:2.3rem;
	color:#003D59;
	font-size:3.8rem;
	font-family: 'Exo 2', sans-serif;
    font-weight: 800;
	
    line-height: 1;
}
.widget-title.orange {
	color:#ECB730;
	}
/*fixed*/

section { font-size:1.6rem}

#menu { 
	position:fixed; top:0; left:0;right:0; z-index:9999;
	background:#0070A2;
	font-family: 'Exo 2', sans-serif; 
	color:#ECB730;
	color:white;
}
#menu .coll>a{ 
    vertical-align:middle;
	font-size:2.8rem;
    height: 3.4rem;
}

#menu .coll>a img {
    height: 100%;
    width: auto;
}
#menu .coll>a.active { 
	color:#ECB730;
}
#menu .coll>a:not(:first-child){ 
	display:inline-block;
	margin-top:.4rem
}

#menu .top_logo { 
	float:left;
    margin: 0.9rem 0;
}

#menu .social, #menu .social li {
	display: inline-block;
    margin-top: 0.4rem;
	vertical-align:middle;
    font-size: 0;
}


#menu .social li a {
	display:inline-block;
	width:3.2rem; height:3.2rem;
	background-image: url(../images/socialMap_00.svg);
}

#menu .social li a {
	display:inline-block;
	width:3.2rem; height:3.2rem;
	position:relative;
}

#menu .social li a:before {
	content:""; display:block;
	position:absolute; top:0; left:0; right:0; bottom:0;
	opacity:0;
}
#menu .social li a, #menu .social li a:before {
	background-size: 19.2rem 9.6rem;	
	background-image: url(../images/socialMap_00.svg);
}
 
#menu .language_picker {
	position:absolute; top:0; bottom:0; 
	background:#003D59;
    right: -7rem; 
    width: 5.2rem;
	text-align:center;
	line-height: 50%;
	padding-top: .9rem; 
  }	 
#menu .language_picker   li {
	width:2rem;
	position:relative;
	height:1.3rem;
	margin-bottom:.6rem;
	display: inline-block;
	background: url('../images/flag_br.png') center center / 2rem auto no-repeat;
}	
#menu .language_picker  li.en {
	background-image: url('../images/flag_en.png') ;
}	
#menu .language_picker  li.active {
	background-image: url('../images/flag_br_dis.png') ;
}	
#menu .language_picker  li.en.active {
	background-image: url('../images/flag_en_dis.png') ;
}	
#menu .language_picker  li a {
	position:absolute;
	display:block;
	top:0; right:0; bottom:0; left:0;
}	
	
/*
#menu .social li a.face:before {
	background-position: 0 -3.2rem;
}
#menu .social li a.insta {
	background-position: -3.2rem 0;	
}
#menu .social li a.insta:before {
	background-position: -3.2rem -3.2rem;	
}
	
#menu .social li a.twit {
	background-position: -6.4rem 0;	
}
#menu .social li a.twit:before {
	background-position: -6.4rem -3.2rem;
}
	
	
#menu .social li a.disc {
	background-position: -12.8rem 0;	
}
#menu .social li a.disc:before {
	background-position: -12.8rem -3.2rem;
}
*/

.mob_menu { display:none; }

/******SLIDER******/

.top_slider  {
	width:100%; height:100%;
}
.top_slider .owl-carousel, .owl-stage, .owl-item  {	
	width:100%; height:100%;
}
.top_slider ..owl-carousel .owl-stage-outer {
    height: calc(100% - 5.8rem);
    margin-top: 3.2rem;
}
.top_slider .owl-item .item {
	background-size:cover;
	position:relative;
} 
.top_slider .owl-item .item a {
	position:absolute; top:0; right:0; bottom:0; left:0;
	display:block;
} 
.top_slider .item {
	width:100%; height:100%;
    background-position: top center;
}


.owl-dots {
	position:absolute; 
	bottom:3rem; left:50%;
	transform:translateX(-50%);
}
.owl-dots .owl-dot {
	display: inline-block;
	width:2.4rem; height:2.4rem;
	border: .3rem solid #CCE4ED;
	border-radius: 10rem;
	margin-right:2rem;
	transition: all 180ms ease-out;
}
.owl-dots .owl-dot:last-child {
	margin-right:0;
}
.owl-dots .owl-dot.active {
	background:#CCE4ED
}		




/*
				TEAM
*/

 .team-alt {
	display:none;
}


#about	.team	img	{
	max-width:100%;height:auto;
	
}

#about	.team:before	{
	content:'';display:block;position:absolute;top:0;left:0;right:4rem;bottom:0;
	background:url(../images/gradient-PhotoPosters_00.png) left top/9.6rem auto repeat-y;
	
}
#about	.team:after	{
	content:'';display:block;position:absolute;top:0;left:0;right:4rem;bottom:0;
	background:url(../images/gradient-PhotoPosters_00.png) left top/9.6rem auto repeat-y;
	transform:rotate(180deg);
	
}
#about	.content {
	font-size:2.2rem;
    line-height: 3rem;
	color:white;
}

#about	.content	h1	{
	font-size:5.6rem;
	font-family: 'Exo 2', sans-serif; 
	color:#ECB730	
}

#about	.content	h2	{
    padding-bottom: 2rem;
}
 
#about .content.mgMd-left p:nth-child(3) {
    text-indent: 3rem;
}
#about .content strong {
	font-size:2.2rem;
	font-family: 'Exo 2', sans-serif; font-weight:800;
	color:#ECB730;
	display:inline-block;	width:100%;
	margin-top:2.7rem;
}

#about .content .destaque {
    margin-top: 3rem;
}

.games_gal {
	display:inline-block;
}
.games_gal  li {
	width:100%;
	display:inline-block
} 
.games_gal  li a  {	
	position:relative;
	display:inline-block;
}
.games_gal  li a img {
	width:100%;
	max-width:100%;
	position:relative
}

/*.games_gal  li a:after {
	content:""; display: block;
	position:absolute; top:0; left:0; right:0; bottom:0;
	background: url(../images/posterHoverMask_00.png) center center / 100% 100% no-repeat;
}*/


.mailing .coll_33 {
	background	:	#008BC9;
	position:absolute;
	top:0;
	left:0; 
	bottom:0;
}
 
.mailing .coll_33:after {
	content:''; display:block;
	width:48.4rem; height:22.4rem;
	position:absolute; top:50%; right:5rem;
	transform: translateY(-50%);
 	background: url(../images/mailSnail_00.png) center center / 100% auto  no-repeat;
}
.mailing .coll_67 {
	background:#008BC9;
}

.input-obs-mob {
	display:none;
}

/* seciton games */

.sec-games {
	background: url(../images/gradient-BGlight_00.png) center bottom/ 2.1rem auto repeat-x;
    padding-top: 4rem;
}

.link-desc {
	position:absolute;
	top:0;
    left: calc(100% + .8rem);bottom:0;
	background:#ECB730;
	color:#002130;
	font-size:2rem;
	font-family: 'Exo 2', sans-serif;
	padding: .2rem 1.6rem; 
}
.link-desc:after {
	content:""; display:block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .75rem 1rem .75rem 0;
	border-color: transparent #ECB730 transparent transparent;
	position:absolute; right:calc(100% - .1rem); top:50%; 
	transform: translateY(-50%);
}


/* seciton  */
.reach_us {
	position:fixed;
	top:5.8rem; left:0; right:0; bottom:0;
	background:#334148;
	z-index:9;
	opacity:0;
	visibility:hidden;
	text-align:center;
}

.reach_us .reach_padded_bg {
	display:inline-block;
	width:99.8rem; height:84.8rem;
	position:relative;
}

.reach_us .reach_padded_bg .content {
	position:absolute; top: 7rem; bottom:7rem; left:7rem; right:7rem;
	background:#0070A2;
	
}



.reach_openned .reach_us {
	opacity:1;
	visibility:visible;
}

.social-footer-mob-op {
	display:none;
}

.backtotop_mob {
	display:none;
}



/* JOBS */
#talent {
	margin-top:13.2rem;
}
.box-short-blue {
    color: #CCE4ED;
    font-size: 2.4rem;
	line-height:1.2;
	padding: 2.3rem 3.1rem;
	position:relative;
}
.box-short-blue .wrap {
	position:relative;
	z-index:1;
}
.box-short-blue:after {
	content:""; display:block;
	position:absolute; 
	top:0; left:0; right:0; bottom:0;
	transform: rotate(180deg);
    background: url(../images/gradient-NewsContact_00.png) left top / 2.1rem repeat-x rgb(0, 112, 162);
}
.box-short-yellow {
    font-size: 2.4rem;
	line-height:1.2;
	padding: 2.3rem 62rem 7.6rem 3.1rem;
	position:relative;
	background: url(../images/gradient-GamesUp_00.png) left top / 2.1rem repeat-x rgb(236, 183, 48);
}
.box-short-yellow h2,  h2.yellowBoxtitle {
    color: #003D59;
	font-family: 'Exo 2', sans-serif;
    font-weight: 800;
}
.box-short-yellow h2 {
	line-height:1;
    font-size: 3.6rem;
	margin-bottom:1.8rem;
}
.box-short-yellow .team-image {
    position:absolute; 
	inset: 0;
	left:auto;
	width:57.2rem;
	background:red;
}
.box-short-yellow .team-image:after{
    position:absolute; content:"";
	display:block; 
	background:yellow;
	width:5.4rem; height: auto;
	inset:0; right:auto;
}




a.principles_link {
	position:relative;
	display:block;
    margin-bottom: 6rem;
}
a.principles_link>span  {
	display:inline-block;
	text-align:right;
	font-size:2.6rem;
	font-weight:800;
	line-height:1.1;
	color:#ECB730;
	background:#003D59;
	border: 2px solid #ECB730;
	border-radius:  .7rem;
	max-width: 27.2rem;
	padding: .8rem 1.2rem; 
    position: relative;
    bottom: 2.6rem;
}
.love_snail { width: 29.7rem ; height: auto ; margin-right: -4rem; position : relative; z-index: 2}

.be-snail>.grid  {
   max-width: 103rem;
	color:white;
	position:relative;
	z-index:1
}
#mailing.be-snail .char:nth-child(3), #mailing.be-snail .char:nth-child(4), #mailing.be-snail .char:nth-child(5)   {
    display:none;
}
.be-rogue-snail {
	background: url(../images/gradient-NewsContact_00.png) left top / 2.1rem repeat-x rgb(0, 112, 162);
}
.be-snail .coll_50  {
    width: calc(50% - 1rem);
}
.be-snail .coll  {
margin-bottom: 1rem;
}
.be-snail .coll_50:nth-child(3)  {
    margin-right: 2rem;
}
.be-snail .coll_100:last-child {
    margin: 2rem 0 4rem;
}
/* About Short */
img.image_lead {
	max-width:100%;
	height:auto
}

.page-template-template-about p.destaque {
	font-weight: 600;
}
#principles {
	color:white;
	position:relative;
    z-index: 2;
}
#principles:before {
	display:block; content:"";
	position:absolute; 
	top:0; right:0; bottom:0; left:0;
	background:blue;
}


#principles .principles_title img {
	display:inline-block;
	vertical-align:bottom;
	width:29.7rem; height:auto;
	margin-right:-1.6rem;
}
#principles .principles_title h2 {
	display:inline-block;
	vertical-align:bottom;
	font-size:5rem;
    position: relative;
    top: 1.4rem;
}

#principles  .coll_45 {
	position:relative;
    padding-top:2rem;
    height: 40rem;
    padding-right: 7.5rem;
}

#principles .coll_45  .background { 
	content:''; display:block;
	position:absolute; inset:0;
	background: red;
	z-index:0;
}
#principles .coll_45  .background2 { 
	position:relative;
	z-index:0;
}

#principles .coll_45:nth-child(4) .background , #principles .coll_45:nth-child(1) .background {
	left:-200rem;
}

#principles .coll_45:nth-child(6) .background, #principles .coll_45:nth-child(3) .background {
	right:-200rem;
}

#principles .coll_45:nth-child(3n+1) .background, #principles .coll_45:nth-child(3n+1) .background2 {
	margin-top:2.6rem;
	margin-bottom:2.6rem;
}
#principles .coll_45:nth-child(3n+3) .background, #principles .coll_45:nth-child(3n+3) .background2 {
	margin-top:4.8rem;
}
#principles .coll_45:nth-child(3n+3) {
    padding-left: 7.5rem;
    padding-right: 0;
}

#principles  .char.char1 {
    position: absolute;
    right: -13.2rem;
    top: 0rem;
    width: auto;
    max-width: 19rem;
}


#principles  .char.char2 {
    position: absolute;
    left: -11.4rem;
    top: 3.2rem;
    width: auto; 
    max-width: 19rem;
}

#principles .char.char1 img {
	width: 21.1rem;
	height:auto;
}

#principles .char.char2 img {
	width: 17.7rem;	
	height:auto;
}

#principles h2 , .timeline-show h2  {
	color:#ECB730;
	font-family: 'Exo 2', sans-serif;
    font-weight: 800;
	font-size:3.6rem;
	line-height: .9;
	margin-bottom: 1.4rem;
}
#principles p  {
	font-size: 2.4rem;
    letter-spacing: -0.03em;
	line-height: 1.2
}

.timeline-show {
	position:relative;
}
/*
.timeline-show:after  {
	content:''; position:absolute; display:block;
	top:2rem; left:50%;
	transform:translateX(-50%);
	bottom:0;
	width:.4rem;
	background:#CCE4ED;
	border-radius:2rem;    z-index: -1;
}
.timeline-show:before  {
	content:''; position:absolute;display:block;
	left:50%;
	transform:translateX(-60%);
	bottom:-7.8rem;
	width:.6rem; height: 7.5rem;
	background:url(../images/timeline-raster.png) top center / .8rem auto no-repeat;
}*/

.timeline-show li  {
	height: 19.7rem;
	position:relative;
}

.timeline-show li .line {
	content:''; position:absolute; display:block;
	top:-8rem; left:100%;
	transform:translateX(-50%);
	height:9rem;
	width:.4rem;
	background:#CCE4ED;
	border-radius:2rem;    z-index: -1;
}

.timeline-show li:last-child .line-outro {
	content:''; position:absolute; display:block;
    top: 4rem;
    left: 100%;
    transform: translateX(-60%);
    width: .6rem;
    height: 7.5rem;
    background: url(../images/timeline-raster.png) top center / .8rem auto no-repeat;
}

.timeline-show li.txtr:last-child .line-outro {
    left: auto;
    right: 100%;
    transform: translateX(40%);
}
.timeline-show:before {
}
.timeline-show li:first-child .line {
	display:none;
}

.timeline-show li.txtr .line {
	left:auto;
	right:100%;
    transform: translateX(50%);
}
.timeline-show li:before {
	content:""; display: block; position:absolute;
	top:2rem; right:0;
	width:50rem; height:.4rem;
	background:#CCE4ED;
	border-radius:2rem;
}

.timeline-show li:after {
    content: "";
    display: block;
    position: absolute;
    top: .6rem;
    right: -1.6rem;
    width: 2.4rem;
    height: 2.4rem;
    border: 0.4rem solid rgb(204, 228, 237);
    border-radius: 2rem;
    background: #002130;
}
.timeline-show li.txtr:after {
    right: auto;
    left: -1.6rem;
}

.timeline-show li.txtr:before { 
	right:auto;
	left:0;
	
}
.timeline-show li:nth-child(2n+2) {
	top:10rem;
}
.timeline-show h2  {
	position: relative;
	display:inline-block;
	z-index:1;
	padding-right:1.6rem;
	background:rgb(0, 17, 26);
}
.timeline-show .txtr h2  {
	padding-right:0;
	padding-left:1.6rem;
}
.timeline-show h2:after {
    content: "";
    top: .6rem;
    left: 100%;
    display: block;
    position: absolute;
    height: 100%;
    width: 7.8rem;
    z-index: 1;
    background: rgb(0, 17, 26) url(../images/timeline-raster-left.png) -.2rem center / 7.4rem auto no-repeat;
}
.timeline-show .txtr h2:after {
    left: auto;
    right: 100%;
	transform:rotate(180deg);
    top: .6rem;
}
.timeline-show span.content  {
	color:#CCE4ED;
	font-family: 'Exo 2', sans-serif;
    font-weight: 400;
	font-style:italic;
	font-size:3.6rem;
	line-height: .9;
	margin-bottom: 1.4rem;
    padding-left: 5rem;
}
.timeline-show .txtl span.content  {
    padding-left: 0;
    padding-right: 5rem;
}
.timeline-show span.content  span {
	font-style:normal;
}

/* TRANSITIONS FROM TIMELINE */

/*line*/
.timeline-show li .line {
	height:0;
	transition: all 250ms  0ms ease-out;
}
/*marker*/
.timeline-show li:after {
    width: 0;
    height: 0;
    right: -.4rem;
	opacity:0;
	transition: all 250ms  0ms ease-out;
}
.timeline-show li.txtr:after {
    left: -.4rem;
    right: auto;
}
/*line horizontal*/
.timeline-show li:before {
	width:0rem; 
	transition: all 250ms  0ms ease-out;
}

/*dots horizontal*/
.timeline-show h2:after {
    width: 0;
	transition: all 250ms  0ms ease-out;
}
/*date horizontal*/
.timeline-show h2 span {
	opacity:0;
	transition: all 250ms  0ms ease-out;
}
/*content horizontal*/
.timeline-show .content {
	opacity:0;
	transition: all 250ms  0ms ease-out;
}
.timeline-show li:last-child .line-outro {
    height:0;
	transition: all 250ms  0ms ease-out;
}
/* TRANSITIONS FROM TIMELINE */

/*line*/
.timeline-show li.show .line {
	height:9rem;
	transition: all  300ms 0ms ease-out;
}
/*marker*/
.timeline-show li.show:after {
    width: 2.4rem;
    height: 2.4rem;
	opacity:1;
    right: -1.6rem;
	transition: opacity 80ms  200ms ease-out, width 300ms 220ms, height 300ms 220ms, right 300ms 220ms;
}

.timeline-show li.show.txtr:after {
    left: -1.6rem;
    right: auto;
	transition: opacity 80ms  200ms ease-out, width 300ms 220ms, height 300ms 220ms, left 300ms 220ms;
}
/*line horizontal*/
.timeline-show li.show:before {
	width:50rem; 
	transition: width 560ms 450ms ease-out;
}
/*dots horizontal*/
.timeline-show li.show h2:after {
    width: 7.8rem;
	transition: width 220ms 600ms ease-out;
}
/*date horizontal*/
.timeline-show li.show h2 span {
	opacity:1;
	transition: opacity 220ms 850ms ease-out;
}
/*content horizontal*/
.timeline-show li.show .content {
	opacity:1;
	transition: opacity 220ms 1000ms ease-out;
}
.timeline-show li.show:last-child .line-outro {
    height:7.5rem;
	transition: height 220ms 900ms ease-out;
}


  


.awards {
	  background: url(../images/gradient-BGdark_00.png) left bottom / 2.1rem repeat-x;
}

.awards-list img {
	height:26rem; width:auto;
	max-width:100%; height:auto;
}
/* BLOG */
.sec-blog { 
	padding-top:12rem;
	background: url(../images/gradient-BGdark_00.png) left bottom/2.1rem auto repeat-x;
}
.sec-blog .coll-34{ 
	 width: calc(100% - 34.4rem);
    margin-left: -3rem;
}
.blog-header-mob {
	display:none;
}
.blog-item {
	cursor: pointer;
	display:inline-block;
	width:calc( 50% - 6rem);
	background:#003D59;
	margin: 0 3rem 5rem;
	vertical-align:top;
}
.blog-item:first-child {
	width:calc( 100% - 6rem);
}
.blog-item .thumb {
	background:orange;
	width:100%; height:0;
	padding-bottom:43%;
	background: center center/cover no-repeat;
	background-image:url(../images/header_default.png);
	cursor: pointer;
}
.blog-item .resume {
	padding: 2.4rem 3.4rem 3rem;
}
.blog-item h1 {
	color:#ECB730;
	font-size:2.6rem;
	font-family: 'Exo 2', sans-serif;
    font-weight: 800;
	margin-bottom:1.6rem;
/*    line-height: 1;*/
    cursor:pointer;
}
.blog-item:first-child h1 {
	font-size:4.2rem;
}
.blog-item .date-cat-wrap {
	margin-bottom:1.6rem;
}
.blog-item .date {
	color:#9DCCDE;
	font-size:1.8rem;
	font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    display: inline-block;
/*    line-height: 1;*/
	margin-bottom:0.6rem;
	margin-right:1.2rem;
	
}
.blog-item .cat {
	display:inline-block;
	color:#9DCCDE;
	font-size:1.6rem;
	font-family: 'Exo 2', sans-serif;
    font-weight: 400;
	background:#002130;
	padding: .4rem .8rem;
	margin-bottom:1rem;
    line-height: 1;
	margin-right:1.2rem;
}
.blog-item .desc { 
	font-family: 'Rubik', sans-serif;
	font-weight:400;
	color:white;
	font-size:2rem;
	margin-bottom:2rem;
/*	line-height:1.08;*/
}
.blog-item .readmore, .postauthor .readmore {
	color:#ECB730;
	font-size:2.4rem;
	font-family: 'Exo 2', sans-serif;
    font-weight: 800;
}

.blog-item.no-item {
	padding: 1.2rem 2rem 2.4rem;
	text-align:center;
	background:#0070A2;
}

.blog-item.no-item .warning {
	color:#003D59;
	font-size:3.6rem;
	font-family: 'Exo 2', sans-serif;
    font-weight: 800;
}

.blog-item.no-item .blogsnail {
	display:inline-block;
	width:39.6rem; height:auto;
	max-width:90%; 
}

.postauthor .readmore {
    font-weight: 400;
}
.blog-item .readmore .icon, .postauthor .readmore .icon {
	position:relative;
	margin-left:.6rem;
	top:.4rem;
	display:inline-block;
	background:#ECB730;
	width:2.2rem; height:2.2rem;
	border-radius: 4rem;
}
.blog-item .readmore .icon:after,.postauthor .readmore .icon:after {
	content: "";
    display: block;
    position: absolute;
    top: .5rem;
    left: .7rem;
    border-style: solid;
    width: 0;
    height: 0;
    border-width: .6rem 0 .6rem 1rem;
    border-color: transparent transparent transparent #003D59;
}
.postauthor .readmore .icon:after {
   border-color: transparent transparent transparent #008BC9;
}
.loadmore-wrap {
	margin-left:3rem;
	margin-bottom:5rem;
}
.loadmore-wrap input {
	background:transparent !important;
	color:rgb(236, 183, 48) !important;
	border-color:rgb(236, 183, 48) !important;
	font-size:2.8rem;
}
/* widgets */
.widgets-coll {
	padding-left:3rem;
}
.title-spacer {
	display:block;
	height:8rem;
}

.widget-padding {
	padding:0 3.4rem 3rem;
}
.widget-padding-alt {
	padding:0 0 4rem;
}
.widget p {
/*	line-height:1.08;*/
	padding-bottom:2.8rem;	
}
.wid-cat-search .snail { 
	width:100%; height:19.7rem;
	background: #003D59;
}
.single  .wid-cat-search .snail {
	display:none;
}
.single  .wid-cat-search .widget-padding {
	padding-top: 3rem;
}
.single  .wid-cat-search .widget-padding>.widget-title:first-child {
	display:none;
}
.single .wid-cat-search .content {
    background: rgb(236, 183, 48);
    color: #00111A;
}
.single  .wid-cat-search p {
	display:none;
}
.single  .wid-share {
	padding-bottom:0;
}
.wid-cat-search .snail:before {
	content:''; display: block;
	position: absolute;
	top:0;right:0;
	width:39.4rem; height:22.9rem;
	background: url(../images/blogsnail.png) center center / 39.4rem auto ;
}
.wid-cat-search .content {	
	background: url(../images/gradient-GamesUp_00.png) left top / 2.1rem repeat-x rgb(236, 183, 48);
	color:#00111A;
	font-size:2rem;
	line-height:1.4;
}
.wid-cat-search.no-bg .content {	
	background: rgb(236, 183, 48);
}
.wid-cat-search .content h1 {	
}
.wid-cat-search .content .search-wrap {	
	position:relative;
    display: block;
}
.wid-cat-search .content .search-wrap input {	
	margin-right:0;
    display: block;
}
.wid-cat-search .content .search-wrap .subsearch {	
	position:absolute;
	top:0; right:0; bottom:0;
	background:#008BC9;
	border: .3rem solid #00111A;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
	cursor:pointer;
}
.wid-cat-search .content .search-wrap .subsearch svg {	
	position:relative;
	top:50%;
	transform: translateY(-50%);
	margin: 0 .6rem;
}
.wid-cat-search .content  .cat-list  {
	margin-bottom:-1rem;
}

.wid-cat-search .content  .cat-list li {
	display:inline-block;
}
.wid-cat-search .content  .cat-list a {
	display:inline-block;
	color:#9DCCDE;
	font-size:1.6rem;
	font-family: 'Exo 2', sans-serif;
    font-weight: 400;
	background:#003D59;
	padding: .4rem .6rem;
	margin-bottom: .8rem;
    line-height: 1;
	margin-right:0.6rem;
}


.widgets-coll>.wid-follow:first-child h2.widget-title {
    padding-top: 0;
    margin-top: -1rem;
}
/*
.wid-follow .social {
	zoom:1.08;
	margin-top:-1rem;
    margin-left: -.3rem;
}
.wid-follow .social, .wid-follow .social li {
	display: inline-block;
	vertical-align:bottom;
	margin-right:1rem;
    font-size: 0;
}

.wid-follow .social, #menu .social {
    margin-right: -.7rem;
}

.wid-follow .social li a {
	display:inline-block;
	width:3.2rem; height:3.2rem;
	position:relative;
}

.wid-follow .social li a:before {
	content:""; display:block;
	position:absolute; top:0; left:0; right:0; bottom:0;
	opacity:0;
}
.wid-follow .social li a, .wid-follow .social li a:before {
	background-size: 19.2rem 9.6rem;	
	background-image: url(../images/socialMap_00.svg);
}

.wid-follow .social li a.face {
	background-position: 0 -6.4rem;
}

.wid-follow .social li a.face:before {
	background-position: 0 -3.2rem;
}
.wid-follow .social li a.insta {
	background-position: -3.2rem -6.4rem;	
}
.wid-follow .social li a.insta:before {
	background-position: -3.2rem -3.2rem;	
}
	
.wid-follow .social li a.twit {
	background-position: -6.4rem -6.4rem;	
}
.wid-follow .social li a.twit:before {
	background-position: -6.4rem -3.2rem;
}
	
.wid-follow .social li a.disc {
	background-position: -12.8rem -6.4rem;	
}
.wid-follow .social li a.disc:before {
	background-position: -12.8rem -3.2rem;
}

.wid-follow .social li a.twch {
	background-position: -9.6rem -6.4rem;	
}
.wid-follow .social li a.twch:before {
	background-position: -9.6rem -3.2rem;
}

.wid-follow .social li a.yout {
	background-position: -16rem -6.4rem;	
}
.wid-follow .social li a.yout:before {
	background-position: -16rem -3.2rem;
}		
*/



.wid-newsletter {
	color:white;
	background: #0070A2 url(../images/gradient-NewsContact_00.png) left top/2.1rem auto repeat-x;
}
.wid-newsletter .input-obs {
    display: block;
    padding: .4rem 0 2rem;
    font-size: 1.4rem;
    color: #CCE4ED;
}
.wid-newsletter .submit-wrap {
    display: block;
}
.wid-newsletter .submit-wrap input {
    font-size:2.2rem !important;
	
    padding: 1.2rem 0.9rem 1.6rem 0.9rem !important;
}
.wid-related .blog-item{
	width:100%;
	margin-left:0;
	margin-right:0;
	height:auto;    
	margin-bottom:4rem;
	cursor: pointer;
}
.wid-related .blog-item:last-child {
	margin-bottom:0rem;
	
}


.wid-related .blog-item .thumb {
    padding-bottom: 48%;
	cursor: pointer;
}
/*Full article*/
.sec-blog-single {
	padding-top:5.2rem;
	background: url(../images/gradient-BGdark_00.png) left bottom/2.1rem auto repeat-x;
}
.single .post-full-headimg {
	width:100%; height:0;
	background-size:cover;
	background-attachment:fixed;
	background-position:top center;
	background-image:url(../images/header_default.png);
	background-size: 100vw;
	position:relative;
	padding-bottom:36%;
}

	.mob-search-cats { 
		display:none;
	}
	
	.single .posts-holder {
	margin-right:3rem;
}
.single .post-full-headimg:after{
	content:''; display:block;
	position:absolute; bottom:0; left:0; right:0;
	height:100%;
	background: url(../images/gradient-post.png) bottom center/2.1rem auto repeat-x;
}
.single .post-full-header   {
	margin-top: -5.6rem;
	color:#9DCCDE;
    font-family: 'Exo 2', sans-serif;
    font-weight: 400;    padding: 0 3rem 3rem;
}
.single .post-full-header  h1 {
	color: #ECB730;
    font-size: 4.2rem;
    font-family: 'Exo 2', sans-serif;
    font-weight: 800;
    margin-bottom: 2rem;
    line-height: 1;
}
.single .post-full-header  .author {
	float:left;
	max-width:40%;
}
.single .post-full-header  .date-cat {
	float:right;
	max-width:58%;
    text-align: left;
}
.single .post-full-header  .author span{

	display:block
}


.single .post-full-header  .date {
	margin-right:1.2rem;
	max-width:68%;
}
.single .post-full-header  .cat {
	display:inline-block;
	color:#9DCCDE;
	font-size:1.6rem;
	font-family: 'Exo 2', sans-serif;
    font-weight: 400;
	background:#002130;
	padding: .4rem .8rem;
    line-height: 1;
	margin-right:1.2rem;
}
.single .postbody {
	font-size:2rem;
	color:white;
	font-family: 'Rubik', sans-serif;
	font-weight:400;
	display:inline-block;
	width:calc( 100% - 3rem);
	background:#003D59;
	margin: 0 3rem 5rem 0rem;
	padding: 2.4rem 3rem 3rem;
}
.single .postbody p {
	margin-bottom:2rem;
}
.single .postauthor {
	font-size: 2rem;
    color: white;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
	background:#008BC9;
    padding: 2.4rem 3rem 3rem 15rem;
    margin: 0 3rem 5rem 0rem;
	position:relative;
    margin-left: -3rem;
    margin-right: -3rem;
    margin-bottom: -3rem;

}
.single .postauthor .pic {
	display:block;
	position:absolute;
	top:2.4rem; left:3rem;
	width:9.6rem; height:9.6rem;
	background-size:cover;
	background-position:center;
}
.single .postauthor>.content>span {
	display:block;
}

.single .postauthor>.content>span.name {
	color:#ECB730;
	font-family: 'Exo 2', sans-serif;
    font-weight: 800;
	font-size:2.6rem;
}
.single .postauthor>.content>span.charge {
	color:#003D59;
	font-family: 'Exo 2', sans-serif;
    font-weight: 400;
	font-size:2.6rem;
}
.single  .widgets-coll {
    margin-top: 9.2rem;
    padding-bottom: 10rem;
}