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

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,700,900,600italic,400italic,300italic);

/* =======================
    GENERAL STYLES
======================== */ 
html, body {
    position: relative;
    height: 100%;
    width: 100%;
    -ms-content-zooming: none; /* Disables zooming */
}
body {
    color: #48505B;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden; 
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 14px;
}
body.ar {
    font-family: 'Noto Kufi Arabic', 'Roboto', Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    color: #FF8300;
    font-weight: 400;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
body.ar h1, body.ar h2, body.ar h3, body.ar h4, body.ar h5, body.ar h6, body.ar .h1, body.ar .h2, body.ar .h3, body.ar .h4, body.ar .h5, body.ar .h6{
    font-family: 'Noto Kufi Arabic', 'Roboto', Helvetica, sans-serif;
}
h1, h2, h3, .h1, .h2, .h3 {
    color: #FF8300;
}
h4, h5, h6, .h4, .h5, .h6 {
    color: #48505B;
}
h5, .h5 {
    font-size: 16px;
}
h6, .h6 {
    font-size: 15px;
}
a{
    text-decoration: none;
    color: #FF8300;
}
a:hover{
    color: #FF8300;
    text-decoration: none;
}
a:focus {
    outline: 0;
    outline-offset: -2px;
    text-decoration: none;
    color: #FF8300;
}
a.button:focus {
    color: #ffffff;
}
p{
    font-size: 17px;
    color: #48505B;
    font-weight: 300;
}
ul, li{
    padding: 0;
    margin: 0;
    list-style: none;
}
blockquote {
    border-left: 3px solid #eee;
    margin-top: 18px;
}
strong {
    font-weight: 500;
}
/*main { 
    min-height: calc(100vh - 74px);
}*/
.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;
    filter: alpha(opacity=0);
    max-width: 200px;
    max-height: 200px;
}
.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_03.faster{
    -webkit-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
}
.responsive_image,
.responsive_image img{
    width: 100%;
    height: auto;
}
section {
    padding: 25px 0 0;
    background-color: #ffffff;
    z-index: 9;
    position: relative; 
}
#section_alone {
    padding: 30px 0;
}
.copyright-notice-and-disclaimer #section_alone,
.terms-of-use #section_alone,
.privacy-policy #section_alone,
.accessibility-policy #section_alone,
.cookie-policy #section_alone {
    padding-top: 60px;
}
.background_gray {
    background-color: #f0f0f0;
}
/*.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: inline-block;
  float: none;
  height: 100%;
}*/
.button {
    color: #ffffff;
    display: inline-block;
    padding: 16px 26px;
    line-height: 1;
    text-transform: none;
    font-size: 16px;
    background-color: #FF8300;
}
#switch_view .button {
    width: 100%;
    text-align: center;
}
.button:hover {
    background-color: #48505b;
    color: #ffffff;
}
.after_1200px {
    display: none;
}
/* =======================
    HEADER
======================== */
header.old{
    background-image: url(menu-bg.png);
    background-repeat: repeat-x;
}
header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 180px;
    background: -webkit-linear-gradient(top,  rgba(21,32,48,0.6) 0%,rgba(21,32,48,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(top, rgba(21,32,48,0.6) 0%, rgba(21,32,48,0) 100%);
    background: linear-gradient(to bottom,  rgba(21,32,48,0.6) 0%,rgba(21,32,48,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(77, 21, 32, 0.18824)', endColorstr='rgba(0, 21, 32, 0.18824)',GradientType=0 ); /* IE6-9 */
    text-align: center;
    overflow: hidden;
}
header.open {
    height: 400px;
    overflow: visible;
    /*-webkit-transition-delay: 1s;
            transition-delay: 1s;*/
} 
#preheader {
    position: absolute;
    margin-left: 14px;
    margin-right: 14px;
    width: 20%;
    display: inline-block;
    height: 30px;
    padding-top: 0px;
    background-color: transparent;
    right: 0;
    top: 4%;
    z-index: 99;
}
#preheader ul {
    float: right;
    width: calc(40% - 22px);
    text-align: right;
}
#preheader ul li {
 display: inline-block;
 text-align: right;
}
#preheader ul li a {
    color: #ffffff;
    display: block;
    margin: 8px 10px;
    font-size: 14px;
}
#preheader ul li a:hover {
    color: #FF8300;
}
html[lang="es-ES"] #preheader ul li.lang_es a {
    font-weight: 700;
}
html[lang="en-US"] #preheader ul li.lang_en a {
    font-weight: 700;
}
#preheader ul li.qtranxs-lang-menu > a{
    display: none;
}   
#preheader ul li.qtranxs-lang-menu ul.sub-menu {
    width: auto;
    float: none;
}
#preheader img {
    display: none;
}
html[lang="es-ES"] #menu-item-967 {
    display: none;
}
html[lang="en-US"] #menu-item-966 {
    display: none;
}
#logo_wrapper {
    height: 100%;
    float: none;
    display: inline-block;
    margin: 0;
    width: 70px;
    padding-top: 25px;
    margin-left: 14px;
    margin-right: 14px;
    vertical-align: top;
}
#logo_wrapper a {
    float: left;
}
#logo_wrapper span {
    /* display: none; */
    text-indent: -9999999px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
#logo_wrapper a img {
    width: 100%;
    vertical-align: middle;
    top: -5px;
    position: relative;
    max-width: 70px;
}
#header_principal {
    height: 100px;
    font-size: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    text-align: left;
} 
#header_principal .container, 
#header_principal .row{
    height: 100%;
    position: relative;
}
nav#navigation, 
nav#navigation .menu > ul,
nav#navigation #principal_navigation{
    display: inline-block;
    vertical-align: bottom;
    text-transform: none;
    float: none;
    height: auto;
}
nav#navigation .menu > ul,
nav#navigation #principal_navigation{
    width: 100%;
    padding-left: 20px;
    padding-top: 24px;
}
nav#navigation {
    text-align: left;
    margin-left: -10px;
    margin-top: 0;
    width: calc(80% - 95px);
    vertical-align: bottom;
}
nav#navigation .menu > ul li,
nav#navigation #principal_navigation li{
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    font-size: 12px;
}
nav#navigation .menu > ul > li > a, 
nav#navigation #principal_navigation > li > a {
    color: #ffffff;
    display: block;
    padding: 22px 16px 32px;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 16px;
    height: 75px;
    font-weight: 500;
}
nav#navigation #principal_navigation > li > a.active {
    color: #A1A5B3;
}
nav#navigation #principal_navigation > li > a.active:hover {
    color: #ffffff; 
}
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:hover > a,
nav#navigation .menu > ul > li.current_page_item > a,
nav#navigation .menu > ul > li.current_page_parent > a, 
nav#navigation #principal_navigation > li:hover > a,
nav#navigation #principal_navigation > li.current_page_item > a,
nav#navigation #principal_navigation > li.current_page_parent > a {
    border-bottom: 2px solid #ffffff;
}
nav#navigation .menu > ul > li.current_page_item > a,
nav#navigation .menu > ul > li.current_page_parent > a, 
nav#navigation #principal_navigation > li.current_page_item > a,
nav#navigation #principal_navigation > li.current_page_parent > a {
    font-weight: 600;
}
/*nav#navigation .menu > ul > li.menu-item-has-children:hover > a,, 
nav#navigation #principal_navigation > li.menu-item-has-children:hover > a {
    border-bottom: 2px solid transparent;
}*/
nav#navigation .menu > ul >li.menu-item-has-children > a:before, 
nav#navigation #principal_navigation > li.menu-item-has-children > a:before {
    content: " ";
    display: block;
    height: 33px;
    width: calc(100% + 5px); 
    left: 0;
    background-color: transparent;
    margin: auto;
    bottom: 24px;
    position: absolute;
    z-index: -9;
    border-radius: 5px 5px 0 0;
}
nav#navigation .menu > ul >li:hover > a:before, 
nav#navigation #principal_navigation > li:hover > a:before { 
    background-color: #343a43;
}
nav#navigation .menu > ul > li > ul, 
nav#navigation #principal_navigation > li > ul {
    visibility: hidden;
    display: block;
    position: absolute;
    background-color: #343a43;
    width: calc(100% + 5px);
    left: 0;
    margin-top: 0px;
    padding: 4px 14px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    top: 50px;
    border-radius: 0 4px 4px 4px;
    z-index: 99;
}
nav#navigation .menu > ul > li > ul.active,
nav#navigation #principal_navigation > li > ul.active{
    visibility: visible; 
    opacity: 1; 
    filter: alpha(opacity=100);
}
nav#navigation .menu > ul > li > ul > li,
nav#navigation #principal_navigation > li > ul > li{
    display: block;
    margin: 8px 0;
}
nav#navigation .menu > ul > li > ul > li a, 
nav#navigation #principal_navigation > li > ul > li a {
    color: #A1A5B3;
    display: block;
    padding: 0;
    font-size: 15px;
}
nav#navigation .menu > ul > li > ul > li a:hover,
nav#navigation #principal_navigation > li > ul > li a:hover,
nav#navigation .menu > ul > li > ul > li.current-menu-item a, 
nav#navigation #principal_navigation > li > ul > li.current-menu-item a{
    color: #ffffff; 
}
nav#navigation .menu > ul > li > ul > li > ul ,
nav#navigation #principal_navigation > li > ul > li > ul {
    padding-left: 12px;
    margin: 8px 0;
}
nav#navigation .menu > ul li.menu-item-has-children > a:after, 
nav#navigation #principal_navigation li.menu-item-has-children > a:after {
    content: "\f078";
    display: inline;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: right;
    margin-left: 8px;
    margin-right: -8px;
    font-size: 12px;
    vertical-align: middle;
}
#app_burguer {
    display: none;
} 
#header_finder {
    height: 40px;
    float: none;
    display: inline-block;
    height: 100%;
    width: 20%;
    padding-top: 25px;
    padding-right: 14px;
    padding-left: 14px;
}
#header_finder .search {
    position: relative;
    margin-top: 17px;
}
#header_finder .search input {
    background-color: #343a43;
    border: 0;
    padding: 8px;
    width: 100%;
    padding-left: 20px;
    padding-right: 40px;
    color: #E7E7E7;
    border-radius: 50px;
}
#header_finder .search button[role="button"], #header_finder .search button[data-role="button"] {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: 1px solid transparent;
    border-left: 0;
    height: 100%;
    width: 40px;
    text-indent: -999999px;
    background-image: url(form/search-icon-white.png); 
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: center; 
    border-radius: 0 50px 50px 0;
} 
#header_finder .search input:focus,
#header_finder .search button[role="button"]:focus {
    outline: none;
}
#breadcrumbs_container{
    text-align: left;
}
#breadcrumbs {
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 14px;
}
#breadcrumbs a {
    color: #fff;
}
#breadcrumbs a:hover {
    color: #48505b;
}
#switch_lang {
    text-align: right;
    color: #ffffff;
    padding-top: 10px;
    font-size: 15px;
    padding-right: 8px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}
#switch_lang i.fa,
#switch_lang span.fa {
    font-weight: 100;
    font-size: 12px;
    margin-left: 3px;
}
#switch_lang ul {
    display: none;
    background-color: #343A43;
    position: absolute;
    right: 0;
    width: 90%;
    height: auto;
    padding: 5px 5px 8px;
    border-radius: 5px;
    top: 35px;
}
#switch_lang ul li {
    display: block;
}
 /* =======================
    HEADER STICKY
======================== */
header.sticky {
    background: transparent!important;
    height: 70px;
}
header.sticky.open {
    height: 400px;
}
   
header.sticky #header_principal {
    background-color: #343a43;
    border-bottom: 1px solid transparent;
    box-shadow: 0 9px 6px -7px rgba(52, 58, 67, 0.48);
    height: 70px;
}
header.sticky nav#navigation .menu > ul > li > a, 
header.sticky nav#navigation #principal_navigation > li > a {
    padding: 8px 16px 10px;
    height: 50px;
}
header.sticky nav#navigation .menu > ul > li:hover > a, 
header.sticky nav#navigation .menu > ul > li.current_page_item > a, 
header.sticky nav#navigation .menu > ul > li.current_page_parent > a, 
header.sticky nav#navigation #principal_navigation > li:hover > a, 
header.sticky nav#navigation #principal_navigation > li.current_page_item > a, 
header.sticky nav#navigation #principal_navigation > li.current_page_parent > a {
    border-bottom: 2px solid transparent;
}
header.sticky nav#navigation .menu > ul > li > ul.active, 
header.sticky nav#navigation #principal_navigation > li > ul.active {
    top: 44px;
}
header.sticky nav#navigation #principal_navigation {
    padding-top: 20px;
}
header.sticky #logo_wrapper a img {
    max-width: 50px;
}
header.sticky #logo_wrapper {
    padding-top: 15px;
}
header.sticky #preheader {
    padding-top: 16px; 
}
/* =======================
    SLIDER
======================== */
.slider_container, 
#home_slider {
    width: 100%;
    position: relative;
    overflow: hidden;
}
#news_slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: auto;
}
#news_slider .preview_description h3 {
    font-size: 23px; 
}
.slider_container {
    height: 100%;
}
#home_slider {
    height: 100%; 
}
.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: top!important;
    background: transparent;
}
.swiper-button-prev, .swiper-button-next {
    height: 60px;
    margin-top: -30px;
    width: 30px;
    background: transparent;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.swiper-button-next.lite_version {
    background: rgba(0, 0, 0, 0.5); 
}
.swiper-button-prev.lite_version {
    background: rgba(255, 255, 255, 0.3);
}
.swiper-button-prev.lite_version {
    margin-top: 0;
}
.swiper-button-next.lite_version {
    margin-top: -60px;
}
.swiper-button-prev:before, 
.swiper-button-next:before {
    content: " ";
    display: block;
    background-image: url(arrows_silder.png); 
    /* background-size: 120px; */
    background-position-y: -2px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%; 
    position: relative;
}
.swiper-button-prev:before {
    background-position: 0 -2px;
} 
.swiper-button-next:before{
    background-position: -30px -2px;
}
.swiper-button-prev.lite_version:before, 
.swiper-button-next.lite_version:before { 
    background-image: url(arrows_silder_lite.png);
}
.swiper-button-prev.lite_version:before { 
    background-position: 0 12px;
} 
.swiper-button-next.lite_version:before { 
    background-position: -30px 12px;
}
.swiper-button-prev{
    left: 0;
}
.swiper-button-prev:before {
    left: 0;
}
.swiper-button-next{
    right: 0;
}
.swiper-button-next.lite_version {
    right: inherit;
    left: 0;
}
.swiper-button-prev.lite_version:hover, 
.swiper-button-next.lite_version:hover {
    background-color: #FF8300;
    -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}

.swiper-button-prev:before {
    background-position-x: 0; 
}
.swiper-button-next:before {
    background-position-x: -30px;
}
.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: 40px;
    height: 1px;
    opacity: 1;
    filter: alpha(opacity=100);
    border-radius: 0;
}
.swiper-pagination-bullet {
    border: 2px solid #FFFFFF;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FF8300;
    border-color: #FF8300;
}
.slide_content p,
.slide_content span,
.slide_content blockquote,
.slide_content li {
    color: #ffffff;
    font-size: 17px;
    text-align: left;
    font-weight: 500;
}
.slide_content blockquote {
    padding: 12px 20px;
    margin: 0 0 20px;
    border-left: 1px solid #FF8300;
}
.overflow_hidden {
    overflow: hidden;
}
#home_slider h4 {
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
}
/* =======================
    HOMEPAGE
======================== */
#featured_image {
    height: 100%;
    background-size: cover;
    background-position: center;
}
#home_slider .slide_content,
#home_slider .slide_content .row {
    height: 100%;
}
#home_slider .slide_content .row > div {
    height: 65%; 
}
#home_slider h4 {
    font-size: 60px;
    color: #ffffff;
    font-weight: 600;
    text-align: left;
    position: absolute;
    bottom: 0;
    line-height: 98%;
    font-weight: bolder;
    left: 15px;
}
#home_slider .swiper-slide .slide_content,
#home_slider .swiper-slide-prev .slide_content,
#home_slider .swiper-slide-next .slide_content {
    opacity: 0.1;
    filter: alpha(opacity=10);
}
#home_slider .swiper-slide .slide_content h4 {
    opacity: 0.1;
    filter: alpha(opacity=10);
}
#home_slider .swiper-slide-active .slide_content {
    opacity: 1;
    filter: alpha(opacity=100);
}

#home_slider .swiper-slide-active .slide_content h4 {
    opacity: 1;
    filter: alpha(opacity=100);
}
#home_slider #home_slider_arrows {
    height: 35%;
    bottom: 0;
    top: -35%;
    z-index: 9;
} 
#home_slider_arrows {
    position: relative;
}
#home_slider.hide_arrows .swiper-button-prev,
#home_slider.hide_arrows .swiper-button-next {
    opacity: 0.35!important;
}
#home_slider_arrows .swiper-button-next, 
#home_slider_arrows .swiper-button-prev {
    background-color: #FF8300;
    margin-top: 0;
    height: 32px;
    width: 28px;
    border-radius: 3px;
}
.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.7;
    filter: alpha(opacity=70);
    cursor: default;
}
#home_slider_arrows .swiper-button-next:hover, 
#home_slider_arrows .swiper-button-prev:hover {
    background-color: #E4AF00;
    -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}
#home_arrows_wrapper {
    width: 63px;
    position: absolute;
    margin-top: 20px;
    left: 100%;
    -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}
#home_slider.hide_arrows #home_arrows_wrapper {
    right: inherit;
    left: 0;
} 
#featured_pages .preview_description.background_yellow {
    background: transparent;
    padding: 0; 
}
#video_gallery_and_events {

}
.slide_content p strong{
    font-weight: bold;
}
.news-shortcut,
.news_shortcut{
    position: absolute;
    top: -60px;
    background-color: #FF8300;
    right: 0;
    z-index: 10;
    color: #fff;
    line-height: 60px;
    height: 60px;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 600;
}
#map_home {
    display: none;
}
#scroll_down {
    position: absolute;
    display: block;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%,0px);
    -ms-transform: translate(-50%,0px);
        transform: translate(-50%,0px);
    cursor: pointer;
    z-index: 9;
}

@-webkit-keyframes bounceArrow {
  0%    {   -webkit-transform: translate(0px,-6px);   }
  50%   {   -webkit-transform: translate(0px,2px);    }
  100%  {   -webkit-transform: translate(0px,-6px);   } 
}
@keyframes bounceArrow {
  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);
  }
}
#scroll_down svg{
  -webkit-animation: bounceArrow 0.9s linear infinite;
  animation:         bounceArrow 0.9s linear infinite;
}
/* =======================
    OVERLAYS
======================== */

.responsive_image.overlayed {
    position: relative;
    overflow: hidden;
} 
.overlay {
    cursor: default;
    position: absolute;
    background-color: rgba(246, 168, 0, 0.9);
    top: 100%;
    padding: 32px 30px;
    width: 100%;
    height: 100%;
    top: calc(100% - 102px);
}
.overlay.gray {
    background-color: rgba(129, 135, 142, 0.85);
}
.responsive_image.overlayed:hover .overlay {   
    top: 110px;
}
.responsive_image.overlayed:hover .overlay.full_top {   
    top: 0px;
}
.preview_description {
    padding: 30px 20px;
}
.preview_description .mini_heading, 
.mini_heading {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    margin: 2px 0px 2px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #FF8300;
        z-index: 21;
}
#home_slider .swiper-slide .mini_heading {
position: absolute;
    left: 20px;
    bottom: 20px;
    cursor: pointer;
}
/*.preview_description h2.white,
.preview_description .mini_heading.white {
    color: #ffffff;
}*/
.preview_description h3 {
    font-size: 30px;
    margin: 0 0 14px;
    font-weight: 800;
}

.preview_description p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
} 
.preview_description a {
    text-decoration: underline;
    font-weight: 800;
    text-align: left;
}
.preview_description.background_yellow,
.preview_description.background_yellow h2,
.preview_description.background_yellow h3,
.preview_description.background_yellow h4,
.preview_description.background_yellow p,
.preview_description.background_yellow a,
.preview_description.background_yellow .mini_heading {
    color: #ffffff;
}
.preview_description.background_blue {
    background-color: #343a43;
}
.preview_description.background_yellow {
    background-color: #FF8300;
}
.preview_description.background_blue,
.preview_description.background_blue h3,
.preview_description.background_blue h4,
.preview_description.background_blue p,
.preview_description.background_blue a {
    color: #ffffff;
    text-align: left;
}
.preview_description.background_blue p {
    color: #9396a1; 
}

.preview_description.background_gray,
.preview_description.background_gray p{
    color: #343a43;
    text-align: left;
}
.preview_description.background_gray p {
    font-size: 19px;
    font-weight: 100;
    line-height: 1.4;
    font-style: italic;
    text-indent: 10px;
}
.overlay.full_top {
    top: calc(100% - 122px);
}
.full_top .preview_description h2 {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 16px;
}
.full_top .preview_description h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}
.overlay .content {
    opacity: 0;
    filter: alpha(opacity=0); 
}
.overlayed:hover .overlay .content { 
    opacity: 1; 
    filter: alpha(opacity=100); 
}
/* =======================
  NEWS SLIDER
======================== */
#news_slider .preview_description h3,
#news_slider .preview_description p {
    width: 100%;
}
#news_slider .read_more {
    background-color: #FF8300;
    position: absolute;
    padding: 13px;
    width: 70%;
    right: 0;
    bottom: 0;
    text-align: center;
    height: 50px;
}
#news_slider .read_more:hover {
    background-color: #48505b;
    color: #ffffff;
}
#news_slider .read_more a {
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
}
#news_slider .preview_description.background_blue {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 34%;
    height: 100%;
    overflow: hidden;
}
#news_slider .preview_description.background_blue:before {
    content: "";
    display: block;
    background-color: #FF8300;
    position: absolute;
    width: 40%;
    height: 50px;
    bottom: 0;
    right: 0;
}
#news_slider .container {
    position: relative;
}
#news_slider .responsive_image img{
    width: 66%;
}
.post-content-holder img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
#news_slider .responsive_image{
    text-align: left;
}
.simulated_slide {
    background-image: url(page_background-1400x600.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    height: calc(100% - 50px); 
}
.simulated_slide:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}
#left_slide {
    left: -80%;
    top: 50px;
}
#right_slide { 
    right: -80%;
    top: 0;
}


/* =======================
  VIDEO GALLERY SLIDER
======================== */

#video_gallery_slider .swiper-slide {
    /*display: table;*/
    position: relative;
}
#video_gallery_slider .half_side {
    width: 100%;
    height: 500px;
    position: relative;
    text-align: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#video_gallery_slider .half_side .responsive_image {
    height: 100%;
}
#video_gallery_slider .half_side .mini_heading {
    position: absolute;
    z-index: 9;
    color: #fff;
    left: 20px;
    top: 30px;
}
#video_gallery_slider .half_side .preview_description {
    position: absolute;
    width: 100%;
    height: 100%;
}
#video_gallery_slider .half_side .play_video {
    display: block;
    position: absolute;
    left: 0;
    top: 40%; 
    width: 100%;
    text-align: center;
    cursor: pointer;
    -webkit-transform: translateX(0) translateY(-50%);
        -ms-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
}
#video_gallery_slider .half_side .play_video img {
    width: 100px;
    height: 100px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}
#video_gallery_slider .half_side .play_video .mini_heading.play-video {
    color: #ffffff;
    display: block;
    position: relative;
    left: 0;
}
#video_gallery_slider .video_title {
    background-color: #FF8300;
    position: absolute;
    width: 100%; 
    height: 60px;
    bottom: 0;
    text-align: center;
}
#video_gallery_slider .video_title .preview_description {
    padding: 2px 20px;
}
#video_gallery_arrows {
    position: absolute;
    top: 50%;
    height: 40%;
    width: 100%;
}
#video_gallery_arrows .swiper-button-next.lite_version,
#video_gallery_arrows .swiper-button-prev.lite_version {
    left: inherit;
    right: 0;
}
#video_gallery_slider .responsive_image:before {
    content: "";
    display: block;
    background-color: rgba(52, 58, 67, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
}
#video_gallery_slider h4 {
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    line-height: 37px;
}
.swiper-container-rtl .swiper-button-prev {
    background-image: none;
}
.swiper-container-rtl .swiper-button-next:before{
    background-position-x: 0px;
}
.swiper-container-rtl .swiper-button-prev:before {
    background-position: -24px 24px;
}
/* =======================
  EVENTS SLIDER
======================== */
#events_slider .swiper-slide,
#events_slider .swiper-slide .preview_description {
    height: 100%;
    min-height: 500px;
    width: 100%;
}
#events_gallery_arrows {
    width: 100%;
    position: absolute;
    top: 50%;
    height: 40%;
}
#events_gallery_arrows .swiper-button-next.lite_version,
#events_gallery_arrows .swiper-button-prev.lite_version {
    left: inherit;
    right: 0;
}
.event_date {
    display: block;
    font-size: 28px;
    font-weight: 100;
    margin-top: 20px;
}
#events_slider .preview_description h4 {
    margin: 0 0 24px;
    font-size: 24px;
}
#events_slider .preview_description ul {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 50px 30px 20px;
    width: 100%;
}
#events_slider .preview_description ul li {
    
}
#events_slider .preview_description li.event_location {
    font-size: 24px; 
    font-weight: 100;
}
#events_slider .preview_description li.event_type {
    font-size: 14px;
    font-style: italic;
    color: #FF8300;
    font-weight: 400;
}
#events_slider .preview_description a {
    font-weight: 600;
    color: #ffffff;
}
#events_slider .preview_description {
    padding-right: 40px;
}
.event_link {
    position: absolute;
    bottom: 120px; 
}
/* =======================
  SINGLE EVENTS
======================== */
.single-events h1 {
    margin-top: 0px;
}
.date-header h3{
    color: #9396a1;
    margin-bottom: 0px;
}
.date-box,
.view-gallery-box {
    font-weight: 600;
    font-size: 18px;
    padding: 20px;
    text-align: center;
    line-height: 20px;
    z-index: 999;
    position: absolute;
}
.date-box {
    background-color: #FF8300;
    color: #ffffff;
    top: 0;
    left: 0;
}
.view-gallery-box .fa-camera {
    margin-right: 4px;
}
.view-gallery-box {
    bottom: 0;
    right: 0;
    background-color: transparent;
    color: #ffffff;
}
.date-box > div > div:nth-child(even) {
    font-size: 26px;
    font-weight: 300;
}
.date-box .separator {
    width: 100%;
    height: 1px;
    background-color: #fff;
    display: block;
}
.single-events .responsive_image {
    position: relative;
}
.single-events #promo img {
    width: 100%;
    height: auto;
}
#others h4 {
    margin-top: 30px;
    color: #FF8300;
    font-size: 36px;
    font-weight: 400;
}
.single-events #promo {
    margin-top: 20px;
}
.single-events .post-content-holder {
    margin-top: 20px;
}
.single-events .share_blog {
    margin-top: 20px;
    margin-bottom: 20px;
}
#quote_slider .share_blog,
#contact_form .share_blog {
    display: none;
}
.single-events #event-site.button {
    /*float: right;*/
    color: #5f646b;
    background-color: transparent;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #f0f0f0;
}
.single-events #event-site.button:hover {
    color: #FF8300;
    border: 1px solid #FF8300;
}
#others .last-events h5 {
    font-size: 20px;
    color: #9e9e9e;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}
#others .last-events h5:hover {
    color: #FF8300;
}
#others .last-events h5:after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    width: 15px;
    height: 15px;
    font-size: 15px;
    color: #9e9e9e;
    vertical-align: middle;
    padding-left: 10px;
} 

#gallery-viewer {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000000;
}
#gallery-viewer li {
    background-color: #000000;
}
#gallery-viewer  .swiper-pagination.swiper-pagination-clickable,
#gallery-viewer .swiper-button-prev, .swiper-button-next {
    z-index: 999;
}
#gallery-viewer .swiper-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 150;
    background-color: #3A454B;
}
#gallery-viewer img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.close-images-btn {
    position: absolute;
    z-index: 9999;
    right: 4%;
    top: 44px;
    width: 40px;
    height: 40px;
    background-image: url(close-btn.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%;
    background-color: #FFC107;
    border-radius: 30px;
}
#gallery-viewer .pix-info {
    position: absolute;
    top: 5%;
    left: 5%;
    font-size: 14px;
    width: 80%;
    text-align: left;
}
#gallery-viewer .desc,
#gallery-viewer .caption  {
    color: #fff;
    font-size: 16px;
    text-shadow: 1px 0px 7px rgb(68, 68, 68);
}
.single-events #blog_sidebar h3 {
    margin-top: 24px;
    border: none;
    padding-bottom: 0;
    text-transform: none;
    margin-bottom: 20px;
    font-size: 32px;
    color: #FF8300;
}

/* =======================
  EVENTS PAGE
======================== */
#events .news-container .responsive_image.has-feat,
.single-events .responsive_image.has-feat {
    position: relative;
}
#events .news-container .responsive_image .date-box,
.single-events .responsive_image .date-box {
    display: inline-block;
    position: relative;
}
#events .news-container .responsive_image.has-feat .date-box,
.single-events .responsive_image.has-feat .date-box  {
    position: absolute;
    top: 0;
    left: 0;
}
#blog_sidebar #more-news.button {
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
}
/* =======================
  QUOTE SLIDER
======================== */
#quote_slider {
    height: auto;
    z-index: 0;
}
#quote_slider .background_gray {
    padding-top: 30px;
    padding-bottom: 40px;
    min-height: 280px;
}
#quote_slider .slider_container {
    height: auto;
}
#quote_slider .preview_description {
    padding: 30px 30px;
    width: 100%;
}
#quote_slider .preview_description h2, 
#quote_slider .preview_description .mini_heading, 
#quote_slider .mini_heading {
    margin: 2px 0;
}
#quote_slider blockquote {
    border: 0;
    padding: 0;
    margin: 20px 0 20px;
    padding-right: 20px;
}
#quote_slider blockquote p:first-child:before,
#quote_slider blockquote p:last-child:after { 
    content: '"';
    display: inline;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    color: #343a43;
}
body.ar #quote_slider blockquote p:first-child:before,
body.ar #quote_slider blockquote p:last-child:after{
    font-family: 'Noto Kufi Arabic', sans-serif;
}
#quote_slider blockquote p:before {
    position: absolute;
    left: -10px;
}
#quote_slider blockquote p:first-child:before {
    position: relative;
    margin-right: -9px;
}
#quote_slider .swiper-pagination.swiper-pagination-clickable {
    bottom: 20px;
    bottom: inherit;
    top: 0;
    width: 20px;
    right: 0;
    left: inherit;
    height: auto;
    top: 50%;
    -webkit-transform: translateX(0) translateY(-50%);
        -ms-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
}
#quote_slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #cdcfd1;
    border: 0;
    box-shadow: none;
}
#quote_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #81878e; 
    border: 0;
} 
/* =======================
  GENERIC SLIDER
======================== */
#generic_slider {
    height: 70%;
    overflow-x: hidden;
}
#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(featured_default.png);
    background-size: 50px;
    background-color: #E4E1DE;
}
/* ============================
    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; 
}
.parallax-image-wrapper-100 {
    /*height: calc(100vh - 8px);
    top: -100%;
    overflow: hidden;*/
    height: calc(100vh + 61px);
    top: -120%;
    overflow: hidden;
}
.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;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: local;
    /*background-attachment: fixed;*/
}
.parallax-image-60 {
    /*height: 57%;
    top: 100px;*/
    height: 70%;
    top: 75px;
}
.parallax-image-100 {
    height: 90%;
    top: 30px; 
}
.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 bottom no-repeat;
    background-size: cover;
    overflow: hidden; 
}
.skrollr .gap {
    background: transparent !important; 
}
.gap-50 {
    height: 50%; 
}
.gap-fixed-height-large {
    height: 100vh; 
}
.featured_image.gap-fixed-height-medium {
    height: 400px;
}
.featured_image.gap-fixed-height-large {
    height: 80vh;
    min-height: 500px;
}
.gap-100 {
    height: 100vh; 
    min-height: 700px;
} 
/* =======================
    PAGE
======================== */
.slide_content .container {
    position: relative;
    top: 100px;
    z-index: 99;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
    height: calc(100% - 100px);
    color: #ffffff;
}
.slide_content .row,
.slide_content .col-xs-12 {
    height: 100%;
}
.slide_content h1,
.slide_content .h1 {
    color: #ffffff;
    font-weight: 900;
    font-size: 46px;
    margin: 0;
    padding-top: 126px;
}
.slide_content.gap-fixed-height-large h1 {
    padding-top: 80px;
}
.slide_content .align_center h1,
.slide_content .align_center h2,
.slide_content .align_center h3,
.slide_content .align_center h4,
.slide_content .align_center h5,
.slide_content .align_center h6,
.slide_content .align_center span {
    color: #ffffff;
    font-weight: 600;
}
.slide_content .align_center {
    color: #ffffff;
    position: absolute;
    width: 100%;
    bottom: 100px;
    left: 0;
}
.slide_content .align_center h1,
.slide_content .align_center h1 span {
    font-size: 38px;
}
.slide_content .align_center h2,
.slide_content .align_center h2 span {
    font-size: 38px;
}
.slide_content .align_center h3,
.slide_content .align_center h3 span {
    font-size: 32px;
}
.slide_content .align_center p {
    text-align: center;
    font-size: 19px;
    font-weight: 300; 
}
#parallax_image.container-fluid {
    position: relative;
}
#parallax_image.container-fluid .after { 
    content: "";
    display: block;
    position: absolute;
    /*background-color: rgba(72, 80, 91, 0.2);*/
    width: 100%;
    height: calc(100% + 80px);
    top: -80px;
    left: 0;
}
/* =======================
    FUTURE PAGE
======================== */
.future .flex_full_image {
    margin-top: 40px;
}
.future .flex_full_image .align_left ul li {
    font-size: 17px;
    font-weight: 300;
    position: relative;
}
.future .flex_full_image .align_left ul li:before {
    content: "\f111";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #FF8300;
    font-size: 6px;
    vertical-align: middle;
    margin-right: 4px;
    width: 16px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -15px;
}
.future #flexible_section .flex_text_offset li ul > li {
    padding-left: 0;
}
/* =======================
    EXPERTISE PAGE
======================== */
.expertise .frv_tab ul li {
    position: relative;
}
.expertise .frv_tab ul li:before {
    content: "\f111";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #FF8300;
    font-size: 6px;
    vertical-align: middle;
    margin-right: 4px;
    width: 16px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -15px;
}

/* =======================
    PROJECTS PAGE
======================== */
#projects_header_filter select {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 10px;
    width: 100%;
    height: 48px;
    background-color: #ffffff;
    box-shadow: none;
    border: 1px solid #babecc;
    font-size: 18px;
    font-weight: 500;
    color: #676b74;
    border-radius: 0px;
    border-radius: none;
    background-image: url(select-arrow.png);
    background-position: 95% 50%;
    background-repeat: no-repeat;
}
#projects_header_filter select::-ms-expand {
    display: none;
}
#remove-filters-btn {
    display: block;
    position: absolute;
    top: 36px;
    left: 70px;
}
#projects_header_filter {
    padding-top: 0; 
}
#filter_band {
    padding: 30px 0;
    margin-bottom: 0;
}
#filter_band #filter_title img,
#filter_band #filter_title span {
    display: inline-block;
    vertical-align: middle;
}
#filter_band #filter_title img {
    width: 30px;
    height: 30px;
    margin-right: 25px;
}
#filter_band #filter_title span {
    font-size: 22px;
    display: inline-block;
    font-weight: 700;
    color: #81878e;
}
#filter_band #filter_title,
#filter_band #filter_tags {
    /*overflow: hidden;*/
    padding-top: 9px;
    height: 54px;
}
#filter_band #filter_tags span,
#filter_band #filter_tags span:after {
    border: 1px solid #afbcc8;
    background-color: #ffffff;
}
#close_filter {
    display: none;
}
/*
body.single-projects #filter_band #filter_tags span{
    border:none;
    background: none;
    font-weight: 700;
    margin-right: 0;
    cursor: default;
}
body.single-projects #filter_band #filter_tags span:after{
    content: "";
    border:none;
    background: none;
}
*/
#filter_band #filter_tags span { 
    display: inline-block;
    vertical-align: middle;
    padding: 6px 20px 6px 10px;
    margin-right: 26px;
    border-radius: 5px 0 0 5px;
    position: relative;
    font-size: 14px;
    cursor: pointer; 
}
#filter_band #filter_tags span:after { 
    content: '×';
    text-transform: uppercase;
    color: #575F69;
    padding: 0px 5px;
    height: calc(100% + 2px);
    position: absolute;
    display: inline-block;
    border-left: 0;
    border-radius: 0 5px 5px 0;
    top: -1px;
    right: -23px;
    font-size: 22px;
    font-weight: 100;
}
#filter_band #switch_view {
    text-align: right;
}
.project_card {
    width: 100%;
}
.page-template-template-projects .project_card {
    margin-bottom: 30px;
}
/*.project_card .overlay {
    padding: 20px;
}
.project_card .overlay a{
    color: #ffffff;
    text-decoration: underline;
    font-weight: 800;
    text-align: right;
    display: block;
}
.project_card:hover .responsive_image.overlayed .overlay,
.project_card .responsive_image.overlayed:hover .overlay {
    top: calc(100% - 60px);
}*/
.project_card .project_content {
    display: block;
    background-color: #FF8300;
    color: #ffffff;
    padding: 20px;
    min-height: 232px;
}
.project_card .project_content p,
.project_card .project_content ul,
.project_card .project_content li {
    color: #ffffff;
}
.project_card .project_content h2,
.project_card .project_content h3 {
    color: #ffffff;
    margin: 0;
    font-size: 28px;
    font-weight: 100;
    line-height: 1.2;
}
.project_card .project_content h2 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.project_card .project_content h3 {
    height: 33px;
}
.project_card .project_content strong {
    font-weight: 600;
    font-size: 15px;
}
.project_card .project_content .simulated_link {
    color: #ffffff;
    font-weight: 900;
    display: inline-block;
    padding-top: 82px;
    text-decoration: underline;
    font-size: 16px;
}
.project_card .annual_production {
    margin-top: 20px;
}
.annual_production p,
.annual_production span {
    display: block;
    text-align: right;
    font-weight: 300;
    line-height: 1;
} 
.annual_production .production_unit {
    font-size: 30px;
}
.annual_production .production_number {
    font-size: 60px;
}
#projects_gallery_arrows {
    width: 100%;
    position: absolute;
    top: 40%;
    height: 50%;
}
#projects_gallery_arrows .swiper-button-next.lite_version,
#projects_gallery_arrows .swiper-button-prev.lite_version {
    left: inherit;
    right: 0;
}
.video-player-icon{
	display: block;
	text-indent: -999px;
	width: 70px;
	height: 70px;
	background-image: url(play_video.png);
	background-size: contain;
	margin: 10px auto;
}

/* =======================
    PROJECTS SINGLE
======================== */
.single .featured_image.gap-fixed-height-large {
    height: 250px;
}
.single-projects #menu-item-80 > a{
    border-bottom: 2px solid #ffffff!important;
}
.single-projects .project_card .project_content {
    float: left;
}
.single-projects .project_content h1 {
    margin: 0;
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
}
.single-projects .project_content h2 {
    margin: 0;
    font-size: 27px;
    color: #48505B;
    margin-bottom: 0px;
    font-weight: 100;
    line-height: 1.1;
}
.single-projects .project_content strong {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
    display: block;
} 
#table_wrapper {
    border-top: 1px solid #DDDDDD;
    margin-bottom: 15px;
}
#project_data, #second-t {
    margin: 20px 0 25px;
    width: 100%;
    font-weight: 300;
}
ul#status_tags {
    display: block;
    padding-top: 12px;
}
#status_tags li {
    display: inline-block;
    background-color: #FF8300;
    padding: 4px 11px;
    border-radius: 4px;
    margin-right: 5px;
}
#extra_information {
    margin-top: 15px;
}
#project_data span, #second-t span {
    color: #48505B;
    font-weight: 400;
}
#project_data .td_right, #second-t .td_right {
    width: 55%;
}
#project_data .td_left, #second-t .td_left {
    width: 45%; 
    vertical-align: top;
}
td.td_right:last-child ul li {
    display: inline-block;
}
td.td_right:last-child ul li:after {
    content: ' -';
    
}
td.td_right:last-child ul li:last-child:after {
    content: ' ';
}
#various_dl > a {
    display: inline-block;
    width: 48%;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}
#buttons_info {
    margin-top: 15px;
    border-top: 1px solid #DDDDDD;
    padding-top: 15px;

}
#buttons_info p{
    font-size: 12px;
}    

/* =======================
    FLEXIBLE CONTENT
======================== */
#flexible_section {
    padding-top: 40px;
}
.flex_full_image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 0;
    background-color: #48505b;
    margin-bottom: 40px;
    padding: 90px 0; 
    color: #ffffff; 
}
.flex_full_image.more_padding {
    padding: 140px 0;
}
.flex_full_image:before {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(72, 80, 91, 0.2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.flex_full_image p {
    font-weight: 400;
}
.flex_full_image .container{
    position: relative;
    z-index: 99;
} 
.overlayed_grid .preview_description.background_yellow {
    background: transparent;
    padding: 0;
}  
.flex_full_image h2,
.flex_full_image h3,
.flex_full_image h4,
.flex_full_image h5,
.flex_full_image h6,
.flex_full_image p {
    color: #ffffff; 
}
.align_center {
    text-align: center;
}
.flex_full_image .align_center {
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}
.align_left {
    text-align: left;
}
.flex_text_n_image,
.flex_text_fullwidth,
.flex_text_offset {
    margin: 40px 0;
}
.overlayed_card {
    margin: 0 0 40px;
}
.flex_full_image h2,
.flex_text_n_image h2, 
.flex_text_n_image h3 {
    font-weight: 300;
    font-size: 38px;
    margin-top: 0;
    line-height: 1;
}
.flex_full_image.more_padding h2 {
    font-size: 40px;
}
.flex_text_offset {

}
.flex_text_offset .yellow_hr {
    width: calc(100% + 15px);
    height: 3px;
    background-color: #FF8300;
    margin-top: 10px;
}
.flex_text_offset .yellow_hr.more_margin {
    margin-top: 13px;
}
#flexible_section .flex_text_offset h3,
#flexible_section .flex_text_fullwidth h3 { 
    color: #48505B;
    font-size: 23px;
    margin-top: 0;
}
#flexible_section .flex_text_offset h4,
#flexible_section .flex_text_offset h5,
#flexible_section .flex_text_offset h6 {
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 5px;
}
#flexible_section .flex_text_offset h6  {
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
}
.flex_text_fullwidth .mini_heading {
    color: #FF8300;
}
#flexible_section .flex_text_fullwidth blockquote {
    border: 0;
    padding: 0;
    margin: 12px 0;
}
.innovation #flexible_section .flex_text_fullwidth blockquote,
.solar #flexible_section .flex_text_fullwidth blockquote,
.epc #flexible_section .flex_text_fullwidth blockquote,
.finance-management #flexible_section .flex_text_fullwidth blockquote,
.om #flexible_section .flex_text_fullwidth blockquote,
.wind #flexible_section .flex_text_fullwidth blockquote {
    margin-top: -6px;
}
#flexible_section .flex_text_fullwidth blockquote, 
#flexible_section .flex_text_fullwidth blockquote p {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 100;
}
/*#flexible_section .flex_text_fullwidth span {
    display: block;
    line-height: 1.1;
    font-weight: 600;
}*/
#flexible_section ul {
    padding-left: 18px;
    margin-bottom: 10px;
}
#flexible_section .flex_text_offset li,
#flexible_section .tab_content li {
    font-size: 17px;
    font-weight: 300;
    position: relative;
    /*list-style-image: url(yellow_dot-01.png)*/
}
#flexible_section .flex_text_offset li:before {
    content: "\f111";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #FF8300;
    font-size: 6px;
    vertical-align: middle;
    margin-right: 4px;
    width: 16px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -15px;
}
#flexible_section .flex_text_offset li > ul { 
    margin-bottom: 2px;
}
#flexible_section .flex_text_offset li ul > li {
    padding-left: 30px;
    list-style: none !important;
}
#flexible_section .flex_text_offset li ul{
    list-style: none !important;
}
#flexible_section .flex_text_offset li ul > li:before {
    content: '–';
    top: 4px;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #FF8300;
}
#contact_form div.wpcf7-validation-errors {
    border: 2px solid #FF8300;
}

.heading_letter_spacing {
    color: #48505B;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 5px;
    margin-bottom: 18px;
}
.overlay.full_top.add_buttons {
    padding-bottom: 90px;
}
.card_buttons {
    position: absolute;
    bottom: 0;
    padding: 25px 30px;
    width: 100%;
    text-align: center;
}
.card_buttons .button {
    min-width: 48%;
    max-width: 48%;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    margin-left: 1px;
} 
.overlay .overflow {
    overflow: auto;
    width: 100%;
    height: 100%;
}
.overlayed_card .card_buttons {    
    opacity: 0;
    visibility: hidden;    
    filter: alpha(opacity=0);
    -webkit-transition-delay: 0;
            transition-delay: 0;
}
.overlayed_card:hover .card_buttons {
    opacity: 1;
    visibility: visible;    
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0;
            transition-delay: 0;
}
.flex_button {
    margin: 10px auto 25px;
}
.flex_content_editor {
    margin: 14px auto 14px;
}
.yellow .card_buttons .button.kensei_03 {
    background-color: #ffffff;
    color: #48505b;
}
.yellow .card_buttons .button.kensei_03:hover {
    background-color: #343a43;
    color: #ffffff;
}
.yellow .button.kensei_03.permalink {
    background-color: #48505b;
    color: #ffffff;
}
.gray .button.kensei_03 {
    background-color: #ffffff;
    color: #48505b;
}
.gray .button.kensei_03.permalink {
    background-color: #FF8300;
    color: #ffffff;
}
.gray .button.kensei_03.permalink:hover,
.yellow .button.kensei_03.permalink:hover {
    background-color: #343a43;
    color: #ffffff;
}
#flexible_section ul.fc-timeline-events,
#flexible_section ul.fc-timeline-events li{
    list-style: none;
}
#flexible_section ul.fc-timeline-events  {
    padding-left: 0;
    margin-bottom: 50px;
}
.fc-timeline-events li.fc-event.type-technical {
    background-color: #7F858D;
}
.fc-timeline-events li.fc-event.type-technical.even:after {
    border-color: transparent #7F858D transparent transparent;
}
.aligncenter {
    text-align: center;
}

#flex_tab_dropdown {

}
#tabs_wrapper {
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.frv_tab {

}
.tab_title {
    padding: 18px;
    text-align: center;
    position: relative;
    background-image: url(assets/tab_1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: -22px;
    cursor: pointer;
}
.tab_title[data-id="tab_0"]{
    opacity: 0;
    filter: alpha(opacity=0);
    height: 0;
    background-image: url(assets/tab_0.png);
}
.tab_title[data-id="tab_1"]{
    background-image: url(assets/tab_1.png); 
}
.tab_title[data-id="tab_2"]{
    background-image: url(assets/tab_2.png); 
}
.tab_title[data-id="tab_3"]{
    background-image: url(assets/tab_3.png); 
}
.tab_title[data-id="tab_4"]{
    background-image: url(assets/tab_4.png); 
}
.tab_title[data-id="tab_5"]{
    background-image: url(assets/tab_5.png); 
}
.tab_title[data-id="tab_6"]{
    background-image: url(assets/tab_6.png); 
}
.tab_title[data-id="tab_7"]{
    background-image: url(assets/tab_7.png); 
}
.tab_title[data-id="tab_8"]{
    background-image: url(assets/tab_8.png); 
}
.frv_tab.open .tab_title,
.tab_title:hover{
    background-image: url(assets/tab_0.png); 
}
.frv_tab.open .tab_title h3,
.tab_title:hover h3 {
    color: #ffffff;
}
.tab_title h3 {
    color: #222222;
    font-weight: 100;
    font-size: 30px;
    margin-top: 24px;
    margin-bottom: 24px;
}
.tab_title div {
    background-color: #ffffff; 
    width: 25px;
    height: 25px;
    position: absolute;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    font-size: 18px;
    left: 50%;
    bottom: 12px;
    -webkit-transform: translateX(-50%) translateY(0) rotate(0);
        -ms-transform: translateX(-50%) translateY(0) rotate(0);
            transform: translateX(-50%) translateY(0) rotate(0);
    -webkit-transform-origin: 12px 12px;
        -ms-transform-origin: 12px 12px;
            transform-origin: 12px 12px;
}
.frv_tab.open .tab_title div {
    -webkit-transform: translateX(-50%) translateY(0) rotate(45deg);
        -ms-transform: translateX(-50%) translateY(0) rotate(45deg);
            transform: translateX(-50%) translateY(0) rotate(45deg);
    bottom: -12px;
    background-color: #626262;
    color: #ffffff;
    /*font-size: 24px;
    line-height: 35px;*/
}
.tab_content {
    padding: 20px;
    display: none;
    padding: 80px 20px 45px; 
}

/*#second-t tbody {
    padding-top: 20px;
    display: block;
}

#second-t td.td_left {
    padding-right: 36px;
}
#second-t .td_left {
    width: 77%;
}
#second-t .td_right {
    width: 42%;
}*/
.flex_text_image_featured .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%);
}
/* =======================
    FILTER SIDEBAR
======================== */
#filter_sidebar {
    color: #81878e;
    margin-right: 0;
    padding-right: 0;
}
#filter_sidebar h4 {
    color: #81878e;
    font-size: 25px;
    margin-top: 0;
}

#filter_sidebar ul {
    margin-bottom: 20px;
}
#filter_sidebar ul li {

}
#filter_sidebar ul li span {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    margin-left: 7px;
    max-width: calc(100% - 21px);
    vertical-align: top;
    float: left;
}
#filter_sidebar ul li input[type="radio"], 
#filter_sidebar ul li input[type="checkbox"] { 
    display: inline-block;
    vertical-align: middle;
    float: left;
}
#filter_sidebar ul li label { 
    width: 100%
}

/* =======================
    YOUTUBE SLIDER 
======================== */

#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: rgba(72, 80, 91, 0.9);
  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;
    top: 0;
    right: 40px;
    text-shadow: 0 0 8px #6A6A6A;
        z-index: 99999;

}

/* =======================
    BLOG 
======================== */
.page-template-template-blog .widget_recent_entries {
    display: none;
}

section  .page-template-template-blog h3, 
body #blog_sidebar h3, 
.category h1{
    margin-top: 24px;
    border: none;
    padding-bottom: 0;
    text-transform: none;
    margin-bottom: 20px;
    font-size: 32px;
    color: #FF8300;
}
#blog_sidebar .widget_recent_entries li {
    font-size: 19px;
    margin-top: 30px;
}
.post-info{
    margin-bottom: 80px;
    margin-top: 26px;
    color: #FF8300;
    font-size: 15px;
}
.post-info .align_right {
    position: relative;
}
.post-info .align_right a {
    height: 26px;
    display: block;
    line-height: 29px;
}
.news-container h3 {
    font-weight: 100;
    font-size: 30px;
}
.post-info .align_right {
    text-align: right;
}
.post-info .align_right a {
    color: #707070;
}

.post-info .align_right a:hover {
    color: #FF8300;
}
.align_right {
    text-align: right;
}
.align_left {
    text-align: left;
}
.align_center {
    text-align: center;
} 
.the_tags {
    margin-top: 6px;
    margin-bottom: 3px;
    color: #FF8300;
}
.date-post {
    color: #FF8300;
}
.date-post span {
    color: #48505B;
}
#date-color {
    color: #48505B;
    font-weight: 300;
}
.share_blog {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.share_blog i{
    display: inline-block;
    font-size: 24px; 
    color: #c1c1c1;
    padding-right: 4px;
}
.share_blog span {
    display:inline-block; 
    text-transform: uppercase; 
    font-size: 10px; 
    font-family: 'Roboto', sans-serif;
    font-weight: bolder;
    letter-spacing: 5px;
    color:#c1c1c1;
    padding-left: 10px;
}
.share_blog span:hover {    
    color:#FF8300;    
}
.share_trigger {
    display: none;
    position: absolute;
    top: -10px;
    left: 0px;
    height: auto;
    width: 76px;
    border-radius: 6px;
    z-index: 50;
    background-color: #343a43;    
}/*
.share_blog .share_trigger{
    display: inline-block;
}*/
.share_trigger i,
.share_trigger span {
    color: #ffffff;
    font-size: 20px;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
}
.share_trigger i:hover {
    color: #FF8300;    
}

.share_trigger i.fa-times,
.share_trigger span.fa-times {
    color: #7F858D;
    font-size: 25px;
    padding-bottom: 6px;
    padding-top: 15px;
}
.share_trigger i:last-child,
.share_trigger span:last-child {
    padding-bottom: 15px;
}

.single-post .share_blog {
    padding-top: 18px;
}
.single-post .button {
    position: absolute;
    right: 18px;
    bottom: 83px;
}

.single-post .post-content-holder ul {
    padding-left: 18px;
    margin-bottom: 10px;
}
.single-post .post-content-holder li {
    font-size: 17px;
    font-weight: 300;
    position: relative;
        margin-bottom: 10px;
}
.single-post .post-content-holder li:before {
    content: "\f111";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #FF8300;
    font-size: 6px;
    vertical-align: middle;
    margin-right: 4px;
    width: 16px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -15px;

}

/* =======================
    BLOG SIDEBAR
======================== */
#blog_sidebar h3 {
    text-transform: uppercase;
    color: #5d5d5d;
    font-size: 16px;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding: 9px 0;
    margin: 18px 0px 8px; 
} 
#blog_sidebar a{
    color: #707070;
}
#blog_sidebar a:hover{
    color: #FF8300;
} 
#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(form/search-icon.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
} 
#blog_sidebar div.widget_categories li{
    font-size: 18px;
}
#blog_sidebar .post-date {
    display: block;
    color: #b7b4b4;
    font-size: 17px;
}
/* =======================
    SINGLE
======================== */
.links-bottom{
    margin-top: 46px; 
}
.pull-left,
.pull-right {/*
    background-color: #FF8300;*/
    -webkit-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
}
/*.pull-left:hover,
.pull-right:hover {
    background-color: #48505b;
}*/
/*.links-bottom a {
    color: #ffffff;
    display: inline-block;
    padding: 16px 26px;
    line-height: 1;
    text-transform: none;
    font-size: 16px;
}*/
.links-bottom{
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;

    height: 45px;
    line-height: 42px;
}
.links-bottom a{
    color: #48505B;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
}
.links-bottom a:hover {
    color: #FF8300;
}
/* =======================
    PROJECT MAP
======================== */
.tooltip-map .bottom {
    position: relative;
}
.tooltip-map .top {
    border-radius: 10px 10px 0 0;
}
.tooltip-map .bottom:before {
    content: ' ';
    display: block;
    position: absolute;
    bottom: -20px;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #eee;
    left: 50%;
    margin-left: -10px;
}
/* =======================
    CONTACTO
======================== */

#map-right {
    position: relative;
}
/*Contenedor datos mapa*/
.hq-item {
    background-color: #343a43;
    height: 410px;
    margin: 0 auto;
    vertical-align: middle;
    padding: 25px;
}
.hq-item h4 {
    color: #fff;
    font-weight: 300;
    font-size: 28px;
}
.hq-item ul {
    color: #fff;
    padding-bottom: 18px;
    font-size: 15px;
    font-weight: 500;
}
.hq-item a {
    color: #C7C7C7;
    /*padding-bottom: 20px;*/    
}
.hq-item a.button {
    padding: 0;
    width: 90%;
}
.hq-item a:hover {
    color: #FF8300; 
} 
.hq-item a.button,
.hq-item a.button:hover {
    color: #ffffff;
}
.hq-item a.button {
    position: absolute;
    bottom: 0;
}
.col-hq {
    height: 170px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.col-hq p,
.col-hq {
    color: #ffffff;
}
.hq-location {
    color: #fff;
    display: inline-block;
    /* margin-top: 100px; */
    position: absolute;
    bottom: 62px;
    color: #BFBFBF;
    font-size: 13px;
}
#contact_form {
    margin-top: 40px;
}
#contact_form select {
    margin-bottom: 16px;
    width: 100%;
    -moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;
}
#contact_form textarea {
    min-height: 282px;
    width: 100%;
}
#contact_form input[type="text"],
#contact_form input[type="email"] {
    margin-bottom: 16px;
    width: 100%;
}
#contact_form input[type="submit"] {
    border: 0;
    font-weight: 400;
}
span.wpcf7-list-item {
    margin-left: 0px;
}
span .file-uploaded {
    padding-left: 15px;
}

/*Que no aparezca los primeros segundos el adjuntar archivo default*/
#contact_form #contact-left input[type=file] {
    display: none;
}

/*Forzar el contact form para que el el label tenga un wrapper ajustado al fin del checkbox*/
/*.contact-us span .wpcf7-list-item-label,
.careers .contact-us span .wpcf7-list-item-label {
    padding-left: 20px;
    display: block;
    margin-top: -17px;
}
.contact-us #link_contact_2 {
    padding-left: 105px;
    margin-top: -18px;
    display: block;
}
.contact-us .wpcf7-list-item-label {
        margin-top: -30px;
}*/


#privacy_policy {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 15px;
}
.privacy-policy section li,
.copyright-notice-and-disclaimer section li,
.terms-of-use section li,
.accessibility-policy section li,
.cookie-policy section li{
    list-style: disc;
    margin-left: 20px;
    padding-bottom: 10px;
}
.privacy-policy p.p1 b, .privacy-policy p.p11 b,
.copyright-notice-and-disclaimer p.p1 b,
.terms-of-use p.p1 b,
.accessibility-policy p.p1 b,
.cookie-policy p.p1 b {
    display: block;
    margin-top: 30px;
}
.terms-of-use #section_alone {
    padding-top: 30px;
}
.privacy-policy ul li > ul li:first-child {
    padding-top: 10px;
}

input[type=checkbox] {
    margin-right: 4px;
}
#contact-right {
    position: relative;
}
#contact-right .wrapper {
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.form-control:focus {    
    border-color: #FF8300;
    outline: 0;
    box-shadow: none;
}
#contact-selector {
    display: none;
}
.contact-us .inline-block,
.careers .inline-block {
    display: inline-block;
    width: calc(100% - 20px);
    vertical-align: top;
}
.contact-us .inline-block.checkwrap,
.careers .inline-block.checkwrap {
    width: 16px;
} 
.contact-us input[type=checkbox],
.careers input[type=checkbox] {
    margin-top: 0px;
}


/* =======================
    CAREER
======================== */
/*Texto a rellenar*/
.page-id-10915 #contact_form textarea {
    margin-bottom: 22px;
}
/*Texto cláusula*/
.page-id-10915 #contact_form  p {
    font-size: 15px;
    color: #48505B;
    font-weight: 300;
    margin-top: 20px;
}
/*Alinear attached*/
.page-id-10915 #contact_form #contact-left input[type=file] {
    line-height: 0px;
}

/* =======================
    404 ERROR
======================== */

#error_404 a {
    color: white;
}
#error_404 .button {
    margin-top: 28px;
}
#error_404 h2 {
    margin-bottom: 26px;
}




/* =======================
    FOOTER
======================== */
footer {
    color: #9396a1;
    padding-top: 0;
}
footer h3, 
footer p, 
footer a {
    color: #9396a1;
    font-size: 14px;
} 
/*footer .menu-wrapper {
    position: relative;
}
footer .menu-fixed {
    position: absolute;
}*/
/*footer .menu-col-special {
    width: 20%;
    display: inline-block;
    vertical-align: text-top;
}*/ 
.float_right {
    float: right;
}
#footer_menu_list .menu li{
    line-height: 1;
    margin-bottom: 9px;
}
footer .inline-block {
    display: inline-block;
    width: calc(100% - 20px);
    vertical-align: top;
}
footer .inline-block.input-wrapper {
    width: 16px;
}
#seo_card {
    
}
#seo_card img {
    width: 70px;
    margin-bottom: 12px;
}
#seo_card a[itemprop="url"] strong {
    text-indent: -9999999px;
    display: block;
    height: 1px;
}
#seo_card div[itemprop="description"], 
#seo_card div[itemprop="description"] p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
}
#seo_card div[itemprop="description"] p {
    color:#ffffff;
}
#footer_menu_list {
    background-color: #48505b;
    color: #9396a1;
    padding: 30px 0 30px;
}
#footer_menu_list ul {
    font-size: 16px;
}
#footer_menu_list h3 {
    color: #9396a1;
    font-size: 16px;
    font-weight: bold;
}
#footer_menu_list a:hover {
    color: #FF8300;
}
#footer_right {
    position: relative;
    margin-top: -18px;
}
#footer_right #info_box {
    background-color: #FF8300;
    position: absolute;
    top: -52px;
    left: 0px;
    padding: 6px;
    width: 100%;
    text-align: center;
    height: 40px;   
    z-index: 99;
}
#footer_right #info_box p {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    line-height: 29px;
}
#info_box i.fa,
#info_box span.fa {
    padding-left: 5px;
}
#newsletter {
    display: block;
    height: 84px;
    position: relative;
}
#newsletter div.button {
    position: absolute;
    top: 0;
    right: 0;
}
#newsletter .button a {
    font-weight: 400;
    color: #ffffff;
    font-size: 20px;
}
#newsletter .button.kensei_03 {
    height: 40px;
    line-height: 8px;
    border: none;
    position: relative;
    top: 0;
    right: 0;
    width: 120px;
}
#newsletter span {
    font-weight: 400;
}
#subscribe_sms {
    display: none;
    position: absolute;
    width: 390px;
    /*display: block;*/
    top: -12px;
    left: 0px;
    background-color: #f0f0f0;
    height: 176px;
    z-index: 99;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
#subscribe_sms span {
    font-size: 18px;
    display: block;
    text-align: center;
    margin: 0;
    padding-top: 34px;
}
#subscribe_sms p {
    font-size: 16px;
    display: block;
    text-align: center;
    margin: 0;
    padding: 20px;
}
ol[type='i'] li{
    list-style: lower-roman !important;
}
ol[type='a'] li{
    list-style: lower-latin !important;
}
footer input[type="email"] {
    border: none;
    width: calc(100% - 120px);
    height: 40px;
    position: relative;
    float: left;
    font-size: 16px;
    background-color: #7F858D;
    color: #ffffff;
    padding: 0 15px;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    -o-appearance: none!important;
    -ms-appearance: none!important;
    z-index: 9;
}
footer #agree {
    padding-top: 10px;
    padding-left: 0;
}
footer #agree span {
    font-size: 14px;
    color: #ffffff;    
}
footer #agree span a {
    color: #9396a1;
}
footer #agree input[type=checkbox] {
    margin: -3px 0 0;
}
footer #agree input[type=checkbox], footer #agree label {
    display: inline-block;
    vertical-align: middle;
}
footer #social_footer {
    padding-top: 24px;
    float: left;
}
footer #social_footer ul li {
    display: inline-block;
    margin: 0px 6px;
}
footer #social_footer ul li:first-child {
    margin-left: 0px;
}
footer #social_footer ul li:last-child {
    margin-right: 0px;
}
footer #social_footer ul li a {
    /* display: block; */
    /* width: 40px; */
    /* height: 40px; */
    /* overflow: hidden; */
    /* background-image: url(rrss_gray.png); */
    /* background-size: 100px; */
    font-size: 30px;
}
footer #social_footer ul li a:hover {
    color: #ffffff;
}
footer #social_footer ul li#youtube {
    position: relative;
    top: 2px;
}
footer #social_footer .mini-heading {    
    margin-bottom: 1px;
    display: block;
    border-bottom: 1px solid #FF8300;
    padding-bottom: 5px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
}

/*footer #social_footer #linkedin {
    background-position: -206px 0;
}
footer #social_footer  {
    background-position: -148px 1px;

}*/

#footer_right .read_more p  {
    font-weight: bold;
    color: #ffffff;
}

#sub_footer {
    background-color: #343a43;
    padding: 30px 0 30px;
}

#menu-legal-menu li {
    display: inline-block;
    margin-right: 4px;
}
#menu-legal-menu li:after {
    content: '|';
    display: inline-block;
    color: #9396a1;
    padding-left: 10px;
    
}
#menu-legal-menu li:last-child:after {
    display: none;
    
}
#sub_footer_content {
    padding-top: 20px;
}
#abdul_logo img {
    max-width: 200px;
    float: right;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#sub_footer p {
    font-size: 11px;
    display: inline-block;
    text-align: left;
    padding-top:28px;
}
#cookie-message {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgba(52, 58, 67, 0.72);
    z-index: 99;
    width: 100%;
    display: none;
}
#cookie-message p{
    color: #fff;
    font-size: 14px;
    padding: 4px 20px;
    margin: 0;
}
#cookie-message #close-cookies{
    float: right;
    margin: 4px 20px;
    font-weight: bold;
}

/* =======================
    INTERNET EXPLORER
======================== */
.esploter #flexible_section li{
    /*list-style-type: circle;*/
}
.esploter #projects_header_filter select,
.esploter select#contact-selector {
    background-image: none;
}

.esploter .contact-us .inline-block.checkwrap,
.esploter .careers .inline-block.checkwrap {
    margin-top: 2px;
} 

/* =======================
    FINETUNING
======================== */
.flex_content_editor h2,
.flex_content_editor h3 {
    margin: 0;
}
nav#navigation .menu > ul > li > ul > li.only_app, 
nav#navigation #principal_navigation > li > ul > li.only_app {
    display: none;
}
 /* =======================
    MEDIAQUERIES
======================== */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .col-xsl-6{ width: 50%; }
}
 
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .slide_content h1, .slide_content .h1{
        padding-top: 76px;
    }
}
    
@media (min-width: 1200px) {
    .parallax-image-wrapper-100{
        top: calc(-100vh + -10px);
        height: 100vh;
    }
}

@media (max-width: 1200px) {

    /* NAVIGATION */
    nav#navigation .menu > ul > li > a, 
    nav#navigation #principal_navigation > li > a {
        padding: 22px 13px 32px;
    }

    /* GENERAL */ 
    .button {
        padding: 16px;
    }
    .news-shortcut.button, 
    .news_shortcut.button {
        padding: 0 30px;
        right: 15px;
    }
    /*SINGLE PROJECT*/
    #project_data .td_right, #second-t .td_right {
        padding-left: 29px;
    }
    /* HERO SECTION */
    #home_slider .slide_content .row > div {
        height: 55%;
    }
    #home_slider #home_slider_arrows {
        height: 45%; 
        bottom: 0;
        top: -45%;
        z-index: 9;
    }
    .projects .slide_content .container { 
        z-index: 9;
    }
    .slide_content .container { 
        
        height: 100%;
    }
    .slide_content.gap-fixed-height-large h1 {
        padding-top: 60px; 
    }
    .slide_content .align_center {
        bottom: 150px;
    }
     
    .featured_image.gap-fixed-height-large {
        height: 60vh;
        min-height: 500px;
    }
    .featured_image.gap-fixed-height-medium {
        height: 300px;
    } 
    .parallax-image-100 {
        /*height: 80%*/;
        top: 30px;
    }
    .parallax-image-60 {
        height: 58%;
        top: 101px;
    }

    /* FLEXIBLE CONTENT */
    #flexible_section {
        width: 100%;
        overflow: hidden;
    }
    .card_buttons .button {
        min-width: 48%;
        max-width: 48%;
    } 
    .responsive_image.overlayed:hover .overlay {
        top: 0px;
    }
    .overlayed_grid.flex_portrait_columns .button.kensei_03.permalink,
    .overlayed_grid.flex_portrait_columns .button.kensei_03 {
        height: 65px; 
        vertical-align: bottom;

    }
    .overlayed_grid.flex_portrait_columns .button.kensei_03.permalink span,
    .overlayed_grid.flex_portrait_columns .button.kensei_03 span {
        position: relative;
        -webkit-transform: translate(0px, -50%);
            -ms-transform: translate(0px, -50%);
                transform: translate(0px, -50%);
        top: 50%;
        display: block;
    }
    /*News and projects buttons*/
    #various_dl > a {
    width: 100%;
    }
    /* FOOTER */
    footer input[type="email"] {
        padding-left: 15px; 
        font-size: 17px;
    }
}
@media (max-width: 1024px) {
    body {
        padding-top: 68px;
    }
    main { 
        min-height: auto;
    }
    header {
        background: transparent!important;
    }
    header,
    header.open,
    header.sticky {
        height: 70px;
        overflow: initial;

    }
    .after_1200px {
        display: block;
    }
    #preheader,
    #header_finder,
    #breadcrumbs_container {
        display: none!important;
    }
    header #header_principal {
        background-color: #343a43;
        border-bottom: 1px solid transparent;
        box-shadow: 0 9px 6px -7px rgba(52, 58, 67, 0.48);
        height: 70px; 
    }
    #header_principal .row{
        text-align: center; 
    }
    #logo_wrapper {
        float: right;
        margin: auto;
        padding-top: 11px;
    } 
    #logo_wrapper a {
        float: none;
    }
    #logo_wrapper a img {
        max-width: 50px; 
        top: 0;
    }
    header #header_principal h1 {
        background-size: 300px;
    }    
    .slide_content .container { 
        top: 0;
    }
    /* FLEXIBLE CONTENT */
    .flex_text_n_image, 
    .flex_text_fullwidth, 
    .flex_text_offset {
        margin: 20px 0;
    }
    /* PROJECTS */
    .page-template-template-projects .slider_container,
    .single-projects .slider_container {
        margin-top: 25px;
    }
    #projects_header_filter {
        padding-top: 0;
    }
    #filter_band {
        padding: 30px 0;
    }
    #filter_band #filter_title,
    #filter_band #filter_tags {
        height: auto;
    }
    #remove-filters-btn {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    /* NAV APP MODE */ 
    nav#navigation {
        display: block;
        background-color: #ffffff;
        position: fixed;
        left: -270px;
        top: 68px;
        height: calc(100% - 67px);
        width: 250px;
        color: #ffffff;
        z-index: -9;
        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;
        padding-bottom: 50px;
    }
    nav#navigation .menu > ul >li.menu-item-has-children > a:before, 
    nav#navigation #principal_navigation > li.menu-item-has-children > a:before,
    nav#navigation .menu > ul li.menu-item-has-children > a:after, 
    nav#navigation #principal_navigation li.menu-item-has-children > a:after {
        display: none;
    }
    nav#navigation .menu > ul > li > a, 
    nav#navigation #principal_navigation > li > a {
        height: auto;
    }
    nav#navigation .menu > ul > li a:after,
    nav#navigation #principal_navigation > li a:after{
        display: none;
    }
    nav#navigation.open{
        left: 0;
    }
    nav#navigation .menu > ul,
    nav#navigation #principal_navigation {
        padding: 0;
        margin-top: 0;
        height: auto;
    }
    nav#navigation .menu > ul li,
    nav#navigation #principal_navigation li {
        width: 100%;
        text-align: left;
        padding: 0;
        border-bottom: 1px solid #727272;
    }
    nav#navigation .menu > ul li.current_page_item,
    nav#navigation #principal_navigation li.current_page_item {
        background-color: #FF8300;
    }
     nav#navigation #principal_navigation li.current_page_item.current_page_ancestor {
        background-color: #ffffff; 
    }
    nav#navigation .menu > ul li.current_page_item a,
    nav#navigation #principal_navigation li.current_page_item a {
        color: #ffffff;
    }
    nav#navigation .menu > ul > li:first-child,
    nav#navigation #principal_navigation > li:first-child{
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    nav#navigation .menu > ul > li a, 
    nav#navigation #principal_navigation > li a {
        font-size: 15px;
        padding: 15px 30px;
    }
    nav#navigation .menu > ul > li a:hover,
    nav#navigation #principal_navigation > li a:hover {
        color: #FF8300!important;
    }
    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: #ffffff;
    }
    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,
    nav#navigation .menu > ul > li:hover > a, 
    nav#navigation .menu > ul > li.current_page_item > a, 
    nav#navigation .menu > ul > li.current_page_parent > a, 
    nav#navigation #principal_navigation > li:hover > a, 
    nav#navigation #principal_navigation > li.current_page_item > a, 
    nav#navigation #principal_navigation > li.current_page_parent > a {
        border-bottom: 0;
    }
    nav#navigation .menu > ul > li a,
    nav#navigation #principal_navigation > li a {
        color: #5c5c5c;
    }
    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: 23px;
        border: 6px solid transparent;
        border-top: 6px solid #48505B;
        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 #48505B;
        border-top: 0;
        top: 23px;
    }
    nav#navigation .menu > ul > li > ul, 
    nav#navigation #principal_navigation > li > ul {
        display: none;
        visibility: visible;
        position: relative;
        opacity: 1;
        filter: alpha(opacity=100);
        background-color: #48505B;
        width: 100%;
        left: 0;
        margin: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.16);
        padding: 0;
    }
    nav#navigation .menu > ul > li.current_page_parent > ul,
    nav#navigation .menu > ul > li.current-menu-item.current_page_item > ul,
    nav#navigation #principal_navigation > li.current_page_parent > ul,
    nav#navigation #principal_navigation > li.current-menu-item.current_page_item > ul {
        display: block;
    }
    nav#navigation .menu > ul > li > ul,
    nav#navigation #principal_navigation > li > ul {
        top: 0;
        border-radius: 0;
    }
    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%;
    }
    .single-projects #menu-item-80,
    .single-post #menu-item-82 {
        background-color: #FF8300;
    }    
    .single-projects nav#navigation #principal_navigation > li#menu-item-80 a,
    .single-post nav#navigation #principal_navigation > li#menu-item-82 a {
        color: #ffffff;    
        border-bottom: 0!important;
    }

    nav#navigation .menu > ul > li > ul > li.only_app, 
    nav#navigation #principal_navigation > li > ul > li.only_app { 
        display: block;
    }
    /* APP BURGUER */
    #menu-icon {
        width: 45px;
        height: 45px;
        margin: auto;
        margin-top: 3px;
    }
    #menu-icon .path {
        width: 100%;
        height: 3px;
        background-color: #ffffff;
        top: calc(50% - 1px);
        position: relative;
        margin-top: -2.5px;
    }
    #app_burguer {
        display: block;
        height: 60px;
        width: 60px;
        position: absolute;
        top: 12px;
        left: 14px; 
        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;
    }
    #switch_lang_responsive {
        background-color: #F0F0F0;
        float: left;
        width: 100%;
    }
    #switch_lang_responsive div,
    #switch_lang_responsive ul li {
        font-size: 15px;
        padding: 15px 30px;
        color: #5c5c5c;
        border-bottom: 1px solid #727272;
        text-align: left;
        position: relative;
    }
    #switch_lang_responsive div:before {
        content: ' ';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        right: 25px;
        top: 23px;
        border: 6px solid transparent;
        border-top: 6px solid #48505B;
        border-bottom: 0;
    }
    #switch_lang_responsive div.open:before {
        border-bottom: 6px solid #48505B;
        border-top: 0;
        top: 23px; 
    }
    #switch_lang_responsive ul {
        background-color: #48505B;
        display: none;
    }
    #switch_lang_responsive ul li a {
        color: #ffffff;
        display: block;
    }
    html[lang="es-ES"] #switch_lang_responsive ul li.lang_es a,
    html[lang="en-US"] #switch_lang_responsive ul li.lang_en a {
       font-weight: 700;
    }
    header.hidden-mobile{
        top:-70px;
    }
    #subscribe_sms {
        width: 323px;
        height: 206px;
    }
    #subscribe_sms span {
        padding-top: 46px;
    }
    /*expertise*/
    .expertise .overlay .overflow {
        margin-top: -12px;
    }
}
@media (max-width: 992px) { 

    #home_slider h4 {
        font-size: 57px;
    }
    #video_gallery_slider {
        margin-bottom: 25px;
    }
    #events_slider .swiper-slide, #events_slider .swiper-slide .preview_description {
        min-height: 400px;
    }
    #featured_pages .responsive_image {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .expertise .overlay .overflow {
        margin-top: 5px;
    }
    .overlayed_card .card_buttons {
        visibility: visible;
    }
    #news_slider .read_more {
        width: 82%;
    }
    #news_slider .preview_description h3 {
        font-size: 17px;
    }    
    footer #abdul_logo {
        float: right;
        padding-top: 14px;
    } 
    .innovation #flexible_section .flex_text_fullwidth blockquote,
    .solar #flexible_section .flex_text_fullwidth blockquote,
    .epc #flexible_section .flex_text_fullwidth blockquote,
    .finance-management #flexible_section .flex_text_fullwidth blockquote,
    .om #flexible_section .flex_text_fullwidth blockquote,
    .wind #flexible_section .flex_text_fullwidth blockquote {
        margin-top: 20px;
    }    
    .flex_text_fullwidth .mini_heading {
        padding-top: 12px;
    }
    /*Solve IOs tap as :hover*/
    .overlay:active,
    .overlay:focus {   
        top: 0px;
    }

    /*Scholarship IE Uni logo*/
    .wp-image-10484.alignleft {
        margin-top: 12px;
    }
    /* PROJECTS */    

    #filter_band #filter_title {
        padding-bottom: 15px;
        padding-top: 0;
    } 
    #map-block .tooltip-map .top{
        height: 33px;
        overflow: hidden;
    }
    .tooltip-map .tooltip-title {
        margin: 0;
        padding: 7px 10px;
        font-size: 17px;
        text-align: left;
        max-height: 26px;
        overflow: hidden;
    }
    .tooltip-map .tooltip-production {
        margin: 6px 10px;
    }
    .tooltip-map .tooltip-mwhyear,
    .tooltip-map .tooltip-units,
    .tooltip-map .tooltip-address,
    .tooltip-map br,
    .tooltip-map .tooltip-status{
        display: inline;
    }
    .tooltip-map .tooltip-status {
        padding-left: 16px;
    }
    .col-hq {
        margin-bottom: 0px;
    }
    .hq-item {
        height: auto;
    }
    .hq-right {
        text-align: right;
        height: auto;
    }
    .hq-location {
        bottom: 82px;
    }
    .hq-item a.button {
        bottom: 20px;
    }
    .hq-item ul {
        font-size: 14px;
    }
    #contact_form {
        margin-top: 30px;
    }
    .careers #contact_form {
        margin-top: 12px;
    }
    .careers .your-file .button {
        margin-top: -15px;
    }
    #contact-right {
        margin-top: 22px;
    }
    footer #social_footer {
        margin-bottom: 26px;
    }

    /*EXPLOTER*/
    .contact-us input[type=checkbox],
    .careers input[type=checkbox] {
    margin-top: 2px;
    } 
}

@media (max-width: 769px) {
    /* HEADER */
/*    header {
        top: 20px; 
    }*/
    header #header_principal h1 {
        height: 60px;
    }

    #home_slider h4 {
        font-size: 65px;
    }
    #header_principal {
        height: 77px;
        padding: 0;
    }
    #app_burguer {
        top: 12px;
        right: 24px;
        height: 45px;
        width: 45px;
    }
    #menu-icon {
        width: 37px;
        height: 47px;
        margin-top: 0; 
    }
    header #header_principal h1 {
        background-size: 230px;
        display: block;
        height: 100%;
    }
    nav#navigation{
        top: 68px; 
    }
    footer .menu-col-special {
        width: 50%;
    }
    /* HOME */
    #home_slider .slide_content {
        width: 100%;
    }
    #featured_pages .background_gray {
        padding-bottom: 15px;
        padding-top: 15px;
    }
/*    #news_slider .container, 
    #news_slider .row, 
    #news_slider .row > div {
        padding: 0;
        margin: 0;
        width: 100%;
    }*/
    #news_slider .simulated_slide {
        display: none;
    }
    #news_slider .responsive_image img {
        width: 100%;
    }
    #news_slider .preview_description.background_blue {
        width: 100%;
        height: 274px;
        top: 0;
        position: relative;
        margin: auto;
        margin-bottom: 0;
    }
    #news_slider .swiper-button-prev.lite_version, #news_slider .swiper-button-next.lite_version { 
        left: inherit;
        right: 0;
        top: initial;
        bottom: 120px;
    }
    .swiper-button-prev.lite_version {
        margin-bottom: -70px;
    }
    #news_slider .swiper-button-next.lite_version {
        margin-bottom: -19px;
    }
    #news_slider .swiper-button-prev.lite_version {
        margin-bottom: 41px;
    }
    #news_slider .read_more {
        right: 1px;
    }
    #video_gallery_slider {
        margin-bottom: 25px;
    }
    #events_slider .swiper-slide, 
    #events_slider .swiper-slide .preview_description {
        height: 100%;
        min-height: 360px;
        width: 100%;
    }
    .news-and-events #blog_sidebar{
        border-top: none;

    }

    /* FLEXIBLE CONTENT */
    .flex_text_n_image img,
    .flex_text_image_featured img { 
        margin-bottom: 20px;
    }
    .flex_text_image_featured img { 
        margin-bottom: 0;
    }
    .flex_text_offset .yellow_hr {
        display: none;
    }

    .col-sm-hide {
        display: none;
    }/*
    .flex_text_offset .yellow_hr_content {
        border-left: 3px solid #FF8300;
        padding-left: 12px;
    }*/
    .flex_one_column .overlayed_card {
        margin: 20px 0 20px;
    }
/*    .flex_portrait_columns .overlayed_card .responsive_image img {
        margin-bottom: -60px;
    }*/
    .flex_portrait_columns .responsive_image.overlayed {
        overflow: inherit;
    }
    .flex_portrait_columns .overlay {
        position: relative;
        top: 0;
        height: 88px;
        float: left;
        margin-bottom: 0;
    }
    .flex_portrait_columns .overlay.full_top.add_buttons {
        padding: 22px;
        padding-bottom: 0;
        float: left;
    }
    .flex_portrait_columns .overlay .content {
        display: none;
    }
    .flex_portrait_columns .overlayed_card .card_buttons {
        opacity: 1;
        filter: alpha(opacity=100);
        padding: 20px 20px;
        float: left;
        position: relative;
        margin-top: -2px;
    }
    .flex_portrait_columns .overlay,
    .flex_portrait_columns .overlayed_card .card_buttons {
        background-color: #FF8300;
    }
    .flex_portrait_columns .overlay.gray,
    .flex_portrait_columns .overlayed_card.gray .card_buttons  {
        background-color: #81878E;
    }
    .flex_portrait_columns .full_top .preview_description h2 {
        margin-bottom: 0px; 
    }
    .flex_text_fullwidth .mini_heading {
    padding-top: 20px;
    }
    .responsive_image {
        margin-bottom: 16px;
    }
    .projects .responsive_image {
        margin-bottom: 0px;
    }
    .flex_button .align_left,
    .flex_button .align_right,
    .flex_button .align_center {
        text-align: center;
        margin-bottom: 20px;
    }
    /* PROJECTS */
    #filter_band #filter_title img {
        margin-right: 8px;
    }
    #filter_band #filter_title span {
        font-size: 17px;
    }
    #projects_container {
        position: relative;
        overflow: hidden;
    } 
    #filter_sidebar {
        position: absolute;
        z-index: 9;
        background-color: #FFFFFF;
        top: 0;
        left: -255px;
        padding: 23px;
        width: 250px;
        height: auto;
        border-right: 2px solid #EEEEEE;
        border-bottom: 2px solid #EEEEEE;
    }
    #filter_sidebar.open {
        left: 0;
    }
    #close_filter {
        display: block;
        position: absolute;
        top: -2px;
        right: 12px;
        font-size: 40px;
        color: #BABABA;
    }
    .project_card .annual_production {
        margin-top: 12px;
    }
    .annual_production .production_unit {
        font-size: 26px;
    }
    .annual_production .production_number {
        font-size: 50px;
    }
    .project_card .project_content .simulated_link {
        padding-top: 20px;
    }
    
    /* BLOG */
    #blog_sidebar {
        border-top: 1px solid #cccccc;
        padding-top: 20px;
    }
    .single-post #blog_sidebar {
        border-top: 0;
        margin-top: 30px;
    }
    #blog_sidebar .widget_recent_entries li {
        font-size: 19px;
        margin-top: 12px;
        line-height: 1.1;
    }
    /* PROJECTS */
    .project_card .project_content {
        min-height: 220px;
    }
    #projects_container .project-card {
        min-height: initial;
        height: auto;
    }
    .page-template-template-projects .project_card {
        margin-bottom: 15px;
    }
    /* CONTACT */

    .col-hq {
        margin-bottom: -6px;
    }
    #contact_form {
        margin-top: 16px;
    }
    #contact-right {
        padding-top: 20px;
    }

    /* FOOTER */
    #footer_right {
        margin-top: 0;
    }
    #footer_menu_list {
        padding: 12px 0 12px;
    }
    #footer_right #info_box {
        left: 50%;
        width: 50%;
        z-index: 9;
        -webkit-transform: translateX(-50%) translateY(0);
            -ms-transform: translateX(-50%) translateY(0);
                transform: translateX(-50%) translateY(0);
    }
    #newsletter {
        width: 100%;
        padding-left: 14px;
        padding-right: 14px;
        height: auto;
        margin-bottom: 6px;
        float: left;
    }
    #newsletter .button{
        padding: 16px 26px;
    }
    /* Tabla cookies*/
    #table-wrapper {
        overflow-x: scroll;
    }
    footer #social_footer {
        text-align: left;
        margin-bottom: 30px;
        padding-left: 15px;
        padding-right: 10px;
    }    
    #seo_card {
        text-align: center;
    }
    #seo_card img {
        display: block;
        margin: auto;
        margin-bottom: 12px;
    }
    #sub_footer_content {
        text-align: center;
    }
    #abdul_logo {
        margin-top: 20px;
        text-align: right;
    }
    #abdul_logo img {
        float: none;
    }
    #sub_footer_content #menu-legal-menu {
        margin-top: 15px;
        line-height: 1.5;
    }
    #sub_footer_content, #sub_footer_content a {
        font-size: 13px;
    }
    #subscribe_sms {
        width: 100%;
        border-top: 10px solid #48505B;

    }
}
@media (max-width: 568px) {
    #news_slider .overflow_hidden {
        padding-right: 20px;
    }
    #video_gallery_slider .half_side {    
        height: 330px;    
    }
    #video_gallery_arrows {
        top: 34%;
    }
    #events_slider .swiper-slide .preview_description {
        min-height: 330px;
    }
    .single-projects .featured_image.gap-fixed-height-medium {
        display: none;
    }
    #map-view {
        height: 315px!important;
    } 
    .hq-item {
        padding-bottom: 40px;
    }
    #fileuploader {
        margin-top: -16px;
    }   
    #contact_form input[type="text"] {
        margin-top: 16px;
    }
    #contact_form {
        margin-top: 14px;
    }
    #home_slider h4 {
        font-size: 34px;
    }
    #home_slider #home_slider_arrows {
        height: 55%;
        top: -55%;
    }
    .news_shortcut.button {
        height: 42px;
        top: -42px;
        line-height: 42px;
    }    

    #flexible_section {
        padding-top: 25px;
    }
    .flex_one_column .responsive_image.overlayed {
        overflow: inherit;
    }
    .flex_one_column .overlay {
        position: relative;
        height: auto;
        float: left; 
    }
    .flex_one_column .overlay .content {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .flex_text_fullwidth .mini_heading {
        padding-top: 0px;
    }
    .preview_description .mini_heading, 
    .mini_heading {
        font-size: 12px;
        margin: 0px 0px 2px;
    }
    .flex_text_image_featured .mini_heading {
        margin: 10px 0px 0px;
    }
    .flex_text_offset .yellow_hr {
        margin-bottom: 26px;
    }
    .flex_portrait_columns .full_top .preview_description h2 {
        margin-bottom: 5px;
    }
    .overlay {
        padding: 24px;
        top: calc(100% - 90px);
    }
    .flex_portrait_columns .overlay {
        height: auto;
    }
    .flex_portrait_columns .overlay.full_top.add_buttons {
        padding-bottom: 0;
    }
    .flex_portrait_columns .overlayed_card .card_buttons {
        position: relative;
        float: left;
    }
    .frv-scoolarship section p#extra-formacion{
        margin-top: -34px;
    }
    #close_video {
        text-align: center;
        cursor: pointer;
        text-decoration: none;
        color: #ffffff;
        font-size: 70px;
        font-weight: 100;
        position: absolute;
        top: 0px;
        right: 40px;
        z-index: 99999;
    }
    .project_card .annual_production {
        margin-top: 0px;
    }
    .project_card .project_content h3 {
        height: 70px;
    }
    .project_card .project_content {
        min-height: 315px;
    }
    .project_content .row > div.col-xs-12.col-sm-12 {
        height: 140px;
    }
    /* CONTACT */
    .hq-item {
        height: auto; 
    }
    .hq-right {
        text-align: left;
    }
    .hq-location {
        position: relative;
        bottom: inherit;
        display: block;
        margin-bottom: 6px;
    }
    .hq-item a.button {
        position: relative;
        bottom: inherit;
        display: inline-block;
    }
    .col-hq {
        width: 100%;
        height: auto;
    }
    #google-snap {
        width: 100%;
    }
    .page-id-10915 #contact_form  p {
        margin-bottom: 15px;
    }
    #footer_menu_list ul {
        margin-bottom: 30px;
    }
    #footer_menu_list #social_footer ul {
        margin-bottom: 6px;
    }
    #seo_card {
        margin-bottom: 20px;
    }
    select#contact-selector { 
        display: inline-block;
        position: relative;
        margin-bottom: 10px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        padding-left: 10px;
        width: 100%;
        height: 48px;
        background-color: #ffffff;
        box-shadow: none;
        border: 1px solid #babecc;
        font-size: 18px;
        font-weight: 500;
        color: #676b74;
        border-radius: 0px;
        border-radius: none;
        background-image: url(select-arrow.png);
        background-position: 95% 50%;
        background-repeat: no-repeat;
    }
    #footer_right #info_box {
        width: 60%;
    }
    #newsletter div.button {
        right: 14px;
    }
    footer #social_footer {
        padding-top: 14px;
        margin-bottom: 12px;
        width: 100%;
    }
    footer #social_footer .mini-heading {
        display: inline-block;
        padding-right: 8px;
    }
    #subscribe_sms {
        height: auto;
    }
    #subscribe_sms span {
        padding-top: 30px;
    }
    #subscribe_sms p {
        padding-bottom: 40px;
    }
    
}
@media (max-width: 480px) {
    /* 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 */ 
    #home_slider h4 {
        font-size: 40px;
        font-weight: 600;
        text-align: center;
        line-height: 1;
        font-weight: 900;
        padding: 0 15px;
        left: 0;
    }
    .news-shortcut.button, .news_shortcut.button {
        display: block;
        text-align: center;
        right: 15px;
        width: calc(100% - 30px);
        padding: 0 20px;
        height: auto;
        line-height: 50px;
        top: -50px;
    }
    #header_principal .row {
        text-align: left;
    }
    #logo_wrapper a img {
        display: block;
        margin: auto;
    }
    #app_burguer {
        top: 13px;
        right: 24px;
        height: 45px;
        width: 45px;
    }
    /* HOME */
    #home_slider #home_slider_arrows {
        height: 45%;
        top: -45%;
    }    
    #cards-block{
        display: block !important;
    }
    #map_home {
        display: block;
        position: relative;
    }
    #map_home img {
        width: 100%;
        height: auto;
    }
    #map_home .button {
        display: none;
        position: absolute;
        top: -18px;
        left: 0;
        width: 100%;
        text-align: center;
    }
    #map_home .button.mobile_only {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 100%;
        text-align: center;
        font-size: 20px;
        padding: 20px 10px;
    }
    .preview_description h3 { 
        font-size: 20px;
    }
    .overlay {
        padding: 22px 15px;
        top: calc(100% - 76px);
    }
    .responsive_image.overlayed .overlay {
        overflow: auto; 
    }    
/*    #news_slider .swiper-button-prev.lite_version, 
    #news_slider .swiper-button-next.lite_version {
        left: inherit;
        right: 15px;
        top: 70%;
    }*/
    #video_gallery_arrows {
        position: absolute;
        top: 25%;
        height: 60%;
        width: 100%;
    }
    .responsive_image, .responsive_image img {
        width: 100%;
        height: auto;
        float: left;
    }
    #news_slider .preview_description h3, 
    #news_slider .preview_description p {
        width: calc(100% - 30px);
    }
    #news_slider .preview_description.background_blue {
        height: 450px;
    } 
    #news_slider .read_more {
        padding: 13px;
        width: 80%;
        min-width: 240px;
    }
    #news_slider .preview_description h3 {
        font-size: 23px;
    }
    #video_gallery_slider .half_side { 
        height: 370px;
    }
    #video_gallery_slider .half_side .play_video img {
        width: 60px;
        height: 60px;
        display: block;
        margin: auto;
        margin-bottom: 5px;
        float: none;
    }
    #video_gallery_slider .half_side .mini_heading {
        position: absolute;
        z-index: 9;
        color: #fff;
        left: 15px;
        top: 15px;
    }
    .play-video span {
        display: none;
    }
    #video_gallery_slider .video_title {
        height: 80px;
        bottom: 0px;
    }
    .half_side .overflow_hidden {
        position: relative;
        top: 50%;
        /*left: 50%;*/
        -webkit-transform: translateX(0) translateY(-50%);
            -ms-transform: translateX(0) translateY(-50%);
                transform: translateX(0) translateY(-50%);
    }
    #video_gallery_slider h4 {
        text-overflow: inherit;
        width: 100%;
        white-space: inherit;
        line-height: 1.2;
        font-size: 16px;
    }
    #video_gallery_slider .half_side .play_video {
        left: 10%;
        top: 35%;
        width: 80%;
        -webkit-transform: translateX(0) translateY(-50%);
            -ms-transform: translateX(0) translateY(-50%);
                transform: translateX(0) translateY(-50%);
    }
    #close_video {
        right: 10px;
    }
    #events_slider .swiper-slide .preview_description {
        min-height: 420px;
    }
    /* HERO SECTION */ 
    .slide_content.gap-fixed-height-large h1,
    .slide_content.gap-fixed-height-large .h1 {
        padding-top: 30px;
        font-size: 36px;
        text-align: center;
    }
    .slide_content.gap-fixed-height-medium h1,
    .slide_content.gap-fixed-height-medium .h1 {
        padding-top: 40px;
        font-size: 36px;
        text-align: center;
    }
    .featured_image.gap-fixed-height-large {
        height: auto;
        min-height: 240px;
        padding-bottom: 20px;
    }
    .slide_content .align_center h1, 
    .slide_content .align_center h1 span {
        font-size: 34px;
        line-height: 1.1;
    }
    .slide_content .align_center h2, 
    .slide_content .align_center h2 span { 
        font-size: 30px;
    }
    .slide_content {
        padding: 0 15px;
    }
    .featured_image.gap-fixed-height-medium {
        min-height: 128px;
        height: auto;
        padding-bottom: 20px;
    }
    .slide_content .align_center {
        bottom: 0;
        position: relative;
        margin-top: 60px;
    }
    .slide_content .row, .slide_content .col-xs-12 {
        height: auto;
    }
    /*HISTORY*/
    .wp-image-10998 {
        height: 66px;
        margin-left: -48px;
    }
    /* NEWS AND EVENTS */
    .news-container h1 {
        margin: 0;
    }
    /*Flexible*/
    #flexible_section .flex_text_offset h3 {
        margin-bottom: 30px;
    }
    .future #flexible_section .flex_text_offset h3,
    .innovation #flexible_section .flex_text_offset h3,
    .epc #flexible_section .flex_text_offset h3,
    .finance-management #flexible_section .flex_text_offset h3 {
        margin-bottom: 15px;
    } 
    /*Projects*/
    .project_card .project_content h3 {
        height: 60px;
    }
    /* SINGLE PROJECTS */
    #projects_gallery_arrows {
        width: 100%;
        position: absolute;
        top: 65%;
        height: 50%; 
    } 
    .post-info {
        margin-bottom: 30px; 
    }
    .project_content h2 {
        padding-top: 18px;
    }
    /* FLEXIBLE CONTENT */
    #flexible_section {
        padding-top: 10px;
    }
    .flex_col {
        margin-top: 0;
    }
    .hide_on_mobile {
        display: none;
    }
    [data-id="bg-left-center"] {
        background-position: left center;
    }
    .hide_on_mobile .yellow_hr {
        display: none;
    }
    /* PROJECTS */
    .project_card .project_content {
        min-height: auto;
    }
    .project_card .project_content h2,
    .project_card .project_content h3 {
        font-size: 26px;
        line-height: 1.17;
    }
    .project_card .project_content .simulated_link {
        padding-top: 25px;
    }
    .annual_production .production_unit {
        font-size: 20px;
    }
    .annual_production .production_number {
        font-size: 40px;
    }
    .annual_production p {
        margin-bottom: 0;
    }
    /*PROJECTS*/
    #cards-view-btn {
        display: none;
    }
    /*QUOTES*/
    #quote_slider .background_gray {
        min-height: 532px;
    }
    /* FOOTER */
    #footer_right #info_box {
        width: calc(100% - 30px);
    }
    #footer_right #info_box p {
        font-size: 17px;
    }
    #newsletter div.button {
        right: 14px;
        padding: 16px 16px;
    }
    #subscribe_sms {
        height: 98px;
    }
    .col-hq {
     margin-bottom: 0px;
    }
    .page-id-10915 #contact_form  p {
        margin-top: 0px;
    }
    #contact-right {
        padding-top: 12px;
    }
    footer #social_footer {
        text-align: left;
        margin-bottom: 10px;
        float: left;
        padding-top: 16px;
    }
    #seo_card { 
        display: none;
    }
    .links-bottom a {
        font-size: 11px;
    }
    .share_blog span {
        padding-left: 0px;
    }    
    #map-view,
    #scroll_down {
        display: none;
    } 
}

/* =======================
    ARABIC CONTENT
======================== */

/* -- GENERAL STYLES */
html[lang="ar"] .align_left,
html[lang="ar"] #breadcrumbs {
    text-align: right; 
}
html[lang="ar"] .arabic_float{
    float: right; 
}

/* -- HEADER -- */
html[lang="ar"] nav#navigation {
    text-align: right;
}
html[lang="ar"] nav#navigation #principal_navigation {
    padding-right: 20px;
    padding-left: 0;
}
html[lang="ar"] #preheader {
    left: 0;
    right: inherit;
    right: initial;
}
html[lang="ar"] #switch_lang {
    text-align: left;
    padding-left: 8px;
    padding-right: 0;
}
html[lang="ar"] #switch_lang ul {
    right: inherit;
    right: initial;
    left: 0;
}
html[lang="ar"] nav#navigation .menu > ul li.menu-item-has-children > a:after, 
html[lang="ar"] nav#navigation #principal_navigation li.menu-item-has-children > a:after {
    text-align: left;
    margin-right: 8px;
    margin-left: -8px;
}
html[lang="ar"] #header_principal {
    text-align: right;
}
html[lang="ar"] #header_finder {
    width: 19%;
}

/* -- HOME PRINCIPAL SLIDER -- */
html[lang="ar"] #home_slider .slide_content .row > div {
    float: right;
}
html[lang="ar"] #home_slider_arrows .col-xs-12 {
    float: right;
}
html[lang="ar"] #home_slider .swiper-slide .slide_content h4 {
    text-align: right;
}
html[lang="ar"] .news-shortcut, 
html[lang="ar"] .news_shortcut {
    left: 0;
    right: inherit;
    right: initial;
}
html[lang="ar"] #home_arrows_wrapper {
    float: left;
}
html[lang="ar"] #home_slider h4 {
    line-height: 1.3;
}
/* -- HOME NEWS SLIDER -- */
html[lang="ar"] #news_slider .responsive_image img {
    float: right;
}
html[lang="ar"] #news_slider .preview_description.background_blue {
    right: inherit;
    right: initial;
    left: 0;
}
html[lang="ar"] .swiper-button-next.lite_version,
html[lang="ar"] .swiper-button-prev.lite_version {
    left: inherit;
    left: initial;
    right: 0;
}
html[lang="ar"] .swiper-button-prev.lite_version,
html[lang="ar"] .preview_description.background_blue, 
html[lang="ar"] .preview_description.background_blue h3, 
html[lang="ar"] .preview_description.background_blue h4, 
html[lang="ar"] .preview_description.background_blue p, 
html[lang="ar"] .preview_description.background_blue a {
    text-align: right;
}
html[lang="ar"] .preview_description .mini_heading,
html[lang="ar"] .mini_heading,
html[lang="ar"] .heading_letter_spacing {
    letter-spacing: 0;
}
/* -- HOME NEWS SLIDER -- */
html[lang="ar"] #video_gallery_slider .half_side .mini_heading {
    left: inherit;
    left: initial;
    right: 20px;
}
html[lang="ar"] #video_gallery_arrows .swiper-button-next.lite_version, 
html[lang="ar"] #video_gallery_arrows .swiper-button-prev.lite_version {
    right: inherit;
    right: initial;
    left: 0;
}
html[lang="ar"] #news_slider .read_more {
    right: inherit;
    right: initial;
    left: 0;
}
html[lang="ar"] #left_slide {    
    left: inherit;
    left: initial;
    right: -80%;
}
html[lang="ar"] #right_slide {    
    right: inherit;
    right: initial;
    left: -80%;
}


/* -- HOME EVENTS SLIDER -- */
html[lang="ar"] #events_slider .preview_description {
    padding-left: 40px;
    padding-right: 20px;
}

html[lang="ar"] #events_slider .preview_description ul {
    padding: 0 20px 30px 50px;
}
html[lang="ar"] #events_gallery_arrows .swiper-button-next.lite_version, 
html[lang="ar"] #events_gallery_arrows .swiper-button-prev.lite_version,
html[lang="ar"] #news_slider .preview_description.background_blue:before {
    right: inherit;
    right: initial;
    left: 0;
}


/* -- HOME EVENTS SLIDER -- */
html[lang="ar"] #quote_slider .swiper-pagination.swiper-pagination-clickable {
    right: inherit;
    right: initial;
    left: 0;
}
html[lang="ar"] #quote_slider .preview_description,
html[lang="ar"] .preview_description.background_gray, 
html[lang="ar"] .preview_description.background_gray p {
    text-align: right;
}
html[lang="ar"] #quote_slider blockquote {
    padding-right: 0;
    padding-left: 20px;
}
/*Corporate events gallery */
html[lang="ar"] .pix-info p {
    text-align: right;
    font-style: normal;
}
html[lang="ar"] .pix-info {
    direction: ltr;
    float: right;
}

/* -- FOOTER -- */
html[lang="ar"] .float_right {
    float: left;
}
html[lang="ar"] #newsletter .button.kensei_03 {
    right: initial;
    right: inherit;
    left: 0;
}
html[lang="ar"] footer #agree {
    padding-left: 15px;
    padding-right: 0;
}
html[lang="ar"] footer #social_footer {
    float: right;
    text-align: right;
}
html[lang="ar"] footer #social_footer ul li:first-child {
    margin-right: 0;
    margin-left: 6px;
}
html[lang="ar"] #sub_footer_content,
html[lang="ar"] #abdul_logo {
    float: left;
}
html[lang="ar"] #abdul_logo img {
    float: right;
}
html[lang="ar"] .preview_description.background_gray p {
    font-style: normal;
}
html[lang="ar"] footer .inline-block {
    width: calc(100% - 25px);
}
html[lang="ar"] footer .inline-block.input-wrapper {
    width: 15px;
}
html[lang="ar"] #agree > div {
    width: 100%;
}
html[lang="ar"] #menu-legal-menu li:after {
    padding-right: 10px;
    padding-left: 0;
}
html[lang="ar"] #sub_footer_content {
    padding-top: 26px;
}
/* -- FLEXIBLE CONTENT -- */
html[lang="ar"] #flexible_section .flex_text_offset li:before,
html[lang="ar"] .future .flex_full_image .align_left ul li:before,
html[lang="ar"] .expertise .frv_tab ul li:before,
html[lang="ar"] .single-post .post-content-holder li:before {
    right: -15px;
    left: inherit;
    left: initial;
    margin-left: 4px;
    margin-right: 0;
}
html[lang="ar"] #flexible_section ul,
html[lang="ar"] .single-post .post-content-holder ul {
    padding-left: 0;
    padding-right: 18px;
}
html[lang="ar"] .flex_text_offset .hide_on_mobile {
    float: right;
}
html[lang="ar"] .flex_text_fullwidth .flex_col {
    float: right;
}
html[lang="ar"] .container.flex_button .align_left,
html[lang="ar"] .container.flex_button .align_right {
    float: right;
}

html[lang="ar"] .container.flex_button .align_right {
    text-align: left;
}


/* -- PROJECTS -- */
html[lang="ar"] #filter_title,
html[lang="ar"] #filter_tags_,
html[lang="ar"] #switch_view {
    float: right;
}
html[lang="ar"] #projects_header_filter select {
    background-position: 5% 50%;
}
html[lang="ar"] .project_card .project_content {
    text-align: right;
}
html[lang="ar"] .annual_production p, 
html[lang="ar"] .annual_production span { 
    text-align: left; 
}

/* -- NEWS -- */
html[lang="ar"] .pull-left {
    float: right!important;
}
html[lang="ar"] .pull-right {
    float: left!important;
}
html[lang="ar"] .post-info .align_right a {
    text-align: left;
}
html[lang="ar"] .share_trigger {
    right: 0;
}
.share_blog span {
    padding-right: 4px;
    padding-left: 0;
}
/* -- CONTACT -- */
html[lang="ar"] .contact-right,
html[lang="ar"] .contact-left {
    float: right;
}
html[lang="ar"] #contact-right {
    position: relative;
    text-align: right;
}
html[lang="ar"] #privacy_policy {
    text-align: right;
    direction: rtl;
    unicode-bidi: isolate;
}
html[lang="ar"] div.wpcf7 {
    text-align: right;
    direction: rtl;
    unicode-bidi: isolate;
}
html[lang="ar"] input[type=checkbox] {
    margin-right: 0;
    margin-left: 4px;
}


@media (max-width: 1024px){
    html[lang="ar"] #logo_wrapper {
        float: left;
    }
    html[lang="ar"] nav#navigation .menu > ul, 
    html[lang="ar"] nav#navigation #principal_navigation {
        padding: 0;
        margin-top: 0;
        height: auto;
    }
    html[lang="ar"] #app_burguer {
        left: inherit;
        left: initial;
        right: 14px;
    }
    html[lang="ar"] nav#navigation {
        left: inherit;
        left: initial;
        right: -270px;
    }
    html[lang="ar"] nav#navigation.open {
        left: initial;
        left: inherit;
        right: 0;
    }
    html[lang="ar"] nav#navigation .menu > ul li, 
    html[lang="ar"] nav#navigation #principal_navigation li,
    html[lang="ar"] #switch_lang_responsive div, 
    html[lang="ar"] #switch_lang_responsive ul li {
        text-align: right;
    }
    html[lang="ar"] #switch_lang_responsive div:before,
    html[lang="ar"] nav#navigation .menu > ul > li.menu-item-has-children:before, 
    html[lang="ar"] nav#navigation #principal_navigation > li.menu-item-has-children:before {
        right: inherit;
        right: initial;
        left: 25px; 
    }
}
@media (max-width: 991px){
    html[lang="ar"] #home_slider h4 {
        left: inherit; 
        left: initial;  
        right: 14px;
    }
    html[lang="ar"] #news_slider .swiper-button-prev.lite_version, 
    html[lang="ar"] #news_slider .swiper-button-next.lite_version {
        right: inherit;
        left: 0; 
    }
    html[lang="ar"] .align_left{
        float: right;
    }
}
@media (max-width: 568px){
    html[lang="ar"] #logo_wrapper span {
        text-indent: 999999px;
        left: initial;
        left: inherit;
    }
    html[lang="ar"] .news-shortcut, html[lang="ar"] .news_shortcut {
        left: 15px;
    }
    html[lang="ar"] #news_slider .overflow_hidden {
        padding-right: 0;
        padding-left: 20px;
    }
    html[lang="ar"] #news_slider .read_more {
        left: inherit;
        left: initial;
        right: 0;
    }
    /*html[lang="ar"] #events_gallery_arrows .swiper-button-next.lite_version, 
    html[lang="ar"] #events_gallery_arrows .swiper-button-prev.lite_version,*/ 
    html[lang="ar"] #news_slider .preview_description.background_blue:before {
        left: inherit;
        left: initial;
        right: 0;
    }
    html[lang="ar"] #abdul_logo img {
        float: none;
    }
    html[lang="ar"] footer #abdul_logo {
        text-align: center;
    }
}

	