::selection {
  background-color: #F08600;
  color: #fff;
}
::-moz-selection {
  background-color: #F08600;
  color: #fff;
}
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }
@media screen and (max-width:400px) {
  @-ms-viewport{
    width:320px;
  }
}

.row.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row.flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.row.flex .flex-item {
  flex: 1 1 0;
  width: 0;
}

body{
  font-size: 16px;
  line-height: 28px;
  color: #252525;
  max-width: 1920px;
  margin: 0 auto;
}
.no-overflow{
  position: relative;
  width: 100%;
  height: 100%;
}

.no-overflow:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
}

@media (max-width:768px){
  body{
    font-size: 14px;
    line-height: 24px;
    color: #252525;
  }
}
em{
  font-style: italic;
}
.lh_small{
  line-height:1.18em;
}
.lh_medium{
  line-height:1.125em;
}
.lh_large{
  line-height:1.375em;
}
.fs_ex_small{
  font-size:0.75em;
}
.fs_small{
  font-size:0.812em;
}
.fs_medium{
  font-size:0.875em;
}
a, a:hover, a:focus{
  -webkit-appearance: none;
  outline: none;

}
[class^="fa-"]:before, [class*=" fa-"]:before{
  font-family: FontAwesome !important;
}

.p_vertical{
  padding-top: 25px;
}

/*.button, input[type='submit'], .btn{
  height: 40px;
  line-height: 40px;
  padding: 0px 40px;
  display: inline-block;
   	//border:solid 5px;
  font-weight: 900 !important;
  font-size: 20px;
   	//background-color: transparent;
  position: relative;
  -webkit-appearance: none;
  outline: none;
}*/
.button, input[type='submit'], .btn{
  display: inline-block;
  position: relative;
  -webkit-appearance: none;
  outline: none;
  height: 55px;
  line-height: 40px;
  padding: 7px 40px 0 40px;
  font-weight: 500 !important;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
}
.btn.dropdown-toggle{
  height: 36px;
  line-height: 23px;
  padding: 6px 12px;
  display: inline-block;
  border:solid 1px #252525;
  font-weight: 400 !important;
  font-size: 16px;
  /* 	background-color: transparent; */
  position: relative;
  color: #252525;
  text-decoration: none
}
.btn.btn-arrow{
  height: 40px;
  line-height: 40px;
  padding: 0px 40px 0 10px;

}
/*.btn.btn-arrow:after {
  content: "";
  width: 15px;
  height: 15px;
  background-image:url("/media/images/arrow-w.svg");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  top: 12px;
  right: 12px;
  position: absolute;
  display: inline-block;
}*/

.btn.full-width{
  width: 100%;
  text-align: center;
  padding: 0px;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
/* HEADER */
header{
  z-index: 20;
  position: relative;
}
.navbar-brand{
  width: 199px;
  height: 74px;
  background-image: url(/media/images/bcfn-logo.png);
  background-repeat: no-repeat;
  background-size: 199px 74px;
  margin-left: 0 !important;
  margin-top: 13px;
}
.navbar-default .navbar-nav>li>a {
  font-weight: 700;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}
.navbar-nav>li.langs{
  padding-left: 15px;
  font-weight: 300;
}
.navbar-nav>li.langs>a{
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  font-weight: 300;
}
.navbar-nav>li.langs>a.active{
  font-weight: 700;
}
.navbar-nav>li.bt_search{
  margin-left: 15px;
}
.navbar-nav>li.bt_search>a, .navbar-nav>li.bt_search>a:hover{
  color: #fff;
  background-color: #A3A3A3;
  font-size: 20px;
  padding: 30px 18px;
}
aside{
  margin-top: 12px;
  font-weight: 900;
  font-size: 18px;
  color: #282828;
  background-color: #F5F5F5;
  position: relative;
}
aside:before{
  content: '';
  width: 15px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top:0;
}
aside:after{
  content: '';
  width: 15px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top:0;
}
aside nav>ul>li{
  display: inline-block;
  width: calc(100% / 4 - 4px);
}

#sec_menu>ul>li{
  width: calc(100% / 5 - 13px);
}

aside nav>ul>li>a{
  display: block;
  border-left: solid 5px #f08600;
  padding-left: 8px;
  font-weight: 900;
  font-size: 18px;
  color: #282828;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 21px;
}
@media (min-width:736px) and (max-width:768px){
  .navbar-default .navbar-nav>li>a {
    font-size: 12px;
  }
  .nav>li>a{
    padding: 6px;
  }
  #sec_menu>ul>li,aside nav>ul>li{
    width: auto;
  }
  aside nav>ul>li>a, #sec_menu>ul>li>a{
    margin-right: 5px;
    font-size: 13px;
  }
  .navbar-nav>li.langs{
    padding-left: 0;
  }
  .navbar-nav>li.bt_search {
    margin-left: 10px;
  }
  .navbar-nav>li.bt_search>a, .navbar-nav>li.bt_search>a:hover{
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width:868px) and (max-width:1024px){
  aside nav>ul>li>a{
    font-size: 14px;
  }

}

#food_sust{
  border: solid 5px #22223a;
  background-color: #22223a;
  color: #fff;
  font-weight: normal;
  padding: 10px 15px;
  line-height: 25px;
}
#food_sust ul{
  margin: 0;
}

#food_sust ul>li>a{
  color: #fff;
}
#food_sust ul>li>a:hover{
  color: #d76e11;
}

#home-carousel h1,
#top-page h1{
  font-size: 42px;
  line-height: 35px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 30px;
  text-shadow: none;
  text-transform: uppercase;
}
/*#home-carousel a{
  width: 40px;
  height: 40px;
  padding: 5px;
  display: block;
  border: solid 5px #fff;
}*/
/*#home-carousel a img{
  vertical-align: baseline;
}*/
#home-carousel a:before{
  content: "\f178";
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  font-size: 20px;
  display: block;
  margin-top: 15px;
}

.carousel-caption{

  text-align: left;
  bottom: 15%;
}
.bg-pad {
  padding: 0.5rem 1rem;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 33px;
  background: rgba(0, 0, 0, 0.6);
  text-shadow: none;
}

.border-pad {
  padding: 0.5rem 1rem;
  color: #aaa;
  border: solid 1px #ccc;
}

.bdbc {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.carousel.vertical .carousel-inner {
  height: 100%;
  width: auto;
}
.carousel.vertical .carousel-inner > .item {
  width: auto;
  -webkit-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel.vertical .carousel-inner > .item {
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
  }
  .carousel.vertical .carousel-inner > .item.next, .carousel.vertical .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    top: 0;
  }
  .carousel.vertical .carousel-inner > .item.prev, .carousel.vertical .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    top: 0;
  }
  .carousel.vertical .carousel-inner > .item.next.left, .carousel.vertical .carousel-inner > .item.prev.right, .carousel.vertical .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 0;
  }
}
.carousel-indicators {
  position: absolute;
  bottom: 50%;
  top: 50%;
  left: inherit;
  right: 3% ;
  z-index: 15;
  width: 20px;
  height: 100%;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 1px;
  text-indent: -999px;
  border: 5px solid transparent;
  border-radius: 0px;
  cursor: pointer;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 1);
}
.carousel-indicators .active {
  width: 19px;
  height: 19px;
  border: 5px solid #fff;
  background-color: transparent !important;
  background-color: rgba(255, 255, 255, 0);
}
.border-inset{
  -webkit-box-shadow: inset 0px 320px 0px 0px #F9F8F8;
  -moz-box-shadow: inset 0px 320px 0px 0px #F9F8F8;
  box-shadow: inset 0px 320px 0px 0px #F9F8F8;
}
.title_line_over{
  position: relative;
  font-size: 88px;
  line-height: 68px;
  color: #d5d5d5;
  font-weight: 900;
  text-transform: uppercase;
}
.title_line_over:before{
  content: '';
  position: absolute;
  width: 100%;
  border-top: solid 2px #E7E7E7;
  background: #F9F8F8;
  height: 40px;
  bottom: -28px;
  right: 0;
  z-index: 10;
}
.title_line_over.bg_white:before{
  background: #fff;
}
/* MAGAZINE */
.box-article{
  position: relative;
  background-color: #2d2d2d;
}
.box-article img{
  opacity: .6;
}
.box-article .over{
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 40px;
  display: block;
  z-index: 2;
}
.box-article .over h2, #top-page h2{
  font-size: 16px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}
.box-article .over h2:after, #top-page h2:after{
  position: absolute;
  content: '';
  top: -19px;
  left: -22px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: solid 5px white;
  z-index: -1;
}
#top-page h2:after{
  left: 0;
}
.title-category h1{
  font-size: 32px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  padding-left: 40px;
}

.title-category h1>span.over{
  background-color: #fff;
}

.title-category h1:after{
  position: absolute;
  content: '';
  top: -30px;
  left: 0px;
  width: 95px;
  height: 95px;
  background-color: transparent;
  border: solid 10px white;
  z-index: -1;
}

.box-article .over h2.sustainability:after, .box-list  h2.sustainability:after, .title-category h1.sustainability:after, #top-page h2.sustainability:after {
  border-color:#8DC63F !important;
}
.box-article .over h2.all:after, .box-list  h2.all:after, .title-category h1.all:after, #top-page h2.all:after{
  border-color:#E6AF05 !important ;
}
.box-article .over h2.health:after, .box-list  h2.health:after, .title-category h1.health:after, #top-page h2.health:after{
  border-color:#00BEF2 !important ;
}
.box-article .over h2.society:after, .box-list h2.society:after, .title-category h1.society:after, #top-page h2.society:after{
  border-color:#636363 !important ;
}
.box-article .over h2.education:after, .box-list h2.education:after, .title-category h1.education:after, #top-page h2.education:after{
  border-color:#a94442 !important ;
}
.box-article .over h1{
  font-weight: 900;
  font-size: 30px;
  line-height: 36px;
}
@media(max-width:1200px){
  .box-article .over h1{
    font-weight: 900;
    font-size: 30px;
    line-height: 30px;
  }
}
@media(min-width:768px) and (max-width:1024px){
  .box-article .over{
    padding: 20px;
  }
  .box-article .over h1{
    font-weight: 900;
    font-size: 23px;
    line-height: 23px;
  }
  .box-article .over h2{
    left: 20px;
  }
}
.box-article .over h1 span{
  font-size: 16px;
}
.box-list h1{
  font-size: 20px;
  line-height: 20px;
}
.box-list h2{
  font-size: 16px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  padding-left: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.box-list h2:after{
  position: absolute;
  content: '';
  top: -13px;
  left: 0px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: solid 5px white;
  z-index: -1;
}

.box-category{
  height: 240px;
  padding: 10px;
}

.box-category span{
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.box-category h2{
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  padding-left: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;

}

.box-category span>img{
  vertical-align: top;
}

.box-category span.arrow,
.cover-description span.arrow{
  width: 40px;
  height: 40px;
  padding: 5px;
  display: block;
  border: solid 5px #fff;
  background-image: url(/media/images/arrow-w.svg);
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: 4px 4px;
}

.box-category span.arrow{
  position: absolute;
  bottom: 0px;
  right:35px;
}

.box-category h2:before{
  position: absolute;
  content: '';
  top: -13px;
  left: 10px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: solid 5px white;
  z-index: -1;
}

.box-category:hover,
.box-category:hover h2>span{
  background-color: #F4F4F4 !important;
  color: #A3A3A3;
}

.box-category:hover span.arrow{
  border-color: #A3A3A3;
  background-image: url(/media/images/arrow-g.svg);
}

.box-category.all:hover h2:before{
  border-color: #d7ae2a;
}

.box-category.health:hover h2:before{
  border-color: #6bbdf0;
}

.box-category.sustainability:hover h2:before{
  border-color: #98b433;
}

.box-category.society:hover h2:before{
  border-color: #686868;
}

.box-category.education:hover h2:before{
  border-color: #a94442;
}

.box-category.all,
.box-category.all h2>span{
  background-color: #d7ae2a;
}

.box-category.health,
.box-category.health h2>span{
  background-color: #6bbdf0;
}

.box-category.sustainability,
.box-category.sustainability h2>span{
  background-color: #98b433;
}

.box-category.society,
.box-category.society h2>span{
  background-color: #686868;
}

.box-category.education,
.box-category.education h2>span{
  background-color: #a94442;
}

.button-category{
  border-top: solid 1px #b6b6b6;
  margin-top: 30px;
}
.button-category a{
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-category a.button.border-silver:hover{
  border-color: #6e6e6e !important;
}

@media(max-width:768px){
  .box-category{
    margin-bottom: 30px;
  }
}

#highlight-home, #top-page{
  position: relative;
}
#highlight-home .caption, #top-page .caption {
  left: 10%;
  right: 10%;
  text-align: left;
  bottom: 10%;
  top:10%;
  position: absolute;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#highlight-home .caption h1, #top-page .caption h1{
  font-size: 38px;
  line-height: 37px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 30px;
  text-shadow: none;
  text-transform: uppercase;
}
#highlight-home .caption a{
  width: 40px;
  height: 40px;
  padding: 5px;
  display: block;
  border: solid 5px #fff;

}
#highlight-home .caption a img, #top-page .caption a img{
  vertical-align: baseline;
}
@media screen and (min-width: 768px){
  .carousel-caption {
    left: 10%;
    right: 10%;
  }
}
@media screen and (max-width: 1024px){
  .carousel-caption {
    text-align: left;
    bottom: 0%;
  }
  #home-carousel h1,
  #top-page h1, #highlight-home .caption h1, #top-page .caption h1{
    font-size: 35px;
    line-height: 35px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 30px;
    text-shadow: none;
    text-transform: uppercase;
  }
  .btn, .btn.btn-arrow, .btn-group .btn-primary {
    height: 30px !important;
    line-height: 30px !important;
    padding: 0px 30px 0 10px !important;
    font-size: 18px !important;
  }
  .btn.btn-arrow:after {
    top: 7px;
    right: 7px;
  }
}
@media screen and (max-width:768px){
  .btn, .btn.btn-arrow, .btn-group .btn-primary {
    height: 25px !important;
    line-height: 25px !important;
    padding: 0px 25px 0 10px !important;
    font-size: 15px !important;
  }
  .btn.btn-arrow:after {
    top: 3px;
    right: 3px;
  }

}

/*
.panel{
  border-bottom: 0;
  border-right: 0;
  border-left:0;
  box-shadow: none;
}
.panel-default>.panel-heading {
  color: #090909;
  font-weight: 900;
  background-color: #fff;
  border-color: #E7E7E7;
}
.panel-clr {
  border-color: #E7E7E7;
  color: #090909;
}

.panel-clr.on {
  background-color: #D47F3A;
  color: #fff;
}
.panel-default>.panel-heading .date{
  font-size: 19px;
  line-height: 22px;
  font-weight: 900;
}
.panel-default>.panel-heading .date span{
  font-size: 34px;
  text-transform: capitalize;
}
.panel-default>.panel-heading .title{
  font-size: 21px;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 900;
}
.panel-clr .more{
  width: 40px;
  height: 40px;
  border: solid 5px #090909;
  line-height: 30px;
  position: relative;
  color: #090909;
  font-size: 28px;
  text-align: center;
  padding-left: 3px;
}
.panel-clr .more span:last-child{
  display: none;
}
.panel-clr.on .more{
  border: solid 5px #fff;
  color: #fff;
  padding-left: 0;
}
.panel-clr.on .more span:first-child{
  display: none;
}
.panel-clr.on .more span:last-child{
  display: block;
}
.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 0px solid #ddd;
    background-color: #D47F3A;
    color: #fff;
}
*/
.cnt-app h1{
  font-size: 72px;
  line-height: 68px;
}
.cnt-app h2{
  font-size: 21px;
  line-height: 32px;
}
.pagination>li>a, .pagination>li>span{
  font-weight: 900;
  font-size: 21px;

}
/* ARTICLE */
.sharing a{
  display: inline-block;
  margin-right: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
}
#forum_agenda .sharing a{
  display: inline-block;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
}
h2.quote{
  padding-bottom: 15px;
  padding-top: 40px;
  border-top: solid 4px #E8871F;
  border-bottom: solid 4px #E8871F;
  margin-top: 35px;
  font-weight: 900;
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
}
.tags li{
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}
.tags li a{
  font-size: 16px;
}
/* SEARCH */
.gsc-input-box{
  height: auto !important;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2{
  width: auto !important;
  height: auto !important;
}
/* 5x1000 */
.sep{
  height: 4px;
  width: 40px;
}

#top_mille{
  width: 100%;
  height: 700px;
  background-image: url(/media/images/5x1000-big.jpg);
  background-size: cover;
  background-position: center center;
  border-top:solid 70px #fff;
  padding-top:40px;
  /*
   -webkit-box-shadow: inset 0px -54px 0px 0px #F4F4F4;
   -moz-box-shadow: inset 0px -54px 0px 0px #F4F4F4;
   box-shadow: inset 0px -54px 0px 0px #F4F4F4;
  */
  position: relative;
}
@media (max-width:768px){
  #top_mille{
    padding-top:0px;
    background-image: none;
  }
}
@media (min-width:768px){
  .ico-quest{
    background-image: url(/media/images/ico-quest.png);
    background-size: 126px 126px;
    background-repeat: no-repeat;
    width: 126px;
    height: 126px;
    position: absolute;
    left: -63px;
    top:25px;
  }
}
.cnt_mille{
  padding: 10%;
}
@media (min-width:1200px){
  .cnt_mille{
    padding: 15% 0 15% 15%;
  }
}
.circle-text {
  width:80%;
  margin: 0 auto;
}
.circle-text:after {
  content: "";
  display: block;
  width: 100%;
  height:0;
  padding-bottom: 100%;
  background: #19191A;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.circle-text div {
  float:left;
  width:100%;
  padding-top:56%;
  line-height:1em;
  margin-top:-6.5em;
  text-align:center;
}

/* FOOTER */
.claim-footer{
  background-image: url(/m/images/bg_claim_footer.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 95px 0;
}
.claim-footer h5{
  padding-top: 36px;
}
.claim-footer img{
  margin-left: 70px;
}
@media (max-width:768px){
  .claim-footer{
    padding: 30px 0;
    background-size: cover;
  }
}

#cnt_newsletter{
  background-color: #373737;
  font-size: 18px;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 900;
}
#cnt_newsletter a span, #cnt_newsletter a:hover span{
  font-size: 32px;
  line-height: 24px;
  margin-bottom: 20px;
  display: block;
}
#cnt_newsletter a{
  display: block;
  width: 100%;
  padding: 10px 0;
  border: solid 5px #292929;
  position: relative;
  z-index: 2;
}
@media (min-width:768px){
  #cnt_newsletter a:before{
    content: '';
    position: absolute;
    width: 90%;
    height: 120%;
    left: 5%;
    top: -10%;
    background-color: #373737;
    z-index: -1;
  }
  #cnt_newsletter a:after{
    content: '';
    position: absolute;
    width: 120%;
    height: 50%;
    left: -10%;
    top: 25%;
    background-color: #373737;
    z-index: -1;
  }
}
form .cnt_privacy{
  height: 200px;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #ccc;
  padding: 10px;
  overflow-y: scroll;
}

/* SOCIAL FEEED */
.twtr-doc {
  width: 100%
}
.head_facebook{
  padding-top: 7px;
}
#cff{
  font-family: 'Raleway', sans-serif;
}
#cff .cff-author .cff-page-name.cff-author-date{
  color: #252525;
}
/*
#cff a, #cff a:hover{
  color: #4c6ec3;
}
*/
#cff .cff-view-comments{
  background: transparent !important;
  display: none !important;
}
#cff .cff-text{
  font-size: 14px !important;
  font-weight: normal !important;
}
#cff .cff-link{
  display: none !important;
}
#cff .cff-text-link{
  width: 90% !important;
}
#cff .cff-post-links{
  margin-top: 0px !important;
}
#cff .cff-item {
  padding: 15px 0 5px 0 !important;
}

footer{
  background-color: #2D2D2D;
  padding: 26px 0 80px 0;
}
footer a, footer a:hover{
  color: #636363;
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
  text-transform: uppercase;
}
footer .copyright, footer .copyright a{
  color: #636363;
  font-size: 14px;
  line-height: 16px;
  text-transform: none;
  font-weight: 400;
}

#dropdown-menu,
#secondary-menu{
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 100;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 99%;
}

/*
#secondary-menu{
  padding: 0;
  top: 190px;
}
*/

#secondary-menu .content,
#dropdown-menu .content{
  background-color: #131321;
  padding-bottom: 30px;
  min-height: 75vh;
  /*height: 730px;*/
}
/*
#secondary-menu span.arrow,
#dropdown-menu span.arrow{
  display: block;
  height: 30px;
  line-height: 10px;
  padding: 2px;
  width: 30px;
  border: solid 4px #fff;
    background-image: url(/media/images/arrow-w.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 3px 3px;
}
*/
#secondary-menu span.arrow:before,
#dropdown-menu span.arrow:before{
  content: "\f178";
  font: normal normal normal 14px/1 FontAwesome;
}

#secondary-menu .item-container,
#dropdown-menu .item-container{
  /*height: 100%;*/
  display: inline-block;
}
#secondary-menu .item,
#dropdown-menu .item{
  background-size: cover;
  background-position: center center;
  color: #fff;
  padding: 0 30px;
  height: 100%;
  margin-bottom: 30px;
  /*height: 230px;*/
}
/*
#secondary-menu .item:hover{
  background-image: url("http://lorempixel.com/333/220/people");
  background-size: cover;
}*/

#secondary-menu .item h2,
#dropdown-menu .item h2{
  font-size: 21px;
  font-weight: 900;
  margin-top: 0;
  padding-top:30px;
  text-transform: uppercase;
}

#secondary-menu .item p,
#dropdown-menu .item p{
  font-family: museo-slab, serif;
}

#secondary-menu header,
#dropdown-menu header{
  color: #4c4e58;
  padding: 20px 45px;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
}

#secondary-menu header h1,
#dropdown-menu header h1{
  display: inline-block;
  font-weight: 900;
  font-size: 58px;
  margin: 0;
}

#secondary-menu header h2,
#dropdown-menu header h2{
  color: #fff;
  display: inline-block;
  font-weight: 900;
  font-size: 24px;
  margin-top: 5px;
}

#secondary-menu .close,
#dropdown-menu .close{
  background-image: url("/media/images/close.png");
  background-size: cover;
  display: inline-block;
  float: right;
  height: 40px;
  margin: 12px 0;
  width: 40px;
}

.secondary-menu-section,
.dropdown-menu-section{
  display: none;
}

header .active-trigger{
  border-bottom: 10px solid #D47F3A !important;
}

#secondary-menu .item a.archive, #dropdown-menu a.archive  {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  margin-right: 5px;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

#secondary-menu .item a.archive:hover, #dropdown-menu a.archive:hover{
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  display: inline-block;
  text-decoration: none;
}

aside nav>ul>li.active-trigger{
  border-bottom:0;
}

aside nav>ul>li.active-trigger>a{
  background-color: #f08600;
  color: #fff;
}

.p_big{
  font-size: 130%;
  line-height: 1.75em;
}

.button-full, .button-full:hover {
  height: auto;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}

.p_full_15{
  padding: 15px;
}

h2.claim, h2 .claim {
  font-size: 65px;
  margin: 0;
}

/*.button-full h4{
    font-weight: 400;
    font-size: 1.438em;
    line-height: 1.3em;
}*/

.button-container a{
  /*float: right;*/
  font-family: "Raleway", sans-serif;
}

.button-container a.no-float{
  float: none !important;
}

ul.disc{
  list-style: disc;
  padding-left: 20px;
}
ol{
  list-style: decimal;
  padding-left: 20px;
}
ul.disc>li{

  margin-bottom: 5px;
}

.centered{
  float: none !important;
  margin: auto !important;
}

.content-centered{
  text-align: center;
}

.row-logos{
  padding: 0 15px;
}
.col-logos {
  border: solid 1px #fff;

}
.col-logos a{
  position: relative;
  display: block;
}
.col-logos a div.mp-enti-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(240, 137, 0, 0.8);
  opacity: 0;
  text-align: left;
  z-index: 10;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
/* line 1353, main.scss */
.col-logos a div.mp-enti-overlay p {
  font-size: 20px;
  color: white;
  margin: 8% 0 2% 5%;
  line-height: 1;
  font-weight: 700;
  display: block;
}
.col-logos a div.mp-enti-overlay p.small {
  font-size: 10px;
}
/* line 1361, main.scss */
.col-logos a div.mp-enti-overlay span {
  font-size: 14px;
  line-height: 18px;
  color: white;
  margin: 5% 5% 0 5%;
  display: block;
}
/* line 1369, main.scss */
.col-logos a div.mp-enti-overlay i {
  position: absolute;
  bottom: 8%;
  border: 0;
  right: 5%;
}

@media screen and (min-width: 1024px) {
  /* line 1380, main.scss */
  .col-logos a:hover div.mp-enti-overlay {
    opacity: 1;
  }
}

.border_silver{
  border: 3px solid #C0C0C0 !important;
}

.modal-content{
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.modal-content h3{
  font-weight: 600;
  font-size: 1.5em
}

.modal-content h4{
  font-weight: 300 !important;
}

.modal-content p{
  font-size: 15px;
  line-height: 21px
}

.modal-content em.grey{
  color: #b0b0b0 !important;
  font-size: 15px;
  font-style: italic;
}


.modal-body {
  font-size: 12px;
  line-height: 18px;
  padding: 50px;
}

button.close {
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 300;
  margin-left: 30px;
  background-color: #EA7200;
  top: -20px;
  right: 20px;
  display: block;
  opacity: 1;
}

.cover_publication{
  position: relative;
}
.cover_publication img{
  border: solid 1px #E8E8E8;
}
.cover_publication:hover .cover-description{
  display: block;
}

.cover-description{
  background-color: rgba(255,144,45,0.93);
  color: #fff;
  display: none;
  height: 100%;
  width: 100%;
  padding: 30px;
  position: absolute;
  left:0;
  top:0;
}
.cover-description a{
  color: #fff;
  text-decoration: none;
}

.cover-description h1{
  font-weight: 900;
  font-size: 28px;
}

.cover-description p{
  font-family: "museo-slab";
}
@media (max-width:1024px){
  .cover-description{
    padding: 15px;
  }

  .cover-description h1{
    margin-top: 0;
  }
  .cover-description p{
    line-height: 1em;
  }
}
.block_forum {
  padding: 30px 30px 0px 30px;
  -webkit-box-shadow: inset 0px -30px 0px 0px #f4f4f4;
  -moz-box-shadow: inset 0px -30px 0px 0px #f4f4f4;
  box-shadow: inset 0px -30px 0px 0px #f4f4f4;
  background-color: #fff;
}

.block_forum h2 {
  color: #D3D3D3;
  font-size: 65px;
  font-weight: 600;
  margin-bottom: 50px;
}

.block_forum .more {
  width: 60px;
  height: 60px;
  background-color: #EB7100;
  color: #fff;
  font-size: 90px;
  line-height: 60px;
  text-align: center;
  display: block;
  margin-bottom: 40px;
}

.p_medium {
  font-size: 120%;
  line-height: 1.5em;
}

ul.dotted{
  list-style-type: disc;
  padding-left: 20px;
}

#sec_menu_container{
  background-color: #f5f5f5;
  padding-top: 17.5px;
  padding-bottom: 0;
}

#food_menu_container{
  padding: 0 15px 0 0;
}

#food_menu_container h3{
  font-weight: normal;
  font-size: 18px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}


.breadcrumb{
  margin-bottom: 0;
  margin-top: 15px;
}
.breadcrumb>.active {
  color: #F08600;
}
.no-margin-left{
  margin-left:0;
}

@media (min-width:767px){
  .hide-on-desktop {
    display: none !important;
  }
}

/* RESPONSIVE */

@media (max-width:767px){
  /* Homepage*/

  #highlight-home>img{
    width: auto !important;
  }

  .title_line_over{
    font-size: 43px;
    line-height: 30px;
    padding-bottom: 10px;
  }

  .box-article .over{
    top: -30px;
  }

  .box-article .over h1{
    font-size: 18px;
  }

  .cnt-app{
    text-align: center;
  }

  .cnt-app a{
    display: inline-block;
    text-align: center;
  }

  #cnt_newsletter a.bronze{
    font-size: 14px;
  }

  #cnt_newsletter a.white{
    font-size: 29px;
  }

  #breadcrumbs{
    margin-right: auto;
    margin-left: auto;
    padding: 0 15px;
  }

  /*CAROUSEL */

  #home-carousel{
    height: 450px;

    margin: 8px auto;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 15px;
    background-color: #22223A;
  }

  #home-carousel h1{
    font-size: 35px;
    word-wrap: break-word;
  }

  .carousel-indicators {
    position: absolute;
    bottom: 10%;
    top: 80%;
    left: 25%;
    right: inherit;
    z-index: 15;
    width: 200px;
    height: 100%;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    text-align: center;
  }
  .carousel-indicators li {
    display: inline-block;
  }

  .carousel-inner,
  .carousel-inner .item,
  .carousel-inner .item>img{
    height: 450px;
  }

  .carousel-caption{
    left: 2%;
    top: 5%;
  }


  /* MAIN MENU */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  }

  .navbar-brand{
    background-size: 160px 55px;
    height: 55px;
    width: 160px;
    margin-left: 15px !important;
  }

  .navbar-header .navbar-toggle{
    background-image: url('/media/images/x.png') ;
    background-position: center center;
    background-repeat: no-repeat;
    background-size:  20px;
    border-color: transparent;
    height: 60px;
    margin-top: 10px;
    padding: 15px;
  }

  .navbar-header .navbar-toggle.collapsed{
    background-image: none;
    border: 2px solid #dbdbdb;
  }

  .navbar-header .navbar-toggle .icon-bar{
    background-color:  transparent;
  }

  .navbar-header .navbar-toggle.collapsed .icon-bar{
    background-color:  #666;
    width: 28px;
    margin-top: 5px;
    margin-bottom: 6px;
  }

  #main-nav {
    position: absolute;
    width: 100%;
    margin-left: -16px;
    top: 80px;
    background: #FFF;
    z-index: 110;
    /*     height: 100vh; */
    /*overflow: scroll;*/
  }

  #main-nav>ul>li>a{
    font-size: 24px;
    font-weight: 900;
    padding-bottom: 15px;
    padding-left: 50px;
    text-transform: uppercase;
  }

  #main-nav .fa-chevron-down{
    font-size: 13px;
    left: 20px;
    position: absolute;
    top: 15px;
  }

  #main-nav .navbar-nav>li>.dropdown-menu{
    padding-left: 35px;
  }

  #main-nav .navbar-nav>li.langs {
    padding-left: 50px;
    font-weight: 300;
  }

  #main-nav .navbar-nav>li.langs a{
    padding-left: 0;
    padding-right: 0;
  }

  #main-nav .langs .active{
    font-weight: 300;
  }

  .secondary-mobile-menu-container > .row {
    margin: 0;
    padding: 0 15px;
  }

  .secondary-mobile-menu-container .menu-title {
    background-color: #f5f5f5;
    padding-top: 5px;
    padding-bottom: 5px;
  }


  .secondary-mobile-menu {
    display: none;
  }

  .secondary-mobile-menu > div {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .secondary-mobile-menu-item > ul {
    position: relative;
  }

  .secondary-mobile-menu .menu-item {
    padding-left: 20px;
  }

  .secondary-mobile-menu-container .menu-title h3,
  .secondary-mobile-menu .menu-item a {
    display: block;
    border-left: solid 5px #f08600;
    font-weight: bolder;
    font-size: 16px;
    color: #282828;
    line-height: 21px;
    letter-spacing: -0.05em;
    padding: 0px 0 0 8px;
    text-transform: uppercase;
    margin: 4px -6px;
    cursor: pointer;
  }

  .secondary-mobile-menu-container .menu-title h3 {
    height: 40px;
  }

  .secondary-mobile-menu-container .menu-title.dark,
  .secondary-mobile-menu .menu-item.dark,
  .data-menu-item-food {
    background-color: #22223a;
  }
  .secondary-mobile-menu-container .menu-title.dark h3,
  .data-menu-item-food a,
  .secondary-mobile-menu .menu-item.dark a {
    color: #fff;
  }

  .data-menu-item-food {
    padding-left: 50px;
  }

  .data-menu-item-food > li {
    border-bottom: 1px solid #FFF;
  }

  .data-menu-item-topics {
    padding-right: 50px;
  }

  .data-menu-item-topics > li {
    background-color: #f5f5f5;
    border-bottom: 1px solid #EAEAEA;
  }

  .secondary-mobile-menu.active-food .item-food {
    left : 0;
  }
  .secondary-mobile-menu.active-food .item-topics {
    left : 100%;
  }

  .secondary-mobile-menu.active-topics .item-food {
    left : -100%;
  }
  .secondary-mobile-menu.active-topics .item-topics {
    left : 0;
  }

  .secondary-mobile-menu {
    position: absolute;
    background: #FFF;
    width: 100%;
    top: 100%;
    z-index: 105;
  }

  /*MAGAZINE */
  .box-category{
    height: 150px !important;
  }

  /* AGENDA */

  .agenda .date-box{
    height: 200px !important;
    margin-bottom: 30px;
  }

  /* BUTTONS */
  .button-container {
    text-align: center;
  }

  .button-container>a{
    float: none;
    margin-top:10px;
  }

  .mobile-wrap{
    height:auto;
  }

  .mobile-text-center{
    text-align: center;
  }

  .btn.btn-arrow.mobile-wrap:after{
    top:inherit;
    bottom: 5px;
  }


  /* theme adapters */
  .p_t_b_75{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  h2{
    font-size: 1.7em;
  }

  h2.claim{
    font-size: 38px;
  }

  /*	#top-page{
    width: 100%;
    height: 400px;
    background-position: center top;
    background-size: cover;
    padding-top: 140px;
    border-bottom: solid 3px #fff;
   }*/

  #top-page .caption h1{
    font-size: 18px;
    line-height: 18px;
  }
  #top-page{
    background-color: #22223A;
  }
  #top-page img{
    height: 100%;
    opacity: .6;
  }
}

.border-big {
  border-width: 4px;
}

.sep {
  height: 4px;
  width: 40px;
}

#text-winner {
  line-height: 20px !important;
}

#text-winner h4{
  font-size: 1.438em;
  line-height: 1.3em;
}

.img-flag {
  position: absolute;
  right: 10%;
  bottom: 2%;
}

#vincitore h3{
  font-weight: 600;
  font-size: 1.5em;
}

#vincitore .box h2.title span {
  background-color: #F08600;
  color:#fff;
  padding: 0.5rem 0;
  -webkit-box-shadow: 1rem 0px 0px #F08600, -1rem 0px 0px #F08600;
  box-shadow: 1rem 0px 0px #F08600, -1rem 0px 0px #F08600;
  box-decoration-break: clone;
}

.bg_shaft {
  background-color: #333333 !important;
}

.wf-active .museo {
  visibility: visible;
}

@media (min-width: 768px)
{
  #vincitore .box h2.title span {
    line-height: 42px;
  }

  .two_columns {
    -webkit-columns: 2 346px;
    -moz-columns: 2 346px;
    columns: 2 346px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

.accordion {
  padding: 0 15px;
  height: 100vh;
}

.accordion .accordion-item {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  padding: 0;
  overflow: hidden;
  color: #fff;
}

.accordion .accordion-item .arrow {
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  text-align: center;
  font-size: 22px;
}

.accordion .accordion-item .arrow-left {
  background-color: #F5f5f5;
  color: #000;
  left: 0;
}

.accordion .accordion-item .arrow-right {
  background-color: #22223a;
  color: #FFF;
  right: 0;
}

.navbar-right{
  margin-top: 10px;
}

.navbar-right>li>a{
  padding-bottom: 20px;
  padding-top: 30px;
}

/* DROPDOWN BACKGROUNDS */
#dd_sueatablelife:hover{
  background-image: url('/media/images/dropdown/sueatablelife-dd.jpg');
}
#dd_paradox:hover{
  background-image: url('/media/images/dropdown/divulgazione-paradossi.jpg');
}

#dd_double_pyramid:hover{
  background-image: url('/media/images/dropdown/divulgazione-doppiap.jpg');
}

#dd_eating_planet:hover{
  background-image: url('/media/images/dropdown/divulgazione-eatingplanet.jpg');
}

#dd_milan_protocol:hover{
  background-image: url('/media/images/dropdown/divulgazione-protocollo.jpg');
}

#dd_youth_manifesto:hover{
  background-image: url('/media/images/dropdown/divulgazione-youth.jpg');
}

#dd_educative_projects:hover{
  background-image: url('/media/images/dropdown/divulgazione-progetti-edu.jpg');
}

#dd_research_areas:hover{
  background-image: url('/media/images/dropdown/ricerca-aree-di-ricerca.jpg');
}

#dd_research_projects:hover{
  background-image: url('/media/images/dropdown/ricerca-progetti-di-ricerca.jpg');
}

#dd_research_grants:hover{
  background-image: url('/media/images/dropdown/ricerca-grants.jpg');
}

#dd_public_consultation:hover{
  background-image: url('/media/images/dropdown/ricerca-bcfn-incontra.jpg');
}

#dd_alumni_about:hover{
  background-image: url('/media/images/dropdown/alumni-chisiamo.jpg');
}

#dd_alumni_governance:hover{
  background-image: url('/media/images/dropdown/alumni-governance.jpg');
}

#dd_alumni_partnership:hover{
  background-image: url('/media/images/dropdown/alumni-partner.jpg');
}

#dd_meet_alumni:hover{
  background-image: url('/media/images/dropdown/alumni-incontra.jpg');
}

#dd_mission:hover{
  background-image: url('/media/images/dropdown/chi-siamo-mission.jpg');
}

#dd_governance:hover{
  background-image: url('/media/images/dropdown/chi-siamo-mission.jpg');
}

#dd_team:hover{
  background-image: url('/media/images/dropdown/team-menu.jpg');
}

#dd_partnership:hover{
  background-image: url('/media/images/dropdown/chi-siamo-partner.jpg');
}

#dd_rtf:hover{
  background-image: url('/media/images/dropdown/rtf-map.jpg');
}

#dd_food:hover{
  background-image: url('/media/images/dropdown/noi_cibo_pianeta.jpeg');
}
#dd_mooc:hover{
  background-image: url('/media/images/dropdown/mooc.jpeg');
}
#dd_gunter:hover{
  background-image: url('/media/images/dropdown/gunter.jpeg');
}
#dd_scool:hover{
  background-image: url('/media/images/dropdown/scool-food-dropdown.jpg');
}
#dd_planet:hover{
  background-image: url('/media/images/dropdown/risparmiamo-il-pianeta-dropdown.jpg');
}
#dd_food_migration:hover{
  background-image: url('/media/images/dropdown/Dropdown-Food-Migration.jpg');
}
#dd_award:hover{
  background-image: url('/media/images/dropdown/Dropdown-Food-Sustainability-Media-Award.jpg');
}
#dd_fsi:hover{
  background-image: url('/media/images/dropdown/Dropdown-FSI-EDU.jpg');
}

/* SECONDARY DROPDOWN BACKGROUNDS */


#dd_forum:hover{
  background-image: url('/media/images/dropdown/food-forum-international-forum2020.jpg');
}
#dd_actionforchange:hover{
  background-image: url('/media/images/dropdown/dd-actionforchange.jpg');
}

#dd_learning_sustainability:hover{
  background-image: url('/media/images/dropdown/gunter-menu.jpg');
}

#dd_empowering_youth:hover{
  background-image: url('/media/images/dropdown/food-forum-bcfn-empowering-youth.jpg');
}

#dd_bcfnyes_17:hover{
  background-image: url('/media/images/dropdown/bcfn-yes.jpg');
}

#dd_bcfnyes_16:hover{
  background-image: url('/media/images/dropdown/bcfn-yes-2016.jpg');
}

#dd_bcfnyes_archive:hover{
  background-image: url('/media/images/dropdown/ricerca-grants.jpg');
}
#dd_student_sust:hover{
  background-image: url('/media/images/dropdown/DROPDOWN_RICERCA_IPSOS.jpg');
}
#dd_statement:hover{
  background-image: url('/media/images/dropdown/dd_dissemination.jpg');
}

#dd_asvis:hover{
  background-image: url('/media/images/dropdown/dd_asvis_orti.jpg');
}
#dd_skilled:hover{
  background-image: url('/media/images/dropdown/Dropdown-Skilled.jpg');
}
#dd_edu:hover{
  background-image: url('/media/images/dropdown/dd_seeds.jpeg');
}

.block_press_release, .block_bcfnyes, .block_finalisti {
  padding: 56px 30px 0px 30px;
  -webkit-box-shadow: inset 0px -30px 0px 0px #f4f4f4;
  -moz-box-shadow: inset 0px -30px 0px 0px #f4f4f4;
  box-shadow: inset 0px -30px 0px 0px #f4f4f4;
  background-color: #fff;
}

.block_bcfnyes .more {
  width: 60px;
  height: 60px;
  background-color: #EB7100;
  color: #fff;
  font-size: 90px;
  line-height: 60px;
  text-align: center;
  display: block;
  margin-bottom: 40px;
}

.block_bcfnyes h3{
  margin: 0;
  font-size: 1.5em;
  font-weight: 600;
}

.pyramid{
  border: 1px solid #f9f9f9;
}
.row-flex, .row-flex > div[class*='col-'] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex:1 1 auto;
}

.row-flex-wrap {
  -webkit-flex-flow: row wrap;
  align-content: flex-start;
  flex:0;
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
  margin:-.2px; /* hack adjust for wrapping */
}

.container-flex > div[class*='col-'] div,.row-flex > div[class*='col-'] div {
  width:100%;
}


.flex-col {
  display: flex;
  display: -webkit-flex;
  flex: 1 100%;
  flex-flow: column nowrap;
}

.flex-grow {
  display: flex;
  -webkit-flex: 2;
  flex: 2;
}
.well{
  width: 100%;
}
.btn.dropdown-toggle {
  height: 40px;
  line-height: 40px;
  padding: 0px 40px;
  display: inline-block;
  border: solid 1px #252525;
  font-weight: 900 !important;
  font-size: 20px;
  background-color: transparent;
  position: relative;
  color: #252525;
  text-decoration: none;
}
.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default,.btn-default:focus, .btn-default.focus{
  background-color: #FF902D;
  color: #fff;
}
.btn-group .btn-primary{
  color: #FF902D;
}
.btn-group .btn-primary:hover{
  color: #FFf;
}
.btn.dropdown-toggle{
  border-color: #FF902D;
  height: 55px;
  line-height: 40px;
  padding: 7px 40px 0 40px;
  font-weight: 500 !important;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
}
.btn.dropdown-toggle:hover{
  background-color: #FF902D;
}
.selectpicker {
  visibility: inherit;
}
#forum_agenda section:nth-child(odd),#ondemand section:nth-child(even) {
  background-color: #F4F4F4;
}
#forum_agenda section:nth-child(even),#ondemand section:nth-child(odd) {
  background-color: #fff;
}
#ondemand h2{
  font-size: 20px;
}
.keynote {
  padding-left: 67px;
}
.social{
  display: block;
  text-align: center;
  margin-bottom: 0;
}
.social.share{
  display: inline-block;
}
.social li{
  margin-right: 15px;
  margin-left: 15px;
  display: inline-block;
}
.social li a{
  font-size: 30px;
  line-height: 30px;
  color: #636363;
}
/* MEDIA */
.panel{
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background-color: transparent;
}
.collapse.in{
  padding: 60px 0px;
}
.panel-default>.panel-heading{
  border-bottom: dashed 4px #DADADA;
  background-color: transparent;

}
.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group{
  border: 0;
}
.panel-title a{
  font-size: 32px;
  font-weight: 900;
  padding-right: 30px;
  position: relative;
}
.panel-title a:after{
  content: "\f0ab";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 900;
  text-decoration: inherit;
  font-size:25px;
  position: absolute;
  top: 11px;
  right: 0;
}
.panel-title a.collapsed:after{
  content: "\f0a9";
}
.panel-body{
  padding: 0;
}
.block_press_release, .block_bcfnyes, .block_finalisti{
  padding: 56px 30px 0px 30px;
  -webkit-box-shadow: inset 0px -30px 0px 0px #f4f4f4;
  -moz-box-shadow: inset 0px -30px 0px 0px #f4f4f4;
  box-shadow: inset 0px -30px 0px 0px #f4f4f4;
  background-color: #fff;
}

.block_forum{
  padding: 30px 30px 0px 30px;
  -webkit-box-shadow: inset 0px -30px 0px 0px #f4f4f4;
  -moz-box-shadow: inset 0px -30px 0px 0px #f4f4f4;
  box-shadow: inset 0px -30px 0px 0px #f4f4f4;
  background-color: #fff;
}
.block_policy{
  padding: 56px 30px;
  margin-bottom: 30px;
  background-color: #fff;
}
.block_press_release .more, .block_bcfnyes .more, .block_forum .more{
  width: 60px;
  height: 60px;
  background-color: #EB7100;
  color: #fff;
  font-size: 90px;
  line-height: 60px;
  text-align: center;
  display: block;
  margin-bottom: 40px;
}
ul.list{
  list-style: disc;
  padding-left: 20px;
  margin-top: 5px;
}
.bt_filter{
  background-color: #fff ;
  color: #FF902D;
  border-color: #FF902D;
}
.bt_filter:hover{
  background-color: #FF902D;
  color: #fff;
  border-color: #FF902D;
}
.details{
  font-size: 12px;
  line-height: 14px;
  padding-left: 5px;
}
#streamingVideo .panel{
  background-color: #F4F4F4;
}
#streamingVideo	.collapse.in{
  padding: 0	}
#streamingVideo .panel-default>.panel-heading{
  border-bottom: dashed 0px #DADADA;
  background-color: #1D3655;
}
#streamingVideo .panel-default>.panel-heading.FoodTank{
  border-bottom: dashed 0px #DADADA;
  background-color: #357847;
}


.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group{
  border: 0;
}
#streamingVideo .panel-title{
  text-align: right;
}
#streamingVideo .panel-title a{
  font-size: 14px;
  font-weight: 400;
  padding-right: 55px;
  position: relative;
  text-align: right;
  color: #fff;
}
@media (max-width:768px){
  #streamingVideo .panel-title a{
    font-size: 12px;
  }
}
#streamingVideo	.panel-title a:after{
  content: "\f00d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 900;
  text-decoration: inherit;
  font-size:14px;
  position: absolute;
  top: 0px;
  right: 35px;
}
#streamingVideo	.panel-title a.collapsed:after{
  content: "\f04b";
}
#streamingVideo	.panel-title a span:nth-of-type(1){
  display: none;
}
#streamingVideo	.panel-title a span:nth-of-type(2){
  display: inline-block;
  font-weight: 900;
}
#streamingVideo	.panel-title a.collapsed span:nth-of-type(1){
  display: inline-block;
  font-weight: 600;
}
#streamingVideo	.panel-title a.collapsed span:nth-of-type(2){
  display: none;
}
#cnt_streaming{
  background-color: #222238;
  text-align: left;
  padding: 20px 40px;
}
#cnt_streaming{
  color: #fff;
}
#cnt_streaming h1{
  padding: 10px;
  background-color: #E28B31;
  text-transform: uppercase;
  width: 70%;
  position: relative;
  padding-left: 0;
}
#cnt_streaming h1:before{
  position: absolute;
  content: '';
  width: 40px;
  height: 100%;
  top: 0;
  left: -40px;
  background-color: #E28B31;
}
.panel-body{
  padding: 0;
}

#forum_partner h1{
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  margin: 0;
  margin-bottom: 20px;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.vertical-align {
  display: flex;
  align-items: center;
}
input#search{
  height: 41px;
}
.r_img{
  position: relative;
  background-color: #2d2d2d;
}
.r_img h2{
  font-size: 16px;
  color: #fff;
  padding: 10px 25px;
  border: solid 1px #fff;
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.15);
}
#dd_analysis:hover{
  background-image: url('/media/images/dropdown/dd_analysis.jpg');
}
#dd_press_review:hover{
  background-image: url('/media/images/dropdown/dd_press_review.jpg');
}

#dd_food_cities_progetto:hover{
  background-image: url('/media/images/dropdown/Dropdown-ciboecitta.jpg');
}
#dd_food_cities_evento_parma:hover{
  background-image: url('/media/images/dropdown/Dropdown-parma-ciboecitta.jpg');
}

#secondary-menu-mobile ul{
  padding-top: 10px;
}
#secondary-menu-mobile ul li{
  display: inline-block;
  margin-bottom: 3px;
  font-size: 12px;
  color: #fff;
}

#secondary-menu-mobile ul li a{
  color: #fff;
  background-color:  #D68F45;
  padding: 5px;
}
#secondary-menu-mobile ul li a.active{
  color: #fff;
  background-color:  #222337;
  padding: 5px;
}
/* banner lead articoli */
#banner_lead .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
#banner_lead{
  position: relative;
  display: inline-block;
  width: 100%;

  margin-bottom: 70px;
}
#banner_lead.bl_arancio{
  background-color: white;
  border: solid 4px #f08600;
}
#banner_lead.bl_blu{
  background-color: #21213a;
}
#banner_lead .cnt_lead{
  padding: 20px 30px 30px 0px;

}
#banner_lead.no_image .cnt_lead{
  padding: 20px 50px 30px 50px;

}
#banner_lead.bl_arancio h1{
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #333333;
}
#banner_lead.bl_blu p{
  font-size: 18px;
  line-height: 24px;
  font-size: 300;
  color: #fff;
}
#banner_lead.bl_blu h1{
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
}
#banner_lead.bl_arancio p{
  font-size: 18px;
  line-height: 24px;
  font-size: 300;
  color: #333333;
}
#banner_lead p i{
  margin-left: 20px;
}
#banner_lead .zest{
  color: #f08600;
}
#banner_lead .white{
  color: #fff;
}
#banner_lead .shaft{
  color: #333333;
}
#banner_lead .bl_image{
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;

}
#banner_lead .lead_label{
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #f08600;
}
#banner_lead .lead_label p{
  position: absolute;
  bottom: 20px;
  text-align: right;
  padding-right: 40px;
}
#banner_lead .lead_label:before {
  content: '';
  background-image: linear-gradient(to left top, #f08600 0%, #f08600 50%, transparent 50%);
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: -50%;
}
@media (max-width: 768px){
  #banner_lead .cnt_lead{
    padding: 20px 30px 30px 30px;

  }
}

/* RESTYLE */
.section_title{
  font-size: 72px;
  line-height: 72px;
}
.section_subtitle{
  font-size: 24px;
  line-height: 24px;
  height: 68px;
}
@media (max-width:1024px){
  .section_subtitle{
    height: auto;
  }
}
.box-article{
  position: relative;
  background-color: transparent;
}
.box-article img{
  opacity: 1;
}
.box-article h2{
  font-size: 14px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  padding-left: 14px
}
.box-article h2:after{
  position: absolute;
  content: '';
  top: -14px;
  left: 0;
  z-index: -1;
  content: '';
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: solid 4px white;
}
.box-article h1{
  font-size: 24px;
  line-height: 32px;
}
.box-article h1 span {
  font-size: 16px;
}
.box-article h2.sustainability:after {
  border-color:#8DC63F !important;
}
.box-article h2.all:after{
  border-color:#E6AF05 !important ;
}
.box-article h2.health:after{
  border-color:#00BEF2 !important ;
}
.box-article h2.society:after{
  border-color:#636363 !important ;
}
.box-article h2.education:after{
  border-color:#a94442 !important ;
}
/*
.box-article.highlight h1{
  font-size: 32px;
  line-height: 42px;
  margin: 0;
}
*/
.box-article.highlight img{
  margin-bottom: 20px;
}
.box-article.highlight h2{
  font-size: 18px;
  line-height: 24px;
  width: 60%;
  text-transform: none;
  padding: 0 20px 20px 20px;
  margin: 0;
}
.box-article.highlight h2:after{
  display: none;
}
.box-article.related h1{
  font-size: 18px;
  line-height: 24px;
}
.box-article.related h2 span{
  font-size: 12px;
}
.box-list h1 {
  font-size: 18px;
  line-height: 24px;
}
.button-category a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
@media (max-width:992px){
  .box-article.highlight h1{
    font-size: 24px;
    line-height: 32px;
  }
  .box-article.highlight h2{
    width: 100%;
  }
}
@media (max-width:768px){
  .section_title{
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width:991px){
  .row.flex .flex-item.topics{
    flex: none;
    width: 100%;
    height: 140px;
  }
  .row.flex .flex-item.topics .box-category{
    height: 140px !important;
  }
}

.btn.btn-arrow{
  height: 55px;
  line-height: 40px;
  padding: 7px 40px 0 40px;
  font-weight: 500 !important;
  font-size: 16px;
}
.btn.btn-arrow i {
  color: #fff;
}
.border-silver  .btn.btn-arrow{
  margin: -30px 0 0 0;
}
.border-silver .btn.btn-arrow:before {
  content: "";
  width: 30px;
  height: 15px;
  top: 18px;
  left: -31px;
  position: absolute;
  display: block;
  background-color: #fff;
}
.border-silver .btn.btn-arrow:after {
  content: "";
  width: 15px;
  height: 15px;
  top: 18px;
  right: -16px;
  position: absolute;
  display: block;
  background-color: #fff;
}

.full-width{width:100%!important;}

@media (min-width: 768px){
  .row.flex .col-sm-6 {
    width: 49.9% !important;
  }
}

.weekly h2 {
  font-size: 28px;
}
.weekly h2 span {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  display: inline-block;
}
.weekly h1 {
  font-size: 18px;
}
@media (max-width: 991px){
  .weekly h2 span {
    font-size: 16px;
  }
  .weekly h1 {
    font-size: 16px;
  }
}
.juicer-feed * {
  font-family: "Raleway",Helvetica,Arial,sans-serif !important;
}

@media (max-width: 1350px){
  .nav.navbar-nav.navbar-right {
    max-width: 820px;
  }
  .nav.navbar-nav.navbar-right li {
    border-bottom: 10px solid #fff;
  }
  .nav.navbar-nav.navbar-right li a {
    padding: 10px 15px 0 15px;
  }
  .nav.navbar-nav.navbar-right li.langs{
    padding-left: 0;
  }
  .nav.navbar-nav.navbar-right li.langs a{
    padding: 10px 15px 0 0;
  }
  .nav.navbar-nav.navbar-right li.langs a:first-child{
    padding: 10px 0 0 15px;
  }
  .nav.navbar-nav.navbar-right li.bt_search {
    position: absolute;
    top: 15px;
    right: 14px;
  }
  .nav.navbar-nav.navbar-right li.bt_search a {
    padding: 30px 20px;
  }

  #sec_menu>ul>li {
    min-width: 125px;
  }
  #sec_menu>ul>li a,
  aside nav>ul>li>a {
    font-size: 16px;
  }
  aside .row.no-margin-left{
    min-height: 92px;
  }
  #food_menu_container{
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  #food_sust{
    height: 100%;
  }
}
@media (max-width: 885px){
  .nav.navbar-nav.navbar-right {
    max-width: 520px;
  }
  .nav.navbar-nav.navbar-right li a {
    font-size: 12px;
  }
  .nav.navbar-nav.navbar-right li.langs {
    padding-left: 0;
  }
}
@media (max-width: 767px){
  .nav.navbar-nav.navbar-right {
    max-width: 100%;
    margin: 30px 0 0 0;
  }
  .nav.navbar-nav.navbar-right li.bt_search{
    position: static;
    padding: 0 15px;
    margin: 0;
  }
  .nav.navbar-nav.navbar-right li.bt_search a{
    padding: 15px !important;
    text-align: center;
  }
}

.modal-dialog{
  top: 10%;
}
.modal-content{
  box-shadow: none;
  border: 0;
  padding: 80px 100px;
  border: 5px solid #f09545;
}
.modal-content h5{
  font-size: 45px;
  line-height: 1.1;
  font-weight: 900;
  padding: 0;
  margin: 0;
}
.modal-content h6{
  font-weight: 300;
  font-size: 35px;
  line-height: 1.1;
  padding: 0;
  margin: 0;
}
.modal-content h6 span{
  font-weight: 500;
}
.modal-body {
  padding: 0 0 15px 0;
}
.modal-footer .btn {
  width: 100%;
  padding: 0;
  outline: none;
  margin-top: 0;
  line-height: 55px;
  height: 55px;
}
.modal-footer .dont-show {
  font-weight: 100 !important;
  padding: 0;
  margin-top: 20px;
  font-size: 14px;
}
.modal-backdrop.in {
  opacity: .85 !important;
  background-color: #F5F5F5 !important;
}
@media screen and (max-width: 991px){
  .modal-dialog .btn {
    margin-top: 30px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
  .modal-footer .dont-show {
    font-size: 14px;
  }
  .modal-content {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 768px){
  .modal-content h5 {
    font-size: 35px;
  }
  .modal-content h6 {
    font-size: 25px;
  }
  .modal-content {
    padding: 15px;
  }
}

@media (min-width: 992px){
  .row.flex .col-md-3 {
    width: 24.975%;
  }
}
@media (min-width: 768px){
  .row.flex .col-sm-4 {
    width: 33.291%;
  }
}

#winnerVideo .modal-content{
  padding: 0;
}
#winnerVideo .modal-header{
  padding: 0;
  border: 0;
}
#winnerVideo .modal-header button{
  z-index: 1;
  top: 0;
  right: 0;
  margin-top: -5px;
  background-color: #f09545;
}
#winnerVideo .modal-body{
  padding: 0;
  line-height: 0;
}

#week_calendar{
  height: auto; padding: 8px 30px 7px 30px; line-height: normal; background-color: #f08600; color: #fff;
}
form.busy #week_calendar i{
  display: inline;
}
ol.list-num { counter-reset: item; margin-left: 2.8em; }
ol.list-num li { display: block; margin-bottom: 20px;  counter-increment: count-me; }
ol.list-num li:before {
		content: counter(count-me) ". ";
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -2em;
    top: .05em;
    color: #f09545;
    font-weight: 700;
    font-size: 20px;
}
ol.list-num li strong{
	font-size: 20px;
}
