body{
  line-height: 1.25;
  font-family: "foco";
}
.header-overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0,97,158);
  background: -moz-linear-gradient(top, rgba(0,97,158,.75) 0%, rgba(0,127,158,.75) 50%, rgba(15,153,150,.75) 100%);
  background: -webkit-linear-gradient(top, rgba(0,97,158,.75) 0%,rgba(0,127,158,.75) 50%,rgba(15,153,150,.75) 100%);
  background: linear-gradient(to bottom, rgba(0,97,158,.75) 0%,rgba(0,127,158,.75) 50%,rgba(15,153,150,.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00619e', endColorstr='#0f9996',GradientType=0 );
}
.header{
  position: fixed;
  padding: 20px;
  width: 100%;
  top: 0;
  z-index: 10001;
  background-image: url('../images/header-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
ul.list-inline.soc-inline{
  display: inline-block;
  float: right;
}
.footer ul.list-inline.soc-inline {
  float: none;
}
.map-content .popup{
  float: left;
  width: 100%;
  text-align: center;
  display: none;
}
.map-content .popup a{
  float: left;
  width: 100%;
}
.map-content .popup iframe{
  width: 100%;
  height: 620px;
  border: none;
}
ul.list-inline.soc-inline li{
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  line-height: 30px;
}
.lpg-article-campaigns-content img {
  padding: 15px;
  border-radius: 3px;
}
.camp-article .lpg-article-campaigns-content .cont h2{
  color: #662383;
  margin-bottom: 25px;
}
.camp-article .lpg-article-campaigns-content .cont p{
  color: #1D71B8;
}
.camp_title{
  color: #fff !important;
}
ul.list-inline.soc-inline li i{
  color: #fff;
}
footer.footer ul.list-inline.soc-inline li i{
  /*line-height: 70px;*/
}
.header ul.list-inline.soc-inline li i{
  line-height: 30px;
}
ul.list-inline.soc-inline li.yout-head{
  background-color: #cc181e;
}
ul.list-inline.soc-inline li.twit-head{
  background-color: #00aced;
}
ul.list-inline.soc-inline li.lin-head{
  background-color: #4875B4;
}
ul.list-inline.soc-inline li.goog-head{
  background-color: #C63D2D;
}
.header .header-right{

}
.header .header-logo-img img.header-logoImg{
  margin-bottom: -55px;
  max-width: 100px;
  transition: all 0.35s;
  box-shadow: 0 1px 15px rgba(0,0,0,0.25);
  border-radius: 2px;
}
.header .header-logo-img img.header-logoImg:hover {
  transform: scale(0.95);
  cursor: pointer;
}

.header .header-logo-img img.header-logoImg.smalllogo {
  max-width: 60px;
  margin-top: -20px;
}
.header .header-logo h3 {
  margin:0;
  font-size: 1.3rem;
  line-height: 1.2rem;
  color: #fff;
}
.header .header-logo-img {
  text-align: center;
  position: relative;
  margin-top: -10px;
}
.header .header-right .member_area_url{
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 16px;
  background-color: #1D71B8;
}
.header .header-right button{
  border: none;
  background-color: #1D71B8;
  line-height: 20px;
  border-radius: 0;
  padding: 5px 10px;
  margin-right: 10px;
  font-size: 16px !important;
  color: #fff;
}
.header .header-right button i{
  margin-left: 15px;
}
.header #headerCollapse{
}

.header #headerCollapse .collapse-content {
  margin-top: 50px;
}
.header #headerCollapse ul.menu, .header #headerCollapseMembers ul.menu{
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}
.header #headerCollapse ul.menu li, .header #headerCollapseMembers ul.menu li {
  float: left;
  border:1px solid #fff;
  margin-right: 15px;
}
.header #headerCollapse ul.menu li a, .header #headerCollapseMembers ul.menu li a {
  color: #fff;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  background: rgba(0,0,0,0.35);
  transition: 0.4s ease all;
}
.header #headerCollapse ul.menu li a:hover, .header #headerCollapseMembers ul.menu li a:hover {
  background: rgba(255,255,255,0.35);
  transition: 0.4s ease all;  
}
.header #headerCollapse .collapse-content .search form input.search-query{
  height: 38px;
  border: 1px solid #fff;
  background-color: transparent;
  width: 100%;
  padding-left: 1.3rem;
  padding-right: 2.5rem;
  text-decoration: none;
  color: #fff;
}
.header #headerCollapse .collapse-content .search form input.search-query:focus{
  border: 1px solid #fff;
}
.header #headerCollapse .collapse-content .search form input.search-query::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
  font-style: italic;
}

.header #headerCollapse .collapse-content .search form input.search-query:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  font-style: italic;
}

.header #headerCollapse .collapse-content .search form input.search-query::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
  font-style: italic;
}
.header #headerCollapse .collapse-content .search form i.fa-search{
  position: absolute;
  right: 35px;
  color: #fff;
}
.header #headerCollapse ul.menu li a img, .header #headerCollapseMembers ul.menu li a img {
  display: none;
}
#home_campaigns .article_div .article_div_cont .art_url{
  position: absolute;
  bottom: 30px;
  background-color: #AC8CC0;
}
#home_campaigns .article_div .article_div_cont .art_url a{
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  padding: 5px 10px;
}
/* Banner CSS */
body.homepage #top_ban .ban_cont .cont-ban-cont{
  width: 100%;
  background-image: url(../images/media-module-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
body.homepage #top_ban .ban_cont{
  width: 100%;
  background-color: #eee;
  position: relative;
}
body.homepage #top_ban .ban_cont .ban_cont_text{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 250px;
  justify-content: center;
  align-items: center;
  display: flex;
}
body.homepage #top_ban .ban_cont .ban_cont_text .ban_text { 
  color: #fff;
  font-size: 4rem;
  line-height: 3.5rem;
  width: 50%;
  font-weight: 700;
  text-shadow: 0 5px 10px rgba(0,0,0,.5);
  text-align: center;
  margin: 50px 0 0 0;
}
body.homepage #top_ban .ban_cont .ban_cont_img img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  -webkit-animation: zoomin 15s ease-in infinite;
  animation: zoomin 15s ease-in infinite;
  transition: all .5s ease-in-out;
}

/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.1);}
  100% {transform: scale(1);}
}
@keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.1);}
  100% {transform: scale(1);}
  } /*End of Zoom in Keyframes */


  body.homepage #top_ban .ban_cont .ban_cont_div{
    background: #fff !important;
    padding: 35px 10% 35px 25px;
    width: 65%;
    display: inline-block;
    margin-top: -30px;
    border-radius: 15px 15px 0 0 !important;
  }
  #top_ban .ban_cont .ban_cont_div .ban_cont_div_title{
    color: #1D71B8;
  }
  #top_ban .ban_cont .ban_cont_div .ban_cont_div_subtitle{
    color: #1D71B8;
  }
  #top_ban .ban_cont .ban_cont_div .ban_cont_div_desc{
    color: #1D71B8;
    margin-top: 25px;
  }


  .ban_cont{
    position: relative;
    width: 100%;
  }
  .ban_cont .ban_cont_img{
    height: 600px;
    overflow: hidden;
  }
  .ban_cont .ban_cont_img img{
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
  }
  .cont-ban-cont{
    bottom: 0;
    width: 100%;
  }
  .cont-ban-cont.ban_not_home .ban_cont_div_title h2{
    color: #fff;
  }
  .cont-ban-cont.ban_not_home .ban_cont_div_subtitle h6{
    color: #fff;
  }
  .cont-ban-cont.ban_not_home .ban_cont_div_desc p{
    color: #fff;
  }
  .cont-ban-cont.ban_not_home .bann_menu{
    padding-left: 0;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
  }
  .cont-ban-cont.ban_not_home .bann_menu li{
    float: left;
    width: 50%;
  }
  .cont-ban-cont.ban_not_home .bann_menu li a{
    display: block;
    text-decoration: none;
    color: #C4EDFF;
    font-weight: bold;
    transition: 0.2s ease all;
    font-size: 1.1rem;
    text-shadow: 0 1px 1px rgba(0,0,0,0.8);
  }
  .cont-ban-cont.ban_not_home .bann_menu li a:hover{
    color: #fff;
    transition: 0.4s ease all;
  }
  .cont-ban-cont.ban_not_home .bann_menu li.active a{
    color: #fff;
  }
  .cont-ban-cont.ban_not_home{
    bottom: 50px;
    position: absolute;
  }
  .cont-ban-cont.ban_not_home .shar_div{
    position: absolute;
    bottom: -25px;
    color: #1D71B8;
    padding: 5px 20px;
    background-color: #fff;
    border-radius: 7px;
  }
  .cont-ban-cont.ban_not_home .shar_div.camp_shar{
    color: #662383;
  }
  .cont-ban-cont.ban_not_home .shar_div.camp_shar a{
    color: #662383;
  }
  .cont-ban-cont.ban_not_home .shar_div i{
    font-size: 22px;
  }
  .cont-ban-cont.ban_not_home .shar_div a{
    color: #1D71B8;
    margin-left: 15px;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
  }
  body.homepage #top_ban .ban_cont .ban_cont_div .shar_div{

  }
  body.homepage #top_ban .ban_cont .ban_cont_div .shar_div i{
    font-size: 22px;
    color: #1D71B8;
  }
  body.homepage #top_ban .ban_cont .ban_cont_div .shar_div a{
    color: #1D71B8;
    font-size: 22px;
    margin-left: 15px;
    font-weight: 500;
    text-decoration: none;
  }

  /*Home campaigns section css*/
  #home_campaigns{
    background-image:url('../images/campaings-module-home-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #home_campaigns .members-title{
    color: #fff;
  }
  #home_campaigns .members-subtitle{
    color: #fff;
  }
  #home_campaigns .members-subtext{
    color: #fff;
  }
  #home_campaigns .article_div{
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    height: 300px;
  }
  #home_campaigns .article_div img{
    object-fit: cover;
    opacity: 0.7;
  }
  #home_campaigns .article_div .article_div_cont{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px;
  }
  #home_campaigns .article_div .article_div_cont .article_title{
    color: #fff;
    font-weight: bold;
  }
  #home_campaigns .article_div .article_div_cont .article_desc{
    color: #fff;
    width: 60%;
  }
  #home_campaigns .article_div .article_div_button{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: rgba(102, 35, 131, 0.8);
    z-index: 9999;
    transition: all 0.35s;
  }
  #home_campaigns .article_div .article_div_button:hover{
    cursor: pointer;
  }
  #home_campaigns .article_div .article_div_button i{
    color: #fff;
    font-size: 35px;
    line-height: 60px;
    width: 60px;
    height: 58px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  #home_campaigns .article_div:hover .article_div_button {
    width: 100% !important;
    height: 100% !important;
  }
  #home_campaigns .article_div img {
    transition: all 0.35s;
  }
  #home_campaigns .article_div:hover img {
    transform: scale(1.2);
  }

  #home_policy{
    padding: 80px 0;
    background: #fff;
    background: -moz-linear-gradient(-45deg,  #FFF 0%, #e0ecf1 20%, #FFF 20%, #FFF 40%, #e0ecf1 40%, #FFF 60%, #e0ecf1 60%, #e0ecf1 80%, #FFF 80%);
    background: -webkit-linear-gradient(-45deg,  #FFF 0%,#e0ecf1 20%,#FFF 20%,#FFF 40%,#e0ecf1 40%,#FFF 60%,#e0ecf1 60%,#e0ecf1 80%,#FFF 80%);
    background: linear-gradient(135deg,  #FFF 0%,#e0ecf1 20%,#FFF 20%,#FFF 40%,#e0ecf1 40%,#FFF 60%,#e0ecf1 60%,#e0ecf1 80%,#FFF 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcede8', endColorstr='#fcede8',GradientType=1 );
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #home_policy .members-title{
    color: #00A19A;
  }
  #home_policy .members-subtext{
    color: #00A19A;
  }
  #home_policy .policy_div {
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
    overflow: hidden;
  }
  #home_policy .policy_div:hover .policy-overlay{
    opacity: 1;
    transition: 0.35s ease all;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  #home_policy .policy_div:hover .policy_title{
    transition: 0.35s ease all;
    opacity: 0;
  }
  #home_policy .policy_div:hover .button-div {
    background: transparent;
  }

  #home_policy .policy_div img {
    transition: all 0.35s;
  }
  #home_policy .policy_div:hover img {
    transform: scale(1.2);
  }
  #home_policy .policy_div .policy_title {
    position: absolute;
    opacity: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.35s ease all;
    color: #fff;
    text-align: center;
  }
  #home_policy .policy_div .policy_title h4{
    line-height: 250px;
  }
  #home_policy .policy_div .policy_img{
    height: 250px;
    object-fit: cover;
  }
  #home_policy .policy_div .button-div { 
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: rgba(219, 242, 241, 0.8);
    z-index: 1;
    transition: all 0.35s;
  }
  #home_policy .policy_div .button-div:hover{
    cursor: pointer;
  }
  #home_policy .policy_div .button-div i{
    color: #fff;
    line-height: 60px;
    font-size: 25px;
  }
  #home_policy .policy_div .policy-overlay{
    transition: 0.35s ease all;
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 60px;
    height: 60px;
    top: 100%;
    left: 100%;
  }
  #home_policy .policy_div .policy-overlay p{
    color: #fff;
    margin-bottom: 0;
  }
  #home_policy .policy_div .policy-overlay h4{
    color: #fff;
    margin-bottom: 0;
  }

  #home_members{
    padding: 80px 0 50px 0;
    background-image:url('../images/members-module-home-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
  }
  .lpg-article-layout{
    padding: 30px 0;
    background-image: url('../images/lpg-page-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
  }
  .lpg-article-layout .lpg-article-header h1 {
    font-size: 2.5rem;
    line-height: 2rem;
    color: #1D71B8;
  }
  .lpg-article-layout .lpg-article-intro-text {
    color: #1D71B8;
    font-weight: 600;
  }
  .lpg-article-layout .lpg-article-content{
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .lpg-article-layout .lpg-article-header{
    padding-left: 20px;
  }
  .lpg-article-layout .lpg-article-intro-text{
    padding-right: 20px;
  }
  .lpg-article-layout .lpg-article-content img{
    border-radius: 10px;
  }
  .lpg-article-layout .lpg-article-content .cont {
    margin-top: 20px;
  }
  .lpg-article-layout .lpg-article-content .cont p, .lpg-article-layout .lpg-article-content .cont li{
    color: #1D71B8;
    font-weight: 500;
    font-size: 15px;
  }
  .lpg-article-layout .lpg-article-content.content-empty{
    padding: 0;
  }
  .lpg-article-layout #mod_members .members_content{
    padding: 30px 30px 30px 30px;
    background-color: #FEFDF9;
    border-radius: 10px;
  }
  .lpg-article-layout #mod_members .members_content .member{
    position: relative;
    height: 120px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    border-radius: 5px;
    overflow: hidden;
  }
  .lpg-article-layout #mod_members .members_content .member .member-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(89,196,193);
    background: -moz-linear-gradient(left, rgba(89,196,193,.7) 0%, rgba(77,146,199,.7) 100%);
    background: -webkit-linear-gradient(left, rgba(89,196,193,.7) 0%,rgba(77,146,199,.7) 100%);
    background: linear-gradient(to right, rgba(89,196,193,.7) 0%,rgba(77,146,199,.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59c4c1', endColorstr='#4d92c7',GradientType=1 );
    opacity: 0;
    transition: 0.5s ease all;
    border-radius: 5px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .lpg-article-layout #mod_members .members_title{
    margin-top: 35px;
  }
  .lpg-article-layout #mod_members .members_desc{
    margin-top: 35px;
  }
  .lpg-article-layout #mod_members .members_content .nav-tabs a.nav-item > .country{
    color: #1D71B8;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 25px;
  }
  .lpg-article-layout #mod_members .members_content .member img {
    border-radius: 5px;
    object-fit: contain;
    object-position: center;
  }
  .lpg-article-layout #mod_members .members_content .member:hover{

  }
  .lpg-article-layout #mod_members .members_content{
    margin-top: 50px;
  }
  .lpg-article-layout #mod_members .members_content .nav-tabs a.nav-item {
    border: none !important;
    padding: 0;
    width: 23%;
    margin-right: 2%;
    border-radius: 10px;
    margin-bottom: 2%;
  }
  .lpg-article-layout #mod_members .members_content #dist-tab.nav-tabs a.nav-item {
     width: 31%;
  }
  .lpg-article-layout #mod_members .members_content .nav-tabs a.nav-item.active .member .member-overlay{
    opacity: 1;
  }
  .lpg-article-layout #mod_members .members_content .member:hover .member-overlay{
    opacity: 1;
    transition: 0.5s ease all;
  }
  #mod_members .members_title h2{
    font-size: 3rem;
    color: #1D71B8;
  }
  #mod_members .members_desc p{
    color: #1D71B8;
    font-weight: 600;
  }
  .lpg-article-layout #mod_members .member-info{
    width: 60%;
    background: rgb(89,196,193);
    background: -moz-linear-gradient(left, rgba(68, 188, 184, 0.9) 0%, rgba(77,146,199,0.9) 100%);
    background: -webkit-linear-gradient(left, rgba(68, 188, 184, 0.9) 0%,rgba(77,146,199,0.9) 100%);
    background: linear-gradient(to right, rgba(68, 188, 184, 0.9) 0%,rgba(77,146,199,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59c4c1', endColorstr='#4d92c7',GradientType=1 );
    padding: 15px;
    border-radius: 10px;
    min-height: 190px;
  }
  .lpg-article-layout #mod_members .name{
    color: #fff;
    font-weight: bold;
  }
  .lpg-article-layout #mod_members .address{
    color: #fff;
    margin-bottom: 0;
    font-size: 13px;
  }
  .lpg-article-layout #mod_members .country{
    margin-bottom: 25px;
    color: #fff;
    font-size: 13px;
  }
  .lpg-article-layout #mod_members .we_site{
    color: #1D71B8;
    padding: 10px 15px;
    font-size: 16px;
    background-color: #fff;
    margin-top: 20px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
  }
  #mod_members .nav-tabs{
    border-bottom: none;
  }
  #assoc-tabContent .member-info .name, #affil-tabContent .member-info .name{
    font-size: 20px;
  }
  #assoc-tabContent .member-info .address, #affil-tabContent .member-info .address{
    font-size: 17px;
    margin-top: 50px;
  }
  #assoc-tabContent .member-info, #affil-tabContent .member-info{
    width: 100% !important;
    height: 330px;
    padding: 30px !important;
  }
  #assoc-tabContent .member-info .country, #affil-tabContent .member-info .country{
    font-size: 17px;
    margin-bottom: 90px;
  }
  #assoc-tabContent .member-info .we_site, #affil-tabContent .member-info .we_site{

  }
  .header-right .list-inline-item.lin-head:nth-child(3n){
    margin-right: .5rem !important;
  }


  .table_campaings {
   border-collapse: unset;
   margin: 35px 0;
 }
 .table_campaings td {
   background: #fff;
   border: none;
   border-radius: 10px;
   font-size: 18px;
   padding: 30px;
   font-weight: 600;
   color: #1D71B8;
 }
 .lpg-events{
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.campaigns .blogcampaigns{
  padding: 50px 0;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(237,229,240,1) 10%, rgba(237,229,240,1) 20%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 30%, rgba(237,229,240,1) 30%, rgba(237,229,240,1) 40%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 50%, rgba(237,229,240,1) 50%, rgba(237,229,240,1) 60%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 70%, rgba(237,229,240,1) 70%, rgba(237,229,240,1) 70%, rgba(237,229,240,1) 80%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 90%, rgba(237,229,240,1) 90%);
  background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 10%,rgba(237,229,240,1) 10%,rgba(237,229,240,1) 20%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 30%,rgba(237,229,240,1) 30%,rgba(237,229,240,1) 40%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 50%,rgba(237,229,240,1) 50%,rgba(237,229,240,1) 60%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 70%,rgba(237,229,240,1) 70%,rgba(237,229,240,1) 70%,rgba(237,229,240,1) 80%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 90%,rgba(237,229,240,1) 90%);
  background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 10%,rgba(237,229,240,1) 10%,rgba(237,229,240,1) 20%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 30%,rgba(237,229,240,1) 30%,rgba(237,229,240,1) 40%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 50%,rgba(237,229,240,1) 50%,rgba(237,229,240,1) 60%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 70%,rgba(237,229,240,1) 70%,rgba(237,229,240,1) 70%,rgba(237,229,240,1) 80%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 90%,rgba(237,229,240,1) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ede5f0',GradientType=1 );
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.campaigns .blogcampaigns .item-camp-img, .campaigns .blogcampaigns .item-camp-img img{
  height: 225px;
}
.campaigns .blogcampaigns .item-camp-cont{
  height: 225px;
  width: 70%;
  margin: 0 auto;
}
.campaigns .blogcampaigns .item-camp-cont .table-cell{
  display: table-cell;
  vertical-align: middle;
}
.campaigns .blogcampaigns .item-camp-img img{
  object-fit: cover;
}
.campaigns .blogcampaigns .item-camp-cont .item-camp-title{
  text-decoration: none;
}
.campaigns .blogcampaigns .item-camp-cont .item-camp-title h2{
  color: #662383;
  font-size: 38px;
}
.campaigns .blogcampaigns .item-camp-cont .item-camp-intro{
  color: #662383;
  font-size: 15px;
  font-weight: 600;
}
.campaigns .blogcampaigns .item-camp-cont .item-camp-icon{
  font-size: 23px;
  padding: 5px 10px;
  text-align: center;
  background-color: #7B4093;
}
.campaigns .blogcampaigns .item-camp-cont .item-camp-icon i{
  color: #fff;
}
.campaigns .blogcampaigns .item-camp-div{

}
.blogcampaigns .items-row{
  margin-top: 20px;
}
.media-content-div{
}
.media-content-div ul.category-module{
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.media-content-div ul.category-module li {
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.3s;
}
.media-content-div ul.category-module li:hover {
  background-color: #dde9f5;
}
.media-content-div ul.category-module li.media_item .media_item_cont{
  padding-left: 10px;
}
.media-content-div ul.category-module li.media_item a {
  text-decoration: none;
}
.media-content-div ul.category-module li.media_item a h4 {
  font-size: 0.95em;
  color: #1D71B8;
  line-height: 1;
  margin-bottom: 10px;
}
.media-content-div ul.category-module li.media_item .media_item_cont .item_down{
  background-color: #1D71B8;
  text-align: center;
  padding: 5px 10px;
}
.media-content-div ul.category-module li.media_item .media_item_cont .item_down a{
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}
.media-content-div ul.category-module li.media_item .media_item_img img{
  border-radius: 0;
  height: 100px;
  object-fit: cover;
}
.media-content-div.listView .media_item .media_item_cont .media_item_title h4{
  margin-bottom: 0;
}
.media-content-div.listView .media_item .media_item_cont{
  padding-left: 0 !important;
  margin-bottom: 5px;
  width: 100%;
  border-bottom: 2px solid #1D71B8;
}
.media-content-div.listView .media_item .item_down{
  text-align: right;
  padding-left: 5px;
}
.media-content-div.listView .media_item .item_down a{
  text-decoration: none;
  background: #1D71B8;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 15px;
  color: #fff;
}
#whatIsLpg{
  padding: 50px 0 0px 0;
  
  background-color: #eee;
}
#whatIsLpg .top_section{
  margin: 100px 0px 60px 0;
}
#whatIsLpg .top_section .top_div{
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  position: relative;
}
#whatIsLpg .top_section .top_div .top_div_img{
  position: absolute;
  top: -100px;
  left: calc(50% - 40px);
}
#whatIsLpg .top_section .top_div .top_div_desc{
  text-align: left;
  margin-top: 40px;
}
#whatIsLpg .top_section .top_div .top_div_desc p{
  color: #1D71B8;
  font-weight: 600;
}
#whatIsLpg .benefits_section .benefits_banner{
  background-repeat: no-repeat;
  background-size: cover;
}
#whatIsLpg .benefits_section .benefits_cont{
  margin:40px 0;
}
#whatIsLpg .benefits_section .benefits_bann{
  padding: 20px;
  background-color: rgba(255,255,255,0.7);
  border-radius: 10px;
  margin: 30px 0;
  text-align: center;
}
#whatIsLpg .benefits_section .benefits_bann .ben_ban_title{
  font-size: 3rem;
  color: #7F2082;
}
#whatIsLpg .benefits_section .benefits_bann .ben_ban_subt{
  color: #1D71B8;
  font-weight: 600;
}
#whatIsLpg .benefits_section .benefits_cont .benefit-div{
  text-align: center;
}
#whatIsLpg .benefits_section .benefits_cont .benefit-div .benefit-img img{
  border-radius: 10px;
}
#whatIsLpg .benefits_section .benefits_cont .benefit-div .benefit-title{
  margin-top: 10px;
  color: #1D71B8;
  font-weight: 600;
}
#whatIsLpg .benefits_section .benefits_cont .benefit-div .benefit-title h3{
  font-size: 1.70rem;
}
#whatIsLpg .benefits_section .benefits_cont .benefit-div .benefit-desc{
  color: #1D71B8;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 45px;
}
.benefit-img {
  overflow: hidden;
  border-radius: 10px
}
.benefit-img img {
  transition: all 0.35s;
}
.benefit-img:hover img {
  transform: scale(1.1);
}

#lpgUsage .card{
  border:none;
}
#lpgUsage .card .card-header {
  border-bottom:none;
  background-color: #762282;
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 2px;
}
#lpgUsage .card .card-header:hover {
  opacity: 0.9;
}
#lpgUsage .card .card-header .btn{
  text-decoration: none;
  color: #fff;
  font-size: 26px;
  width: 100%;
  text-align: left;
  height: 65px;
  border: none;
}
#lpgUsage .card{
  background: transparent;
}
#lpgUsage .card .card-header .btn i{
  float: right;
  line-height: 50px;
  font-size: 32px;
  position: absolute;
  top: 13px;
  right: 15px;
}
#lpgUsage .card .card-header .btn img{
  margin-right: 20px;
}
#lpgUsage .card .card-body .card-desc{
  margin: 25px 0;
  color: #1D71B8;
  font-size: 17px;
  line-height: 1.5rem;
}
#lpgUsage .card .card-header .btn[aria-expanded="true"] i.fa-plus{
  display: none;
}
#lpgUsage .card .card-header .btn[aria-expanded="true"] i.fa-minus{
  display: block;
}

#lpgUsage .card .card-header .btn[aria-expanded="false"] i.fa-plus{
  display: block;
}
#lpgUsage .card .card-header .btn[aria-expanded="false"] i.fa-minus{
  display: none;
}
.usedFor_section .usedFor_div .usedFor_title{
  font-size: 3rem;
  color: #7F2082;
}
.usedFor_section .usedFor_div .usedFor_subt{
  color: #1D71B8;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 20px;
  font-weight: 600;
}
.lpgStations_section{
  margin-top: 50px;
}
.lpgStations_section .stations_div .stations_title{
  font-size: 3rem;
  color: #7F2082;
}
.lpgStations_section .stations_div .stations_subt{
  color: #1D71B8;
  font-weight: 600;
}
.lpgStations_section .stations_div .stations_subt a{
  text-decoration: none;
  color: #00A19A;
}
.lpgStations_section .stations_cont .nrStations{
  font-size: 30px;
  color: #662383;
  margin-bottom: 0;
  font-weight: 600;
}
.lpgStations_section .stations_cont .nrDesc{
  color: #1D71B8;
  font-weight: 600;
  font-size: 27px;
  line-height: 1.7rem;
}
.lpgStations_section .cars_cont .nrStations{
  font-size: 30px;
  color: #662383;
  margin-bottom: 0;
  font-weight: 600;
}
.lpgStations_section .cars_cont .nrDesc{
  color: #1D71B8;
  font-weight: 600;
  font-size: 27px;
  line-height: 1.7rem;
}
#map-europe{
  width: 100%;
}
#map-europe .cssmap{
  width: 100%;
}
.employeesDiv .employeeLongDesc{
  text-align: justify;
}
.lpgIndustry_section{
  margin-top: 50px;
}
.lpgIndustry_section .industry_banner{
  background-repeat: no-repeat;
  background-size: cover;
}
.lpgIndustry_section .industry_banner .industry_bann{
  padding: 20px 20px 35px 20px;
  background-color: rgba(255,255,255,0.7);
  border-radius: 10px;
  margin: 30px 0;
  text-align: center;
}
.lpgIndustry_section .industry_banner .industry_bann .ind_ban_title{
  font-size: 3rem;
  color: #7F2082;
}
.lpgIndustry_section .industry_banner .industry_bann .ind_ban_subt{
  color: #1D71B8;
  font-weight: 600;
  width: 80%;
  margin: 0 auto;
}
.lpgEmployees{
  padding: 50px 0 50px 0;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 13%, rgba(231,221,236,1) 14%, rgba(231,221,236,1) 24%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 35%, rgba(236,221,237,1) 36%, rgba(236,221,237,1) 46%, rgba(255,255,255,1) 47%, rgba(255,255,255,1) 58%, rgba(240,234,244,1) 59%, rgba(240,234,244,1) 69%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 82%, rgba(242,233,244,1) 83%, rgba(242,233,244,1) 93%, rgba(255,255,255,1) 94%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 13%,rgba(231,221,236,1) 14%,rgba(231,221,236,1) 24%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 35%,rgba(236,221,237,1) 36%,rgba(236,221,237,1) 46%,rgba(255,255,255,1) 47%,rgba(255,255,255,1) 58%,rgba(240,234,244,1) 59%,rgba(240,234,244,1) 69%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 82%,rgba(242,233,244,1) 83%,rgba(242,233,244,1) 93%,rgba(255,255,255,1) 94%,rgba(255,255,255,1) 100%);
  background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 13%,rgba(231,221,236,1) 14%,rgba(231,221,236,1) 24%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 35%,rgba(236,221,237,1) 36%,rgba(236,221,237,1) 46%,rgba(255,255,255,1) 47%,rgba(255,255,255,1) 58%,rgba(240,234,244,1) 59%,rgba(240,234,244,1) 69%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 82%,rgba(242,233,244,1) 83%,rgba(242,233,244,1) 93%,rgba(255,255,255,1) 94%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lpgEmployees .employeeNr p{
  font-size: 60px;
  font-weight: 600;
  color: #951B81;
  margin-bottom: 0;
}
.lpgEmployees .employeesubt1 p{
  font-size: 35px;
  color: #1D71B8;
  margin-bottom: 0;
  font-weight: bold;
}
.lpgEmployees .employeesubt2 p{
  color: #1D71B8;
  font-weight: 600;
  font-size: 22px;
}
.lpgEmployees .employeeLongDesc p{
  color: #1D71B8;
  font-weight: 600; 
  line-height: 1.5rem;
}
#home_campaigns .article_div .campaign-overlay{
  transition: 0.5s ease all;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
#home_campaigns .article_div .overlay-link .campaign-overlay{
  font-size: 3rem; 
  color: #fff;
}
#home_campaigns .article_div:hover .campaign-overlay{
  opacity: 1;
  transition: 0.5s ease all;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
}
.article-cont-img{  
  object-fit: cover;
}
.navbar-toggler.collapsed .fa-bars::before {
  content: "\f0c9";
}
.navbar-toggler .fa-bars::before {
  content: "\f00d";
}
#searchForm{
  padding: 40px 0 0px 0;
}
#searchForm .btn-toolbar input[name="searchword"]{
  padding: 10px 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-right-color: transparent;
  border: 2px solid #25aeac;
  font-size: 19px;
}
#searchForm .btn-toolbar button[name="Search"]{
  font-size: 19px;
  background-color: #25aeac;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #fff;
}
#searchForm .btn-toolbar{
  margin-bottom: 15px;
}
#searchForm .searchintro{
  font-size: 18px;
}
#searchForm .phrases .phrases-box{
  margin-bottom: 10px;
}
#searchForm .phrases .ordering-box{
  margin-bottom: 10px;
}
#searchForm .phrases .ordering-box .chzn-container{

}
#searchForm .phrase .ordering-box .chzn-container-single > .chzn-single{
}
.container-results-search{
  margin-bottom: 35px;
}
.container-results-search .search-results .result-created{
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}
.pagination .page-item a.page-link{
  border-color: #25aeac;
}
.pagination .page-item a.page-link span.fa{
  color: #25aeac;
}
.pagination .page-item a{
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
  border-color: #25aeac;
}
.pagination .page-item{
  height: 40px;
}
.pagination .page-item a > span.fa{
  line-height: 40px;
}
.pagination .page-item.disabled .page-link span.fa{
  color: #6c757d;
}
.pagination .page-item.active .page-link{
  background-color: #25aeac;
}
.blog.pageupdates{
  padding: 50px 0 80px 0;
  background-color: #eee;
}
.pageupdates-cont{
  padding: 25px;
  background-color: #fff;
  border-radius: 10px;
}
.updateImg {
  height: 200px;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}
.updateImg .overlay-mod{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
}
.updateImg img{
  max-height: 300px;
  transition: 0.5s ease all;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.updateImg img:hover{
  transform: rotate(-1deg) scale(1.1);
  transition: 0.5s ease all;
}
.updateCont{
  background-color: #79ceda;
  padding: 13px;
  padding-bottom: 50px;
  position: relative;
}
.updateCont .updateCategory{
  float: left;
  color: #fff;
  margin-right: 5px;
  font-weight: bold;
}
.updateCont .updateDate{
  margin-left: 10px;
  color: #1275BC;
  font-weight: bold;
}
.updateCont p{
  margin-bottom: 0;
}
.updateTitle{
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0,0,0,0.25)
}
.updateTitle:hover{
  text-decoration: none;
}
.pageupdates-cont .item{
  margin-bottom: 30px;
}
.pageupdates-cont .down_link{
  position: absolute;
  left: 13px;
  bottom: 10px;
  background-color: #1275BC;
  color: #fff;
  text-decoration: none;
  padding: 5px 15px;
}
.updateTitle h5 {
  height: 50px;
  line-height: 1.2rem;
  margin: 5px 0;
}
.pageupdates .cat_title{
  font-size: 3rem;
  color: #1D71B8;
}
.article_down_link a{
  background-color: #1275BC;
  color: #fff;
  text-decoration: none;
  padding: 5px 15px;
}
.pagination .counter {
  display: block;
  width: 100%;
}
.ban_cont_img_overlay {
  background: rgba(0,0,0,0.15);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}











@media( max-width: 1200px ){
  .header .form-inline{
    width: 300px;
    margin: 0 auto;
  }
  .header #headerCollapse .collapse-content .search form i.fa-search{
    right:calc(50% - 130px);
    bottom: 13px;
  }
  .header #headerCollapse ul.menu li{
    margin-top: 10px;
  }
}

@media( max-width: 991px ){
  .ban_cont_div{
    width: 100% !important;
  }
  .header .header-logo h3{
    font-size: 1rem;
  }
  .header ul.list-inline.soc-inline{
    float: left;
    margin-top: 10px;
  }
  .header{
    padding-right: 10px;
  }
  .header .header-right button{
    margin-right: 5px;
    font-size: 15px;
  }
  .header .header-right .member_area_url{
    font-size: 15px;
  }
  .media-content-div .media_item{
    margin-top: 30px;
  }
  body.homepage #top_ban .ban_cont .ban_cont_text .ban_text{
    font-size: 3rem;
  }
  #home_campaigns .article_div .article_div_cont{
    padding: 20px;
  }
  #home_campaigns .article_div .article_div_cont .article_title{
    font-size: 1.3rem;
  }
  #home_campaigns .article_div .article_div_cont .article_desc{
    width: 80%;
    font-weight: initial;
  }
  #home_campaigns .article_div .article_div_cont .art_url{
    bottom: 10px;
  }
  #home_campaigns .article_div .article_div_button{
    width: 40px;
    height: 40px;
  }
  #home_campaigns .article_div .article_div_button i{
    line-height: 40px;
    font-size: 22px;
  }

}

@media( max-width: 768px ){
  .pageupdates-cont {
    padding: 0;
    background: transparent;
  }
  .header .header-logo-img img.header-logoImg.smalllogo {
    margin-top: 0px;
  }
  .lpg-article-layout #mod_members .members_content .member{
    text-align: center;
  }
  .header {
    padding: 10px 0;
  }
  .header #headerCollapse ul.menu li{
    margin: 5px 0 5px 0;
    width: 100%;
  }
  .header .form-inline{
    margin: initial;
    width: 48%;
  }
  .header #headerCollapse .collapse-content .search form i.fa-search{
    left: calc(48% - 25px);
    right: initial;
  }
  table, thead, tbody, th, td, tr { 
    display: block; 
  }  
  thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  td { 
    border: none;
    position: relative;
    padding-left: 50%; 
    margin-bottom: 10px;
  }
  td:before { 
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
  }
  .header ul.list-inline.soc-inline{
    display: none;
  }
  .header .header-right {
    text-align: right;
  }
  body.homepage #top_ban .ban_cont .ban_cont_text .ban_text{
    font-size: 3rem;
    width: 90%;
    line-height: 2.5rem;
  }
  #home_campaigns .article_div img{
    height: 215px;
  }
  #home_campaigns .article_div .overlay-link .campaign-overlay{
    font-size: 2rem;
  }
  #lpgUsage .card .card-header .btn{
    font-size: 20px;
  }
  .employeeIcon img{
    width: 50% !important;
  }
  .employeesDiv .employeeLongDesc{
    -moz-column-count: 1;
    -moz-column-gap: 0px;
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
    column-count: 1;
    column-gap: 0px;
  }
  #map-europe-members{
    position: initial !important;
  }
  .lpg-article-layout #mod_members .member-info{
    width: 100%;
  }
  #assoc-tabContent .member-info .country{
    margin-bottom: 65px;
  }
  .header .header-logo-img img.header-logoImg {
    max-width: 80px;
  }
}

@media ( max-width: 576px ){
  .lpg-article-layout #mod_members .members_content .nav-tabs a.nav-item{
    width: 48%;
  }
  .header .header-logo-img img.header-logoImg{
    margin-bottom: 10px;
  }
  .header .header-logo-img {
    text-align: left;
    margin: 0;
  }
  .header .header-right button{
    margin: 0 0 10px 0;
  }
  .header .header-right .member_area_url{
    margin-right: 0;
    display: inline-block;
  }
  .header #headerCollapse .collapse-content{
    margin-top: 0;
  }
  .header .form-inline{
    width: 100%;
  }
  .header #headerCollapse .collapse-content .search form i.fa-search{
    left: calc(100% - 40px);
  }
  .media-content-div .media_item{
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
  }
}

@media( max-width: 490px ){
  #home_policy .policy_col{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }   
  #home_policy .policy_div .policy_img{
    object-fit: cover;
  }
}






.header #headerCollapseMembers ul.menu {
  margin: 0 0 10px 0;
}
.header #headerCollapseMembers ul.menu li {
  margin-right: 5px;
  margin-bottom: 5px;
  width: 24.5%;
}
.header #headerCollapseMembers ul.menu li a:hover + ul, .header #headerCollapseMembers ul.menu li ul:hover {
  display: inline-table;
  top: 90%;
  border-radius: 0;
  background: rgba(143, 91, 33,0.85);
  right: 0;
  width: 100%;
  float: none;
  border: 1px solid #eee;
  border-top: none;
  box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
.header #headerCollapseMembers ul.menu li a:hover + ul li ul, .header #headerCollapseMembers ul.menu li ul:hover li ul {
  left: 50px;
  top: 70%;
  border: 1px solid #eee;
  box-shadow: 0 5px 10px rgba(0,0,0,0.3);
  width: calc(100% - 50px);
}
.header #headerCollapseMembers ul.menu li ul.nav-child li {
  border: none;
  width: 100%;
  margin: 0;
}

.header #headerCollapseMembers ul.menu li ul.nav-child li a {
  background: none;
}
.header #headerCollapseMembers ul.menu li ul.nav-child li a:hover {
  background: rgba(255,255,255,0.35);
}
/*main > div.com_docman {
  padding-top: 130px;
}*/

.lpg-article-layout {
    padding: 130px 0 30px 0;
}

.k-ui-namespace .docman_download {
  width: 100% !important;
  min-width: 100px;
  max-width: 100% !important;
}
.k-ui-namespace .docman_download__filename {
  font-size: 12px;
}
.k-ui-namespace .docman_document_details {
  min-height: 50px;
}
.k-ui-namespace .koowa_header__item {
  vertical-align: top;
}
.k-ui-namespace .docman_download__info {
  display: inline;
  padding: 0 20px;
}

.header #headerCollapseMembers .collapse-content {
  margin-top: 60px;
}
.dropdown-toggle::after {
  float: right;
  margin: 8px 0;
}
.docman_page_heading {
  padding: 0 10px;
}

#headerCollapseMembers.collapse:not(.show) {
  /*display: block;*/
}

.navbar-toggler-members {
  background-color: #e94e1b !important;
}
.header .header-right button.navbar-toggler-members i {
  margin-left: 0 !important;
  width: 15px;
}

@media only screen and (max-width: 1080px) {
  .header #headerCollapseMembers ul.menu li {
    width: 32.5%;
  }
}

@media( max-width: 768px ) {
  .header #headerCollapseMembers ul.menu li {
    width: 100%;
  }
  #headerCollapseMembers.collapse:not(.show) {
    display: none;
  }
}


.jumbotron {
  background: #0f70b7;
  color: #fff;
}

.header_custom {
  margin-top: 100px;
}