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

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

/* =======================
    GENERAL STYLES
======================== */
html, body {
    position: relative;
    height: 100%;
    width: 100%;
}
body {
    color: #313132;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 144px;
    overflow-x: hidden;
    font-family: 'Roboto', Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
}
main {
    padding-bottom: 0;
    min-height: calc(100vh - 460px);
}
img {
	height: auto;
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    color: #262C30;
    font-weight: 500;
    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: 500;
}
h1, h2, h3, .h1, .h2, .h3 {
    color: #262C30;
    font-weight: 500;
}
h4, h5, h6, .h4, .h5, .h6 {
    color: #262C30;
    font-weight: 500;
}
.h1, h1 {
    font-size: 36px;
}
.h2, h2 {
    font-size: 31px;
}
.h3, h3 {
    font-size: 25px;
	margin-bottom: 10px;
}
.h4, h4 {
    font-size: 22px;
}
.h5, h5 {
    font-size: 18px;
}
.h6, h6 {
    font-size: 15px;
}
a{
    text-decoration: none;
    color: #F56765;
}
a:hover {
    color: #F56765;
    text-decoration: none;
}
a:focus,
a:active {
    outline: 0;
    outline-offset: -2px;
    text-decoration: none;
    box-shadow: none;
}
p{
	line-height: 1.7em;
}
p, li {
	font-size: 17px;
    color: #353A45;
    font-family: 'Roboto', sans-serif;
}
blockquote {
    border-left: 4px solid #F56765;
    padding: 6px 15px 6px;
	font-size: 22px;
	font-weight: 500;
}
blockquote p{
	font-size: 22px;
	margin-bottom: 0;
}
ul {
	padding: 5px 0 0;
	list-style: none;
}
li {
	margin-bottom: 7px;
}
ul li:not(.icon_list_item)::before {
	content: '>';
	color: #F56765;
	margin-right: 10px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
}
.special_ul li::before,
.toggle_card li::before {
    display: none;
}
.alignleft{
	float: left;
	margin: 0.5em 1em 0.5em 0;
}
.aligncenter{
	margin: 0 auto;
    display: block;
}
.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: #F56765;
    border: 2px solid #F56765;
    display: inline-block;
    padding: 10px 24px;
    /* text-transform: uppercase; */
    font-weight: 500;
    color: #ffffff;
    font-family: 'Rubik', Helvetica, sans-serif;
    text-shadow: none;
    font-size: 16px;
	line-height: 1;
    margin: 8px 0;
	border-radius: 6px;
}
.the_button::after {
	content: '→';
	font-weight: 700;
	margin-left: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.the_button:hover,
.the_button:focus {
    background-color: #3955eb;
    border: 2px solid #3955eb;
    color: #ffffff;
}
.the_button:hover::after,
.the_button:focus::after {
	color: #ffffff;
}
.the_button.secondary {
    background-color: #2856e6;
    border: 2px solid #2856e6;
}
.the_button.secondary:hover {
    background-color: #f65a5e;
    border: 2px solid #f65a5e;
}
.the_button.inverse {
    background-color: transparent;
    color: #f65a5e;
}
.the_button.inverse:hover {
    background-color: #F56765;
    border: 2px solid #F56765;
    color: #ffffff;
}
.the_button.secondary.inverse {
    background-color: transparent;
    border: 2px solid #2856e6;
    color: #2856e6;
}
.the_button.secondary.inverse:hover {
    background-color: #2856e6;
    color: #ffffff;
}
.the_button.white {
    border: 2px solid #ffffff;
    background-color: #ffffff;
    color: #F56765;
}
.the_button.white:hover {
    background-color: #ffffff;
    color: #333333;
}
.the_button.white:hover::after,
.the_button.white:focus::after {
	color: #333333;
}
.the_button.white.inverse {
    border: 2px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
}
.the_button.white.inverse:hover {
    background-color: #ffffff;
    color: #333333;
}
.the_button.white.inverse:hover::after,
.the_button.white.inverse:focus::after {
	color: #333333;
}
.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;
}

.search-wrapper .search-form {
	position: relative;
}
.search-wrapper .search-form input:not(.icon) {
    border: none;
    padding: 12px 50px 12px 20px;
    border-radius: 30px;
    background-color: #D7E1E6;
    width: 220px;
    max-width: 100%;
    outline: none;
    -webkit-transition: .2s;
    transition: .2s;
}
.search-wrapper .search-form .icon {
    position: absolute;
    border: none;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
    background: url(../img/icon-search.svg) no-repeat center/66%;
    opacity: .85;
    transition: .2s;
	padding: 0;
}

.responsive_image,
.responsive_image img{
    width: 100%;
    height: auto;
}
.responsive_image {
	border-radius: 6px;
	overflow: hidden;
    display: block;
}
section,
.section {
    padding: 30px 0 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 9;
    position: relative;
}
#breadcrumb {
    padding-bottom: 20px;
    font-weight: 400;
    color: #353A45;
	font-size: 16px;
}
#breadcrumb a {
    color: #353A45;
    font-weight: 400;
}
#breadcrumb a:hover {
    color: #7D22A3;
}
#home-breadcrumb a {
   font-weight: 600;
}
#breadcrumb .breadcrumbs span.breadcrumbs__separator {
    margin-right: 2px;
    margin-left: 2px;
}
#flexible_content #breadcrumb {
    padding-bottom: 0;
}
#breadcrumb #home_url {
    font-weight: 500;
}
#flexible_content.has_breadcrumb #the_content {
    padding-top: 20px;
}
input:focus {
    outline: 0;
    border: 1px solid #ffffff;
}
/* =======================
    UI KIT
======================== */
span.ui {
    margin-top: -5px;
    margin-bottom: 6px;
    display: block;
    font-size: 12px;
}
/* =======================
    HEADER
======================== */
header {
    position: fixed;
    top: 0;
    width: 100%;
	height: auto;
    z-index: 999;
    border-bottom: 0;
    /*overflow: hidden;*/
    /* 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 {
    float: left;
    margin: 0;
    width: auto;
    margin-left: 14px;
    margin-right: 14px;
    position: relative;
}
#logo_wrapper a img {
    width: auto;
    height: 86px;
}
#logo_wrapper a img,
#logo_wrapper h1,
#logo_wrapper span {
    display: inline-block;
    vertical-align: middle;
}
#logo_wrapper h1, #logo_wrapper span {
    font-size: 28px;
    padding: 14px 18px;
    color: #262C30;
    font-weight: 500;
    font-family: 'Rubik', Helvetica, sans-serif;
    line-height: 60px;
    margin-bottom: 0;
    text-align: center;
}
#logo_wrapper h1,
#logo_wrapper span#h1 {
    border-left: 2px solid #ddd;
}
#logo_wrapper a {
    float: left;
    position: relative;
    display: block;
    display: flex;
    flex-wrap: wrap;
}
/* -- END LOGO WRAPPER -- */

#header_principal {
    font-size: 12px;
    background-color: #ffffff;
    /* border-bottom: 2px solid #DDDDDD; */
    -webkit-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
	height: 100px;
}
/* #header_principal, */
nav#navigation {
	position: fixed;
	width: 100%;
	left: 0;
	top: 100px;
	background-color: #F56765;
	text-align: center;
	z-index: 11;
	padding: 11px 0 12px;
	/*overflow: hidden;*/
}
nav#navigation li::before {
	display: none;
}
/*.sticky #header_principal {
    height: 70px;
}*/
#header_principal .container,
#header_principal .row{
    height: 100%;
}
#header_principal .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
nav#navigation .menu > ul {
	padding: 0;
    margin: 0;
}
nav#navigation #principal_navigation,
nav#navigation > div,
nav#navigation #lang_switch {
    display: inline-block;
    vertical-align: bottom;
}
nav#navigation #principal_navigation {
    width: 100%;
    padding-left: 0;

}
nav#navigation #principal_navigation,
nav#navigation #lang_switch {
    margin: 0;
    font-family: 'Rubik', Helvetica, sans-serif;
}
nav#navigation #lang_switch {
    padding: 0;
    border-left: 2px solid white;
    text-transform: capitalize;
}
nav#navigation .menu > ul li,
nav#navigation #principal_navigation li,
nav#navigation #lang_switch li {
	list-style: none;
	display: inline-block;
	margin: 0 30px;
}
nav#navigation .menu > ul li a,
nav#navigation #principal_navigation > li a,
nav#navigation #lang_switch li a {
	color: #EAEFF1;
	font-size: 18px;
	font-weight: 500;
	position: relative;
    font-family: 'Rubik', Helvetica, sans-serif;
	display: block;
}
nav#navigation .menu > ul >li a::after,
nav#navigation #principal_navigation > li a::after,
nav#navigation #lang_switch li a::after {
	content: '';
    position: absolute;
    bottom: -12px;
    height: 4px;
    width: calc(100% + 14px);
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    transition: .2s;
}
nav#navigation .menu > ul .current_page_item a::after,
nav#navigation #principal_navigation .current_page_item a::after,
nav#navigation .menu > ul >li a:hover::after,
nav#navigation #principal_navigation > li a:hover::after,
nav#navigation #lang_switch li a:hover::after {
	transform: translateX(-50%) translateY(0);
	opacity: 1;
	visibility: visible;
}

nav#navigation .menu > ul > li:hover > a,
nav#navigation .menu > ul > li > ul > li a,
nav#navigation #principal_navigation > li:hover > a,
nav#navigation #principal_navigation > li > ul > li a {
    text-decoration: none;
}
nav#navigation .menu ul li.current-menu-item > a:before,
nav#navigation .menu > ul > li.current-menu-parent > a:before,
nav#navigation .menu > ul > li:hover > a:before,
nav#navigation .menu > ul > li > ul > li:hover a:before,
nav#navigation #principal_navigation li.current-menu-item > a:before,
nav#navigation #principal_navigation > li.current-menu-parent > a:before,
nav#navigation #principal_navigation > li:hover > a:before,
nav#navigation #principal_navigation > li > ul > li:hover a:before,
nav#navigation #principal_navigation li.active > a:before {
    width: 24px;
}
/*nav#navigation #principal_navigation > li > ul > li.current_page_item a {
    color: #F56765!important;
}*/
nav#navigation .menu > ul > li > ul,
nav#navigation #principal_navigation > li > ul {
	
	display: none;
    flex-direction: column;
    position: absolute;
    width: max-content;
	opacity: 0;
	background-color: #333333;
	padding: 5px 13px 8px;
    /*visibility: hidden;
	display: none;
    
    width: 220px;
    left: 50%;
    margin-top: 0px;
    padding: 5px 13px 8px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;*/
    /* border-bottom: 3px solid #F56765; */
}
nav#navigation .menu > ul > li > ul.active,
nav#navigation #principal_navigation > li > ul.active{
	display: flex;
    opacity: 1;
}
nav#navigation .menu > ul > li > ul > li,
nav#navigation #principal_navigation > li > ul > li {
    display: flex;
    margin: 10px 0;
    font-size: 13px;
    text-transform: none;
}
nav#navigation .menu > ul > li > ul > li a,
nav#navigation #principal_navigation > li > ul > li a {
    color: #f1f1f1;
    display: block;
    padding: 0;
    height: auto;
}
nav#navigation .menu > ul > li > ul > li a:hover,
/*nav#navigation #principal_navigation > li > ul > li a:hover{
    color: #f65a5e;
}*/

nav#navigation .sub-menu a:before,
nav#navigation .sub-menu a:before {
    display: none!important;
}
#app_burguer {
    display: none;
}
/* =======================
  HERO SECTION - VIDEO
======================== */
#mouse {
    width: 32px;
    height: auto;
    position: absolute;
    display: block;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translate(-50%,0px);
    transform: translate(-50%,0px);
}
@-webkit-keyframes bounceball {
  0%    {   -webkit-transform:  translate(0px,-6px);   }
  50%   {   -webkit-transform:  translate(0px,2px);    }
  100%  {   -webkit-transform:  translate(0px,-6px);   }
}
@keyframes bounceball {
  0%    {
    -webkit-transform:    translate(0px,-6px);
    transform:            translate(0px,-6px);
  }
  50%   {
    -webkit-transform:    translate(0px,2px);
    transform:            translate(0px,2px);
  }
  100%  {
    -webkit-transform:    translate(0px,-6px);
    transform:            translate(0px,-6px);
  }
}
#mouse line, .arrow-down{
  -webkit-animation: bounceball 0.9s linear infinite;
  animation:         bounceball 0.9s linear infinite;
}

#video_background {
    top: 0;
    left: 0;
    width: 100vw;
    height: calc(100vh + 200px);
    /*background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;*/
    background-size: cover;
    background-position: center;
    position: fixed;
    z-index: -1;
    overflow: hidden;
    top: -200px;
}
#video_background video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background: #ffffff;
    transition: 1s opacity;
}
#hero_text {
    height: 100vh;
}
#hero_text * {
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 33px;
    line-height: 1.2;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
#hero_effect {
    top: 50%;
    left: 0;
    width: 100%;
    position: fixed;
    text-align: center;
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
}
/* =======================
    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-button-prev,
.swiper-button-next {
    height: 80px;
    margin-top: -40px;
    width: 50px;
    opacity: 1;
    filter: alpha(opacity=100);
    background: transparent;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.swiper-button-prev:before,
.swiper-button-next:before {
    content: " ";
    display: block;
    background-image: url(../img/arrows/arrows_white.png);
    background-size: 90px;
    width: 50px;
    height: 100%;
    top: 50%;
    position: relative;
    margin-top: -40px;
}
.swiper-button-prev{
    left: 0;
}
.swiper-button-prev:before {
    left: 0;
    background-position: 6px 1px;
}
.swiper-button-next{
    right: 0;
}
.swiper-button-next:before {
    left: 0px;
    background-position: 43px 1px;
}
.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: #F56765;
    border-color: #F56765;
}
.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: 16px;
    text-align: left;
    /* font-weight: 500; */
}
.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;
}
.slide_content h2 span,
.slide_content h2{
	font-size: 31px;
	line-height: 37px;
	font-weight: 500;
}
.slide_content .col-md-8 {
	padding-right: 0;
}
.slide_content p {
	font-size: 20px;
	margin-top: 10px;
}
/*#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(49, 49, 50, 0.1)!important;*/
}
.gap-50 {
    height: 50%;
}
.gap-fixed-height-large {
    height: 100vh;
}
.featured_image.gap-fixed-height-large {
    height: 656px;
	position: relative;
}
.featured_image.gap-fixed-height-large::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}
.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%);
}
.no-job-offers.bg-light_gray {
    padding: 30px 20px;
    margin-top: 15px;
}

#page-builder .job-offer-cards.results .bg-light_gray, .no-job-offers.bg-light_gray {
    background-color: #E3EBEF;
    padding: 40px 20px;
    border-radius: 10px;
}
/* =======================
    BLOG SIDEBAR
======================== */
#blog_sidebar {
    padding-left: 25px;
}
#blog_sidebar h3 {
    text-transform: uppercase;
    color: #323231;
    font-size: 16px;
    padding: 6px 0;
    margin: 8px 0px 8px;
}
#blog_sidebar li::before {
	display: none;
}
#blog_sidebar .tag-cloud-link, #single_page .tags a {
    border-radius: 3px;
    background-color: #D7E1E6;
    margin-bottom: 12px;
    padding: 5px 10px;
    display: inline-block;
    font-size: 13px !important;
    font-weight: 400;
    margin-right: 7px;
    color: #292929;
}
#blog_sidebar a {
	font-weight: 500;
	color: #4D565C;
	font-size: 15px;
}
#blog_sidebar a:hover{
    color: #F56765;
}
#blog_sidebar .widget_search {
    padding-bottom: 10px;
}
#blog_sidebar > div {
    margin-bottom: 20px;
}
#blog_sidebar .search {
    position: relative;
}
#blog_sidebar .search input {
    background-color: #FFFFFF;
    border: 1px solid #A7A7A7;
    padding: 8px;
    width: 100%;
    padding-right: 50px;
    color: #B4B4B4;
}
#blog_sidebar .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
======================== */
#single_page {
    padding-bottom: 30px;
}
#single_page .responsive_image {
    margin-bottom: 15px;
}
#single_page #date {
    font-weight: 500;
	color: #4D565C;
	margin-top: 10px;
	display: block;
}
#single_page .tags {
    margin-top: 10px;
}
#single_page #taxonomy {
    margin-top: 30px;
    font-weight: 500;
    font-size: 16px;
} 
.links-bottom{
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;

    height: 45px;
    line-height: 42px;
}
.links-bottom a {
    color: #313132;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Rubik', Helvetica, sans-serif;
}
/* =======================
    BLOG
======================== */
h1#blog_h1 {
    margin-top: 0px;
    margin-bottom: 15px;
}
.post_block {
    margin-bottom: 20px;
}
.post_block .date {
    font-size: 16px;
    font-weight: 500;
    color: #4D565C;
    margin-bottom: 5px;
}
.post_block h3 {
    margin-bottom: 2px;
}
.page-template-template-blog .date, .read-more {
    font-weight: 500;
    font-size: 16px;
}
#pagination {
    font-size: 17px;
    font-family: 'Rubik', Helvetica, sans-serif;
    padding-left: 2px;
    font-weight: 500;
}
#pagination span,
#pagination a {
    padding-bottom: 20px;
    display: inline-block;
}
#page_search,
#page_taxonomy {
/*    padding-bottom: 30px;*/
}
/* =======================
    FLEXIBLE CONTENT
======================== */
#flexible_content {
    background-color: #ffffff;
    z-index: 9;
    position: relative;
}

#no_flex {
    width: 100%;
    height: 40px;
}
.gallery #no_flex {
    display: none;
}
#the_content .text_sidebar blockquote {
    margin-top: 0;
}
/* Generic Content */
.flex_generic_content {
    margin: 10px 0;
}
.flex_generic_content .color_hr {
    width: calc(100% + 30px);
    height: 3px;
    background-color: #313132;
    margin-top: 17px;
    position: relative;
    left: -15px;
}
/* Background Content */
.flex_background_content {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 0;
    margin: 0;
    padding: 80px 0;
    background-color: #ffffff;
}
/* .flex_background_content:not(.white) .the_button {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
} */
.flex_background_content.primary,
.flex_background_content.secondary,
.flex_background_content.custom {
    /*text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 15px rgba(0, 0, 0, 0.2);*/
}
.flex_background_content.primary {
    background-color: #F56765;
}

.flex_background_content.secondary {
    background-color: #2856e6;
}
.flex_background_content:not(.white) *:not(.the_button) {
    color: #ffffff;
}
.flex_background_content:not(.white) .text-center {
	padding: 0;
}
.flex_background_content *:after {
    color: #ffffff;
}
.flex_background_content p,
.flex_background_content li {
    font-size: 18px;
    font-weight: 400;
}
.flex_background_content.background {
    font-weight: 900;
    box-shadow: inset 0 2px 14px rgba(0, 0, 0, 0.3);
    padding: 100px 0;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
	position: relative;
}
.flex_background_content.background::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 10;
	background-color: rgba(0,0,0,.7);
}
/*.featured {
    padding: 180px 0!important;
}*/
.featured p,
.featured li {
    font-size: 19px;
}
.featured h2,
.featured h3{
    text-transform: uppercase;
    font-weight: 600;
}
.featured h2 {
    font-size: 30px;
}
.featured h3 {
    font-size: 27px;
}
/* Text and Image */
.flex_text_n_image {
    margin-top: 10px;
    margin-bottom: 10px;
}
.flex_text_n_image img {
    margin-bottom: 0;
}
.flex_text_n_image {
    margin-bottom: 1rem;
}
.left_to_right {
    float: left;
}
.right_to_left {
    float: right;
}
/* 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: 50px;
    height: 50px;
    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;
	border-radius: 5px;
	overflow: hidden;
}
#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;
}
.flex_featured_icons .column_image {
    text-align: center;
    padding-right: 0;
}
.flex_featured_icons .column_image img {
    max-width: 80px;
    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;
}
/* FEATURED PAGES */
.flex_featured_pages {

}
.flex_card {
    margin-bottom: 30px;
    overflow: hidden;
}
.flex_card.has_image {

}
.card_content {
    padding: 15px 0;
    border-top: 0;
    /* height: 100%; */
    background: #D7E1E6;
}
.card_content .the_button {
    margin-bottom: 0;
}
.no_image .card_content {
    padding: 30px 20px;
    border-radius: 6px;
}
.flex_featured_pages .card_content {
    padding: 15px;
    border-radius: 0 0 6px 6px;
}
.flex_featured_pages .responsive_image {
    border-radius: 6px 6px 0 0;
}
.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: #F56765;
}
.flex_featured_pages .secondary {
    background-color: #2856e6;
}

.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: 15px;
    margin-bottom: 15px;
}
.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.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.random > li {
    width: auto;
}
.flex_special_ul .special_ul > li > div {
    background-color: #f5f5f5;
    border-left: 3px solid #262c30;
    margin-bottom: 12px;
    padding: 6px 15px 6px 12px;
    display: table;
}
/* 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: 14px 12px 12px;
    display: block;
}
.toggle_title_lv1, .toggle_title_lv2 {
    position: relative;
    padding-right: 50px;
}
.toggle_title_lv2 h4,
.toggle_title_lv2 span {
    color: #313132;
}
.toggle_title_lv1 h4,
.toggle_title_lv2 h5 {
    margin: 0; 
}
.toggle_title_lv1 span, 
.toggle_title_lv2 span {
    position: absolute;
    display: block;
    right: 20px;
    font-size: 28px;
    top: 50%;
    margin-top: -14px;
    font-weight: 600;
}
.toggle_title_lv2 span {
    opacity: 0.9; 
}
.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: 20px 14px 6px;
}
.toggle_card_lv2 {
    border-top: 1px solid #d4d5d8;
    margin-bottom: 0;
}
.toggle_card_lv2 .add_padding {
    padding: 14px 12px 12px 28px;
}
.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;
}
.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_toggle_card img {
    margin-bottom: 1rem;
}
/* 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; */
    background: transparent;
    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: 15px 30px;
}
.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: #F56765;
}
.flex_featured_posts .overlay.secondary {
    background-color: #2856e6;
}
.flex_featured_posts .overlayed_text.primary .the_button.inverse.white:hover {
    color: #F56765;
}
.flex_featured_posts .overlayed_text.secondary .the_button.inverse.white:hover {
    color: #2856e6;
}
.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: 40px;
    margin-bottom: 40px;
}
.flex_rule hr {
    border-top: 1px solid #d6d6d6;
    margin: 0;
}

/* PARTNER CARD */
.flex_partner_card {
	margin-bottom: 80px;
}
.flex_partner_card a {
	font-family: 'Rubik', Helvetica, sans-serif;
	font-weight: 500;
	font-size: 16px;
	display: inline-block;
    padding-top: 5px;
}
.flex_partner_card a .material-icons{
	vertical-align: bottom;
	font-size: 20px;
	margin-left: 3px;
}

/* 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 CONTACT */
.flex_contact {
    margin-top: 30px;
    margin-bottom: 30px;
}
.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: #F56765;
    border: 1px solid #d6d6d6;
    box-shadow: none;
}
.form-control:focus,
.form-control:active {
    outline: 0;
    outline-offset: -2px;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid #F56765;
}
.flex_contact .form_content h3 {
    /*margin: 0;*/
}
.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: #F56765;
}

.data_content .icon_text h4 {
    margin-bottom: 3px;
}
.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: #F56765;
    border: 2px solid #F56765;
    display: inline-block;
    padding: 10px 24px;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    font-family: 'Rubik', Helvetica, sans-serif;
    text-shadow: none;
    font-size: 13px;
    -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}
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: #f65a5e!important;
    font-weight: 900;
    margin-left: 1px;
}
.nf-error .ninja-forms-field {
    border: 1px solid #03b4b7!important;
}
.nf-field-container, #ninja_forms_required_items {
    clear: both;
    position: relative;
    margin-bottom: 15px!important;
}
/*.half-input {
    width: 40%;
}
.half-input {
    background-color: #F56765;
}*/

/*.ninja-forms-form-wrap nf-field{
    float: left;
}*/
.flex_contact .icon_list_item {
    padding: 10px 0;
}
.flex_contact .icon_list_item .icon_text{
	padding-top: 0;
}
.flex_contact .icon_list_item .icon_text h5 {
	margin-bottom: 2px;
}
.flex_contact .form_icon {
	width: 55px;
}
.flex_contact .form_icon a {
	display: inline-block;
}
.flex_contact .form_icon i {
	margin-top: 4px;
    font-size: 38px;
}
.flex_contact .label-above .nf-field-label {
    margin-bottom: 5px;
}
.flex_contact .nf-field-label label {
    font-size: 14px;
    font-weight: 500;
    color: #4D565C;
}
.flex_contact .nf-field-element input, .flex_contact .nf-field-element textarea {
    font-size: 16px;
    color: #252C34;
    border: none;
    padding: 11px 18px 12px;
    background-color: #E3EBEF;
    border-radius: 6px;
}
.flex_contact .field-wrap input[type=button] {
    background: #E75655;
    border-radius: 5px 5px 0 0;
    display: inline-block;
    padding: 12px 24px;
    text-transform: none;
    font-weight: 500;
    color: #ffffff;
    font-family: 'Rubik', Helvetica, sans-serif;
    text-shadow: none;
    font-size: 16px;
    margin: 0;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    z-index: 9;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.flex_contact .nf-field-container.submit-container {
    text-align: right;
}
.flex_contact .list-checkbox-wrap .nf-field-element li::before {
	display: none;
}
.flex_contact .list-checkbox-wrap .nf-field-element li input {
	margin-top: 0;
}

/* 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;
}
/* =======================
  TEAM PROFILES
======================== */
.flex_team_profiles {
    padding-bottom: 50px;
}
.flex_team_profiles .team_card {
    margin-bottom: 20px; 
}
.team_card h5 a {
    color: #262C30;   
}
.team_card h5 a:hover {
    color: #F56765;   
}
.team_card h6 {
    font-weight: 500;
    color: #4D565C;
}
.team_card .read-more {
    margin-top: 15px;
    display: block;
}
/* =======================
  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: paleviolet#F56765;*/
}
.flex_professional_publications {

}
.flex_professional_publications li:not(.icon_list_item)::before {
    display: none;
}
.publications-list li {
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 20px;
}
.publications-list .download-format-icon {
    width: 110px;
    text-align: center;
    color: #F56765;
}
.publications-list [data-type="patent"] .download-format-icon {
    color: #353A45;
    opacity: .3;
}
.publications-list .download-format-icon .icon-pdf {
    font-size: 40px;
    margin-bottom: 5px;
}
.publications-list .download-format-icon p{
    font-size: 12px;
    margin-bottom: 0;
}
.download-format-icon.disabled {
    color: #dee2e6;
}
.download-format-icon.disabled p {
    color: #bababb;
}
.publications-list .publication-data {
    width: calc(100% - 110px);
    border-left: 2px solid #E3EBEF;
    padding: 2px 0 2px 20px;
}
.publications-list .publication-data h5 {
    font-size: 19px;
}
.publications-list .publication-data h6 {
    font-size: 16px;
}
.publications-list .publication-data p {
    margin: 0;
    font-size: 15px;
}
.publications-list .publication-data a .long-arrow {
    transform: translateY(3px);
    font-size: 19px;
    margin-left: 2px;
}

/* =======================
   PAGINATION
======================== */
ul.page-numbers {
    display: flex;
    list-style: none;
    align-items: left;
    justify-content: left;
    padding-bottom: 50px;
}
.page-numbers li {
    margin: 0 12px;
}
.page-numbers li .page-numbers {
    color: #4D565C;
    font-size: 18px;
    font-family: 'Rubik', Helvetica, sans-serif;
    font-weight: 400;
}
.page-numbers li .page-numbers.current {
    color: #F56765;
    font-weight: 500;
}
.page-numbers li .material-icons {
    vertical-align: top;
    font-size: 20px;
}
/* =======================
    FOOTER
======================== */
footer {
    background-color: #05121B;
    color: #ffffff;
    padding: 50px 0 20px;
    margin-top: 0;
    z-index: 99;
    position: relative;
}
footer p,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer a {
	color: #fff;
}

footer p {
	font-size: 17px;
	line-height: 20px;
}

#footer_menu_list {
	margin-top: 20px;
    padding-bottom: 0;
    color: #ffffff;
}
#footer_menu_list .attachment-full {
	margin-bottom: 15px;
}
#footer_menu_list h3 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
}
#footer_menu_list a:hover {
    color: #F56765;
}
#footer_menu_list ul {
    padding: 0;
}
#footer_menu_list ul.sub-menu {
    padding-left: 14px;
}
#footer_menu_list ul li {
    list-style: none;
    margin: 6px 0;
}
#subfooter {
    background-color: #05121B;
    padding: 0 0px 25px;
    color: #b8b8b8;
    font-weight: 900;
	position: relative;
}
#subfooter::before {
	content: '';
	display:block;
	width: 145px;
	height: 1px;
	background-color: #fff;
	margin: 0 auto 25px;
}
#footer_copyright {
    text-align: center;
}
#footer_copyright .col-xs-12,
#menu-footer-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
}
#menu-footer-menu li {
	margin: 0 10px;
}
#menu-footer-menu li:first-of-type {
	margin-left: 20px;
}
#menu-footer-menu li:last-of-type {
	margin-right: 0;
}
#menu-footer-menu li::before {
	display: none;
}
#footer_copyright a,
#footer_copyright .col-xs-12 {
    color: #fff;
	font-size: 15px;
	font-weight: 400;
}
#footer_copyright a:hover {
    color: #F56765;
}
/* =======================
    COOKIES
======================== */
#cookie-message {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(75, 78, 83, 0.8);
    z-index: 9999;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    display: none;
}
#cookie_card {
    width: 90%;
    max-width: 380px;
    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: 10px;
    overflow: hidden;
    padding: 30px;
    background: #ffffff;
    font-weight: 400;
}
#cookie_card .h3 {
    font-size: 23px;
    margin-bottom: 8px;
}
/*#cookie-message p{
    color: #fff;
    font-size: 14px;
    padding: 4px 20px;
    margin: 0;
}*/
#close-cookies-container {
    text-align: right;
}
#cookie-message #close-cookies {
    margin-top: 10px;
}
header .search-trigger {
	display: none;
}

.generated-logo {
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

#logo_wrapper span.logo-initial { 
    width: 100%;
    font-size: 4em;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    color: #7D22A3;
    color: #3A84B5;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Rubik', Helvetica, sans-serif;
    font-weight: bold;
}

.single-project span.logo-initial {
    font-size: 7em;
}
#logo_wrapper a img {
    margin-right: 20px;
}

@media (max-width: 480px) {
    .generated-logo {
        max-width: 170px;
    }    
}


/* =======================
    INTERNET EXPLORER
======================== */
.esploter{

}
/* =======================
   SLIDER  MEDIAQUERIES
======================== */
@media (max-width: 1250px) {
}
@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: 0px;
    }
	.slide_content .col-md-8 {
		padding-right: 15px;
	}
	.flex_background_content:not(.white) .text-center {
		padding: 0 15px;
	}
}
/* =======================
    MEDIAQUERIES
======================== */

@media (max-width: 1200px) {
    body{
        /*padding-top: 75px;*/
    }
    main {
        min-height: auto;
    }
    header {
        border-bottom: 0;
    }
}
@media (max-width: 1024px) {
    #logo_wrapper span.logo-initial {
        margin: 0;
        font-size: 3em;
    }
    body {
        padding-top: 72px;
    }
    /*PARALLAX */
    .parallax-image-wrapper {
        display: none;
    }
    /* HEADER */
    #header_principal .row{
        text-align: center;
    }
    header .search-wrapper {
        margin-right: 80px;
    }
    header {
    overflow: visible;
    }
    #header_principal, nav#navigation {
        height: 72px;
    }

    header.hide_header {
        top: -76px;
    }
    #logo_wrapper a img {
        height: 60px;
    }
    #logo_wrapper h1, #logo_wrapper span {
        font-size: 20px;
        padding: 0 14px;
        margin-left: 12px;
    }
    /* NAV APP MODE */
    nav#navigation {
        display: block;
        background-color: #F56765;
        position: fixed;
		left: initial;
        right: -270px;
        top: 72px;
        height: calc(100vh - 70px);
        width: 250px;
        color: #ffffff;
        z-index: 100;
        overflow-y: scroll;
        box-shadow: 0 0 18px rgba(0, 0, 0, 0.25);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin-top: 0;
    }
    nav#navigation a:focus{
        color: #F56765!important;
    }
    nav#navigation .menu > ul > li a:after,
    nav#navigation #principal_navigation > li a:after,
    nav#navigation .menu > ul > li a:before,
    nav#navigation #principal_navigation > li a:before{
        display: none;
    }
    nav#navigation.open{
        right: 0;
    }
    nav#navigation .menu > ul,
    nav#navigation #principal_navigation {
        padding: 0;
        margin-top: 0;
        height: auto;
    }
    #lang_switch {

        padding-bottom: 200px;
    }
    nav#navigation .menu > ul li,
    nav#navigation #principal_navigation li {
        width: 100%;
        text-align: left;
        padding: 0;
		margin: 0;
    }
    nav#navigation #lang_switch {
        display: block;
        width: 100%;
        border-left: 0;
        /* border-top: 2px solid #ffffff; */
        text-align: left;
        padding-bottom: 150px;
    } 
    nav#navigation #lang_switch li {
        margin: 0;
        display: block;
        padding: 11px 22px;
    }
    nav#navigation #lang_switch li a {
        border-top: 2px solid #ffffff;
        display: block;
        padding: 11px 0;
        text-transform: uppercase;
    }
    nav#navigation .menu > ul li.current_page_item,
    nav#navigation #principal_navigation li.current_page_item {
        background-color: #ffffff;
    }
    nav#navigation .menu > ul > li a,
    nav#navigation #principal_navigation > li a {
        font-size: 1em;
        padding: 11px 22px;
    }
	nav#navigation .menu > ul > li:hover,
    nav#navigation #principal_navigation > li:hover {
        background-color: #ffffff;
    }
	nav#navigation .menu > ul > li:hover a,
    nav#navigation #principal_navigation > li:hover a {
        color: #F56765;
    }
    nav#navigation .menu ul li.current-menu-item > a,
    nav#navigation .menu > ul > li.current-menu-parent > a,
    nav#navigation .menu > ul > li > ul > li.current-menu-item > a,
    nav#navigation #principal_navigation li.current-menu-item > a,
    nav#navigation #principal_navigation > li.current-menu-parent > a,
    nav#navigation #principal_navigation > li > ul > li.current-menu-item > a {
        color: #F56765;
    }
    nav#navigation .menu > ul > li.current-menu-item > a:after,
    nav#navigation .menu > ul > li.current-menu-parent > a:after,
    nav#navigation #principal_navigation > li.current-menu-item > a:after,
    nav#navigation #principal_navigation > li.current-menu-parent > a:after{
        display: none;
    }
    nav#navigation .menu > ul > li a,
    nav#navigation #principal_navigation > li a {
        color: #ffffff;
    }
    nav#navigation .menu > ul > li.menu-item-has-children > a,
    nav#navigation #principal_navigation > li.menu-item-has-children > a{
        width: 100%;
        /*color: #5c5c5c;*/
    }
    nav#navigation .menu > ul > li.menu-item-has-children:before,
    nav#navigation #principal_navigation > li.menu-item-has-children:before {
        content: ' ';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        right: 25px;
        top: 16px;
        border: 6px solid transparent;
        border-top: 6px solid #ffffff;
        border-bottom: 0;
    }
    nav#navigation .menu > ul > li.menu-item-has-children.open:before,
    nav#navigation #principal_navigation > li.menu-item-has-children.open:before{
        border-bottom: 6px solid #ffffff;
        border-top: 0;
        top: 15px;
    }
    nav#navigation .menu > ul > li > ul,
    nav#navigation #principal_navigation > li > ul {
        display: none;
        visibility: visible;
        position: relative;
        opacity: 1;
        background-color: #3e3e3e;
        width: 100%;
        left: 0;
        margin: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
        padding: 0;
    }
    nav#navigation .menu > ul > li.current_page_parent > ul,
    nav#navigation .menu > ul > li.current-menu-item.current-menu-parent > ul,
    nav#navigation #principal_navigation > li.current_page_parent > ul,
    nav#navigation #principal_navigation > li.current-menu-item.current-menu-parent > ul {
        display: block;
    }
    nav#navigation .menu > ul > li > ul,
    nav#navigation #principal_navigation > li > ul {
        border-top: 1px solid #727272;
    }
    nav#navigation .menu > ul > li > ul > li,
    nav#navigation #principal_navigation > li > ul > li {
        margin: 0;
        padding: 0;
    }
    nav#navigation .menu > ul > li > ul > li:last-child,
    nav#navigation #principal_navigation > li > ul > li:last-child {
        border: 0;
    }
    nav#navigation .menu > ul > li > ul > li > a,
    nav#navigation #principal_navigation > li > ul > li > a {
        padding: 11px 28px;
        color: #ffffff;
        display: block;
        width: 100%;
    }
    /* APP BURGUER */
    header #menu-icon {
        width: 45px;
        height: 45px;
        margin-top: 0;
    }
    header #menu-icon .path {
        width: 100%;
        height: 4px;
        background-color: #F56765;
        top: calc(50% - 2px);
        position: relative;
        margin-top: -4px;
    }
    #app_burguer {
        display: block;
        height: 45px;
        width: 45px;
        position: absolute;
        top: 16px;
        right: 40px;
        cursor: pointer;
    }
    header #app_burguer:hover{
        text-decoration: none;
        border-bottom: 0;
    }
    #menu-icon .top{
        -webkit-transform:  rotate(0deg) translateY(-13px);
        -ms-transform:      rotate(0deg) translateY(-13px);
        transform:          rotate(0deg) translateY(-13px);
        -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(13px);
        -ms-transform:      rotate(0deg) translateY(13px);
        transform:          rotate(0deg) translateY(13px);
        -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;
    }
    /* 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;
    }
}
@media (max-width: 992px) {
    #header_principal .container {
        width: 100%;
    }
    .inverse.order-first {
        order: 2;
    }
    .inverse.order-last {
        order: 1;
    }
}
@media (max-width: 768px) {
    /* HEADER */
    header #header_principal h1 {
        /*height: 60px;*/
    }
    #header_principal {
        /*height: 77px;*/
        padding: 0;
    }
    #app_burguer {
        top: 16px;
        right: 24px;
        height: 45px;
        width: 45px;
    }

    header .search-wrapper {
        margin-right: 70px;
    }
    nav#navigation{
        /*top: 74px;*/
    }
    /* FLEX CONTENT */
    #parallax_slider .swiper-slide,
    #generic_slider .swiper-slide,
    #home_slider .swiper-slide {
        padding: 20px 50px;
    }
    .flex_featured_posts .card_content {
        min-height: auto;
    }
	.flex_text_n_video .text_sidebar {
		margin-top: 20px;
	}
	#blog_sidebar {
		margin-top: 30px;
		padding-left: 15px;
	}
}
@media (max-width: 480px) {
    body {
        /*padding-top: 77px;*/
    }
    #app_burguer {
        right: 15px;
    }
	header .search-wrapper {
		margin: 0;
		position: fixed;
		background-color: #F56765;
		top: 72px;
		padding: 10px;
		width: 100%;
		left: 0;
		transition: .2s;
		opacity: 0;
		visibility: hidden;
	}
	header .search-wrapper.active {
		opacity: 1;
		visibility: visible;
	}
	header .search-wrapper .search-form input:not(.icon) {
		width: 100%;
		background-color: #fff;
	}
	header .search-trigger {
		background: url(../img/icon-search-color.svg) no-repeat center / 60%;
		position: absolute;
		display: block;
		top: 10px;
		right: 70px;
		width: 50px;
		height: 50px;
	}
    #logo_wrapper a img {
        height: 45px;
    }
    #logo_wrapper {
        width: calc(100% - 140px);
    }
    #logo_wrapper a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
     #logo_wrapper img, #logo_wrapper h1, #logo_wrapper span {
        display: block;
     }
    #logo_wrapper h1, #logo_wrapper span {
        font-size: 18px;
        padding: 3px 10px;
        margin-left: 10px;
        line-height: 1.15;
    }
    header #header_principal h1,
    header #header_principal span {
        /* height: 60px; */
        width: 140px;
        text-align: left;
        margin-left: 0;
        color: #313132;
    }
    /* 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 */
    #header_principal .row {
        text-align: left;
    }
    #logo_wrapper {

    }
    nav#navigation {
        right: -110%;
        width: 100%;
    }
    #header_superior_left_wrapper .brand_logo_negative {
        margin-top: 46px;
    }
    /* 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 {
        padding: 40px 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: #F56765;
    }
    .flex_featured_posts .overlayed_text.secondary {
        background-color: #2856e6;
    }
    .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_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 .col_icon {
        margin-bottom: 15px;
    }
    .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;
    }
    /* 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;
    }
    .publications-list .download-format-icon {
        display: none;
    }
    .publications-list .publication-data {
        width: 100%;
        padding: 0 15px;
    }
    /* 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;
    }
	.flex_partner_card img {
		margin-bottom: 20px;
	}
    /* FOOTER */
    #footer_menu_list > div {
        margin-bottom: 20px;
    }
	footer .col-12 {
		margin-bottom: 30px;
	}
	#footer_copyright .col-xs-12, #menu-footer-menu {
		display: block;
		text-align: center;
	}
	.menu-footer-menu-container {
		margin: 15px 0;
	}
	#footer_copyright a {
		display: inline-block;
		margin-bottom: 15px;
	}
    /* COOKIES */
    #close-cookies-container {
        text-align: center;
    }
}
