/* =======================
    TYPOPGRAPHY
======================== */

/*@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,700);*/

@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700');

/* =======================
    GENERAL STYLES
======================== */
html, body {
	position: relative;	width: 100%;
    font-family: 'Rubik', helvetica, sans-serif;
    background: white;
}
body {
	color: #262C30;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-top: 74px;
	overflow-x: hidden;
    font-family: 'Rubik', helvetica, sans-serif;
	font-size: 17px;
    line-height: 1.3;
    font-weight: 100;
}
body.error404,
body.home,
body.page-template-template-landing-about,
body.page-template-template-landing-impact,
body.page-template-template-landing-results,
body.page-template-template-institutes {
    padding-top: 0;
}
body.error404 header,
body.home header,
body.page-template-template-landing-about header,
body.page-template-template-landing-impact header,
body.page-template-template-landing-results header,
body.page-template-template-institutes header,
body.page-template-template-single-institute header {
    box-shadow: none;
}
body.error404 #header_principal,
body.page-template-template-landing-about #header_principal,
body.page-template-template-landing-impact #header_principal,
body.page-template-template-landing-results #header_principal,
body.page-template-template-institutes #header_principal,
body.page-template-template-single-institute #header_principal {
    background: transparent;
}
main {
	padding-bottom: 0;
    min-height: calc(100vh - 460px);
}
body.page-template-template-single-institute main {
    min-height: calc(100vh - 74px);
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	color: #262C30;
	font-weight: 400;
	margin-top: 0;
    display: block;
    line-height: 1.3;
    margin-bottom: 4px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Rubik', helvetica, sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 400;
}
/*h1, h2, h3, .h1, .h2, .h3 {
	color: #59ABC4;
}
h4, h5, h6, .h4, .h5, .h6 {
    color: #262c30;
}*/
.h1, h1 {
    font-size: 35px;
    font-weight: 500;
}
.h2, h2 {
    font-size: 30px;
}
.h3, h3 {
    font-size: 26px;
}
.h4, h4 {
    font-size: 22px;
}
.h5, h5 {
    font-size: 19px;
}
.h6, h6 {
    font-size: 16px;
}
hr {
    border-top: 1px solid #dcdcdc;
}
a {
    text-decoration: none;
    color: #5481a4;
}
a:hover {
	color: #35556d;
	text-decoration: none;
}
a:focus,
a:active {
	outline: 0;
	outline-offset: -2px;
	text-decoration: none;
    box-shadow: none;
}
p {
    font-size: 17px;
    color: #353a45;
}
b, strong {
    font-weight: 500;
    opacity: 0.9;
}
blockquote {
    border-left: 3px solid #59ABC4;
    margin: 10px 0;
    padding: 2px 13px 3px;
}
input:focus,
button:focus {
    outline: 0;
}
ul.row {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.hidden {
    display: none;
    visibility: hidden;
}
.clear{
  	clear: both;
}
.only_mobile{
  	display: none;
}
.element_invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    left: 0;
    top: 0;
    opacity: 0;
    max-width: 200px;
    max-height: 200px;
}
.the_button {
    background-color: #59ABC4;
    border: 0;
    display: inline-block;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
    font-family: 'Rubik', helvetica, sans-serif;
    text-shadow: none;
    font-size: 15px;
    margin: 8px 0;
    border-radius: 100px;
    background-color: #59ABC4;
    background: #5582A5;
    background: -moz-linear-gradient(left, #5582A5 0%, #33536B 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #5582A5), color-stop(100%, #33536B));
    background: -webkit-linear-gradient(left, #5582A5 0%, #33536B 100%);
    background: -o-linear-gradient(left, #5582A5 0%, #33536B 100%);
    background: -ms-linear-gradient(left, #5582A5 0%, #33536B 100%);
    background: linear-gradient(to right, #5582A5 0%, #33536B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5582A5', endColorstr='#33536B', GradientType=1 );
}
.the_button:hover,
.the_button:focus {
    background-color: #4c93a9;
    /*border: 2px solid #4c93a9;*/
    background: #314f66;
    background: -moz-linear-gradient(left, #314f66 0%, #243847 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #314f66), color-stop(100%, #243847));
    background: -webkit-linear-gradient(left, #314f66 0%, #243847 100%);
    background: -o-linear-gradient(left, #314f66 0%, #243847 100%);
    background: -ms-linear-gradient(left, #314f66 0%, #243847 100%);
    background: linear-gradient(to right, #314f66 0%, #243847 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#314f66', endColorstr='#243847', GradientType=1 );
    color: #ffffff;
}
.the_button.secondary {
	background-color: #262C30;
	/*border: 2px solid #262C30;*/
}
.the_button.secondary:hover {
    background-color: #012a5d;
    /*border: 2px solid #012a5d;*/
}
.the_button.inverse {
    background-color: transparent;
    color: #59ABC4;
}
.the_button.inverse:hover {
    background-color: #59ABC4;
    border: 2px solid #59ABC4;
    color: #ffffff;
}
.the_button.secondary.inverse {
    background-color: transparent;
    border: 2px solid #262C30;
    color: #262C30;
}
.the_button.secondary.inverse:hover {
    background-color: #262C30;
    color: #ffffff;
}
.the_button.white {
    border: 2px solid #ffffff;
    background-color: #ffffff;
    color: #59ABC4;
}
.the_button.white:hover {
    background-color: #ffffff;
    color: #333333;
}
.the_button.white.inverse {
    border: 2px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
}
.the_button.white.inverse:hover {
    background-color: #ffffff;
    /*color: #59abc4;*/
}
.responsive_image,
.responsive_image img{
	width: 100%;
	height: auto;
}
section,
.section {
    padding: 40px 0 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 9;
    position: relative;
}
body.page-template-template-single-institute section,
body.page-template-template-single-institute .section {
    background: transparent;
}
#breadcrumb {
    padding-bottom: 20px;
    font-weight: 400;
    color: #262C30;
}
#breadcrumb a {
    color: #262C30;
}
#breadcrumb a:hover {
    color: #59ABC4;
}

#flexible_content #breadcrumb {
    padding-bottom: 0;
}
#breadcrumb #home_url {
    text-transform: uppercase;
    color: #262c30;
}
#flexible_content.has_breadcrumb #the_content {
    padding-top: 20px;
}
input:focus {
    outline: 0;
    border: 1px solid #ffffff;
}
/* ----------------------------
  KENSEI
---------------------------- */
.kensei_02 {
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.kensei_03 {
    -webkit-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
}
.kensei_04 {
    -webkit-transition: all 0.45s ease-in-out;
            transition: all 0.45s ease-in-out;
}
.kensei_05 {
    -webkit-transition: all 0.55s ease-in-out;
            transition: all 0.55s ease-in-out;
}
.new_kensei_A {
    -webkit-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
}
.new_kensei_B {
    -webkit-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
}
/* =======================
    UI KIT
======================== */
span.ui {
    margin-top: -5px;
    margin-bottom: 6px;
    display: block;
    font-size: 12px;
}
/* =======================
    HEADER
======================== */
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    height: auto;
    border-bottom: 0;
    overflow: visible;
    box-shadow: 0 1px 10px rgba(45, 45, 45, 0.2);
    -webkit-transform: translate3d(0px,0px,0px);
            transform: translate3d(0px,0px,0px);

}
header.sticky {
    /*border-bottom: 6px solid transparent;*/
}

/* -- BEGIN LOGO WRAPPER -- */
#logo_wrapper {
    height: 100%;
    float: left;
    margin: 0;
    width: 135px;
    margin-left: 30px;
    margin-right: 14px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
}
#logo_wrapper a img {
    width: auto;
    height: 62px;
    margin-top: 7px;
    -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}
/*#mini_logo {
    display: block;
    position: absolute;
    top: 0;
    opacity: 0;
}
.sticky #logo_wrapper {
    width: 78px;
}
.sticky #logo_wrapper a img {
    opacity: 0;
}
.sticky #logo_wrapper a img#mini_logo {
     opacity: 1;
}*/
#logo_wrapper a {
	float: left;
    position: relative;
}
#logo_wrapper span {
	/* display: none; */
	text-indent: -9999999px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
/*#logo_wrapper:after {
    content: '';
    display: block;
    width: 12px;
    height: 3px;
    background-color: #303030;
    position: absolute;
    right: 45px;
    bottom: 27px;
}*/
/* -- END LOGO WRAPPER -- */

/* APP BURGUER */
header #menu-icon {
    width: 30px;
    height: 30px;
    margin-top: 0;
}
header #menu-icon .path {
    width: 100%;
    height: 4px;
    background-color: #ffffff;
    top: calc(50% - 2px);
    position: relative;
    margin-top: -4px;
}
.page-template-template-single-institute header #menu-icon .path {
    /*background-color: #262c30;*/
}
#app_burguer {
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 26px;
    right: 26px;
    cursor: pointer;
    z-index: 999;
}
#institute_burguer {
    display: none;
}
header #app_burguer:hover{
    text-decoration: none;
    border-bottom: 0;
}
#menu-icon .top{
    -webkit-transform:  rotate(0deg) translateY(-11px);
    -ms-transform:      rotate(0deg) translateY(-11px);
    transform:          rotate(0deg) translateY(-11px);
    -webkit-transition: all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
}
/*    header #app_burguer:hover #menu-icon .top{
    -webkit-transform:  rotate(0deg) translateY(-10px);
    -ms-transform:      rotate(0deg) translateY(-10px);
    transform:          rotate(0deg) translateY(-10px);
    -webkit-transition: all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
}*/
header #app_burguer #menu-icon .bottom{
    -webkit-transform:  rotate(0deg) translateY(11px);
    -ms-transform:      rotate(0deg) translateY(11px);
    transform:          rotate(0deg) translateY(11px);
    -webkit-transition: all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
}
/*    header #app_burguer:hover #menu-icon .bottom{
    -webkit-transform:  rotate(0deg) translateY(10px);
    -ms-transform:      rotate(0deg) translateY(10px);
    transform:          rotate(0deg) translateY(10px);
    -webkit-transition: all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
}*/
header #app_burguer #menu-icon .middle{
    -webkit-transform:  rotate(0deg);
    -ms-transform:      rotate(0deg);
    transform:          rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
}
header #app_burguer.open #menu-icon .middle{
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
}
header #app_burguer.open #menu-icon .top{
    -ms-transform-origin:       50% 50%;
    -webkit-transform-origin:   50% 50%;
    -webkit-transform:  rotate(-45deg);
    -ms-transform:      rotate(-45deg);
    transform:          rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
}
header #app_burguer.open #menu-icon .bottom{
    -ms-transform-origin:     50% 50%;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform:  rotate(45deg);
    -ms-transform:      rotate(45deg);
    transform:          rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
}
#header_principal {
    font-size: 12px;
    background-color: #262C30;
    height: 76px;
    /* border-bottom: 2px solid #DDDDDD; */
    -webkit-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
}
/*.sticky #header_principal {
    height: 70px;
}*/
#header_principal .container,
#header_principal .row{
	height: 100%;
}
nav ul {
  list-style: none;
  padding: 0;
}
nav ul li {
    font-family: 'Rubik', helvetica, sans-serif;
    text-transform: uppercase;
    list-style: none;
}
nav a {
  color: #ffffff;
    text-decoration: none!important;
}
nav a:hover {
  color: #ffffff;
}
#header_principal .row{
    text-align: center;
}
header #header_principal h1 {
    background-size: 300px;
}
header.hide_header {
    top: -76px;
}
/* NAV APP MODE */
nav#navigation,
#header_principal nav#institutes {
    display: block;
    position: fixed;
    top: 0;
    height: 100vh;
    color: #ffffff;
    z-index: 99;
    margin-top: 0;
    overflow-y: scroll;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
nav#navigation {
    background-color: #262C30;
    left: -60vw;
    width: 60vw;
    padding: 20px 40px;
}
#header_principal nav#institutes {
    background-color: #384046;
    right: -40vw;
    width: 40vw;
}
nav#navigation a:focus{
    color: #ffffff!important;
}
nav#navigation.open{
    left: 0;
}
#header_principal nav#institutes.open{
    right: 0;
}
nav#navigation > div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding-right: 5vw;
}
nav#navigation #principal_navigation {
    font-size: 30px;
    font-weight: 500;
    position: relative;
    padding: 20px 40px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
}
nav#navigation #principal_navigation > li {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1;
}
nav#navigation #principal_navigation > li a {
    font-weight: 500;
}
nav#navigation #principal_navigation > li ul.sub-menu a {
    font-weight: 100;
}
nav#navigation #principal_navigation > li ul.sub-menu li {
    line-height: 1.1;
    margin-bottom: 4px;
}
nav#navigation #principal_navigation .sub-menu {
    margin-top: 3px;
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 1;
    font-weight: 300;
}
nav#navigation .sub-menu a {
    opacity: 0.7;
    -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}
nav#navigation .sub-menu a:hover {
    opacity: 1;
    margin-left: 5px;
}
nav#navigation .menu > ul li.current_page_item > a,
nav#navigation #principal_navigation li.current_page_item > a {
    opacity: 1;
    color: #59ABC4;
}
#header_principal #nav_institutes ul {
    left: 0;
    opacity: 1;
}
#header_widget {
    position: absolute;
    top: 0;
    right: 90px;
    height: 100%;
}
#header_widget_wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
}
#home_header {
    position: absolute;
    z-index: 999;
    top: 20px;
    right: 20px;
}
#home_header #language_selector {

}
#language_selector,
#finder {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
#language_selector {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    color: #ffffff;
}
#language_selector li {
    display: inline-block;
    padding: 0 2px;
}
#language_selector li a {
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
}
#language_selector li a.active {
    font-weight: 600;
}
#header_widget #finder .search input,
#header_widget #finder .search button[role="button"]{
    border: 0;
    border-radius: 100px;
}
/* =======================
    HOME
======================== */
#big_kensei,
.side,
.quarter {
    position: relative;
    height: 100%;
}
#big_kensei,
.side {
  height: 100vh;
}
#big_kensei {
    background-color: white;
    left: 0;
    right: 0;
    width: 100%;
}

/* --/ SPEED, DELAYS AND TRANSITIONS /--*/
.side {
    -webkit-transition: width 0.55s cubic-bezier(0.8,0,0.3,1) 0.35s;
            transition: width 0.55s cubic-bezier(0.8,0,0.3,1) 0.35s;
}
#left_side .quarter {
    -webkit-transition: height 0.5s cubic-bezier(0.8,0,0.3,1) 0s;
            transition: height 0.5s cubic-bezier(0.8,0,0.3,1) 0s;
}
#right_side .quarter {
    -webkit-transition: height 0.45s cubic-bezier(0.8,0,0.3,1) 0s;
            transition: height 0.45s cubic-bezier(0.8,0,0.3,1) 0s;
}
.kensei_cubic {
     -webkit-transition: all 0.35s cubic-bezier(0.8,0,0.3,1);
             transition: all 0.35s cubic-bezier(0.8,0,0.3,1);
}
/* --/ ... /--*/

.side {
    height: 100vh;
    min-width: 100px;
    background-color: white;
    border: 2px solid #ffffff;
    position: absolute;
    padding: 0;
}
.top {
    top: 0;
}
.bottom {
    bottom: 0;
}
.left {
  left: 0;
}
.right {
  right: 0;
}
#left_side {
    padding: 0;
    width: 70%;
    border-right: 0;
}
#right_side {
    padding: 0;
    width: 30%;
    border-left: 0;
}

#big_kensei[data-side="left_side"]  #left_side  { width: 50%; }
#big_kensei[data-side="left_side"]  #right_side { width: 50%; }

/*#big_kensei[data-side="right_side"] #right_side { width: calc(100% - 300px); }
#big_kensei[data-side="right_side"] #left_side  { width: 300px; } */

.quarter {
  position: absolute;
  width: 100%;
  height: 100%;
  width: 100%;
  color: #ffffff;
  overflow: hidden;
    background-color: #262C30;
    border: 4px solid #ffffff;
    /*-webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;*/
}
.quarter.active {
  /*opacity: 0.9;*/
}
.quarter .quarter_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.quarter .first_title,
.quarter .second_title {
    position: absolute;
    left: 25px;
    font-size: 30px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.1;
    bottom: 25px;
    z-index: 9;
    width: 300px;
}

.quarter .first_title {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.quarter .second_title {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    bottom: 150px;
    left: -80px;
}
/*.quarter.active .first_title {
  font-size: 42px;
}*/
body.home #big_kensei[data-quarter="institutes"]  #institutes   { height: calc(100% - 160px); }
#big_kensei[data-quarter="institutes"]  #news         { height: 160px; }
/*#big_kensei[data-quarter="institutes"]  #corporative   { height: 55%; }
#big_kensei[data-quarter="institutes"]  #talent       { height: 45%; }*/

/*#big_kensei[data-quarter="corporative"] #corporative  { height: 40%; }
#big_kensei[data-quarter="corporative"] #talent     { height: 60%; }*/

#big_kensei[data-quarter="corporative-open"] #corporative   { height: calc(100% - 140px); }
#big_kensei[data-quarter="corporative-open"] #talent        { height: 140px; }


#big_kensei[data-quarter="talent-open"] #corporative   { height: 140px; }
#big_kensei[data-quarter="talent-open"] #talent        { height: calc(100% - 140px); }

/*#big_kensei[data-quarter="talent"]    #corporative  { height: 38%; }
#big_kensei[data-quarter="talent"]    #talent     { height: 62%; } */

/*
#big_kensei[data-quarter="news"]    #institutes   { height: 50%; }
#big_kensei[data-quarter="news"]    #news       { height: 50%; }
*/

/* ----------------------------
  CORPORATIVE - HOME
---------------------------- */

#corporative {
    height: 45%;
/*    background-image: url(../img/home/corporative-background.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;*/
    background: #030303;
}
#blackhole, #particles {
    height: 100%;
    width: 100%;
    position: absolute;
    display: block;
    background: transparent;
}
.centerHover {
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    cursor: pointer;
    /*background: rgba(168, 42, 155, 0.41);*/
}
.centerHover.open {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  pointer-events: none;
}
#blackhole canvas,
#particles canvas {
    width: 100%!important;
    height: auto!important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.homepage-nav {
    opacity: 0;
    z-index: -1;
    position: relative;
    padding: 20px 50px;
    top: 50%;
    text-align: left;
    width: calc(70vw - 200px);
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-transition: opacity 0.55s ease-in-out;
            transition: opacity 0.55s ease-in-out;
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
}
.homepage-nav li {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 400;
    padding-left: 0;
    padding-bottom: 3px;
}
.homepage-nav li.the_title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 500;
}
.homepage-nav li.the_title span {
    display: block;
    padding-bottom: 6px;
}
.homepage-nav li a {
    display: block;
    -webkit-transition: all 0.15s ease-in-out;
          transition: all 0.15s ease-in-out;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.homepage-nav li a:hover  {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.homepage-nav li a:hover {
  margin-left: 5px;
  /*letter-spacing: 10px;*/
}
/*.homepage-nav.show {
    opacity: 1;
}*/

nav#nav_corporative {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
nav#nav_corporative li {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
nav#nav_corporative li a {
    display: block;
    font-weight: 300;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
nav#nav_corporative.show  {
    z-index: 9;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
nav#nav_corporative.show li {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
nav#nav_corporative.show li.the_title {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#corporative.open .first_title{
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#talent.open .half_quarter:hover {
    width: calc(100% - 200px);
}
#talent.open .half_quarter {
    width: 200px;
     -webkit-transition: all 0.55s cubic-bezier(0.8,0,0.3,1);
             transition: all 0.55s cubic-bezier(0.8,0,0.3,1);
}

#talent.open .half_quarter .homepage-nav{
     -webkit-transition: opacity 0.7s cubic-bezier(0.8,0,0.3,1);
             transition: opacity 0.7s cubic-bezier(0.8,0,0.3,1);
}
#talent.open .half_quarter:hover .homepage-nav {
    z-index: 9;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* ----------------------------
  INSTITUTES - HOME
---------------------------- */
#institutes {
  height: calc(100% - 250px);
}
.gradient[data-i="i_water"],
.report_card[data-i="i_water"] .year {
/*  background-color: #00b0b9;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00b0b9), to(#71ead4));
  background: -webkit-linear-gradient(top, #71ead4, #00b0b9);
  background: -o-linear-gradient(top, #71ead4, #00b0b9);*/
    background: #00b0b9;
    background: -moz-linear-gradient(-45, #71ead4 0%, #00b0b9 100%);
    background: -webkit-linear-gradient(-45, #71ead4 0%,#00b0b9 100%);
    background: linear-gradient(135deg, #71ead4 0%,#00b0b9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71ead4', endColorstr='#00b0b9',GradientType=1 );

}
.gradient[data-i="i_food"],
.report_card[data-i="i_food"] .year {
/*  background-color: #0097A7;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0097A7), to(#CCFF90));
  background: -webkit-linear-gradient(top, #CCFF90, #0097A7);
  background: -o-linear-gradient(top, #CCFF90, #0097A7);*/
    background: #0097A7;
    background: -moz-linear-gradient(-45, #CCFF90 0%, #0097A7 100%);
    background: -webkit-linear-gradient(-45, #CCFF90 0%,#0097A7 100%);
    background: linear-gradient(135deg, #CCFF90 0%,#0097A7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCFF90', endColorstr='#0097A7',GradientType=1 );
}
.gradient[data-i="i_energy"],
.report_card[data-i="i_energy"] .year {
/*  background-color: #9C27B0;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9C27B0), to(#FF3D00));
  background: -webkit-linear-gradient(top, #FF3D00, #9C27B0);
  background: -o-linear-gradient(top, #FF3D00, #9C27B0);*/
    background: #9C27B0;
    background: -moz-linear-gradient(-45, #FF3D00 0%, #9C27B0 100%);
    background: -webkit-linear-gradient(-45, #FF3D00 0%,#9C27B0 100%);
    background: linear-gradient(135deg, #FF3D00 0%,#9C27B0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF3D00', endColorstr='#9C27B0',GradientType=1 );
}
.gradient[data-i="i_materials"],
.report_card[data-i="i_materials"] .year {
/*  background-color: #E65100;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E65100), to(#FFA000));
  background: -webkit-linear-gradient(top, #FFA000, #E65100);
  background: -o-linear-gradient(top, #FFA000, #E65100);*/
    background: #E65100;
    background: -moz-linear-gradient(-45, #FFA000 0%, #E65100 100%);
    background: -webkit-linear-gradient(-45, #FFA000 0%,#E65100 100%);
    background: linear-gradient(135deg, #FFA000 0%,#E65100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFA000', endColorstr='#E65100',GradientType=1 );
}
.gradient[data-i="i_nanoscience"],
.report_card[data-i="i_nanoscience"] .year {
/*  background-color: #6D4C41;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6D4C41), to(#baa9a3));
  background: -webkit-linear-gradient(top, #baa9a3, #6D4C41);
  background: -o-linear-gradient(top, #baa9a3, #6D4C41);*/
    background: #6D4C41;
    background: -moz-linear-gradient(-45, #baa9a3 0%, #6D4C41 100%);
    background: -webkit-linear-gradient(-45, #baa9a3 0%,#6D4C41 100%);
    background: linear-gradient(135deg, #baa9a3 0%,#6D4C41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#baa9a3', endColorstr='#6D4C41',GradientType=1 );
}
.gradient[data-i="i_networks"],
.report_card[data-i="i_networks"] .year {
/*  background-color: #4527A0;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4527A0), to(#7B1FA2));
  background: -webkit-linear-gradient(top, #7B1FA2, #4527A0);
  background: -o-linear-gradient(top, #7B1FA2, #4527A0);*/
    background: #4527A0;
    background: -moz-linear-gradient(-45, #7B1FA2 20%, #4527A0 100%);
    background: -webkit-linear-gradient(-45, #7B1FA2 20%,#4527A0 100%);
    background: linear-gradient(135deg, #7B1FA2 20%,#4527A0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7B1FA2', endColorstr='#4527A0',GradientType=1 );
}
.gradient[data-i="i_software"],
.report_card[data-i="i_software"] .year {
/*  background-color: #546E7A;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#546E7A), to(#a6b5bc));
  background: -webkit-linear-gradient(top, #a6b5bc, #546E7A);
  background: -o-linear-gradient(top, #a6b5bc, #546E7A);*/
    background: #546E7A;
    background: -moz-linear-gradient(-45, #a6b5bc 20%, #546E7A 100%);
    background: -webkit-linear-gradient(-45, #a6b5bc 20%,#546E7A 100%);
    background: linear-gradient(135deg, #a6b5bc 20%,#546E7A 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6b5bc', endColorstr='#546E7A',GradientType=1 );
}
.gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.gradient.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#nav_institutes {
    position: relative;
    height: 100%;
    width: 100%;
}
#nav_institutes ul {
    cursor: pointer;
    position: relative;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transition: all 0.55s cubic-bezier(0.8,0,0.3,1);
            transition: all 0.55s cubic-bezier(0.8,0,0.3,1);
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    padding: 20px 30px;
    /* opacity: 0; */
}
#institutes.active #nav_institutes ul {
  left: 0;
  opacity: 1;
}
#nav_institutes ul li {
    position: relative;
    letter-spacing: 0;
    font-family: 'Rubik', helvetica, sans-serif;
    width: 100%;
    line-height: 1.2;
    font-size: calc(2vw + 1vh);
    /* font-size: 50px; */
    font-weight: 500;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
#nav_institutes[data-rel="in_institute"] ul li {
    opacity: 0.7;
}
#nav_institutes[data-rel="in_institute"] ul li.current_page {
    opacity: 1;
}
#nav_institutes ul:hover li {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
#nav_institutes ul li:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#nav_institutes ul li a {
    display: inline-block;
    /* transform: scale(1); */
    position: relative;
    font-weight: 500;
}

#nav_institutes {
  background-color: transparent;
}
#institutes_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  visibility: visible;
  -webkit-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
#institutes_overlay img {
  position: absolute;
  height: 90%;
  max-height: 600px;
  width: auto;
  /*width: 70%;
  max-width: 600px;*/
  left: 50%;
  bottom: -7px;
  -webkit-transition: bottom 0.65s ease-in-out;
          transition: bottom 0.65s ease-in-out;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#institutes_overlay img:first-child {
    -webkit-transition-delay: 0.08s;
            transition-delay: 0.08s;
}
#institutes_overlay img:last-child {
    -webkit-transition-delay: 0.19s;
            transition-delay: 0.19s;
}
#big_kensei[data-quarter="institutes"] #institutes_overlay img  {
  bottom: -120%;
}
#big_kensei[data-quarter="institutes"] #institutes_overlay {
  visibility: hidden;
}
/* ----------------------------
  TALENT - HOME
---------------------------- */
#talent {
    height: 55%;
    cursor: pointer;
}
.half_quarter {
    height: 100%;
    width: 50%;
    position: absolute;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    cursor: pointer;
}
#impact.half_quarter {
    border-right: 4px solid #ffffff;
        background-image: url(../img/home/social-impact-blur.jpg);

}
#results.half_quarter {
    border-left: 4px solid #ffffff;
    background-image: url(../img/home/investment-results-blur.jpg);
}
.half_quarter .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center;
    background-size: cover;
    opacity: 1;
    cursor: pointer;
}
#impact.half_quarter .overlay {
    background-image: url(../img/home/social-impact-color.jpg);
}
#results.half_quarter .overlay {
    background-image: url(../img/home/investment-results-color.jpg);
}

#talent .half_quarter:hover .overlay {
    opacity: 0;
}
#talent:hover .overlay {

}

.previously_opened:hover .first_title,
.previously_opened .half_quarter:hover .second_title {
    opacity: 0;
}

.previously_opened .quarter_wrapper:hover .second_title {
    opacity: 1;
}
.previously_opened .half_quarter:hover .second_title {
    opacity: 0!important;
}
/*
#big_kensei[data-quarter="talent"] #talent .second_background {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}*/

/* ----------------------------
  NEWS - HOME
---------------------------- */

#news {
  height: 250px;
}
#swiper_news {
    height: 210px;
    /*width: calc(50vw);*/
    width: 100%;
    position: relative;
    overflow: hidden;
    float: right;
}
#swiper_news .slider_container {
    width: 100%;
    height: 100%;
    padding: 0 42px;
}
#swiper_news .swiper-wrapper {
    padding: 0;
    /*overflow: hidden;*/
}
#swiper_news .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: normal;
    align-items: normal;
/*    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;*/
}
/*.swiper-button-prev {
  left: -20px;
}
.swiper-button-prev {
  right: -20px;
}*/
#swiper_news .slide_new {
    text-align: left;
    width: 100%;
    padding: 10px;
}
#swiper_news .slide_new h4,
#swiper_news .slide_new span {
    display: block;
    text-align: left;
    font-weight: 100;
    line-height: 1.2;
}
#swiper_news .slide_new img {
    height: 42px;
    width: auto;
    margin-top: 30px;
}
#swiper_news .slide_new h4,
#swiper_news .slide_new h5 {
    color: #f1f1f1;
}

#swiper_news .slide_new h5 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #76828e;
    margin-top: 25px;
}
#swiper_news .slide_new h4 {
    color: #ffffff;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 14px;
}

#big_kensei[data-quarter="institutes"] #news #swiper_news {
    height: 150px;
}
#big_kensei[data-quarter="institutes"] #news #news_access {
    opacity: 0;
}

#big_kensei[data-quarter="institutes"] #news #swiper_news .slide_new img {
    margin-top: 30px;
}
#big_kensei[data-quarter="institutes"] #news #swiper_news .slide_new span,
#big_kensei[data-quarter="institutes"] #news #swiper_news .slide_new img {
    opacity: 0;
    height: 0;
}
#swiper_news .slide_new span {
    color: #737e89;
    font-size: 14px;
    font-weight: 400;
}
#swiper_news .swiper-button-next,
#swiper_news .swiper-button-prev {
    background-color: #262c30;
    height: 100%;
    top: 0;
    margin-top: 0;
    width: 48px;
    background-size: 18px;
}
#swiper_news .swiper-button-prev {
  left: -2px;
}
#swiper_news .swiper-button-next {
  right: -2px;
}
#news .first_title {
  display: none;
}
#news_access {
    position: absolute;
    z-index: 999;
    right: 0;
    color: #ffffff;
    height: auto;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    background: #59ABC4;
    bottom: 0;
    right: 20px;
    border-radius: 6px 6px 0 0;
    padding: 10px 26px 10px;
}
#news_access:hover {
    color: #ffffff;
}
#news_access div,
#news_access span {
    display: inline-block;
    vertical-align: middle;
}
/*#news_access div {
    text-align: center;
    font-size: 20px;
}*/
/* =======================
    COOL LANDINGS
======================== */
#page_about nav#nav_corporative,
#page_about nav#nav_corporative li,
#page_impact nav#nav_impact,
#page_impact nav#nav_impact li,
#page_results nav#nav_results,
#page_results nav#nav_results li {
    opacity: 1;
    visibility: visible;
    z-index: 999;
    width: auto;
}
.error404 #page_about nav#nav_corporative {
    opacity: 1;
    visibility: visible;
    z-index: 999;
    width: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateX(0) translateY(-50%);
        -ms-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
}
#page_about nav#nav_corporative > ul,
#page_impact nav#nav_impact > ul,
#page_results nav#nav_results > ul {
    display: inline-block;
    text-align: left;
}
#page_about nav#nav_corporative,
#page_impact nav#nav_impact,
#page_results nav#nav_results {
    text-align: center;
}
#page_impact #impact.half_quarter,
#page_results #results.half_quarter {
    width: 100%;
    border-right: 0;
}
#page_impact #impact.half_quarter {
    background-image: url(../img/home/social-impact-blur.jpg);
}
#page_results #results.half_quarter {
    background-image: url(../img/home/investment-results-blur.jpg);
}


#page_institutes .quarter {
    opacity: 1;
}
#page_institutes #institutes_inner #nav_institutes ul {
    left: 0;
    opacity: 1;
}
#page_institutes #institutes_inner,
#page_institutes #big_kensei[data-quarter="institutes"] #institutes_inner {
    height: 100%;
}
/* =======================
    SINGLE INSTITUTE
======================== */
#single_institute * {
    color: #262C30;
}
/*#single_institute,
#single_institute li,
#single_institute p,
#single_institute #breadcrumb a,
#single_institute #breadcrumb #home_url {
    color: #ffffff;
}*/
#single_institute #breadcrumb #home_url {
    color: #262c30;
}
#single_institute #breadcrumb a:hover {
    color: #ffffff;
}
#single_institute #breadcrumb span {
    font-weight: 600;
}
#main_content {
    padding: 100px 0 80px;
    text-align: center;
}
#main_content h1 {
    font-weight: 500;
    font-size: 70px;
    line-height: 1;
}
#main_content h2 {
    font-size: 30px;
    line-height: 1;
}
.i_content {
    position: relative;
    margin-top: 30px;
    text-align: left;
    padding: 30px 0;
    min-height: 240px;
}
.i_content.bottom {
    margin-bottom: 70px;
    padding-top: 0;
}
.i_content p,
.i_content li {
    line-height: 1.3;
    font-size: 17px;
}
#single_institute p,
#single_institute li {
    line-height: 1.3;
    font-size: 16px;
}
#single_institute li {
    margin-bottom: 8px;
}
#single_institute #main_intro p,
#single_institute #main_intro li {
    font-size: 18px;
    font-weight: 400;
}
#single_institute ul {
    padding-left: 25px;
}
.i_content.bottom .responsive_image {
    margin-top: -20px;
    background: #333333;
    position: relative;
}
.i_content.bottom .secondary_image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}
.i_content.bottom:hover .secondary_image {
    opacity: 0;
}
.i_content.bottom img {
    opacity: 1;
}
.i_content .vertical_align,
.i_content .super_overlay {
    display: inline-block;
    margin: 0 -1px;
    float: none;
    vertical-align: middle;
}
.i_content.bottom .vertical_align,
.i_content.bottom .super_overlay {
    vertical-align: top;
}
.i_content .super_overlay {
    position: relative;
    z-index: 99;
    margin-top: 30px;
}
.i_content .overlay {
    content: '';
    display: block;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    right: 0;
    width: 85%;
    height: 100%;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    opacity: 1;
}
.i_content.bottom .overlay {
    right: inherit;
    left: 30px;
    width: calc(100% - 120px);
}
.i_content:hover .overlay {
    width: calc(100% - 30px);
}
.i_content.bottom:hover .overlay {
    width: calc(100% - 55px);
}
.i_content .vertical_align p {
    padding-right: 40px;
}
.i_content .super_overlay div {
    background-color: #333333;
    width: calc(100% + 50px);
    position: relative;
    left: -50px;
    padding: 20px;
}
.i_content.bottom .super_overlay div {
    min-height: 70px;
}
#single_institute .super_overlay div h4 {
    color: #ffffff;
    line-height: 1.1;
    margin: 0;
    font-weight: 400;
    font-size: 26px;
}
#single_institute .i_content * {
    color: #ffffff;
}
#single_institute h3,
#single_institute h4,
#single_institute h5 {
    font-weight: 400;
}
#single_institute h3 {
    font-size: 36px;
}
#single_institute h4 {
    font-size: 30px;
}
#single_institute h5 {
    font-size: 26px;
}
#single_institute strong {
    font-weight: 500;
}
#single_institute #main_intro strong {
    font-weight: 500!important;
}
#single_institute .flex_generic_content,
#single_institute .flex_text_n_image {
    margin-bottom: 60px;
}
#single_institute .flex_add_button {
    padding: 100px 0 100px;
    color: #ffffff;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}
#single_institute .flex_add_button .the_button {
    border-color: #ffffff;
    color: #ffffff;
    background: transparent;
    border-radius: 100px;
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 500;
}
#single_institute .flex_add_button .the_button:hover {
    background-color: #ffffff;
    color: #262c30;
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@-webkit-keyframes hvr-pop{
    50% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}
@keyframes hvr-pop{
    50% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}
.flex_text_n_image .responsive_image {
    /*padding: 15px;*/
}

body[data-i="i_water"] #main_content h1,
body[data-i="i_water"] #single_institute h3,
body[data-i="i_water"] #single_institute .flex_add_button .the_button:hover {
    color: #25c3c2;
}
body[data-i="i_food"] #main_content h1,
body[data-i="i_food"] #single_institute h3,
body[data-i="i_food"] #single_institute .flex_add_button .the_button:hover {
    color: #43b99f;
}
body[data-i="i_energy"] #main_content h1,
body[data-i="i_energy"] #single_institute h3,
body[data-i="i_energy"] #single_institute .flex_add_button .the_button:hover {
    color: #BC2E7A;
}
body[data-i="i_materials"] #main_content h1,
body[data-i="i_materials"] #single_institute h3,
body[data-i="i_materials"] #single_institute .flex_add_button .the_button:hover {
    color: #ee6c00;
}
body[data-i="i_nanoscience"] #main_content h1,
body[data-i="i_nanoscience"] #single_institute h3,
body[data-i="i_nanoscience"] #single_institute .flex_add_button .the_button:hover {
    color: #866a61;
}
body[data-i="i_networks"] #main_content h1,
body[data-i="i_networks"] #single_institute h3,
body[data-i="i_networks"] #single_institute .flex_add_button .the_button:hover {
    color: #5724a1;
}
body[data-i="i_software"] #main_content h1,
body[data-i="i_software"] #single_institute h3,
body[data-i="i_software"] #single_institute .flex_add_button .the_button:hover {
    color: #6f858f;
}

body[data-i="i_water"] .i_content .super_overlay div { background: #25c3c2; }
body[data-i="i_food"] .i_content .super_overlay div { background: #43b99f; }
body[data-i="i_energy"] .i_content .super_overlay div { background: #BC2E7A; }
body[data-i="i_materials"] .i_content .super_overlay div { background: #ee6c00; }
body[data-i="i_nanoscience"] .i_content .super_overlay div { background: #866a61; }
body[data-i="i_networks"] .i_content .super_overlay div { background: #5724a1; }
body[data-i="i_software"] .i_content .super_overlay div { background: #6f858f; }

/*body[data-i="i_water"] .i_content.bottom .responsive_image { background: #20c0c0; }
body[data-i="i_food"] .i_content.bottom .responsive_image { background: #5bc69d; }
body[data-i="i_energy"] .i_content.bottom .responsive_image{ background: #c3306a; }
body[data-i="i_materials"] .i_content.bottom .responsive_image { background: #f07200; }
body[data-i="i_nanoscience"] .i_content.bottom .responsive_image { background: #957c74; }
body[data-i="i_networks"] .i_content.bottom .responsive_image { background: #7220a2; }
body[data-i="i_software"] .i_content.bottom .responsive_image { background: #82969f; }*/


/*body[data-i="i_energy"] .i_content .overlay,
body[data-i="i_energy"].page-template-template-single-institute #header_principal,
body[data-i="i_energy"] #single_institute .flex_add_button {
  background-color: #9C27B0;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9C27B0), to(#FF3D00));
  background: -webkit-linear-gradient(left, #FF3D00, #9C27B0);
  background: -o-linear-gradient(left, #FF3D00, #9C27B0);
}*/
body[data-i="i_water"] .i_content .overlay,
body[data-i="i_water"].page-template-template-single-institute #header_principal,
body[data-i="i_water"] #single_institute .flex_add_button {
    background: #00b0b9;
    background: -moz-linear-gradient(-45, #71ead4 0%, #00b0b9 100%);
    background: -webkit-linear-gradient(-45, #71ead4 0%,#00b0b9 100%);
    background: linear-gradient(135deg, #71ead4 0%,#00b0b9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71ead4', endColorstr='#00b0b9',GradientType=1 );
}
body[data-i="i_food"] .i_content .overlay,
body[data-i="i_food"].page-template-template-single-institute #header_principal,
body[data-i="i_food"] #single_institute .flex_add_button {
    background: #0097A7;
    background: -moz-linear-gradient(-45, #CCFF90 0%, #0097A7 100%);
    background: -webkit-linear-gradient(-45, #CCFF90 0%,#0097A7 100%);
    background: linear-gradient(135deg, #CCFF90 0%,#0097A7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCFF90', endColorstr='#0097A7',GradientType=1 );
}
body[data-i="i_energy"] .i_content .overlay,
body[data-i="i_energy"].page-template-template-single-institute #header_principal,
body[data-i="i_energy"] #single_institute .flex_add_button {
    background: #9C27B0;
    background: -moz-linear-gradient(-45, #FF3D00 0%, #9C27B0 100%);
    background: -webkit-linear-gradient(-45, #FF3D00 0%,#9C27B0 100%);
    background: linear-gradient(135deg, #FF3D00 0%,#9C27B0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF3D00', endColorstr='#9C27B0',GradientType=1 );
}
body[data-i="i_materials"] .i_content .overlay,
body[data-i="i_materials"].page-template-template-single-institute #header_principal,
body[data-i="i_materials"] #single_institute .flex_add_button {
    background: #E65100;
    background: -moz-linear-gradient(-45, #FFA000 0%, #E65100 100%);
    background: -webkit-linear-gradient(-45, #FFA000 0%,#E65100 100%);
    background: linear-gradient(135deg, #FFA000 0%,#E65100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFA000', endColorstr='#E65100',GradientType=1 );
}
body[data-i="i_nanoscience"] .i_content .overlay,
body[data-i="i_nanoscience"].page-template-template-single-institute #header_principal,
body[data-i="i_nanoscience"] #single_institute .flex_add_button {
    background: #6D4C41;
    background: -moz-linear-gradient(-45, #baa9a3 0%, #6D4C41 100%);
    background: -webkit-linear-gradient(-45, #baa9a3 0%,#6D4C41 100%);
    background: linear-gradient(135deg, #baa9a3 0%,#6D4C41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#baa9a3', endColorstr='#6D4C41',GradientType=1 );
}
body[data-i="i_networks"] .i_content .overlay,
body[data-i="i_networks"].page-template-template-single-institute #header_principal,
body[data-i="i_networks"] #single_institute .flex_add_button {
    background: #4527A0;
    background: -moz-linear-gradient(-45, #7B1FA2 20%, #4527A0 100%);
    background: -webkit-linear-gradient(-45, #7B1FA2 20%,#4527A0 100%);
    background: linear-gradient(135deg, #7B1FA2 20%,#4527A0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7B1FA2', endColorstr='#4527A0',GradientType=1 );

}
body[data-i="i_software"] .i_content .overlay,
body[data-i="i_software"].page-template-template-single-institute #header_principal,
body[data-i="i_software"] #single_institute .flex_add_button {
    background: #546E7A;
    background: -moz-linear-gradient(-45, #a6b5bc 20%, #546E7A 100%);
    background: -webkit-linear-gradient(-45, #a6b5bc 20%,#546E7A 100%);
    background: linear-gradient(135deg, #a6b5bc 20%,#546E7A 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6b5bc', endColorstr='#546E7A',GradientType=1 );
}



/* =======================
    SLIDER
======================== */
.slider_container,
#home_slider,
#generic_slider {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.slider_container {
	height: 100%;
}
#home_slider {
    height: calc(90vh - 70px);
    min-height: 350px;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	   -ms-flex-pack: center;
	-webkit-justify-content: center;
	      	justify-content: center;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	-webkit-align-items: center;
	      	align-items: center;
}
.swiper-slide{
	background-size: cover!important;
	background-position: center!important;
	background: transparent;
}
.swiper-pagination-bullet{
	background-color: transparent;
	width: 12px;
	height: 12px;
	opacity: 1;
	filter: alpha(opacity=100);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.swiper-pagination.swiper-pagination-clickable {
    bottom: 20px;
}
.swiper-pagination-bullet {
    background-color: #ffffff;
    width: 25px;
    height: 3px;
    opacity: 1;
    filter: alpha(opacity=100);
    border-radius: 10px;
    display: inline-block;
    position: relative;
}
.swiper-pagination-bullet:after {
    content: '';
    display: block;
    height: 20px;
    width: 100%;
    position: absolute;
    background: transparent;
    margin-top: -10px;
}
.swiper-pagination-bullet {
    border: 1px solid #FFFFFF;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #59ABC4;
    border-color: #59ABC4;
}
.slide_content * {
    color: #ffffff;
    text-align: left;
}
.slide_content *:not(a) {
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
}
.slide_content *:after {
    color: #ffffff;
}
.slide_content p,
.slide_content span,
.slide_content blockquote,
.slide_content li {
    font-size: 17px;
    /* font-style: italic; */
    text-align: left;
    font-weight: 400;
}
.slide_content blockquote {
    border-color: #ffffff;
}
.slide_content blockquote p {
    /*font-size: 19px;*/
}
.swiper-pagination-fraction {
    color: #ffffff;
    font-weight: 900;
    letter-spacing: -3px;
    font-size: 16px;
    bottom: 15px;
}
/* =======================
  GENERIC SLIDER
======================== */
/*#generic_slider{
	height: 70%;
	overflow-x: hidden;
}*/
#generic_slider {
    height: calc(50vh - 70px);
    min-height: 400px;
}
#hero_section_page, #hero_section_page_default{
	height: 70%;
	background-position: center;
	background-size: cover;
	overflow-x: hidden;
	width: 100%;
}
#hero_section_page_default{
	background-image: url(../img/default/featured_default.png);
	background-size: 50px;
	background-color: #E4E1DE;
}
/* =======================
  GENERIC SLIDER
======================== */
#parallax_slider {
    height: calc(50vh - 70px);
    min-height: 400px;
}
#parallax_slider .slider_container {
    width: 100%;
    height: 100%;
    background: #000;
}
#parallax_slider .swiper-slide {
    font-size: 18px;
    color:#fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*padding: 40px 60px;*/
}
#parallax_slider .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
#parallax_slider .swiper-slide > div {
    display: block;
}
#parallax_slider .h4 {
    /* text-transform: uppercase; */
    font-size: 24px;
    margin-bottom: 4px;
}
.slide_content h1,
.slide_content h2,
.slide_content h3,
.slide_content h4 {
    margin-bottom: 3px;
}
/*#parallax_slider .swiper-slide .title {
    font-size: 41px;
    font-weight: 300;
}
#parallax_slider .swiper-slide .subtitle {
    font-size: 21px;
}
#parallax_slider .swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
}*/
/* ============================
    SKROLLR PARALLAX STYLES
============================= */
#parallax_image.container-fluid {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
.parallax-image-wrapper {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 0;
}
.parallax-image-wrapper-100 {
	height: calc(100vh - 8px);
	top: -100%;
}
.parallax-image {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.featured_image {
	position: relative;
}
.parallax-image-100 {
	height: 90%;
	top: 60px;
}
.page-template-default .parallax-image-100 {
    height: 600px;
    top: 60px;
    height: 70%;
}
.single-post .parallax-image-100 {
	height: 68%;
}
.featured_image.parallax-image-wrapper-100 {
	height: 400px;
	top: calc(-100% + 400px);
}
.parallax-image.skrollable-between {
	display: block;
}
.no-skrollr .parallax-image-wrapper {
	display: none !important;
}
#skrollr-body {
	height: 100%;
	overflow: visible;
	position: relative;
}
.gap {
	background: transparent center no-repeat;
	background-size: cover;
	overflow: hidden;
}
.skrollr .gap {
    background: rgba(0, 0, 0, 0)!important;
}
.gap-50 {
	height: 50%;
}
.gap-fixed-height-large {
	height: 100vh;
}
.featured_image.gap-fixed-height-large {
    height: 200px;
}
.gap-100 {
	height: 100vh;
}
/* =======================
    PAGE
======================== */
.slide_content .container {
	position: relative;
    top: 50%;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
    -webkit-transform: translateX(0) translateY(-50%);
        -ms-transform: translateX(0) translateY(-50%);
    		transform: translateX(0) translateY(-50%);
}
/* =======================
    BLOG SIDEBAR
======================== */
#blog_sidebar h3 {
    text-transform: uppercase;
    color: #323231;
    font-size: 16px;
    padding: 6px 0;
    margin: 8px 0px 8px;
}
#blog_sidebar a {
    color: #707070;
    font-weight: 900;
}
#blog_sidebar a:hover{
	color: #59ABC4;
}
#blog_sidebar .widget_search {
    padding-bottom: 10px;
}
#blog_sidebar > div {
    margin-bottom: 20px;
}
#blog_sidebar .search,
#header_widget .search {
    position: relative;
}
#blog_sidebar .search input,
#header_widget .search input {
    background-color: #FFFFFF;
    border: 1px solid #A7A7A7;
    padding: 8px 14px;
    width: 100%;
    padding-right: 50px;
    color: #262c30;
    font-weight: 400;
}
#blog_sidebar .search button[role="button"],
#header_widget .search button[role="button"] {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FFFFFF;
    border: 1px solid #A7A7A7;
    border-left: 0;
    height: 100%;
    width: 40px;
    text-indent: -999999px;
    background-image: url(../img/form/search-icon.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
}
#blog_sidebar ul {
    padding: 0;
}
#blog_sidebar ul li {
    list-style: none;
    margin-bottom: 6px;
}
#single_sidebar>div {
    float: left;
    padding:15px;
    background-color: rgba(38, 44, 48, 0.06);
    margin-bottom: 30px;
    width: 100%;
}
#single_sidebar .material-icons {
    color: #59ABCE;
    vertical-align: middle;
    padding-right: 4px;
}
#single_sidebar .material-icons:hover {
    color: #262c30;
}
#single_sidebar h3 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 15px;
    text-align: left;
}
#single_sidebar ul {
    list-style: none;
}
#single_sidebar ul>div {
    float: left;
    width: 100%;
}
#single_sidebar li h4 {
    font-size: 16px;
    margin-bottom: 15px;
}
#single_sidebar ul {
    padding-left: 0px;
}
#single_sidebar ul:last-child {
    margin-bottom: 0px;
}
#single_sidebar li h4:hover {
    color: #59ABC5;
}
#single_sidebar .the_button {
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}
#single_sidebar .the_button:hover {
    color: #59ABC5;
    background-color: transparent;
}
/* =======================
    SINGLE
======================== */
#single_page {
    padding-bottom: 30px;
}
#single_page .tag_list {
    margin-bottom: 30px;
}
#single_page .tags {
    background: #f2f2f3;
    color: #262c30;
    padding: 15px;
    margin-right: 20px;
}
#single_page .responsive_image {
    margin-bottom: 15px;
}
#single_page #date {

}
#single_page #taxonomy {
    margin-top: 30px;
    font-weight: 600;
}
#single_page a:hover{
    color: #262c30;
    -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.links-bottom{
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;

    height: 45px;
    line-height: 42px;
}
.links-bottom a {
    color: #262c30;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Rubik', helvetica, sans-serif;
}
#single_page #title.i_content {
    min-height: initial;
    margin-bottom: 30px;
}
#single_page #title.i_content .overlay,
#single_page .i_content .overlay.kensei_cubic,
#single_page .fex_i_quote .overlay.kensei_02 {
    background: #59abc4;
}
#single_page #title.i_content h1 {
    color: #ffffff;
}
#single_page .i_content .vertical_align.imag{
    width: 96%;
}
#single_page .i_content .overlay.imag {
    height: 80%;
}
#single_page .i_content .super_overlay.quote div {
    background-color: #ffffff;
    background: #59abc4;
}
#single_page .overlay.kensei_02.quote {
    background: #262c30;
}
#single_page .fex_i_quote h4{
    color: #ffffff;
}
#single_page .i_content .overlay.highli {
    background-color: transparent;
    border: 1px solid #59abc4;
}
#single_page .i_content {
    min-height: initial;
}


/* =======================
    BLOG
======================== */
body.page-template-template-blog h1, body.category h1, body.tag h1, body.search h1 {
    margin-top: 0px;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 8px;
    /* text-transform: uppercase; */
    margin-bottom: 22px;
}
.post_block {
    margin-bottom: 30px;
}
.post_block h3 {
    margin-bottom: 2px;
    font-size: 24px;
}
.page-template-template-blog .date,
.read-more {
    font-weight: 500;
}
.read-more span,
.read-more i.material-icons {
    display: inline-block;
    vertical-align: middle;
}
.read-more span {
    margin-top: 1px;
    font-size: 14px;
}
#pagination {
    font-size: 16px;
    font-family: 'Rubik', helvetica, sans-serif;
    padding-left: 2px;
    font-weight: 400;
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #7c8083;
}
#pagination span,
#pagination a {
    padding-bottom: 20px;
    display: inline-block;
}
#page_search,
#page_taxonomy {
/*    padding-bottom: 30px;*/
}
.post_block h6 {
    text-transform: uppercase;
    font-size: 14px;
}
/* =======================
    FLEXIBLE CONTENT
======================== */
#flexible_content {
    background-color: #ffffff;
    z-index: 9;
    position: relative;
}
body.page-template-template-single-institute #flexible_content  {
    background: transparent;
}
#no_flex {
    width: 100%;
    height: 40px;
}
.gallery #no_flex {
    display: none;
}
#the_content .text_sidebar blockquote {
    margin-top: 0;
}
#the_content p {
    font-size: 17px;
}
/* Generic Content */
.flex_generic_content {
    margin: 10px 0;
}
.flex_generic_content .color_hr {
    width: calc(100% + 30px);
    height: 3px;
    background-color: #262c30;
    margin-top: 17px;
    position: relative;
    left: -15px;
}
.flex_generic_content.background {
    margin: 0;
    padding: 120px 0;
}
.flex_generic_content.background.dark {
    background-color: #262C30;
}
.flex_generic_content.background.dark * {
    color: #ffffff;
}
.flex_generic_content.background.dark p,
.flex_generic_content.background.dark li {
    font-weight: 400;
}
.flex_generic_content.background.gray {
    padding: 0 0 50px;
    background-color: #dde0e3;
}
.flex_generic_content h3 {
    margin-top: 20px;
}
.destacados .flex_generic_content {
    background: #dde0e3;
    padding-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 0;
}

/*
.destacados .flex_generic_content p {
    border-left: 0;
    margin-bottom: 16px;
    padding: 12px 15px 9px 12px;
    display: block;
    color: #ffffff;
    background-color: #262c34;
    background: #35556d;
    background: -moz-linear-gradient(left, #35556d 0%, #262c34 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #35556d), color-stop(100%, #262c34));
    background: -webkit-linear-gradient(left, #35556d 0%, #262c34 100%);
    background: -o-linear-gradient(left, #35556d 0%, #262c34 100%);
    background: -ms-linear-gradient(left, #35556d 0%, #262c34 100%);
    background: linear-gradient(to right, #35556d 0%, #262c34 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35556d', endColorstr='#262c34', GradientType=1 );
}
.destacados .flex_generic_content p a {
    color: #ffffff;
}
*/


/* Background Content */
.flex_background_content {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 0;
    margin: 0;
    padding: 80px 0;
    color: #ffffff;
    background-color: #333333;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    /*
    -moz-box-shadow: inset 0 1px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 15px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 15px rgba(0, 0, 0, 0.2);
    */
}
.flex_background_content.background .the_button {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 0;
}
.flex_background_content.primary {
    background-color: #59ABC4;
    background: #5582A5;
    background: -moz-linear-gradient(left, #5582A5 0%, #33536B 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #5582A5), color-stop(100%, #33536B));
    background: -webkit-linear-gradient(left, #5582A5 0%, #33536B 100%);
    background: -o-linear-gradient(left, #5582A5 0%, #33536B 100%);
    background: -ms-linear-gradient(left, #5582A5 0%, #33536B 100%);
    background: linear-gradient(to right, #5582A5 0%, #33536B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5582A5', endColorstr='#33536B', GradientType=1 );
}

.flex_background_content.secondary {
    background-color: #262C30;
}
.flex_background_content *:not(.the_button) {
    color: #ffffff;
    border-color: #fff;
}
.flex_background_content *:after {
    color: #ffffff;
}
.flex_background_content p,
.flex_background_content li {
	font-size: 19px;
    font-weight: 400;
}
.flex_background_content.background {
    font-weight: 900;
    -moz-box-shadow: inset 0 2px 14px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 2px 14px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 2px 14px rgba(0, 0, 0, 0.5);
    padding: 140px 0;
}
.flex_background_content.background p,
.flex_background_content.background li {
    font-weight: 400;
    line-height: 1.3;
}
.flex_background_content.background strong {

}
/* Text and Image */
.flex_text_n_image {
    margin-top: 10px;
    margin-bottom: 10px;
}
.flex_text_n_image.background {
    margin: 0;
    padding: 40px 0;
}
.flex_text_n_image.background.gray {
    background-color: #dde0e3;
}
/*.page-id-9248 .flex_text_n_image.background.gray{
    padding-bottom: 0;
}*/
.page-id-9248 .flex_text_n_image .col-md-7,
.page-id-9248 .flex_text_n_image .col-md-5,
.page-id-9250 .flex_text_n_image .col-md-7,
.page-id-9250 .flex_text_n_image .col-md-5 {
    width: 50%;
}
.flex_text_n_image.background.primary {
    background-color: #59ABC4;
}
.flex_text_n_image.background.secondary {
    background-color: #262C30;
}
.flex_text_n_image.background.secondary * {
    color: #ffffff;
}
.flex_text_n_image ul {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}
.flex_text_n_image ul li {
    list-style: none;
    padding: 0;
    color: #292929;
    display: block;
    border-left: 4px solid #406582;
    margin-top: 15px;
    padding: 0px 15px;
    display: block;
    color: #272c31;
}
.flex_text_n_image .responsive_image p {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    padding-top: 16px;
    color: #373c46;
    margin-bottom: 0;
}
.vertical_align {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: -2px;
    margin-right: -2px;
}
.left_to_right {

}
.right_to_left {

}
/* Text and Video */
.flex_text_n_video {
    margin-top: 10px;
    margin-bottom: 10px;
}
.flex_text_n_video .responsive_image.play-video .play_icon {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.flex_text_n_video .responsive_image.play-video {
	cursor: pointer;
}
#frame_youtube {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    width: 90%;
    height: auto;
    max-width: 1200px;
    /* height: 480px; */
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 9999;
}
#youtube_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1d1d1d;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
#youtube_overlay.open {
  visibility: visible;
  z-index: 999;
}
#close_video {
    text-align: center;
    cursor: pointer;
    text-decoration: none;
/*    color: #CFCFCF;
    font-size: 80px;
    font-weight: 100;*/
    position: absolute;
    width: 45px;
    height: 45px;
    right: 20px;
    top: 20px;
    background-image: url(../img/arrows/cross.png);
    background-size: 45px;
    background-position: 0px 0px;
    cursor: pointer;
    background-repeat: no-repeat;
    z-index: 99999;
}
/* FEATURED ICONS */
.flex_featured_icons {
    margin-bottom: 30px;
}
.flex_featured_icons .column_text {
    padding-left: 15px;
    font-weight: 400;
}
.flex_featured_icons .column_text ul {
    padding: 0;
}
.flex_featured_icons .column_text ul li {
    list-style: none;
    font-size: 16px;
}
.flex_featured_icons .column_text p {
    margin-bottom: 2px;
}
.flex_featured_icons .column_text p a {
    font-size: 18px;
}
.flex_featured_icons .column_image {
    text-align: center;
    padding-right: 6px;
}
.flex_featured_icons .column_image img {
    /*max-width: 120px;*/
    width: 100%;
}
.flex_featured_icons .featured_icon {
    width: 80px;
    height: auto;
    margin-bottom: 10px;
    display: block;
}
.flex_featured_icons.centered {
	text-align: center;
}
.flex_featured_icons.centered .featured_icon {
    margin: auto;
    margin-bottom: 10px;
}
.flex_featured_icons .col_icon {
    min-height: 120px;
    margin-bottom: 15px;
}
/* FEATURED PAGES */
.flex_featured_pages {

}
.card {
    margin-bottom: 30px;
}
.card_content {
    padding: 15px 20px;
    border: 1px solid #d6d6d6;
    border-top: 0;
}
.card_content .the_button {
    margin-bottom: 0;
}
.no_image .card_content {
    padding: 30px 20px;
    border-top: 1px solid #d6d6d6;
}
.flex_featured_pages .color {
    border: 0;

    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}
.flex_featured_pages .color *:not(a){
    color: #ffffff;
}
.flex_featured_pages .color *:after {
    color: #ffffff;
}
.flex_featured_pages .primary {
    background-color: #59ABC4;
}
.flex_featured_pages .secondary {
    background-color: #262C30;
}

.flex_featured_pages .card.col-md-4.no_image .card_content {
    min-height: 270px;
}
.flex_featured_pages .card.col-md-6.no_image .card_content {
    min-height: 250px;
}
.flex_featured_pages .card.col-md-4.has_image .card_content {
    min-height: 290px;
}
.flex_featured_pages .card.col-md-6.has_image .card_content {
    min-height: 240px;
}
/* SPECIAL LIST */
.flex_special_ul {
    margin-top: 8px;
    margin-bottom: 8px;
}
.flex_special_ul .special_ul {
	padding: 0;
	margin: 0;
}
.flex_special_ul .special_ul > li {
    list-style: none;
    padding: 0;
    font-size: 14px;
    color: #292929;
    display: block;
}
.flex_special_ul .special_ul.two_columns > li,
.flex_special_ul .special_ul.three_columns > li,
.flex_special_ul .special_ul.random > li {
    float: none;
    padding-right: 15px;
    display: inline-block;
    vertical-align: bottom;
}
.flex_special_ul .special_ul.two_columns > li {
    width: calc(50% - 4px);
}
.flex_special_ul .special_ul.three_columns > li {
    width: calc(33% - 4px);
}
.flex_special_ul .special_ul.random > li {
    width: auto;
}
.flex_special_ul .special_ul > li > div {
    background-color: #f2f2f2;
    background-color: #dde0e3;
    border-left: 0;
    margin-bottom: 12px;
    padding: 12px 15px 9px 12px;
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
    background-color: #59ABC4;
    background: #5582A5;
    background: -moz-linear-gradient(left, #5582A5 0%, #33536B 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #5582A5), color-stop(100%, #33536B));
    background: -webkit-linear-gradient(left, #5582A5 0%, #33536B 100%);
    background: -o-linear-gradient(left, #5582A5 0%, #33536B 100%);
    background: -ms-linear-gradient(left, #5582A5 0%, #33536B 100%);
    background: linear-gradient(to right, #5582A5 0%, #33536B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5582A5', endColorstr='#33536B', GradientType=1 );
}
.flex_special_ul.linked .special_ul > li > div {
    border-left: 4px solid #3f4447;
    background-color: #59ABC4;
    background: #5582A5;
    background: -moz-linear-gradient(left, #5582A5 0%, #33536B 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #5582A5), color-stop(100%, #33536B));
    background: -webkit-linear-gradient(left, #5582A5 0%, #33536B 100%);
    background: -o-linear-gradient(left, #5582A5 0%, #33536B 100%);
    background: -ms-linear-gradient(left, #5582A5 0%, #33536B 100%);
    background: linear-gradient(to right, #5582A5 0%, #33536B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5582A5', endColorstr='#33536B', GradientType=1 );
}
.flex_special_ul.linked .special_ul > li > div a {
    color: #ffffff;
    font-weight: 500;
}
.flex_special_ul.linked .special_ul > li:hover > div {
    background-color: #3f4447;
}
.flex_special_ul.linked .special_ul > li:hover > div a {

}
.flex_special_ul li span,
.flex_special_ul li i {
    display: inline-block;
    vertical-align: middle;
}

/* TOGGLE CARDS */
.flex_toggle_card {

}
.tab_ul {
    margin-top: 10px;
    margin-bottom: 10px;
}
.toggle_card {
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    border: 1px solid #d4d5d8;
}
.add_padding {
    padding: 20px;
    display: block;
}
.toggle_title_lv1, .toggle_title_lv2 {
    position: relative;
    padding-right: 50px;
}
.toggle_title_lv1 h3,
.toggle_title_lv1 span {
    color: #59ABC4;
}
.toggle_title_lv2 h4,
.toggle_title_lv2 span {
    color: #262c30;
}
.toggle_title_lv1 h3,
.toggle_title_lv2 h4 {
    margin: 0;
}
.toggle_title_lv1 span,
.toggle_title_lv2 span {
    position: absolute;
    display: block;
    right: 20px;
    font-size: 36px;
    top: 50%;
    margin-top: -24px;
    font-weight: 600;
}
.toggle_title_lv2 span {
    right: 22px;
    font-size: 32px;
    margin-top: -22px;
}
.toggle_content_lv1,
.toggle_content_lv2 {
    display: none;
}
/*.tab_ul:first-child .toggle_content_lv1 {
    display: block;
}*/
.toggle_content_lv1 > .add_padding {
    background-color: #f7f7f7;
    border-top: 1px solid #d4d5d8;
    padding: 30px 20px 15px;
}
.toggle_card_lv2 {
    border-top: 1px solid #d4d5d8;
}
.toggle_card_lv2 .add_padding {
    padding: 20px 30px;
}
.toggle_content_lv2.add_padding {
    padding: 30px 30px 20px;
    border-top: 1px solid #d4d5d8;
    background-color: #f7f7f7;
}
.toggle_content_lv2 ul {
    padding-left: 30px;
}
.toggle_content_lv2 li {
    list-style: initial;
}
.toggle_content_lv2 img {
    width: 100%;
    height: auto;
}
.sub_ul_toggle > li.toggle_card_lv2 {
	list-style: none;
}
.sub_ul_toggle {
	padding: 0;
	margin: 0;
}
.toggle_title_lv1.open .fa-angle-down:before,
.toggle_title_lv2.open .fa-angle-down:before {
    content: "\f106";
}
/* FLEX LAST POSTS */
.flex_featured_posts {
    padding-top: 10px;
}
.card_content .date {
    font-weight: 600;
    display: block;
}
.card_content .read_more {
    font-weight: 600;
    font-size: 16px;
}
.flex_featured_posts .card_content {
    min-height: 250px;
    position: relative;
    padding-bottom: 40px;
}
.flex_featured_posts .card_content .text-right,
.flex_featured_posts .card_content .text-center {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
}
.flex_featured_posts .card_content h3 {
    min-height: 66px;
    margin-bottom: 4px;
}
.flex_featured_posts .overlay_wrapper {
    position: relative;
    display: block;
    cursor: pointer;
}
.flex_featured_posts .overlay {
    background-color: #252525;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.85;
}
.flex_featured_posts .overlay.primary {
    background-color: #59ABC4;
}
.flex_featured_posts .overlay.secondary {
    background-color: #262C30;
}
.flex_featured_posts .overlayed_text.primary .the_button.inverse.white:hover {
    color: #59ABC4;
}
.flex_featured_posts .overlayed_text.secondary .the_button.inverse.white:hover {
    color: #262C30;
}
.flex_featured_posts .overlay_wrapper:hover .overlay {
    opacity: 1;
}
.flex_featured_posts .overlayed_text {
    position: absolute;
    top: 0;
    padding: 30px 30px;
    height: 100%;
    width: 100%;
}
.flex_featured_posts .overlayed_text.landscape-panoramic {
    padding-top: 70px;
}
.flex_featured_posts .overlayed_text.landscape-card {
    padding-top: 50px;
}
.flex_featured_posts .overlayed_text.portrait-card {
    padding-top: 50px;
}
.flex_featured_posts .overlayed_text.square-card {
    padding-top: 40px;
}
.flex_featured_posts .overlayed_text *:not(a) {
    color: #ffffff;
}
.flex_featured_posts .overlayed_text *:not(h3),
.flex_featured_posts .overlayed_text *:not(h2) {
    font-weight: 900;
}
.flex_featured_posts .overlayed_text *:after {
    color: #ffffff;
}
.flex_featured_posts .overlayed_text .the_button {
    position: absolute;
    right: 30px;
    bottom: 30px;
    margin: 0;
}
/* RULE */
.flex_rule {
    margin-top: 20px;
    margin-bottom: 20px;
}
.flex_rule hr {
    border-top: 1px solid #d6d6d6;
    margin: 0;
}
/* SPACE */
.flex_space {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    height: 1px;
}
.flex_space.add_10px {
    padding-top: 3px;
    padding-bottom: 3px;
}
.flex_space.add_15px {
    padding-top: 8px;
    padding-bottom: 8px;
}
.flex_space.add_30px {
    padding-top: 15px;
    padding-bottom: 15px;
}
.flex_space.add_40px {
    padding-top: 20px;
    padding-bottom: 20px;
}
.flex_space.add_60px {
    padding-top: 30px;
    padding-bottom: 30px;
}
/* FLEX CONTACT */
.flex_contact {
    margin-top: 0;
    margin-bottom: 40px;
    background: #dde0e3;
    padding-top: 30px;
    padding-bottom: 20px;
}
.flex_contact ul {
    padding: 0;
}
.flex_contact ul li {
    list-style: none;
    font-size: 15px;
}
.flex_contact .form-control,
.form-control {
    border-radius: 0;
    color: #59ABC4;
    border: 1px solid #d6d6d6;
    box-shadow: none;
    font-weight: 400;
    border-radius: 5px;
}
.form-control {
    padding: 8px 12px;
    font-size: 15px;
}
.nf-form-content {
    margin-top: 16px;
}
.form-control:focus,
.form-control:active {
    outline: 0;
    outline-offset: -2px;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid #59ABC4;
}
.flex_contact .form_content h3 {
    font-size: 35px;
    font-weight: 500;
}
.nf-form-cont h3:after{
    display: none;
}
.nf-form-fields-required {
    margin-bottom: 4px;
}
div.form_icon {
    padding-right: 0;
}
.form_icon img {
    width: 100%;
    height: auto;
}
.data_content a {
    color: #666666;
}
.data_content a:hover {
    color: #59ABC4;
}

.data_content .icon_text h4 {
    margin-bottom: 3px;
}
.data_content h4:after {
    display: none;
}
.icon_list_item {

}
.form_icon,
.icon_text {
    display: inline-block;
    vertical-align: top;
}
.form_icon {
    width: 70px;
}
.icon_text {
    width: calc(100% - 80px);
    padding-top: 17px;
    padding-left: 5px;
}
.data_content .row {
    margin-bottom: 5px;
}
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    margin: 0;
}
input[type=submit],
input[type=button],
.form-control[disabled] {
    background-color: #59ABC4;
    border: 2px solid #59ABC4;
    display: inline-block;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
    font-family: 'Rubik', helvetica, sans-serif;
    text-shadow: none;
    font-size: 15px;
    -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
    margin: 0;
    margin-top: 6px;
    border-radius: 100px;
}
input[type=submit]:hover,
input[type=button]:hover,
input[type=submit]:focus,
input[type=button]:focus {
    background-color: #333333;
    border: 2px solid #333333;
    outline: none;
}
input[disabled] {
    opacity: 0.8;
    cursor: not-allowed!important;
}
.ninja-forms-req-symbol, .nf-error-msg {
    color: #59ABC4!important;
    font-weight: 500;
    margin-left: 1px;
    font-size: 16px;
}
.nf-error .ninja-forms-field {
    border: 1px solid #59ABC4!important;
}
.nf-field-container, #ninja_forms_required_items {
    clear: both;
    position: relative;
    margin-bottom: 15px!important;
}
/*.half-input {
    width: 40%;
}
.half-input {
    background-color: red;
}*/

/*.ninja-forms-form-wrap nf-field{
    float: left;
}*/
input::placeholder,
textarea::placeholder  {
  color: #83888c!important;
}
.flex_contact textarea.form-control {
    height: 100px;
}
.flex_contact .label-right .checkbox-wrap .nf-field-label {
    padding: 0;
}
.flex_contact .nf-field-label label {
    font-weight: 400;
}
/* FLEX IFRAME */
.flex_iframe {
    overflow: hidden;
}
.flex_iframe .container-fluid {
    padding: 0;
}
.flex_iframe:before,
.flex_iframe:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: #ffffff;
    -moz-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.8);
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.8);
    z-index: 99999;
    position: relative;
}
/* FLEX ANNUAL REPORTS */
.flex_reports_list {
    padding-top: 10px;
}
.flex_reports_list.reduced {
    display: none;
}
.flex_reports_list ul.reduced {
    margin-bottom: 16px;
}
ul.reduced .report_card {
    background-color: transparent;
}
ul.reduced .report_card .year span {
    display: block;
    visibility: visible;
    opacity: 1;
    color: #272c31;
}
ul.reduced .report_card .year .mask {
    display: none;
}
ul.reduced .report_card .year {
    background: transparent!important;
    width: 55px;
    height: auto;
    font-size: 20px;
}
ul.reduced .report_card .content {
    line-height: 1.2;
    font-size: 16px;
    padding: 0;
    width: calc(100% - 58px);
}
ul.reduced .report_card .content span, ul.reduced .report_card .content div {
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    font-size: 16px;
    margin: 0;
}
ul.reduced .report_card .content h3 {
    line-height: 1.2;
    margin: 0;
    font-size: 16px;
}
.report_card .material-icons {
    font-size: 24px;
}
.report_card {
    background: #eff0f0;
    padding: 0;
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
}
.report_card .year,
.report_card .content{
    display: inline-block;
    vertical-align: middle;
    margin: 0 -2px;
    float: none;
}
.report_card .year {
    position: relative;
    font-size: 46px;
    font-weight: 500;
    width: 150px;
    color: #ffffff;
    text-align: center;
    line-height: 1;
    height: 85px;
}
.report_card .year span {
    visibility: hidden;
    opacity: 0;
}
.report_card .year .mask {
    position: absolute;
    height: calc(100% + 4px);
    width: calc(100% + 4px);
    top: -2px;
    left: -2px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.report_card .content {
    width: calc(100% - 150px);
    padding: 15px;
    padding-left: 5px;
}
.report_card .content h3 {
    line-height: 1;
    width: calc(100% - 50px);
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #c1c3c4;
    padding-right: 10px;
    font-size: 22px;
}
.report_card .content span {
    font-size: 18px;
    display: block;
    margin-top: 2px;
}
.report_card .material-icons {
    display: inline-block;
    vertical-align: middle;
    width: 39px;
    text-align: right;
    color: #262c30;
}
.report_card:hover .material-icons {
    color: #59abc4;
}
/* FLEX ANNUAL REPORTS */
.flex_team {
    padding-top: 15px;
}
.flex_team .agent_card {
    margin-bottom: 30px;
    min-height: 180px;
}
.flex_team .responsive_image {

}
.flex_team .agent_image,
.flex_team .agent_description,
#agent_description {
    display: inline-block;
    vertical-align: middle;
    margin: -1px;
    float: none;
}
.flex_team .agent_description h3,
.flex_team .agent_description h4,
.flex_team .agent_description h5 {
    margin: 0;
    line-height: 1.1;
}
.flex_team .agent_description h5 {
    font-size: 15px;
    margin-bottom: 3px;
}
.flex_team .agent_description h5 a {
    color: #53575b;
    font-weight: 500;
}
.flex_team .agent_description h5 a:hover {
    color: #59ABC4;
}
.flex_team .agent_description h4 {
    /* opacity: 0.6; */
    font-size: 18px;
    margin-bottom: 6px;
    margin-top: 2px;
    font-weight: 400;
    color: #8b8f91;
}
.flex_team .agent_description h4 a {
    font-weight: 400;
    color: #5f6265;
}
.flex_team .agent_description h4 a:hover {
    color: #59ABC4;
}
.flex_team .links .the_button {
    margin-right: 5px;
}
.flex_team .links .the_button.secondary {
    opacity: 0.9;
}
.flex_team .agent_image {
    text-align: center;
}
.flex_team .agent_image .responsive_image {
    overflow: hidden;
    border-radius: 50%;
}
.flex_team .agent_description {

}
#show_all_reports {
    margin-top: 30px;
    margin-bottom: 30px;
}
/* FLEX CANVAS */
.flex_canvas {
    padding: 20px 0;
}
.canvas_wrapper {
    /*background: #272c31;*/
    padding: 20px;
}
.canvas_wrapper .legend {
    text-align: center;
    padding-top: 12px;
    font-size: 12px;
}
/* FLEX DATA */
.big_counter {
    color: #447B94;
    text-transform: uppercase;
}
.big_counter .data_number {
    font-size: 90px;
    color: #262c31;
    font-weight: 900;
    line-height: 70px;
    margin-bottom: 4px;
}
.big_counter .data_title {
    font-weight: 500;
    font-size: 20px;
}
.big_counter .data_subtitle {
    font-size: 18px;
}
/* FLEX DATA BACKGROUND */
.flex_background_content.secondary_style {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    padding: 0;
    margin: 0;
    padding: 130px 0;
    color: #ffffff;
    background-color: #ffffff;
    text-shadow: none;
}
.flex_background_content.secondary_style .frame,
.flex_data_list ul li,
.flex_data_stripe {
    background-color: #59ABC4;
    background: #5582A5;
    background: -moz-linear-gradient(left, #5582A5 0%, #33536B 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #5582A5), color-stop(100%, #33536B));
    background: -webkit-linear-gradient(left, #5582A5 0%, #33536B 100%);
    background: -o-linear-gradient(left, #5582A5 0%, #33536B 100%);
    background: -ms-linear-gradient(left, #5582A5 0%, #33536B 100%);
    background: linear-gradient(to right, #5582A5 0%, #33536B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5582A5', endColorstr='#33536B', GradientType=1 );
}
.flex_background_content.secondary_style .frame {
    padding: 22px;
    border-radius: 6px;
}
.flex_background_content.secondary_style p {
    font-size: 18px;
}

/* FLEX DATA BACKGROUND */
#the_content .big_counter {
    text-align: right;
}
.page-id-10 #the_content {
    padding-top: 60px;
}
.flex_data_stripe {
    padding: 110px 0;
    color: #ffffff;
}
.flex_data_stripe .data_number {
    font-size: 85px;
    color: #ffffff;
    font-weight: 900;
    line-height: 0.8;
}
.flex_data_stripe .secondary_mode .data_number {
    display: inline-block;
}
.flex_data_stripe .secondary_mode .data_title {
    display: inline-block;
    width: 50%;
    padding-left: 12px;
    text-transform: none;
    font-weight: 400;
}
/* FLEX DATA GROUP */
.flex_data_group {
    padding-top: 30px;
    padding-bottom: 30px;
}
.data_title {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}
.secondary_content .data_number {
    font-size: 40px;
    font-weight: 900;
    line-height: 50px;
    margin-top: 24px;
}
.secondary_content .data_number span,
.secondary_content .data_number img {
    display: inline-block;
    vertical-align: middle;
}
.secondary_content .data_number img {
    height: 60px;
    width: auto;
}
.secondary_content .data_mini_title {
    min-height: 50px;
    padding-right: 40px;
    margin-top: -4px;
}
#WoS {
    padding-top: 70px;
    text-align: center;
}
#WoS .balance {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    text-align: left;
}
.balance.responsive_image {
    padding-right: 20px;
}
#WoS .balance ul {
    border-left: 2px solid #5d6265;
    padding: 20px 35px;
    margin: 0;
}
#WoS .balance ul li {
    list-style: none;
}
#WoS .balance img {
    width: 100%;
    max-width: 450px;
    height: auto;
}
/* FLEX DATA GROUP */
.flex_data_list {
    background-color: #DDE0E3;
    padding: 90px 0;
}
.flex_data_list ul {
    padding: 0;
    margin: 0;
}
.flex_data_list ul li {
    list-style: none;
    padding: 16px;
    margin-bottom: 12px;
    color: #ffffff;
    font-weight: 400;
}
#the_content .page-template-default section {

}
/* =======================
    SINGLE TEAM
======================== */
.single-team .flex_team {
    margin-top: 20px;
}
.single-team .flex_team .agent_card {
    margin-bottom: 10px;
}
#flexible_content {

}
.single-team ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.single-team ul#info {
    padding-top: 5px;
}
#agent_description h1,
#agent_description h2,
#agent_description h3,
#agent_description h4 {
    margin: 0;
    line-height: 1.1;
}
#agent_description h2 {
    color: #85888b;
    font-size: 18px;
    margin-bottom: 6px;
}
#agent_description h3 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 500;
}
#agent_description h3 a {
    font-weight: 500;
}
#agent_description h4 {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 3px;
}
#agent_description h4 span {
    font-weight: 400;
}
}
.single-team .flex_special_ul {
    margin: 0;
}
.single-team .flex_special_ul h3 {
    margin-bottom: 10px;
}
/* =======================
    Qtransalte TEMP
======================== */
.qtranxs-available-languages-message {
    display: none;
}

/* =======================
    JUSTIFIED GALLERY
======================== */
@-webkit-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-moz-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-o-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-webkit-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
@-moz-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
@-o-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
@keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 or Earlier */
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
}
.justified-gallery > a > .caption,
.justified-gallery > div > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
    font-family: 'Rubik', helvetica, sans-serif;
}
.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible {
  display: initial;
  opacity: 0.7;
  filter: "alpha(opacity=70)";
  /* IE8 or Earlier */
  -webkit-animation: justified-gallery-show-caption-animation 500ms 0 ease;
  -moz-animation: justified-gallery-show-caption-animation 500ms 0 ease;
  -ms-animation: justified-gallery-show-caption-animation 500ms 0 ease;
}
.justified-gallery > .entry-visible {
  opacity: 1.0;
  filter: alpha(opacity=100);
  /* IE8 or Earlier */
  -webkit-animation: justified-gallery-show-entry-animation 500ms 0 ease;
  -moz-animation: justified-gallery-show-entry-animation 500ms 0 ease;
  -ms-animation: justified-gallery-show-entry-animation 500ms 0 ease;
}
.photo_frame.jg-entry {
  visibility: visible;
  opacity: 1;
  -webkit-animation: all 0.3s ease-in-out;
  -moz-animation: all 0.3s ease-in-out;
  -ms-animation: all 0.3s ease-in-out;
}
.justified-gallery > .jg-filtered {
  visibility: hidden;
  opacity: 0;
  -webkit-animation: all 0.3s ease-in-out;
  -moz-animation: all 0.3s ease-in-out;
  -ms-animation: all 0.3s ease-in-out;
}
.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  opacity: initial;
  filter: initial;
  overflow: initial;
}
.justified-gallery > .spinner > span {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 or Earlier */
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #799296;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* =======================
  GALLERY PAGE
======================== */
.page-template-template-gallery main {
    padding-bottom: 0;
}
#generic_slider.gallery_slider{
    height: 90vh;
}
#categories_menu_gallery {
    position: fixed;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 99;
    padding: 124px 14px 14px;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    top: 0;
    display: none;
}
#categories_menu_gallery.sticky {
    padding-top: 104px;
    /*background-color: #4a5459;
    color: #ffffff;*/
}
#categories_menu_gallery ul {
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}
#categories_menu_gallery ul li {
  display: inline-block;
  margin: 0 12px;
  color: #3c454a;
}
#categories_menu_gallery ul li a {
  color: #4a5459;
  border-bottom: 1px solid transparent;
  text-transform: capitalize;
}
#categories_menu_gallery ul li a:hover,
#categories_menu_gallery ul li a.active {
    color: #ff2a25;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-bottom: 1px solid #fe2d12;
}
.photo_frame {
  cursor: pointer;
}
#gallery_photo .photo_frame .overlay {
    position: absolute;
    width: 100%;
    background: #252525;
    bottom: -46px;
    top: initial;
    height: 45px;
    padding: 11px 18px;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
}
#gallery_photo .photo_frame:hover .overlay {
  bottom: 0;
  opacity: 1;
}
#gallery_photo .overlay span {
    line-height: 24px;
    color: #f1f1f1;
    font-weight: 900;
    font-size: 15px;
    display: block;
    width: calc(100% - 26px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.resize_image {
    background-image: url(../img/arrows/resize_image.png);
    width: 40px;
    height: 40px;
    position: absolute;
    right: 2px;
    top: 3px;
    background-size: 40px;
}
#generic_slider_wrapper {
    position: fixed;
    background-color: #1d1d1d;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
    -webkit-transition-delay: 0.3s; /* Safari */
            transition-delay: 0.3s;
}
#generic_slider_wrapper.open{
  z-index: 99999;
  opacity: 1;
  visibility: visible;
}
#generic_slider_wrapper #gallery_slider {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
#generic_slider_wrapper #gallery_slider .slider_container {
  width: 100%;
  height: 100%;
}
#generic_slider_wrapper #gallery_slider .swiper-slide {
  text-align: center;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
#generic_slider_wrapper #gallery_slider .swiper-slide img{
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  max-height: calc(100vh - 150px);
  max-width: calc(100vw - 150px);
}
#generic_slider_wrapper #gallery_slider .swiper-slide img,
#generic_slider_wrapper #gallery_slider .swiper-slide .slide-description{
  opacity: 0;
}
#generic_slider_wrapper #gallery_slider .swiper-slide.swiper-slide-active img,
#generic_slider_wrapper #gallery_slider .swiper-slide.swiper-slide-active .slide-description{
  opacity: 1;
}
div.horizontal {
    display: flex;
    justify-content: center;
}

div.vertical {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/*#generic_slider_wrapper #gallery_slider .swiper-slide:nth-child(2n) {
  width: 40%!important;
}
#generic_slider_wrapper #gallery_slider .swiper-slide:nth-child(3n) {
  width: 20%!important;
}*/
.slide-description {
    position: absolute;
    text-align: center;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 75px;
    line-height: 75px;
}
#generic_slider_wrapper #gallery_slider .swiper-slide.swiper-slide-active .slide-description p {
    font-weight: 900;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
}
#close_generic_slider_wrapper {
    cursor: pointer;
    position: absolute;
    width: 45px;
    height: 45px;
    right: 20px;
    top: 20px;
    background-image: url(../img/arrows/cross.png);
    background-size: 45px;
    background-position: 0px 0px;
    cursor: pointer;
    background-repeat: no-repeat;
    z-index: 999999;
    /*background-color: palevioletred;*/
}
/* =======================
    404
======================== */
#content_404 {
    width: calc(100% - 30px);
    margin: auto;
    max-width: 450px;
}
#content_404 h1,
#content_404 h2,
#content_404 p{
    color: #ffffff;
}
#title_404 {
    font-size: 80px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}
#content_404 h1 {
    font-weight: 500;
    font-size: 37px;
    line-height: 1;
    margin-bottom: 20px;
}
#content_404 h2 {
    font-size: 18px;
}
#content_404 p {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* =======================
    INDEX BLOG / NEWS
======================== */
#actualidad h1 {
    margin-bottom: 16px;
}
#actualidad section {
    padding-top: 30px;
}
.featured {
	margin-bottom: 4rem;

}
.featured img {
	width: 100%;
}
.news-item{
	margin-bottom: 2rem;
}
.news-item .image-block img{
	width: 100%;

}
.news-item .text-block .title-wrapper {
    height: 19rem;
    padding-top: 1rem;
}
.news-item .text-block .title-wrapper h3{
	font-size:17px;
}
#actualidad .date {
    font-size: 15px;
    margin-top: 6px;
    margin-bottom: 6px;
}
.row.bunch {
    padding-top: 30px;
}
/* =======================
    FOOTER
======================== */
footer {
    background-color: #252C34;
    color: #ffffff;
    padding: 34px 0 30px;
    margin-top: 0;
    z-index: 99;
    position: relative;
    font-weight: 400;
}
#footer_menu_list {
	padding-bottom: 0;
	color: #ffffff;
}
#footer_menu_list p,
#footer_menu_list a {
    color: #e6e6e6;
}
#footer_menu_list a:hover {
	color: #59ABC4;
}
#footer_menu_list ul {
    padding: 0;
    margin: 0;
    text-align: left;
}
#footer_menu_list ul li {
    width: 100%;
    line-height: 28px;
    font-weight: 400;
    list-style: none;
    font-size: 16px;
}
#footer_menu_list .material-icons {
    font-size: 22px;
}
#footer_menu_list ul.sub-menu {
    padding-left: 14px;
}
#subfooter {
    background-color: #1A2027;
    padding: 20px 0px 20px;
    color: #e0e0e0;
    font-weight: 400;
    font-size: 13px;
}
#footer_copyright {
    text-align: left;
    font-size: 14px;
}
#footer_copyright > div > div {
    padding-top: 17px;
}
#footer_copyright a {
    color: #d0d0d0;
}
#footer_copyright a:hover {
    color: #59ABC4;
}
#subfooter span,
#subfooter ul,
#subfooter ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}
#subfooter ul li {
    margin-left: 4px;
    border-left: 1px solid #696b6c;
    padding-left: 6px;
}
#subfooter #flags_container {
    text-align: right;
}
#subfooter ul#flags_list li {
    text-align: left;
    border: 0;
    margin: 0;
    padding-left: 0;
    margin-bottom: 8px;
    margin-top: 8px;
}
#footer_feed,
#footer_feed li,
#footer_feed li span,
#footer_feed li i,
#footer_feed img#footer_logo {
    display: inline-block;
    vertical-align: middle;
}
#footer_feed li{
    margin: 0 8px;
}
#footer_logo {
    max-width: 150px;
    width: 100%;
    height: auto;
    display: block;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 1px;
    opacity: 0.9;
    margin-left: 20px;
}
#flags_list {
    list-style: none;
    padding: 0;
    margin: 0;
}
#flags_list li,
#flags_list img,
#flags_list div {
    display: inline-block;
    vertical-align: middle;
}
#flags_list li {
    text-align: left;
}
#flags_list img {
    height: 40px;
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
}
#flags_list div {
    font-weight: 500;
    font-size: 14px;
    width: 120px;
    line-height: 1.2;
}
#flags_list span {
    display: block;
    font-weight: 100;
    font-size: 11px;
}
#footer_menu_list ul.social_menu {
    margin: 0;
    line-height: 1;
    padding-top: 2px;
}
ul.social_menu {
    display: inline-block;
    vertical-align: middle;
    color: #757879;
    padding: 0;
    line-height: 38px;
}
#footer_menu_list ul.social_menu li {
    font-size: 22px;
    width: auto;
}
ul.social_menu li {
    display: inline-block;
    font-size: 20px;
    margin: 0;
    line-height: 1;
}
#footer_menu_list ul.social_menu li a {
    padding: 0 8px;
}
ul.social_menu li span {
    text-indent: -99999px;
    display: inline-block;
    overflow: hidden;
}
#footer_menu_list h4 {
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 30px;
}
#social {
    text-align: center;
}
/* =======================
    INTERNET EXPLORER
======================== */
.esploter{

}

/* =======================
   COOKIES
======================== */
#cookie-message {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(38, 44, 48, 0.85);
    z-index: 9999;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    display: none;
}
#cookie_card {
    width: 90%;
    max-width: 560px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0);
    transform: translateX(-50%) translateY(-50%) translateZ(0);
    margin: auto;
    visibility: inherit;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: auto;
    min-height: 240px;
    border-radius: 5px;
    overflow: hidden;
    padding: 25px;
    background: #ffffff;
    font-weight: 400;
}
#cookie_card .h4 {
    font-size: 21px;
    margin-bottom: 8px;
}
#cookie-message #close-cookies {
    margin-top: 10px;
    margin-bottom: 0;
}
.page-id-9443 #cookie-message {
    z-index: -999;
    opacity: 0;
    height: 0px;
    width: 0px;
    overflow: hidden;
}
/* =======================
   SLIDER  MEDIAQUERIES
======================== */
@media (max-width: 1250px) {
    .slide_content {
        padding-left: 40px;
    }
}
@media (max-width: 1200px) {
    /* SLIDER */
    .slide_content {
        padding-left: 15px;
    }
}
@media (max-width: 1050px) {
    /* SLIDER */
    .slide_content {
        padding-left: 40px;
    }
}
@media (max-width: 1024px) {
    /* SLIDER */
    .slide_content {
       /* padding-left: 40px;*/
    }
}

@media (max-width: 990px) {
    /* SLIDER */
    .slide_content {
       padding-left: 15px;
    }
}
/* =======================
    MEDIAQUERIES
======================== */
@media (max-width: 1400px) {
  /* HOME: INSTITUTES */
  /*#nav_institutes ul li {
      font-size: 75px;
  }*/
  /* HOME; CORPORATIVE*/
  /*nav#nav_corporative li {
    font-size: 36px;
  }*/

}
@media (max-width: 1200px) {
    /* HOME: INSTITUTES */
    /*#nav_institutes ul li {
      font-size: 70px;
    }*/
    /* HOME; CORPORATIVE*/
    /*nav#nav_corporative li {
      font-size: 35px;
    }*/
    /*nav#nav_corporative li.the_title {
    font-size: 38px;
    }*/
    /* GENERAL */
	body{
		/*padding-top: 75px;*/
	}
	main {
		min-height: auto;
	}
    /* HEADER */
    nav#navigation #principal_navigation .sub-menu {
        font-size: 32px;
    }
    .flex_featured_icons .column_image img {
        max-width: 120px;
    }
    .flex_featured_icons .col_icon {
        min-height: 140px;
    }
}
@media (max-width: 1100px) {
    /* HOME: INSTITUTES */
    /*#nav_institutes ul li {
      font-size: 60px;
      line-height: 1.0;
    }
    #swiper_news .slide_new h4 {
    margin-top: 16px;
    margin-bottom: 3px;
    }
    #nav_institutes ul li:hover {
    letter-spacing: 15px;
    }*/
    .homepage-nav li,
    .homepage-nav li.the_title {
        font-size: 26px;
        padding-bottom: 1px;
    }
    .homepage-nav li {
        padding-bottom: 3px;
    }
    .homepage-nav li.the_title {
        padding-bottom: 1px;
    }
}
@media (max-width: 1024px) {
    /* HOME: NEWS */
    #swiper_news .slide_new h5 {
        margin-top: 20px;
        font-size: 13px;
    }
    #swiper_news .slide_new h4 {
        color: #ffffff;
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 14px;
    }
    /* HOME: INSTITUTES */

    /* HOME: CORPORATIVE */
    nav#nav_corporative {
    padding: 20px 40px;
    }
    /* HOME: ATRACTING TALENT */
    #nav_talent .talent_block:hover .talent_link span {
      font-size: 20px;
    }
	body {
		padding-top: 72px;
	}
    #flags_list div {
        display: none;
    }
    /*PARALLAX */
    .parallax-image-wrapper {
        display: none;
    }
    /* HEADER */
    nav#navigation #principal_navigation {
        padding: 30px;
        padding-right: 120px;
    }
    nav#navigation #principal_navigation .sub-menu {
        margin-bottom: 22px;
    }
    #app_burguer {
        left: 13px;
        right: inherit;
    }
    #institute_burguer {
        display: block;
        height: 30px;
        width: 30px;
        position: absolute;
        top: 17px;
        right: 22px;
        cursor: pointer;
        z-index: 999;
    }
    #institute_burguer i.material-icons {
        color: #ffffff;
        font-size: 40px;
        position: absolute;
        top: 0;
        left: auto;
    }
    #institute_burguer .gradient,
    #institute_burguer.open .back {
        opacity: 1;
    }
    #institute_burguer .back,
    #institute_burguer.open .gradient {
        opacity: 0;
    }
    #header_principal #nav_institutes ul {
        padding-left: 30px;
    }
    nav#navigation > div {
        padding-right: 0;
    }
    #nav_institutes ul li:hover {
        letter-spacing: 0;
    }
    #header_principal nav#institutes {
        width: calc(100vw - 60px);
    }
    #header_principal nav#navigation {
        width: 100vw;
    }
    #header_principal nav#institutes {
        left: 101vw;
    }
    #header_principal nav#navigation {
        left: -101vw;
    }

    #header_principal nav#navigation.open {
        left: 0;
    }
    #header_principal nav#institutes.pre-open {
        left: calc(100vw - 60px);
    }
    #header_principal nav#institutes.open {
        left: 60px;
    }
    #header_principal nav#navigation.pre-open {
        left: calc(-100vw + 120px);
    }
    #logo_wrapper {
        width: 182px;
        left: 50%;
        margin-left: -91px;
    }
    #header_widget {
        width: calc(100vw - 150px);
        left: 50vw;
        text-align: center;
        background: transparent;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        z-index: 999;
        opacity: 0;
        visibility: hidden;
    }
    #header_widget.menu-open {
        opacity: 1;
        visibility: visible;
    }
    header.menu-open.hide_header {
        top: 0;
    }

    #finder {
        display: none;
    }
    #language_selector {
        margin-left: 0;
    }
    /* FLEXIBLE CONTENT */
    .flex_featured_posts .overlayed_text.landscape-panoramic {
        padding-top: 30px;
    }
    .flex_featured_posts .card_content {
        min-height: 270px;
    }
    .flex_featured_posts .card_content h3 {
        min-height: inherit;
    }
    .flex_featured_posts .overlayed_text.square-card {
        padding-top: 28px;
    }
    .flex_background_content .text-right,
    .flex_background_content .text-left {
        text-align: center;
    }
    .flex_text_n_image .responsive_image,
    .flex_text_n_video .responsive_image {
        margin-bottom: 15px;
    }
    .i_content {
        min-height: 250px;
    }
    /* SINGLE INSTITUTE */
    #main_content {
        padding: 70px 0 50px;
    }
    #main_content h1 {
        font-size: 55px;
    }
    #main_content h2 {
        font-size: 28px;
    }
    .i_content.bottom .overlay,
    .i_content.bottom:hover .overlay {
        width: calc(100% - 60px);
    }
    .i_content .vertical_align .section {
        padding-top: 0;
    }
    #single_institute .flex_generic_content,
    #single_institute .flex_text_n_image {
        margin-bottom: 50px;
    }
    .i_content.bottom {
        margin-bottom: 30px;
    }
    #single_institute .super_overlay div h4 {
        font-size: 24px;
    }
    #institutes_overlay img {
        height: auto;
        max-height: inherit;
        width: calc(100% - 70px);
    }
    /* FOOTER */
    #footer_copyright #copyright {
        display: block;
    }
    #footer_copyright {
        text-align: center;
    }
    #footer_copyright .menu {
        padding-top: 15px;
        padding-bottom: 35px;
    }
    #subfooter ul li:first-child {
        border-left: 0;
    }
    #subfooter #flags_container {
        text-align: center;
        padding-bottom: 10px;
    }
    #flags_list div {
        display: inline-block;
    }
    .flex_featured_icons .column_image img {
        max-width: none;
    }
    #header_principal nav#navigation #principal_navigation,
    #header_principal nav#institutes #nav_institutes {
        opacity: 0;
    }
    #header_principal nav#navigation.open #principal_navigation,
    #header_principal nav#institutes.open #nav_institutes {
        opacity: 1;
        -webkit-transition: all 0.35s ease-in-out;
                transition: all 0.35s ease-in-out;
    }
    nav#navigation #principal_navigation .sub-menu {
        font-size: 26px;
    }

}
@media (max-width: 992px) {
    /*
    #header_principal .container {
        width: 100%;
    }
    #logo_wrapper {
        margin-left: 30px;
    }
    */

    .flex_special_ul .special_ul.three_columns > li {
        width: calc(100% - 4px);
    }
}
@media (max-width: 768px) {
    /* HOME */
    #big_kensei {
    width: auto;
    position: relative;
    }
    .side,
    .quarter {
    position: relative;
    top: inherit;
    left: 0;
    bottom: inherit;
    }
    #left_side {
      width: 100%;
      height: 454px;
      border-right: 2px solid #ffffff;
    }
    #right_side {
      width: 100%;
      height: calc(100vh - 454px);
      border-top: 0;
      border-left: 2px solid #ffffff;
    }
    .quarter .first_title,
    .quarter .second_title {
      font-size: 30px;
      line-height: 1.1;
      left: 15px;
      bottom: 15px;
      width: 100%;
    }
    .quarter #results .first_title,
    #news.quarter .first_title {
        bottom: 19px;
    }
    .quarter .first_title br,
    .quarter .second_title br {
    display: none;
    }
    #corporative {
      height: 150px;
      border-bottom: 3px solid #ffffff;
    }
    #talent {
        height: 300px;
    }
    .quarter_wrapper .half_quarter {
        position: relative;
        width: 100%;
        height: 150px;
    }
    #results.half_quarter,
    #impact.half_quarter {
        border: 0;
    }
    #results.half_quarter {
        border-top: 4px solid #ffffff;
    }
    #impact.half_quarter {
        border-bottom: 4px solid #ffffff;
    }
    #swiper_news {
        width: 100%;
        float: right;
        top: 0;
        opacity: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    #swiper_news .slide_new {
        width: calc(101% - 110px);
    }
    #swiper_news .slider_container {
        padding: 0;
    }
    #swiper_news .slide_new h4 {
        font-size: 22px;
    }
    .home #institutes {
      border-top: 1px solid #ffffff;
      border-bottom: 3px solid #ffffff;
      height: calc(100% - 150px);
    }
    #news {
        height: 150px;
    }
    #news .first_title {
      display: block;
      z-index: 999;
    }
    #big_kensei[data-quarter="corporative-open"] #left_side,
    #big_kensei[data-quarter="corporative-open"]  #right_side,
    #big_kensei[data-quarter="talent-open"] #left_side,
    #big_kensei[data-quarter="talent-open"]  #right_side,
    #big_kensei[data-side="right_side"] #left_side,
    #big_kensei[data-side="right_side"] #right_side,
    #big_kensei[data-quarter="news"]  #right_side,
    #big_kensei[data-quarter="news"]  #left_side {
      width: 100%;
    }
    #big_kensei[data-quarter="corporative-open"] #left_side,
    #big_kensei[data-quarter="talent-open"] #left_side {
    height: 70vh;
    }
    #big_kensei[data-quarter="talent-open"] #corporative {
      height: 70px;
    }
    #big_kensei[data-quarter="talent-open"] #talent {
      height: calc(100% - 70px);
    }
    #big_kensei[data-quarter="institutes"] #news {
      height: 70px;
    }
    #big_kensei[data-quarter="institutes"] #talent {
        height: 140px;
    }
    #big_kensei[data-quarter="institutes"] #left_side {
        height: 214px;
    }
    #big_kensei[data-quarter="institutes"] #corporative,
    #big_kensei[data-quarter="institutes"] .quarter_wrapper .half_quarter {
        height: 70px;
    }
    #big_kensei[data-side="right_side"] #right_side {
    height: calc(100vh - 124px);
    }
    #big_kensei[data-quarter="institutes"] #institutes {
      height: calc(100% - 60px);
    }
    body.home #big_kensei[data-quarter="institutes"] #institutes {
        height: calc(100% - 160px);
    }
    #big_kensei[data-quarter="news"] #institutes {
    height: 150px;
    }
    #big_kensei[data-quarter="news"] #news {
      height: calc(100% - 150px);
    }
    #left_side .quarter,
    #right_side .quarter,
    .side,
    .kensei_cubic {
    -webkit-transition: height 0.5s cubic-bezier(0.8,0,0.3,1) 0s;
            transition: height 0.5s cubic-bezier(0.8,0,0.3,1) 0s;
    -webkit-transition-delay: 0s;
      transition-delay: 0s;
    }
    nav#nav_corporative,
    .homepage-nav {
        padding: 10px 18px;
    }
    nav#nav_corporative li.the_title,
    nav#nav_corporative li,
    .homepage-nav li.the_title,
    .homepage-nav li {
        font-size: 28px;
    }
    .homepage-nav {
        width: 100%;
    }
    .talent_block a span {
      left: 10px;
      bottom: 10px;
      font-size: 13px;
    }
    #nav_talent .talent_block:hover .talent_link span {
      font-size: 13px;
    }
    #big_kensei[data-quarter="institutes"] #nav_institutes ul {
    width: 100%;
    }
    #nav_institutes ul {
    padding: 30px 15px;
    padding-left: 15px;
    }
    #nav_institutes ul li {
        font-size: 32px;
        line-height: 1.2;
    }
    #big_kensei[data-quarter="news"] #news .first_title {
    opacity: 0;
    }
    #big_kensei[data-quarter="news"] #swiper_news {
    opacity: 1;
    }
    #big_kensei[data-quarter="corporative-open"] #talent .quarter_wrapper .half_quarter {
        height: 70px;
    }
    #talent.open .half_quarter {
        width: 100%;
        height: 70px;
    }
    #talent.open .half_quarter:hover {
        width: 100%;
        height: calc(100% - 70px);
    }
    .previously_opened .quarter_wrapper:hover .second_title {
        opacity: 0;
    }
    #talent.open .half_quarter .first_title {
        opacity: 1;
    }
    body {
        padding-top: 76px;
    }
    body.home {
        padding-top: 0;
    }
    #home_header {
        top: 23px;
    }
    #swiper_news .slide_new h4 {
        line-height: 1.5;
    }
    #news_access {
        display: none;
    }
    #big_kensei[data-quarter="news"] #news_access {
        display: block;
    }
    #parallax_image {
        display: none;
    }
    #language_selector li a {
        font-size: 16px;
    }
	/* HEADER */
    nav#navigation #principal_navigation,
    nav#institutes #nav_institutes ul {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        top: 60px;
    }

    /* FLEX TEXT AND IMAGE */
    .flex_text_n_image .responsive_image,
    .flex_text_n_video .responsive_image {
        margin-bottom: 20px;

    }
    /* FLEX CONTENT */
    #parallax_slider .swiper-slide,
    #generic_slider .swiper-slide,
    #home_slider .swiper-slide {
        padding: 20px 50px;
    }

    /* SINGLE INSTITUTE */
    .i_content .vertical_align p {
        padding: 0;
    }
    .i_content #main_intro {
        padding: 30px 50px 0 50px;
    }
    .i_content {
        min-height: 240px;
    }
    .i_content .overlay,
    .i_content:hover .overlay {
        width: calc(100% - 40px);
        left: 20px;
    }
    .i_content.bottom .overlay,
    .i_content.bottom:hover .overlay {
        width: calc(100% - 40px);
        left: 20px;
    }
    #single_page #title .responsive_image {
        width: 30%;
    }
    #single_page #date {
        margin-left: 50px;
    }
    #single_sidebar {
        margin-top: 30px;
    }
    #single_sidebar ul>div {
        float: none;
        width: 100%;
        display: block;
        margin: 0 auto;
        width: 50%;
    }
    #single_page .log{
        width: 30%
    }
    #single_page .ti{
        width: 70%;
    }
    #single_page #title .responsive_image{
        width: 100%;
    }
    #single_page #title.i_content h1 {
        font-size: 26px;
    }
    /* FOOTER */
    #footer_logo {
        margin: 20px auto 50px;
        max-width: 200px;
    }
    #footer_menu_list ul {
        text-align: center;

    }
    #footer_menu_list #footer_feed li {
        display: block;
        margin: 0;
    }
    #footer_menu_list ul i.material-icons {
        display: none;
    }
    #footer_menu_list h4 {
        padding-top: 40px;
        position: relative;
    }
    #subfooter ul#flags_list li {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .homepage-nav nav#nav_corporative li.the_title,
    .homepage-nav nav#nav_corporative li,
    .homepage-nav li.the_title, .homepage-nav li {
        font-size: 28px;
    }
    /* FINETUNING */

    .big_counter,
    .flex_data_group {
        text-align: center;
    }
    .secondary_content .data_mini_title,
    #WoS .balance {
        padding: 0;
    }
    #WoS .balance ul {
        border: 0;
        padding: 0;
        text-align: center;
    }
    .flex_background_content.secondary_style {
        padding: 30px 0;
    }
    .flex_data_stripe .data_number {
        font-size: 70px;
        margin-bottom: 6px;
    }
    .flex_data_stripe {
        padding: 60px 0 30px;
        text-align: center;
    }
    .flex_data_stripe .vertical_align {
        margin-bottom: 30px;
    }
    .flex_data_stripe .secondary_mode .data_title {
        width: 100%;
        padding: 0;
    }
    #footer_menu_list {
        text-align: center;
    }
    .flex_data_list {
        background-color: #DDE0E3;
        padding: 50px 0;
    }
    .page-template-template-landing-impact .quarter_wrapper .half_quarter,
    .page-template-template-landing-results .quarter_wrapper .half_quarter {
        height: 100%;
    }
    .flex_featured_icons .col_icon {
        margin-bottom: 20px;
    }

}

@media (max-width: 480px) {
    .h1, h1 {
        line-height: 1;
        font-size: 32px;
        margin-bottom: 12px;
    }
    .h2, h2 {
        font-size: 27px;
    }
    .h3, h3 {
        font-size: 24px;
    }
    .h4, h4 {
        font-size: 21px;
    }
    .h5, h5 {
        font-size: 17px;
    }
    .h6, h6 {
        font-size: 15px;
    }

    .the_button {
        padding: 13px 20px;
        font-size: 14px;
    }
    /*//////////////////////////////////////////////////////////*/

    /*//////////////////////////////////////////////////////////*/

    /* HOME */
    #language_selector li a {
        font-size: 14px;
    }
    #home_header {
        top: 18px;
        right: 18px;
    }
    nav#nav_corporative li.the_title,
    nav#nav_corporative li,
    .homepage-nav li.the_title,
    .homepage-nav li {
        font-size: 18px;
    }
    .quarter .first_title,
    .quarter .second_title {
        font-size: 18px;
    }
    .quarter_wrapper .half_quarter {
        height: 60px;
    }
    #left_side {
      height: 184px;
    }
    #corporative {
      height: 60px;
    }
    #big_kensei[data-quarter="talent-open"] #corporative {
      height: 60px;
    }
    #right_side {
        height: calc(100vh - 184px);
    }
    #news {
        height: 60px;
    }
    .home #institutes {
        border-top: 5px solid #ffffff;
        /*border-bottom: 3px solid #ffffff;*/
        height: calc(100% - 60px);
    }
    #nav_institutes ul li {
        font-size: 26px;
        line-height: 1.2;
    }
    #big_kensei[data-quarter="corporative-open"] #left_side, #big_kensei[data-quarter="talent-open"] #left_side {
        height: 80vh;
        margin-bottom: -3px;
    }
    #big_kensei[data-quarter="corporative-open"] #talent .quarter_wrapper .half_quarter {
        height: 60px;
    }
    #big_kensei[data-quarter="corporative-open"] #talent {
        height: 120px;
    }
    #big_kensei[data-quarter="talent-open"] #talent {
        height: calc(100% - 60px);
    }
    #swiper_news .slide_new {
        width: 100%;
    }
    #news.quarter .first_title {
        bottom: 15px;
    }
    #talent {
        height: 124px;
    }
    #big_kensei[data-quarter="corporative-open"] #corporative {
        height: calc(100% - 120px);
    }
    /*//////////////////////////////////////////////////////////*/

    /*//////////////////////////////////////////////////////////*/


	/* HEADER SUPERIOR */
	#header_superior_left_wrapper{
		top: -120%;
		padding-bottom: 30px;
	}
	#header_superior_left_wrapper .brand_logo_negative{
		margin: auto;
		margin-top: 60px;
		margin-bottom: 30px;
		width: 80%;
		text-align: center;
	}
	#header_superior_left_ul li{
		font-size: 1em;
	}
	/* HEADER */
    nav#navigation #principal_navigation {
        font-size: 18px;
        padding: 15px;
        padding-right: 75px;
    }
    nav#navigation #principal_navigation .sub-menu {
        font-size: 18px;
        margin-bottom: 15px;
    }
    #header_principal #institutes #nav_institutes ul {
        -webkit-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
    }
    #header_principal #institutes.open #nav_institutes ul {
        padding-left: 15px;
    }
    nav#navigation #principal_navigation > li ul.sub-menu li {
        line-height: 1.2;
    }
	/* HOME SLIDER */
	#home_slider {
	    height: 100%;
	}
	.slide_content blockquote {
        border-left: 0;
        margin: auto;
	    /*font-size: 16px;
	    line-height: 1.4;
	    text-align: center;
	    width: 80%;*/
	}
	.swiper-button-prev, .swiper-button-next {
        display: none;
    /*
        width: 40px;
	    height: 80px;*/
	}
    /*
    .swiper-button-prev:before,
	.swiper-button-next:before {
		background-size: 95px;
		width: 100%;
		height: 100%;
		margin: 0;
		top: 0;
	}
	.swiper-button-next:before {
	    left: 0px;
	    background-position: 54px 0px;
	}
	.swiper-button-next:before {
	    left: 0;
	    background-position-y: 1px;
	    background-position-x: -54px;
	}
	.swiper-button-prev:before {
	    left: 0;
	    background-position-y: 1px;
	}*/
    #parallax_slider .swiper-slide, #generic_slider .swiper-slide, #home_slider .swiper-slide {
        padding: 20px 20px;
    }
    body.home #parallax_slider,
    #home_slider {
        height: calc(100vh - 70px);
    }

    #parallax_slider,
    #home_slider {
        height: calc(100vh - 100px);
    }
    /* FLEX FEATURED ICONS */
    .flex_featured_icons .featured_icon {
        margin: auto;
        margin-bottom: 10px;
    }
    .flex_background_content,
    .flex_background_content.background {
        padding: 60px 0;
    }
    .flex_featured_posts .card_content {
        min-height: inherit;
        padding-bottom: 20px;
    }
    .flex_featured_posts .card_content .text-right, .flex_featured_posts .card_content .text-center {
        position: relative;
        padding: 0;
    }
    .flex_featured_posts .overlay {
        display: none;
    }
    .flex_featured_posts .overlayed_text {
        position: relative;
    }
    .flex_featured_posts .overlayed_text.primary {
        background-color: #59ABC4;
    }
    .flex_featured_posts .overlayed_text.secondary {
        background-color: #262C30;
    }
    .flex_featured_posts .overlayed_text.black {
        background-color: #252525;
    }
    .flex_featured_posts .overlayed_text .the_button {
        position: relative;
        bottom: inherit;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        right: inherit;
        margin-top: 24px;
        display: block;
    }
    .card_content .the_button {
        margin-top: 24px;
        display: block;
    }
    .flex_contact .data_content {
        margin-bottom: 15px;
    }
    .icon_text {
        padding-top: 12px;
    }
    .flex_space.add_15px {
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .flex_space.add_30px {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .flex_space.add_40px {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .flex_space.add_60px {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .flex_text_n_image .responsive_image, .flex_text_n_video .responsive_image {
        margin-bottom: 10px;
    }
    .flex_toggle_card .responsive_image {
        margin-bottom: 10px;
    }
    .flex_featured_icons.text-left .top {
        text-align: center;
    }
    .flex_featured_pages .card.col-md-4.no_image .card_content {
        min-height: inherit;
    }
    .card_content .read_more {
        display: block;
        margin-top: 20px;
    }
    .flex_featured_posts .overlayed_text.landscape-card,
    .flex_featured_posts .overlayed_text.portrait-card {
        padding-top: 30px;
    }
    #gallery_slider .swiper-button-prev,
    #gallery_slider .swiper-button-next {
        display: block;
    }
    .flex_team .agent_image {
        margin-bottom: 15px;
    }
    /* SINGLE INSTITUTE */
    #main_content {
        padding: 30px 0;
    }
    #main_content h1 {
        font-size: 32px;
    }
    #main_content h2 {
        font-size: 22px;
    }
    .i_content .overlay, .i_content:hover .overlay {
        width: calc(100% - 30px);
        left: 15px;
    }
    .i_content {
        margin-top: 20px;
        padding: 20px 0;
    }
    .i_content #main_intro {
        padding: 20px 30px 0;
    }
    #single_institute #main_intro p,
    #single_institute #main_intro li {
        font-size: 17px;
    }
    #single_institute .flex_generic_content,
    #single_institute .flex_text_n_image {
        margin-bottom: 20px;
    }
    .i_content.bottom {
        margin-bottom: 15px;
    }
    #single_institute .super_overlay div h4 {
        font-size: 22px;
    }
    .i_content.bottom .overlay,
    .i_content.bottom:hover .overlay {
        width: calc(100% - 50px);
        left: 30px;
    }
    .i_content.bottom .super_overlay div {
        width: calc(100% - 15px);
        left: 15px;
    }
    .i_content .super_overlay {
        position: relative;
        z-index: 99;
        margin-top: -20px;
    }
    /* BLOG */
    .post_block {
        margin-bottom: 29px;
        border-bottom: 1px solid #dddddd;
        padding-bottom: 30px;
    }
    .post_block .responsive_image {
        margin-bottom: 10px;
    }
    .page-template-template-blog .date {
        margin-bottom: 0;
    }
    /* FEATURED PAGES */
    .card {
        margin-bottom: 15px;
    }
    /*
    .flex_special_ul .special_ul > li > div {
        display: block;
    }*/
    .flex_special_ul .special_ul.two_columns > li {
        width: 100%;
        padding: 0;
    }
    /* FOOTER */
    #footer_menu_list > div {
        margin-bottom: 20px;
    }
    #footer_logo {
        margin: auto;
        display: block;
        margin-bottom: 20px;
        width: 140px;
    }
    footer,
    #flags_list li,
    #footer_menu_list ul {
        text-align: center;
    }
    #flags_list img {
        margin: 0 10px;
    }
    footer {
        padding: 40px 0 15px;
    }
    #footer_copyright > div > div {
        text-align: center;
    }
    #subfooter span {
        margin-bottom: 6px;
    }
    #subfooter ul li:first-child {
        border-left: 0;
        padding-left: 0;
        margin-left: 0;
    }
    #subfooter {
        padding-bottom: 30px;
    }
     #single_page .log,
     #single_page .ti{
        width: 100%
    }
    #single_page #title .responsive_image{
        width: 33%;
        margin-bottom: 0px;
    }
    #single_page #title.i_content h1 {
        font-size: 26px;
    }
    #single_sidebar ul>div {
        width: 100%;
    }

    #title_404 {
        font-size: 60px;
    }
    #content_404 h1 {
        font-size: 27px;
        margin-bottom: 15px;
    }
    #content_404 h2 {
        font-size: 17px;
    }
    #content_404 p {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    /* FINETUNING */
    section, .section {
        padding: 30px 0 0;
    }
    #breadcrumb.section {
        padding: 20px 0 0;
        font-size: 15px;
    }
    .responsive_image img {
        margin-bottom: 20px;
    }
    .flex_text_n_video .responsive_image img {
        margin-bottom: 0;
    }
    .flex_text_n_image ul li {
        padding: 0;
        border-left: 0;
        margin-top: 15px;
        display: block;
        color: #272c31;
    }
    #the_content .big_counter {
        padding-top: 30px;
        text-align: center;
    }
    .flex_text_n_video .responsive_image.play-video .play_icon {
        width: 70px;
        height: 70px;
    }
    .no_reduced .report_card .year,
    .no_reduced .report_card .content,
    .no_reduced .report_card .content h3 {
        width: 100%;
        padding: 0;
        border: 0;
        text-align: center;
    }
    .no_reduced .report_card {
        padding: 20px 10px 15px;
    }
    .no_reduced .report_card .content span {
        font-size: 17px;
        margin-top: 4px;
    }
    .no_reduced .report_card .material-icons {
        width: auto;
    }
    ul.reduced .report_card .year {
        width: 60px;
    }
    .news-item .text-block .title-wrapper {
        height: auto;
    }
    .post_block h3,
    .news-item .text-block .title-wrapper h3 {
        font-size: 19px;
    }
    .flex_featured_icons .column_image {
        padding-right: 15px;
    }
    .flex_featured_icons .column_image img {
        max-width: 130px;
        margin: 0;
        margin-bottom: 10px;
    }
    #pagination {
        font-size: 18px;
        margin-top: 0;
        padding-top: 15px;
        margin-bottom: 20px;
        border-top: 0;
    }
    .page-id-9248 .flex_text_n_image .col-md-7,
    .page-id-9248 .flex_text_n_image .col-md-5,
    .page-id-9250 .flex_text_n_image .col-md-7,
    .page-id-9250 .flex_text_n_image .col-md-5 {
        width: 100%;
    }
}
