/*default version*/
@font-face {
  font-family: 'klavika';
  src: url('../fonts/Klavika_Regular.otf'); 
  src: 
    local('klavica'),
    url('../fonts/Klavika_Regular.otf') 
    format('opentype');
  font-weight: normal;
  font-style: normal;
}

/*bold version*/
@font-face {
  font-family: 'klavika';
  src: url('../fonts/Klavika_Bold.otf'); 
  src: 
    local('klavica'),
    url('../fonts/Klavika_Bold.otf') 
    format('opentype');
  font-weight: bold;
  font-style: normal;
}

/*bold version*/
@font-face {
  font-family: 'klavika';
  src: url('../fonts/Klavika_Light.otf'); 
  src: 
    local('klavica'),
    url('../fonts/Klavika_Light.otf') 
    format('opentype');
  font-weight: 100;
  font-style: normal;
}

/*bold version*/
@font-face {
  font-family: 'klavika';
  src: url('../fonts/Klavika_Bold_Italic.otf'); 
  src: 
    local('klavica'),
    url('../fonts/Klavika_Bold.otf') 
    format('opentype');
  font-weight: bold;
  font-style: italic;
}

/*bold version*/
@font-face {
  font-family: 'klavika';
  src: url('../fonts/Klavika_Regular_Italic.otf'); 
  src: 
    local('klavica'),
    url('../fonts/Klavika_Regular_Italic.otf') 
    format('opentype');
  font-weight: normal;
  font-style: italic;
}

/*bold version*/
@font-face {
  font-family: 'klavika';
  src: url('../fonts/Klavika_Light_Italic.otf'); 
  src: 
    local('klavica'),
    url('../fonts/Klavika_Light_Italic.otf') 
    format('opentype');
  font-weight: 100;
  font-style: italic;
}


  *{
    box-sizing: border-box;
    margin:0px;
    padding:0px;
  }

  *:focus {
      outline: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
  }

  body{
    margin:0px;
    padding:0px;
    font-family: 'Klavika', sans-serif;
    background-color: #ffffff;
    font-weight: 100;
  }

  u, u a{
  	text-decoration: none;
  	color:  #eb7203 !important;
  }

  .preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
  }

  .wrapper{
    width: 100%;
    margin:auto;
  }

  .top-image{
    height: 100%;
    width:inherit;
    max-width:inherit;
    margin-top:105px;
  }

  .top-image img{
    width:100%;
  }

  #content{
    position: relative;
  }

  .overlap{
    width: inherit;
    max-width:inherit;
    height: 280px;
    position: relative;
  }

  .overlap .slant{
      width: 100%;
      height: 100%;
  }

  .overlap .slant polygon{
      fill:  #eb7203;
      mix-blend-mode: multiply;
  }

  .no-blend{
    fill: rgba(170, 61, 7, 0.9) !important;
  }

  .block-right{
        float: right;
    margin-top: -75px;
    text-align: center;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
    width: 50px;
    margin-right: 45px;

  }

  .block-right .title-menu{
    font-size: 0.7em;
    font-weight: bold;
    /*color: rgb(50,50,50);*/
    color: rgb(255,255,255);
    margin-top: -2px;
    -moz-transition: 1s;
      -ms-transition: 1s;
      -o-transition: 1s;
      -webkit-transition: 1s;
      transition: 1s;
  }

  .block-right .lang a{
    float:left;
    border-top: 10px solid  #000000;
    width: 13px;
    margin-right: 2px;
    margin-top: 12px;
    -moz-transition: 1s;
      -ms-transition: 1s;
      -o-transition: 1s;
      -webkit-transition: 1s;
      transition: 1s;
      padding-top: 5px;
  }

  .block-right .lang.active a, .block-right .lang:hover a{
    border-top: 10px solid  #eb7203 !important;
  }

  .block-right .lang.active a, .block-right .lang:hover a{
    color: #eb7203 !important;
  }  

 /* .block-right .lang .lang_fr, .block-right .lang .lang_en{
    cursor: pointer;
  }

  .block-right .lang .lang_fr.active, .block-right .lang .lang_fr:hover, .block-right .lang .lang_en.active, .block-right .lang .lang_en:hover{
    border-top: 10px solid  #dddddd !important;
  }

  .block-right .lang .active.lang_fr, .block-right .lang .lang_fr:hover, .block-right .lang .active.lang_en, .block-right .lang .lang_en:hover{
    color: #dddddd !important;
  }*/

  .block-right .lang a{
    text-decoration: none;
    font-size: 0.6em;
    font-weight: bold;
    color:#000000;
  } 


  .c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    background-color: transparent;
  }

  .c-hamburger:focus {
    outline: none;
  }

  .c-hamburger span {
    display: block;
    position: absolute;
    top: 22px;
    left: 9px;
    right: 9px;
    height: 5px;
    background-color: rgb(255, 255, 255);
  }

  .c-hamburger span::before,
  .c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: rgb(255, 255, 255);
    content: "";
  }

  .c-hamburger span.changed,
  .c-hamburger span.changed::before,
  .c-hamburger span.changed::after {
    background-color: #eb7203;
  }

  .c-hamburger span::before {
    top: -10px;
  }

  .c-hamburger span::after {
    bottom: -10px;
  }

  .c-hamburger--htx {
    
  }

  .c-hamburger--htx span {
    transition: background 0s 0.3s;
  }

  .c-hamburger--htx span::before,
  .c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
  }

  .c-hamburger--htx span::before {
    transition-property: top, transform;
  }

  .c-hamburger--htx span::after {
    transition-property: bottom, transform;
  }

  /* active state, i.e. menu open */
  .c-hamburger--htx.is-active {
    
  }

  .c-hamburger--htx.is-active span {
    background: none;
  }

  .c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
  }

  .c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
  }

  .c-hamburger--htx.is-active span::before,
  .c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.3s;
  }

  header{
    position: fixed;
    top:0;
    height:105px;
    padding:10px 70px 25px 70px;
    width: inherit;
    max-width:inherit;
    z-index: 120;
    text-align: center;
    background-color: rgba(255,255,255,0.95);
    -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      -webkit-transition: 0.5s;
      transition: 0.5s;
  }

  header .logo{
    float:left;
    height: 60px;
    -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      -webkit-transition: 0.5s;
      transition: 0.5s;
  }

  header .project-name{
    font-family: 'Klavika', sans-serif;
    font-size: .9em;
    font-weight: bold;
    /* color: rgb(55, 51, 52); */
    color: #000000;
    display: block;
    /* line-height: 100px; */
    width: inherit;
    /* max-width: inherit; */
    /* margin-left: -50px; */
    /* height: 100px; */
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
    float: left;
    text-align: left;
    padding-top: 6px;
  }

  header .project-name .small{
    font-size:0.5em;    
  }

  header .project-name .color, .footer .color{
    /*color: #eb7203;*/
    color:#000000;
        -moz-transition: 1s;
      -ms-transition: 1s;
      -o-transition: 1s;
      -webkit-transition: 1s;
      transition: 1s;
  }

  .footer .color{
    color: #eb7203;
  }

  header.small{
    height:60px;
    padding:5px 100px 5px 100px;
    width: inherit;
    max-width:inherit;
    -moz-transition: 1s;
      -ms-transition: 1s;
      -o-transition: 1s;
      -webkit-transition: 1s;
      transition: 1s;
  }

  header.small .logo{
    height: 50px;
  }

  header.small .project-name{
    font-size:1em;
    height: 50px;
    padding-right: 30px;
    -moz-transition: 1s;
      -ms-transition: 1s;
      -o-transition: 1s;
      -webkit-transition: 1s;
      transition: 1s;
      line-height: 50px;
  }

  header.small .block-right{
    margin-top: -50px;
  }

  header.small .lang{
    visibility: hidden;
    opacity: 0;
  }

  header.small .lang.show{
    visibility: visible;
    opacity: 1;
    margin-top: -15px;
  }

  header.small .title-menu{
    visibility: hidden;
    opacity: 0;
  }

  .menu-top{
    position: fixed;
    /* visibility: hidden; */
    /* opacity: 0; */
    width: inherit;
    max-width: inherit;
    z-index: 1110;
    /* overflow: hidden; */
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    /* height: 320px; */
  }

  .menu-top .slant{
      width: 100%;
      height: 100%;
  }

  .menu-top .slant polygon{
      fill: rgba(220,220,220,0.9);
  }

  .menu-top.show{
    visibility: visible;
    opacity: 1;
  }

  .menu-top ul{
        position: absolute;
    top: -30px;
    right: 0px;
    z-index: 1;
    list-style-type: none;
    width: 50%;
    margin: auto;
    font-size: 0.8em;
    padding-bottom: 20px;
}

  .menu-top ul li ul{
    width: 100%;
    position: absolute;
    left: -10px;
    top: 30px;
    background-color: rgba(255,255,255,0.9);
    display: block;
    clear: both;
    padding: 0px 10px 10px 10px;
    visibility: hidden;
    opacity: 0;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-top: 15px;
  }

  .menu-top ul li{
    float: left;
    width: 20%;
    min-width: 120px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    position: relative;
  }

  .menu-top ul li:hover ul{
    visibility: visible;
    opacity: 1;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }


  #id_14999.lang_1{
    width: 11.60%;
  }


  #id_15002.lang_1{
    width: 20.60%;
  }


  #id_14992.lang_3{
    width: 18%;
  }  

  #id_14995.lang_3{
    width: 15%;
  }  

  #id_14999.lang_3{
    width: 14%;
  }

  #id_15002.lang_3{
    width: 19%;
  }

  #id_14999.lang_2{
    width: 13%;
  }

  #id_15002.lang_2{
    width: 19%;
  }

  #id_14995.lang_2{
    width: 14%;
  }   


  #id_14992 a:hover, #id_14995 a:hover{
    cursor: pointer;
    color: rgb(160,71,7);
  }  

  .menu-top ul li ul li a:hover{
    cursor: pointer;
  }

  .menu-top ul li ul li{
    clear: both;
    font-weight: normal;
    width: 80%;
    font-size: 1.1em;
    margin-top: 9px;

  }  

  .menu-top ul li ul li:first-child{
    margin-top: -10px;
  }

  .menu-top ul li a{
    text-decoration: none;
    color: rgb(50,50,50);
  }

  .menu-top ul li a.active, .menu-top ul li a.current_a{
    color: rgb(160,71,7);
  }

  .menu-top ul li ul li a:hover{
    color: rgb(160,71,7);
  }

  .content-article{
    background-color: #ffffff;
    max-width: 1100px;
    margin:auto;
    text-align: justify;
    font-size: 1.2em;
  }

  .content-article .content-title{
    width: inherit;
    max-width:inherit;
    height: 120px;
    text-align: left;
    position: relative;
    color:#000000;
    font-size: 2em;
    font-weight: bold;
    font-family: 'Klavika', sans-serif;
  }

  .content-article .content-title .slant{
      width: 100%;
      height: 100%;
  }

  .content-article .content-title .slant polygon{
      fill: rgb(170, 71, 7);
  }

  .content-article .content-title h1{
    margin-top:40px;
    float:left;
    z-index: 10;
    text-transform: uppercase;
  }

  .content-article .title{
    margin-bottom: 40px;
    font-size: 1.5em;    
  }

  .id_23202 .title{
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .content-article .generic-content{
    padding: 50px 80px 50px 0px;
    text-align: justify;

  }

  #article_22637 table{
    margin-left: -20px;
  }

  article{
    line-height: 1.4em;
  }
/*
  .content-article .content-title h1:after{
    content:url('../imgs/logo_w.png');
    width: 40px;
    height: 45px;
    position: absolute;
    right: -45px;
    top:-20px;
  }*/

  .ui-accordion .ui-accordion-header{
    background-color: rgb(243, 240, 235);
    border:0px;
    height: 150px;
    margin-top: 10px;
    width:100%;
    box-shadow: 0 4px 2px -2px gray, 0 -4px 12px -4px #555555;
	display:flex;
    align-items: center; /* Vertical center alignment */
  }

  .ui-widget{
    font-family: 'Klavika', sans-serif;
  }

  .ui-state-active, 
    .ui-widget-content .ui-state-active, 
    .accordion-header-active,  
    .ui-widget-header .ui-state-active, 
    a.ui-button:active, 
    .ui-button:active, 
    .ui-button.ui-state-active:hover,
    .ui-accordion-header,
    .ui-corner-top, 
    .ui-state-default, 
    .ui-accordion-icons, 
    .ui-accordion-header-active, 
    .ui-state-active{
    border:0px;
    border-color: rgb(243, 240, 235);
    background: transparent;
    border-top-right-radius: 0px;
    border-top-left-radius:0px;
    text-align: left;
  }

  .ui-accordion .ui-accordion-content{
    border:0px;
    margin:30px 70px 30px 70px;
    text-align: justify;
    line-height: 25px;
  }
  
  .ui-accordion-header-icon, .ui-icon, .ui-icon-triangle-1-e{
    background-image: none !important;
  }

  .ui-accordion .ui-accordion-header div.title{
    color: rgb(189, 70, 1);
    padding-left: 90px;
    font-size: 1.2em;
    -moz-transition: font-size 1s;
    -ms-transition: font-size 1s;
    -o-transition: font-size 1s;
    -webkit-transition: font-size 1s;
    transition: font-size 1s;
    font-weight: 600;
  }

  .ui-accordion .ui-accordion-header div.subtitle{
    color: rgb(50, 50, 50);
    font-size: 1.2em;
    margin-left: 90px;
    -moz-transition: 1s;
      -ms-transition: 1s;
      -o-transition: 1s;
      -webkit-transition: 1s;
      transition: 1s;
  } 

  div.title_team{
    text-transform: uppercase;
    font-size: 1.1em;
  }

  div.subtitle_team{
    font-size: .8em;
    margin-bottom: 20px;
  } 

  .ui-accordion .ui-accordion-header:hover div.title, .ui-accordion .ui-state-active div.title{
    font-size:1.5em;
  }

  .ui-accordion .ui-accordion-header:hover div.subtitle, .ui-accordion .ui-state-active div.subtitle{
    font-size: 1.5em;
  } 

  .ui-accordion .ui-accordion-header:hover div.title_team, .ui-accordion .ui-state-active div.title_team{
    font-size:1em;
  }

  .ui-accordion .ui-accordion-header:hover div.subtitle_team, .ui-accordion .ui-state-active div.subtitle_team{
    font-size: 1.5em;
  } 

  .ui-accordion .ui-accordion-header:hover .team_image p img, .ui-accordion .ui-state-active .team_image p img{
    -webkit-filter: sepia(0%); /* Safari */
    filter: sepia(0%);  
    -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      -webkit-transition: 0.5s;
      transition: 0.5s;  	
  } 

  .team_image{
    flex: 20%;
    margin-top: 20px;
  }

  .team_image p img{
  	margin-top: 85px;
  	right:150px;
  	width:160px !important;
  	height:160px !important;
    -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      -webkit-transition: 0.5s;
      transition: 0.5s;    
  }

  .footer{
    width: inherit;
    max-width:inherit;
    height:110px;
    margin-top:-10px;
    position: relative;
    /*background-color: #d4d6d7;*/
    background-color: #e5e8e9;
    margin-top: 10px;
  }

  .footer .slant{
      width: 100%;
      height: 100%;
  }

  .footer .slant polygon{
      fill: rgb(209, 211, 212);
  }

  .footer-info{
    width:100%;
    color:rgb(100,100,100);
    font-size: 0.7em;
    text-align: center;
    padding:10px;
  }

  .logos{
    width:100%;
    padding:10px 10px 0px 40px;
  }

  .logos img{
    margin-right: 20px;
    height: 50px !important;
  }

  .icon-plus{
    background-color: rgba(200, 200, 200, 0.7);
    width: 30px;
    height: 30px;
    float:right;
    border-radius:50%;
    position: absolute;
    right:50px;
    top:60px;
  }

  .icon-plus:after{
    content:'+';
    font-size: 1.5em;
    font-family: arial;
    color: rgb(189, 70, 1);
    position: absolute;
    left: 8px;
    top: 0px;
  }

  .ui-accordion .ui-state-active .icon-plus:after{
    content:'—';
    font-size: 1em;
    font-weight: bold;
    margin-top: 3px;
  }

body.overlay:before {
	z-index: 101;
    content: " ";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(100, 100, 100, 0.5);
    -moz-transition: 1s;
      -ms-transition: 1s;
      -o-transition: 1s;
      -webkit-transition: 1s;
      transition: 1s;
}

.modal_memoirs{
  width:auto;
  height: auto;
  min-height: 310px;
  min-width: 250px;
  max-width: 900px;
  position: absolute;
  left:25%;
  z-index: 2000;
  background-color: #ffffff;
  border:1px solid #999999;
  box-shadow: 0 4px 4px 2px gray;
  display:none;
  padding:20px;
  padding-bottom: 10px;
}

.modal_memoirs_issu{
	width:80%;
	height: auto;
	position: fixed;
  z-index: 2000;
	display:none;
	padding:20px;
  padding-bottom: 10px;
}

.modal_memoirs .close_button,.modal_memoirs_issu .close_button_issu{
	float: right;
    width: 24px;
    margin-right: -15px;
    margin-top: -20px;
    cursor: pointer;
    color: rgb(189, 70, 1);
    font-weight: bold;
    font-size: 1.5rem;
}

.modal_memoirs .content, .modal_memoirs_issu .content_issu{
  text-align: justify;
  padding-right: 20px;
  font-size: 12px;
  height: 100%;
}


.modal_memoirs.gallery{
  overflow: scroll;
  padding-top: 40px;
  max-height: 400px;
}


.modal_memoirs.gallery .content img{
  max-height: 259px;
  width: auto !important;
  height: auto !important;
  max-width: 177px;
  position: relative;
  bottom:33px;
  box-shadow: 0px 0px 0px;
}

.modal_memoirs .content .no-text img{
	max-height: 400px;
  max-width: 800px;
  position: relative;
  margin-top: 20px;
}

.modal-popup-text{
  float:right;
  max-width: 620px;
  padding:20px;
  padding-top: 10px;
  line-height: 20px;
}

.ui-tabs{
  border:0px !important;
  background:none !important;
  margin: -4px 0px 50px 0px !important;
  padding-top: 0px !important;
}

.ui-tabs .ui-tabs-nav li{
  float:right;
}

.ui-tabs .ui-tabs-nav{
  border:0px !important;
  border-bottom:1px solid #cccccc !important;
  background:none !important;
}


.ui-tabs .ui-tab{
  border:0px !important;
  background:rgba(0,0,0,0) !important;
}
/*
.ui-tabs li.ui-tabs-active:before{
  border: solid;
  border-color: #333 transparent;
  
  border-top: 15px solid transparent;
  border-bottom: 10px solid transparent; 
  border-right:10px solid #eb7203;
  bottom: -10px;
  content: "";
  left: 80%;
  position: absolute;
  z-index: 99;
}*/

.ui-tabs .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button{
  color:#999999 !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li:hover a{
  color: #eb7203 !important;
}


.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
     font-weight: bold; 
     color: #000000; 
}

.ui-tabs .ui-tabs-panel{
  padding-top: 60px;
  text-align: justify;
}

.ui-tabs .ui-tabs-panel img{
  margin-right: 30px;
}

#events{
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  color:#555555;  
}

#events ul li {
  list-style-type: none;
  display: inline-block;
  text-align: left;
  width: 49%;
  font-size: 0.9em;
  padding: 10px;
  line-height: 20px;
  vertical-align: top;
}

#events ul li img{
  width: auto;
  height: auto;
  /* max-width: 300px;
  max-height: 225px; */
  max-width: 450px;
  max-height: 337px;
  margin-top: 20px;
  border:1px solid #dddddd;
}

#events .event-item{
  text-align: left;
  padding: 30px 0px 0px 0px;
  line-height: 25px;
}


#main-events{
  display: block;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  color:#555555;  
}

#main-events ul li {
  list-style-type: none;
  display: inline-block;
  text-align: left;
  width: 100%;
  vertical-align: top;
  text-align: justify;
  margin-bottom: 60px;
}

#main-events ul li div{
  width: 70% !important;
}

#main-events ul li img{
  width: auto;
  height: auto;
  max-width: 300px;
  max-height: 225px;
  margin-right: 30px;
  border:1px solid #dddddd;
  float:left;
}

#main-events ul li strike{
  position: absolute;
  margin-top: 230px;
  font-size: .8rem;
  left: 0px;
}

#main-events .event-item{
  text-align: left;
  padding: 30px 80px 0px 80px;
  line-height: 25px;
}

#main-events .header{
  margin-bottom: 30px;
}

.popup img{
  max-height: 159px;
  width: auto !important;
  box-shadow: 0px 0px 8px #888888;
}

.contacts{
  font-weight: bold;
  margin: 10px 20px 20px 0px;
  padding-left: 50px;

}

.contact-form{
  margin-top: -70px;
  padding-left: 10px;
}

.contact-form select{
  -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

.contact-form input, .contact-form select, .contact-form textarea{
  width: 100%;
  color: #eb7203;
  padding:15px 30px 15px 30px; 
  background-color: #dddddd;
  border:0px;
  margin-bottom: 15px;
}

.contact-form select option{

}

::-webkit-input-placeholder {
   color: #eb7203;
}

:-moz-placeholder { /* Firefox 18- */
   color: #eb7203;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #eb7203;  
}

:-ms-input-placeholder {  
   color: #eb7203;  
}

.success-message{
  width:100%;
  padding: 15px 30px 15px 30px;
  background-color: green;
  color:#dddddd;
  margin-bottom: 15px;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}

.contact-form .btn-success{
  color: #eb7203;
  padding:10px;
  border:1px solid #cccccc;
  background-color: rgba(0,0,0,0);
  text-transform: uppercase;
}

strike, strike a{
  text-decoration: none !important;
  color:#999999 !important;
}

#article_21926 strike{
    padding: 3px 5px;
    text-transform: uppercase;
    margin-right: 10px;
    font-size: 0.7em;
    float:right;
}

#article_21926 strike a{
    text-decoration: none;
    color: #bbbbbb;
    font-weight: bold;
}

#article_21926 strike:hover{
  color: #eb7203;
}

table.partnerships{
  width: 100%;
}

table.partnerships td{
  text-align: left;
  font-weight: bold;
  color:#333333;
  width:20% !important;
  max-width: 193px;
  padding:0px;
}

table.partnerships tr.imgs td{
  height: 165px;
  vertical-align: middle;
  text-align: center;
  border:1px solid #dddddd;
}

.media-items li{
	font-size:1.8em;
	list-style-type: none;
}

.media-items li ul{
	padding-top: 30px;
}

.media-items li ul li{
	font-size:0.5em;
	color:#333333;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	padding-bottom: 5px;
	line-height: 20px;
}

.buttons{
  margin-top: 10px;
}

.media-items ul li a, .a-button{
  color: #999999;
  text-decoration: none;
  padding:3px 0px;
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 0.8em;
}

.media-items ul li a:hover, .a-button:hover, .documents tr td a:hover, .project-logos tr td a:hover{
  color: #eb7203;
}

.documents tr td{
  font-weight: bold;
  font-size: 0.9em;
  color: #555555;
  line-height: 20px;
  text-align: left;
}

.documents tr td a, .project-logos tr td a{
  font-weight: normal;
  text-transform: uppercase;
  background-color: #dddddd;
  padding:3px 30px 3px 30px;
  font-size: 0.8em;
  color: #555555;
  text-decoration: none;
}

.documents tr:first-of-type u, .project-logos tr:first-of-type u,{
  font-size: 1.2em;
}

.documents tr:first-of-type img, .project-logos tr:first-of-type img{
  margin-top: -8px;
  margin-right: 10px;
}

.documents tr:first-of-type img, .project-logos tr:first-of-type img{
  margin-top: -8px;
  margin-right: 10px;
}

.documents img{
  max-width: 100%;
  height: auto !important;
  max-height: 214px;
  max-width: 300px;
  border:1px solid #dddddd;
}

.ui-tabs .pub-item{
  padding-left:0px;
  font-size: 1.2em;
}

.facebook{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-transition: 1s;
      -ms-transition: 1s;
      -o-transition: 1s;
      -webkit-transition: 1s;
      transition: 1s;
      margin-right: 20px;
}

.facebook:hover{
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transition: 1s;
      -ms-transition: 1s;
      -o-transition: 1s;
      -webkit-transition: 1s;
      transition: 1s;
}



/* MOBILE */


.navbar.visible-phone, .logo-mobile, .mobile-menu, .brand{
  display:none;
}

.brand{
  color:#ffffff;
  position: absolute;
  z-index: 200;
  top: 40px;
  left:20%;
  text-decoration: none;
  font-family: 'Klavika', sans-serif;
  text-decoration: none;
  font-weight: bold;  
}

.logo-mobile{
  position: absolute;
  top:10px;
  left:20px;
  z-index: 200;
}

.mobile-menu{
  position: fixed;
  top:10px;
  right:20px;
  z-index: 201;
}

.mobile-menu img{
    width: 40px;
  -webkit-filter: invert(1);
  filter: invert(1);
  cursor: pointer;
}

.navbar.visible-phone{
  position:fixed;
  z-index: 200;
  right: -120%;
  top: 0px;
  height: 100%;
  overflow-y: auto;
  padding:20px;
  background-color: #eb7203;
  -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      -webkit-transition: 0.5s;
      transition: 0.5s;
}

.navbar.visible-phone.show{
  right: 0px;
  -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      -webkit-transition: 0.5s;
      transition: 0.5s;
}

.navbar ul li{
  list-style-type: none;
  width: 100% !important;
  padding:20px 10px;
  border-bottom: 1px solid #333333;
  text-transform: uppercase;
}
 
.navbar ul li ul li{
  padding:10px 10px;
  border-bottom: 0px solid #333333;
}
 
.navbar ul li ul li:first-child{
  padding-top:20px;
}
 
.navbar ul li a{
  text-decoration: none;
  color:#ffffff;
}

.inst{
  float: left; text-align: right; width: 49%;
}
 


.home{
  width: 25px;
  height: 25px;
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  border-radius: 50%;
  border: 1px solid #eb7203;
  color: #eb7203;
  float: right;
  margin-top: -25px;
  margin-right: 10px;
  cursor: pointer;
}

div.arrow-home{
  float: right;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 2px;
  cursor: pointer;
  border: 1px solid #eb7203;
}

div.arrow-home-publications{
  float: right;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #eb7203;
  padding-top:5px;
  margin-top: -30px;
}

div.arrow-home-events{
  float: right;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #eb7203;
  padding-top: 4px;
  margin-top: -30px;
  margin-right: 40px;
}

i.arrow {
    border: solid #eb7203;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#main-events ul.menu-events-page, #events ul.menu-events-page{
  border-bottom: 1px solid #dddddd;
  height: 20px;
}

ul.menu-publications{
  margin:0px 0px 0px 0px;
  border-bottom: 1px solid #dddddd;
  height: 20px;
}

#events .highlights p{
  font-size: .9em;
}

#events img{
  margin-bottom: 15px;
}

#events ul.menu-events-page{
  margin-top:40px;
}

#main-events ul.menu-events-page li, #events ul.menu-events-page li, ul.menu-publications li{
  float: right;
    /* background-color: rgba(0,0,0,0); */
    list-style-type: none;
    display: inline-block;
    text-align: left;
    width: auto;
    padding: 0px 10px 0px 10px;
    line-height: 20px;
    margin-bottom: 0px;
    margin-right: 5px;
    /* font-weight: bold; */
    cursor: pointer;
  }

#main-events ul.menu-events-page li:hover, #main-events ul.menu-events-page li.active,
#events ul.menu-events-page li:hover, #events ul.menu-events-page li.active,
ul.menu-publications li:hover, ul.menu-publications li.active{
  color: #eb7203;
  font-weight: bold;
}

.events-page{
  position: relative;
}

.lg-backdrop{
  background-color: rgba(0,0,0,.7) !important;
}

.subscribe{
    color: #000000;
    font-size: .8rem;
    /* margin-left: 30px; */
    float: right;
    text-align: left;
    width: 49%;
    padding-top: 15px;
}

.subscribe input::placeholder{
  color:#555555;

}
.subscribe input, .subscribe button{
  border:0px;
  color:#555555;
  margin-right: 5px;
  padding: 5px 10px;
}

.subscribe button{
background-color: rgba(0,0,0,0);
}

.subscribe button{
  border:0px;
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
}

.speech-bubble {
  position: absolute;
  background: #ffffff;
  border-radius: .4em;
  padding: 10px;
  text-align: left;
  right: 20px;
  top: -90px;
  display: none;
}

.speech-bubble:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 23px solid transparent;
  border-top-color: #ffffff;
  border-bottom: 0;
  border-left: 0;
  margin-left: -16.5px;
  margin-bottom: -23px;
}

.content-title .subscribe{
  margin-top: 45px;
  position: absolute;
  right: 0px;
  width: auto;
}

.content-title #newsletter_email {
  border: 1px solid #dddddd;
}

.open-access-button{
  margin-right: 0px !important;
  width: 16px !important;
  margin-bottom: -3px;
  float:none !important;
}

.legenda{
  font-family: 'Klavika', sans-serif;
  font-size: .8rem;
  float: right;
  margin-top: 5px;
}

.jssocials{
  display: none;
  position: absolute;
  right: -30px;
  margin-top: 10px;
}
.jssocials-shares{
  font-size: .7rem;
}

.jssocials-share-link {
  border: 0px !important;
}

.jssocials-share{
  float: left !important;
  clear: both !important;
  margin: 10px !important;
}

.share-button a{
  color: #cccccc;
  text-decoration: none;
  float: right;
  margin-top: -80px;
  margin-right: 140px;
  text-transform: uppercase;
  position: relative;
}

.interprojects-header{
  margin-bottom: 20px;
}

.interprojects-body{
  display: none;
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #bbbbbb;
  position: relative;
  padding-bottom: 30px;
}

.interprojects-body strike a{
  float: right;
  text-decoration: none;
  color: #bbbbbb;
  text-transform: uppercase;
  margin-left: 15px;
}

.interprojects-body-readmore{
  color: #aaaaaa;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}

.close-interprojects-body{
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  color: #bbbbbb;
}

.interprojects-body-images{
  margin-top: 40px;
}

.interprojects-content{
  margin-bottom: 20px;
}

.scienceinsociety-readmore{
  color: #aaaaaa;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}

.close-scienceinsociety-body{
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  color: #bbbbbb;
}

.scienceinsociety-body{
  display: none;
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #bbbbbb;
  position: relative;
  padding-bottom: 30px;
}

.scienceinsociety-body strike a{
  float: right;
  text-decoration: none;
  color: #bbbbbb;
  text-transform: uppercase;
  margin-left: 15px;
}



.hidden{
  display: none !important;
}

.title_team a{
  text-decoration: none;
  color:#eb7203 !important; 
}

#article_22823 ul li img{
  border: 0px;
}

.newsletter-image{
  float:left;max-width:300px;
}

.newsletter-image{
  float:left;max-width:300px;
}

.newsletter-image p strike {
  position: relative !important;
    line-height: 0rem;
    text-align: left;
}

.outras_publicacoes_content{
  display: none;
}

.outras_publicacoes_titulo.opened:after{
  content: '\2227';
}

.outras_publicacoes_titulo:after{
  content: '\2228';
  margin-left: 5px;
  color: #eb7203;
  cursor: pointer;
  font-size: 16px;
}

.memoirs_projects_text{
  display: none;
  margin: 10px;
}

.memoirs_projects{
  font-style: italic;
  color: #eb7203 !important;
  cursor: pointer;
}

img.social-icons{
    width: 25px !important;
    height: 25px !important;
    margin-top: -10px;
    margin-bottom: -7px;
    margin-right: 10px;
}

.team-block{
  display:flex;
}

.main_info p{ font-size: 1.5rem;}

@media screen and (max-width: 1110px){
  body{
    overflow-x: hidden;
  }

  .content-article{
    width: 95%;
  }

  .overlap{
    display: none;
  }

  header{
    padding: 10px 35px 25px 12px;
  }
/*
   .slant{
    display: none;
   }

   header, header.small{
    display: none;
    padding: 10px;
   }
*/
    .menu-top{
      display:none;
    }

   header.small .project-name{
    font-size: 0.6em;
   }


   .nav-collapse .block-right{
    display: block;
   }

   
  .navbar.visible-phone, .logo-mobile, .mobile-menu, .brand{
    display:block;
  }
  

  .footer-info{
    padding-left: 10px;
  }

  .logos {
      width: 100%;
      padding: 80px 10px 0px 40px;
  }
  
  .inst {
    text-align: center;
    width: 100%;
  }

  .subscribe {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }

  img.social-icons{
    margin-top: 10px;
  }

  .subscribe input, .subscribe button {
    width: 115px;
  }


  .team-block{
    display:block;
  }

  .modal_memoirs{
    left: 0px !important;
    top: 10px !important;
    overflow: auto;
    height: 100%;
  }

  
  .modal_memoirs_issu{
    width: 95% !important;
    left: 0px !important;
    top: 0px !important;
  }

  .modal_memoirs_issu, .issuuembed .issuu-isrendered, .modal_memoirs_issu .content_issu{
    height: 100% !important;
  }

  .modal_memoirs_issu .close_button_issu {
    margin-top: 0px !important;
    margin-right: 4px !important;
  }

  .modal-popup-text {
    max-width: 100%;
    padding: 0px;
  }

  table.partnerships tr { display: flex; flex-wrap: wrap; } table.partnerships td { width: 100% !important; }
  
  #publications-1-23288 tr { display: flex; flex-wrap: wrap; } #publications-1-23288 td { width: 80% !important; }
  #article_22637 table { margin: 0px; } #article_22637 table tr { display: flex; flex-wrap: wrap; } #article_22637 table td { width: 80% !important; }
  #article_23144 table { margin: 0px; } #article_23144 table tr { display: flex; flex-wrap: wrap; } #article_23144 table td { width: 100% !important; margin-bottom: 20px;} #article_23144 table td img{ width: auto !important; max-width: 100%; height: auto !important;}
  #article_23143 table { margin: 0px; } #article_23143 table tr { display: flex; flex-wrap: wrap; } #article_23143 table td { width: 80% !important; }

  #events ul li {
    width: 100%;
  }

  #main-events ul li div {
    width: 100% !important;
  }

  #main-events .event-item {
    padding: 30px 10px 0px 10px;
  }

  .jssocials {
    background-color: #ffffff;
  }

}

@media screen and (max-width: 600px){
  body{
    overflow-x: hidden;
  }

  .main_info p {
    font-size: .8rem;
  }

  .content-article{
    width: 95%;
  }

  .overlap{
    display: none;
  }

  header{
    padding: 10px 35px 25px 12px;
  }
/*
   .slant{
    display: none;
   }

   header, header.small{
    display: none;
    padding: 10px;
   }
*/
  .events-page .year{
    padding: 30px 0px 0px 0px !important;
  }
  
  .menu-top{
    display:none;
  }

   header.small .project-name{
    font-size: 0.6em;
   }


   .nav-collapse .block-right{
    display: block;
   }

   
  .navbar.visible-phone, .logo-mobile, .mobile-menu, .brand{
    display:block;
  }

  
  .footer {
    height: 75px;
  }  

  .footer-info{
    padding-left: 10px;
  }

  .logos {
      width: 100%;
      padding: 35px 10px 0px 40px;
  }
  
  .inst {
    text-align: center;
    width: 100%;
  }

  .subscribe {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  img.social-icons{
    margin-top: 10px;
  }

  .subscribe input, .subscribe button {
    width: 115px;
  }


  .team-block {
    display: inline-block;
    margin-top: -32px;
  }

  .modal_memoirs{
    left: 0px !important;
    top: 10px !important;
    overflow: auto;
    height: 100%;
  }

  .modal_memoirs .close_button,.modal_memoirs_issu .close_button_issu{
    margin-top: -20px;
  }

  .modal-popup-text {
    max-width: 100%;
    padding: 0px;
  }

  table.partnerships tr { display: flex; flex-wrap: wrap; } table.partnerships td { width: 100% !important; }
  
  #publications-1-23288 tr { display: flex; flex-wrap: wrap; } 
  #publications-1-23288 td { width: 100% !important; }

  #publications-1-23288 td img { width: 100% !important; height: auto !important;}
  #publications-1-23288 td img.open-access-button { width: 16px !important;}

  #article_22637 td img { width: 100% !important; height: auto !important;}
  #article_22637 td img.open-access-button { width: 16px !important;}
  #article_22637 .generic-content { padding: 0px;}
  #article_22637 .generic-content img{ margin-bottom: 20px;}

  #article_22637 table { margin: 0px; } #article_22637 table tr { display: flex; flex-wrap: wrap; } #article_22637 table td { width: 100% !important; }
  #article_23144 table { margin: 0px; } #article_23144 table tr { display: flex; flex-wrap: wrap; } #article_23144 table td { width: 100% !important; margin-bottom: 20px;} #article_23144 table td img{ width: auto !important; max-width: 100%; height: auto !important; }
  #article_23143 table { margin: 0px; } #article_23143 table tr { display: flex; flex-wrap: wrap; } #article_23143 table td { width: 80% !important; }

  #events ul li {
    width: 100%;
  }

  #main-events ul li div {
    width: 100% !important;
  }

  #main-events .event-item {
    padding: 30px 10px 0px 10px;
  }

  .jssocials {
    background-color: rgba(0,0,0,0);
  }

  .legenda {
    font-size: .6rem;
  }

  .memoirs_projects_text{
    font-size: .9rem;
  }

  .content-article .title {
    text-align: left;
  }

  #article_22164 u, u a {
    text-decoration: none;
    color: #eb7203 !important;
    font-size: .9rem;
  }

  #article_22164 u a:first-child {
    display: block;
  }

  .book-image {
    width: 104px !important;
  }

  .outras_publicacoes_content{
    font-size: .9rem;
  }

  .content-article h1{
    font-size: 1.2em;
  }

  #article_22311 .ui-tabs .ui-tabs-nav li {
     float: left; 
  }

  .ui-tabs {
    margin: -4px 0px 10px 0px !important;
  }

  #article_22311 .ui-tabs .ui-tabs-panel{
    padding: 1em 0em;
  }
  
  .content-title .subscribe {
    margin-top: 13px;
  }

  .jssocials-share-link {
    background-color: #ffffff;
  }

  #article_23143 iframe, #article_23143 .generic-content{
    padding: 0px !important;
    width:  100% !important;
  }

  #article_23143 table tr td{
    width:  100% !important;
  }

  table.partnerships td {
    width: 100% !important;
    margin: 10px;
    border: 0px !important;
  }  

  table.partnerships td img {
    margin-top: 10px;
  }

}

.documents tr td a.regular, .project-logos tr td a.regular{
  background-color: rgba(0,0,0,0);
}

.img-livros img{
  width: auto !important;
  margin-right: 10px;
  height: 290px;
  max-height: 290px;
}

.resumo-livros{
  font-size: 90%;
}

.resumo-livros-texto{
  font-size: 80%;
  padding: 10px 0px 10px 37px;
  display: none;
}

.toggle-livros{
  text-decoration: none;
  font-size: 90%;
}