/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
    font-family:'Roboto Condensed Bold';
    src: url('../fonts/Roboto Condensed Bold.eot');
  src: url('../fonts/Roboto Condensed Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto Condensed Bold.woff2') format('woff2'),
    url('../fonts/Roboto Condensed Bold.woff') format('woff'),
    url('../fonts/Roboto Condensed Bold.svg#Roboto Condensed Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2044;
}

@font-face {
    font-family:'Roboto Condensed';
    src: url('../fonts/Roboto Condensed.eot');
  src: url('../fonts/Roboto Condensed.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto Condensed.woff2') format('woff2'),
    url('../fonts/Roboto Condensed.woff') format('woff'),
    url('../fonts/Roboto Condensed.svg#Roboto Condensed') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2044;
}

body {
    padding: 0;
    font-size: 16px;
    font-family: 'Source Sans Pro', Arial;
    color: #4B5261;
    line-height: 1.4;
    background: #f5f5f5;
}
h1 {
    font-size: 41px;
    margin-bottom: 42px;
    margin-top: 0px;
    color: #0E52A0;
}
h2 {
    font-size: 32px;
}
h3 {
    padding-bottom: 18px;
    margin-bottom: 5px;
    font-size: 26px;
    margin-top: 0;
}
h4 {
  font-size:20px;
}
#four-content h4 {
    font-size: 25px;
    padding-bottom: 25px;
}
#right-content h4 {
  margin-top: 0;
  font-size: 22px;
  padding-bottom: 10px;
  /*font-family: 'Roboto Condensed Bold', sans-serif;*/
  font-weight:600;
}
h5 {
    font-size: 18px;
    margin-bottom: 23px;
    margin-top: 21px;
}
h6 {
    font-size: 14px;
    padding-bottom: 5px;
}
h1, h2 {
    /*font-family: 'Roboto Condensed Bold', sans-serif;*/
    font-weight:600;
}
h3, h4, h5, h6 {
  /*font-family: 'Roboto Condensed', sans-serif;*/
}
h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #414959;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #009aea;
}
a {
  color: #009aea;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  -webkit-transition: color .3s;
  transition: color .3s;
}
a:hover, a:focus, a:active, input:focus, input:active {
  outline: none !important;
  cursor: pointer;
  color: #0E52A0;
  text-decoration:none;
}
p {
    margin: 0 0 20px;
}
/*
 * header
 */
#header {
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.navbar-brand {
  padding:0 15px 17px 0;
}
/*
 * nav
 */
/* top nav */
.topheader-nav {
  margin-top:12px;
  text-align:right;
  float:right;
  min-width: 50%;
  letter-spacing: 0.3px;
}
.topheader-nav > * {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 35px;
  vertical-align: middle;
}
.topheader-nav > *:first-child {
  padding-left: 0;
}
.topheader-nav li {
  list-style: none;
  display:inline-block;
}
.topheader-nav .top-nav li a, .lang-nav li {
  text-transform:uppercase;
  padding: 5px 10px;
  font-size: 14px;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  -webkit-transition: color .3s;
  transition: color .3s;
  /*font-family: 'Roboto Condensed', sans-serif;*/
  color: #0E52A0;
}
.topheader-nav .top-nav li a:hover {
  color: #009aea;
  text-decoration:none;

}
.commit .btn {
  /*font-family: 'Roboto Condensed', sans-serif;*/
  font-size: 15px;
  padding: 9px 40px;
}
/* /top nav */
/* language */
.topheader-nav .lang-nav {
  padding-left:30px;
}
.lang-nav li {
  border-right: 1px solid #CFDCEC;
  padding: 0;
}
.lang-nav li:last-child {
  border:none;
}
.lang-nav li a {
  padding: 5px 6px;
  color: #B7CBE3;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.lang-nav li.active a, .lang-nav li:hover a {
  color: #0E52A0;
  text-decoration:none;
}
/* /language */
/* close nav */
.navToggle, .tx-wng-fe-users button.close {
    border: 2px solid #ffffff;
    border-radius: 100%;
    height: 68px;
    padding: 13px 13px;
    position: absolute;
    top: 28px;
    right: 25px;
    width: 68px;
    background: url("../../Images/support.wng.ch/icon/icon_close.png") no-repeat center center;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.navToggle:hover, .tx-wng-fe-users button.close:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.3) url("../../Images/support.wng.ch/icon/icon_close.png") no-repeat center center;
}
.navToggle div, .tx-wng-fe-users button.close div {
    border-top: 2px solid rgba(255,255,255,1);
    border-radius: 5px;
    margin: 7px 0;
    width: 40px;
    display: none;
}
.navToggle div:nth-child(1), .tx-wng-fe-users button.close div:nth-child(1) {
    transform: translateY(4px) rotate(45deg);
}
.navToggle div:nth-child(2), .tx-wng-fe-users button.close div:nth-child(2) {
    transform: translateY(-5px) rotate(-45deg);
}
/* /close nav */
/* main nav */
.navbar-header {
  position: relative;
  z-index: 10;
  margin-top: 30px;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.navbar-header.sticky {
  margin-top: 23px;
}
.navbar-brand > img {
    width: auto;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.navbar-header.sticky .navbar-brand > img {
    max-height: 74px;
}
#navbar {
  position:unset;
  margin-left: -15px;
   margin-right: -15px;
}
.navbar {
    margin-bottom: 0;
    border: none;
}
#navbar nav {
    display: inline-block;
    float: right;
    margin-top: 36px;
    min-width: 50%;
    text-align:right;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#navbar nav.sticky {
    margin-top: 0px;

}
nav ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
nav > ul > li {
    display: inline-block;
}
.main-submenu a {
    position: relative;
}
nav ul li a {
    text-transform: uppercase;
    color: #0E52A0;
    padding: 22px 19px;
    display: inline-block;
    font-size: 19px;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
    transition: color .3s;
    /*font-family: 'Roboto Condensed', sans-serif;*/
    letter-spacing: 0.6px;
}
nav ul li:last-child a {
  padding-right:0;
}
.menu > li > a:hover, .menu > li.active > a, .menu > li.open > a, .menu > li > a:focus {
    color: #009aea;
}
nav li a:hover, nav li a:focus {
  text-decoration: none;
}
/*.menu-open {
  overflow-y:hidden;
}*/
.dropdown-menu {
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: #0E52A0;
    border: none;
    border-radius: 0;
    width: 100%;
    box-shadow: none;
    margin: 0;
    padding: 0;
    display:block;
    overflow:hidden;
    height: 0;
}
.open > .dropdown-menu {
    padding: 78px 0px 0px 0px;
    height: calc(100vh - 100%);
}
.dropdown-menu .container {
    margin: 0 auto;
  height: 100%;
  overflow: hidden;
}
.dropdown-menu ul:hover > li > a, .dropdown-menu ul:first-child:hover > li > a:after {
    -moz-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
    transition: color .3s;
  color:rgba(255, 255, 255, 0.3);
}
.dropdown-menu ul:first-child:hover > li a:after {
  opacity: 0.3;
}
.dropdown-menu ul:hover > li > a:hover, .dropdown-menu ul:first-child:hover > li > a:hover:after,
.dropdown-menu .dropdown-submenu.open > a, .dropdown-menu .dropdown-submenu.open > a:after, .dropdown-menu ul:hover .dropdown-submenu.open > a:after {
  color:#ffffff;
  opacity: 1;
}
.dropdown-menu li {
  border-bottom: 1px solid #3E75B3;
  display: table;
  height: 73px;
  vertical-align: middle;
  width: 100%;
}

.dropdown-menu li a {
  white-space: normal;
  padding: 0 5px;
  color:#ffffff;
  text-transform:uppercase;
  vertical-align: middle;
  display:table-cell;
  line-height: 22px;
  /*font-family: 'Roboto Condensed', sans-serif;*/
  background: none;
  border:none;
  position:relative;
  width: 100%;
}
.dropdown-menu .open > a {
    color: #ffffff;
}
.dropdown-menu a.dropdown-toggle:hover, .dropdown-menu a.dropdown-toggle:focus {
    text-decoration: none;
    color: #ffffff;
}
.dropdown-menu li li {
    margin: 0;
}
.fourthDropSubMenu {
  position:absolute;
  top:0;
  left: 100%;
  padding: 0 30px !important;
  margin-left: 15px !important;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  opacity:0;
  display:block;
  background:none;
  border:none;
  box-shadow:none;
  margin-top: 0;

}
.open > .fourthDropSubMenu {
  opacity:1;
  height: auto;
}

.fourthDropSubMenu > .active > a, .fourthDropSubMenu > li > a, .fourthDropSubMenu > .active > a:hover, .fourthDropSubMenu > .active > a:focus, .fourthDropSubMenu > li > a:hover, .fourthDropSubMenu > li > a:focus {
    background: none;
    border-bottom: none;
    color: #ffffff;
}
.main-submenu > a:after, .dropdown-submenu > a:after {
  background: rgba(0, 0, 0, 0) url("../../Images/support.wng.ch/icon/arrow_menu.png") no-repeat scroll center center;
  content: "";
  height: 73px;
  position: absolute;
  right: 15px;
  top: 0;
  width: 27px;
  transform: rotate(0deg);
  -moz-transition: all 0.5s ease 0.5s;
  -o-transition: all 0.5s ease 0.5s;
  -webkit-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}
.main-submenu > a:after {
  content:none;
}
.dropdown-submenu.open > a:after {
  transform: rotate(180deg);
  -moz-transition: all 0.5s ease 0.5s;
  -o-transition: all 0.5s ease 0.5s;
  -webkit-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}
.dropdown-menu li.light > a, .dropdown-menu li.light > a:after {
  color: rgba(255,255,255,.3);
}
.dropdown-menu li.light > a:after {
  opacity: 0.3;
}
/* search */
.search-toggle {
    padding-left: 35px;
    vertical-align: sub;
    font-size: 19px;
    color: #0e52a0;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
    transition: color .3s;
}
.search-toggle:hover {
    color: #009aea;
}
/* /search */

/*
 * content-top
 */
.content-top, #content.content-page {
  margin-top: 157px;
}
.content-top, #content.content-page, #content.content-page-nomargin,
.content-little-right > .container > .row,
.content-events-details .article > .container > .row {
  padding-top: 74px;
  padding-bottom: 120px;
}
.content-top.home-page {
  padding-bottom: 0;
}
#content.content-little-right {
  padding: 0;
}
#content.content-events-details {
  margin-top: 0;
}
#content.content-little-right, .content-little-right > .container > .row {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+75,f6f8f7+75,f6f8f7+100 */
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 73%, rgba(246,248,247,1) 73%, rgba(246,248,247,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 73%,rgba(246,248,247,1) 73%,rgba(246,248,247,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 73%,rgba(246,248,247,1) 73%,rgba(246,248,247,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f8f7',GradientType=1 ); /* IE6-9 */
}
#content.content-little-right, .content-little-right.content-events-details > .container > .row {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+75,f6f8f7+75,f6f8f7+100 */
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 69%, rgba(246,248,247,1) 69%, rgba(246,248,247,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 69%,rgba(246,248,247,1) 69%,rgba(246,248,247,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 69%,rgba(246,248,247,1) 69%,rgba(246,248,247,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f8f7',GradientType=1 ); /* IE6-9 */
}
.content-top {
  position:relative;
  background: #f5f5f5;
}

.content-top:before {
  position:absolute;
  content:'';
  height:480px;
  top: 0;
  width: 100%;
  z-index: 0;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#009aea+0,074ea1+100 */
  background: url(../../Images/support.wng.ch/backgrounds/mosaic_pattern_1.png) repeat scroll center top, rgb(0,154,234); /* Old browsers */
  background: url(../../Images/support.wng.ch/backgrounds/mosaic_pattern_1.png) repeat scroll center top, -moz-linear-gradient(left,  rgba(0,154,234,1) 0%, rgba(14,82,160,1) 100%); /* FF3.6-15 */
  background: url(../../Images/support.wng.ch/backgrounds/mosaic_pattern_1.png) repeat scroll center top, -webkit-linear-gradient(left,  rgba(0,154,234,1) 0%,rgba(14,82,160,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: url(../../Images/support.wng.ch/backgrounds/mosaic_pattern_1.png) repeat scroll center top, linear-gradient(to right,  rgba(0,154,234,1) 0%,rgba(14,82,160,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009aea', endColorstr='#0E52A0',GradientType=1 ); /* IE6-9 */
}

.content-top:after {
  position:absolute;
  content:'';
  height:100%;
  top: 480px;
  width: 100%;
  z-index: -1;
  background: #f5f5f5;

}
#four-content {
  padding-bottom: 30px;
}
#four-content > div > .row {
  margin-bottom: 60px;
}
.content-top > .container {
    position: relative;
}
#right-content {
    padding-top: 110px;
}
.home-page .content-img {
    height:auto;
}
.content-img div[class^="csc"], .content-img div[class^="csc"] * {
  min-width: 100%;
  height: 100%;
  width: auto;
}
.content-img img {
  max-width: 100%;
  height: auto;
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content-top div[class^="csc"] figure img {
    background-size: cover;
    width: 100%;
    height:auto;
}
.content-img .carousel, .content-img figure {
    background: #ffffff;
    height: auto;
}
.carousel-inner  {
  margin-bottom: 60px;
}
.carousel-inner .item {
  height: 248px;
  border-bottom: 6px solid #009aea;
}
.home-page .carousel-inner .item {
    /*height: 450px;*/
    height:auto;
}
.carousel-inner .item img {
  width: 100%;
}
.carousel .carousel-control, #film_roll .film_roll_prev, #film_roll .film_roll_next {
  opacity: 1;
  background:none;
  left: -100px;
  background: rgba(0, 154, 234, 0);
  box-shadow:2px 2px 7px rgba(0, 0, 0, 0.1);
  text-shadow: none;
  border-radius: 100%;
  height: 68px;
  width: 68px;
  top: calc(50% - 32px);
  font-size: 50px;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 2px solid #ffffff;
}
#film_roll .film_roll_prev, #film_roll .film_roll_next {
  margin: 0;
  color: rgba(0, 0, 0, 0);
  background: url(../../Images/support.wng.ch/icon/slider_hp/slider_arrow_left.png) no-repeat 22px center;
}
#film_roll .film_roll_next {
  background: url(../../Images/support.wng.ch/icon/slider_hp/slider_arrow_right.png) no-repeat 26px center;
}
.carousel .carousel-control.right, #film_roll .film_roll_next {
  left: auto;
  right: -100px;
}
.carousel .carousel-control img {
    margin-top: 17px;
    margin-right: 3px;
    vertical-align: super;
}
.carousel .carousel-control.right img {
    margin-right: 0;
    margin-left: 3px;
}
.carousel .carousel-control:hover {
  background: rgba(255, 255, 255, 0.3);
}
#film_roll .film_roll_prev:hover {
    background: rgba(255, 255, 255, 0.3) url(../../Images/support.wng.ch/icon/slider_hp/slider_arrow_left.png) no-repeat 22px center;
}
#film_roll .film_roll_next:hover {
    background: rgba(255, 255, 255, 0.3) url(../../Images/support.wng.ch/icon/slider_hp/slider_arrow_right.png) no-repeat 26px center;
}
.slide-cat, .article .slide-cat {
  background: #009aea;
  padding: 6px 18px;
  text-transform: uppercase;
  left: 17px;
  top: 17px;
  bottom: auto;
  right: auto;
  text-shadow: none;
  /*font-family: 'Roboto Condensed', sans-serif;*/
  font-weight:normal;
  font-size: 14px;
  position:absolute;
  color: #ffffff;
  pointer-events:none;
  letter-spacing: 0.5px;
}
.carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  text-shadow: none;
  text-align:left;
  font-size: 29px;
  background: rgba(14, 82, 160, 0.75);
  padding:15px 22px 15px 22px;
  min-height:118px;
  /*font-family: 'Roboto Condensed Bold', sans-serif;*/
  font-weight:600;
}
.carousel-caption h3 {
  font-size: 29px;
  padding: 0;
  text-transform:none;
  margin: 0;
  /*font-family: 'Roboto Condensed Bold', sans-serif;*/
  font-weight:600;
  color: #ffffff;
}
.carousel-indicators, #film_roll .film_roll_pager {
  bottom: -35px;
  margin:0;
  width:auto;
  left: 0;
  width: 100%;
  text-align:center;
}
.carousel-indicators li, #film_roll .film_roll_pager a {
  height:12px;
  width:12px;
  border: none;
  background: rgba(0, 154, 234, 0.5);
  margin: 4px;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.carousel-indicators li.active, .carousel-indicators li:hover,
#film_roll .film_roll_pager a.active, #film_roll .film_roll_pager a:hover {
  background: #009aea;
  margin: 4px;
}
/*
 * content top img
 */
.content-top-img {
  height: 450px;
  position:relative;
  overflow: hidden;
}
.content-top-img:after {
  position: absolute;
  content:'';
  background: #0E52A0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  top: 0;
}
/*
 * content
 */
#content {
  background: #ffffff;
}
#content header {
  display:inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
}
#content .bg-white-map header{
  z-index: 0;
}
#main-content {
    padding-bottom: 20px;
    position: relative;
}
.btn, .powermail_submit, .tx-felogin-pi1 input[type="submit"] {
  border-radius: 3px;
  border:none;
  background: #009aea;
  padding: 11px 48px;
  text-shadow: none;
  color: #ffffff;
  text-transform:uppercase;
  /*font-family: 'Roboto Condensed', sans-serif;*/
  font-size: 17px;
  letter-spacing: 0.6px;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn:hover, .powermail_submit:hover, .tx-felogin-pi1 input[type="submit"]:hover,
.btn:focus, .powermail_submit:focus, .tx-felogin-pi1 input[type="submit"]:focus,
.btn:active, .powermail_submit:active, .tx-felogin-pi1 input[type="submit"]:active {
  color: #ffffff;
  background: #0E52A0;
  border:none;
  text-shadow: none;
  box-shadow: none;
}
.tx-felogin-pi1 input[type="submit"] {
    margin-top: 20px;
}
/* share */
.share-buttons {
    position: absolute;
    right: 0;
    z-index: 2;
}
#right-content .share-buttons {
  height: 60px;
  overflow: hidden;
  padding: 10px 0 0 0;
  right: 15px;
  top: -10px;
  width: 40px;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#right-content .share-buttons:hover {
  width: 100%;
}
#share-open, #content #st-1 .st-btn {
    border: 1px solid #009aea;
    background: none;
    font-size: 23px;
    height: 39px;
    width: 39px;
    border-radius: 100%;
    text-align: center;
    padding: 0;
    margin-right: 15px;
    display: inline-block !important;
    color: rgba(0, 0, 0, 0.15);
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#share-open {
  float: right;
  margin-right: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.share-buttons:hover #share-open {
    border: 1px solid #414959;
    color: #414959;
    cursor: pointer;
}
#share-open i {
    display: table-cell;
    height: 39px;
    width: 39px;
    vertical-align: middle;
    padding-bottom: 1px;
    padding-right: 1px;
}
#content .sharethis-inline-share-buttons {
    float: right;
    margin-top: 0px;
    opacity: 0;
    position: absolute;
    -moz-transition: opacity .6s !important;
    -o-transition: opacity .6s !important;
    -webkit-transition: opacity .6s !important;
    transition: opacity .6s !important;
}
#content .share-buttons:hover .sharethis-inline-share-buttons {
  opacity: 1;
  position: relative;
}
#content #st-1 .st-btn {
  position: absolute;
  right: 0;
}
#content .share-buttons:hover #st-1 .st-btn {
  position:relative;
  display: inline-block !important;
}
#content #st-1 .st-btn > svg {
  fill: #009aea;
  height: 28px;
  top: auto;
  vertical-align: middle;
  width: auto;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#content #st-1 .st-btn:hover {
  border-color: #009aea;
  opacity: 1;
  top: 0;
}
#content #st-1 .st-btn:hover {
  background: #009aea;
}
#content #st-1 .st-btn:hover > svg, #content #st-1 .st-btn:focus > svg {
  fill: #ffffff;
}

#content #st-1 .st-btn[data-network="email"]:after {
  content:'\f003';
  font-family:fontawesome;
  left: 9px;
  position: absolute;
  top: 1px;
  color: #009aea;
  font-size:21px;
}
#content #st-1 .st-btn[data-network="email"]:hover::after {
    color: #ffffff;
}
#content #st-1 .st-btn[data-network="email"] svg {
  display:none;
}
/* /share */
/* carousel campagnes */
.news .article::after {
  content: '';
}
#campagnesCarousel .carousel-caption {
  padding: 0;
}
#campagnesCarousel .carousel-caption h3 {
  font-size: 29px;
  color: #ffffff;
  line-height: 1.1;
  text-transform: none;
  padding: 0;
  margin: 0;
  display:block;
  padding: 15px 22px;
}
#campagnesCarousel .carousel-control {
  left:12px;
}
#campagnesCarousel .carousel-control.right {
  right: 12px;
  left:auto;
}
/* /carousel campagnes */
/* carousel blog */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

#blogCarousel .carousel-inner {
    overflow: visible;
    margin: 0;
}
.carousel-inner .item.article-blog {
  border:none;
  height:auto;
}
.article-blog * {
  color: #ffffff;
}
.article-blog .teaser-text {
  margin-bottom: 30px;
  padding-right: 35px;
}
.article-blog .blog-content {
  margin-bottom: 45px;
  padding-right: 35px;
}
.article-blog img {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    box-shadow: 2px 15px 12px rgba(0, 0, 0, 0.2);
    height: auto;
    margin-top: -67px;
    max-width: 94%;
}
.btn-more {
  background:none;
  border: 1px solid #ffffff;
}
.btn-more:hover, .btn-more:focus {
  background:rgba(255, 255, 255, 1);
  border: 1px solid #ffffff;
  color:#0E52A0;
}
#blogCarousel .carousel-indicators {
  position:relative;
  bottom: auto;
  margin-top: 15px;
}
#blogCarousel .carousel-indicators li {
  height: 75px;
  width: 75px;
  text-indent: 0;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 10px;
  position:relative;
}
#blogCarousel .carousel-indicators li::after {
    background: #0e52a0 none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#blogCarousel .carousel-indicators li.active:after, #blogCarousel .carousel-indicators li:hover:after {
  background:none;
}
/* /carousel blog */
/* news */
.news {
    position: relative;
}
.news-list-view .article {
  display: inline-block;
  position:relative;
  border-bottom: 6px solid #009aea;
}
.news-list-view .article.article-simple, .news-list-result .article.article-simple {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  padding-bottom: 38px;
}
.article.article-newsletter:last-child {
  border-bottom: none;
}
.news-list-view .article.article-simple:last-child {
  margin-bottom: 0;
}
.news-list-view .article .news-img-wrap a,
.news .article .news-img-wrap a {
  border: none;
  border-radius: 0 0 5px 5px;
  box-shadow: 2px 3px 5px rgba(62, 62, 62, 0.6);
  padding: 6px;
  display:block;
}
.news-list-view .article img {
    height: auto;
    max-width: 100%;
}
.news-list-view .article-com .article-caption {
  background: #ffffff;
  text-transform:none;
  height: 118px;
  margin-top: -5px;
  padding: 15px;
  position: relative;
  z-index:2;
  overflow: hidden;
}
.news-list-view .article-com .article-caption .news-list-category {
  margin-bottom: 7px;
  color: #009aea;
  font-size: 12px;
  letter-spacing: 0.3px;
}
.news-list-view .article-com .article-caption h3 {
  color:#4B5262;
  text-transform:none;
  margin: 0;
  /*font-family: 'Roboto Condensed Bold', sans-serif;*/
  font-weight:600;
  font-size: 18px;
  line-height: 1.2;
}
.news-list-view .article-com a:hover {
  text-decoration:none;
}
.news-list-view h2 {
  margin-top: 13px;
}
.news-list-view h4 {
  margin-top:5px;
}
.news-list-view h4 a {
  color: #414959;
}
.news-list-date {
  color: #A3A3A3;
  font-size: 80%;
}
.news .page-navigation p {
  display:none;
}
.news .page-navigation ul {
    float: left;
    padding-left: 0;
}
.news .page-navigation ul li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right:none;
  display: inline-block;
  height: 47px;
  line-height: 47px;
  list-style: outside none none;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 47px;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.news .page-navigation ul li:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.news .page-navigation ul li.current {
  background: #009aea;
}
.news .page-navigation ul li:hover, .news .page-navigation ul li:focus {
  background: #e6f5fd;
}
.news .page-navigation ul li a {
    color: #4b5261;
}
.news .page-navigation ul li.current {
  color: #ffffff;
}
.page-navigation .next a, .page-navigation .previous a {
    font-size: 0;
    position: relative;
}
.page-navigation .previous a::after, .page-navigation .next a::after {
  content:'\f104';
  font-family:fontawesome;
  font-size: 17px;
}
.page-navigation .next a::after {
    content: "\f105";
}
.news-single .article-content {
  float:left;
  width: 60%;
}
.news-single .article .news-img-wrap {
  float:none;
  margin-left:0;
  width: auto;
  margin-top: 50px;
}
.news-single .article .news-img-wrap img {
  max-width: 100%;
}
.news-single .news-img-wrap a {
  margin-bottom: 30px;
}
/* recherche news */
.news-search-form .form-group {
    margin-bottom: 13px;
}
label {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 2px;
}
.form-control {
  border-radius: 0;
  border: 1px solid rgba(0,0,0,.1);
  box-shadow: none;
}
.news-search-form input:focus {
  border: 1px solid #0e52a0;
  box-shadow: none;
}
.news-search-form .btn {
    margin-top: 15px;
    margin-bottom: 20px;
}
.news-list-result h2 {
  margin-bottom: 15px;
}
.news .news-list-view .teaser-text,
.news .news-list-result .teaser-text,
.news-single .news-list-date {
  margin-bottom: 30px;
}
.news .news-list-view .news-list-date,.news .news-list-result .news-list-date {
  margin-bottom: 20px;
}
.news .article .teaser-text h2, .news-single .teaser h2 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 21px;
}
.news .news-list-view .teaser-text + .news-list-date, .news .news-list-result .teaser-text + .news-list-date, .news-single .teaser-text + .news-list-date {
  margin-top: -15px;
}
.news-list-result h2 a:hover, .news-list-result h2 a:focus {
  color:#009aea;
}
/* /recherche news */

/* tag news */
.news-tags-list a {
  line-height: 30px;
}
.plus_1{ font-size: 18px;}
.plus_2{ font-size: 20px;}
.plus_3{ font-size: 22px;}
.plus_4{ font-size: 24px;}
.plus_5{ font-size: 26px;}
.plus_que_5{ font-size: 28px;}
.plus_que_10{ font-size: 30px;}
.plus_que_15{ font-size: 32px;}
.plus_que_20{ font-size: 34px;}
/* /tag news */

/* events */
.event-list-view {
    margin-top: -15px;
}
.news .event-list-view .article {
    border-bottom: 1px solid #ECEDEE;
    margin: 0;
    padding:0;
}
.event-list-view .article a {
  padding: 12px 45px 15px 0;
  position:relative;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.event-list-view .article .forward_arrow {
  position: absolute;
  right: 15px;
  border: 1px solid #009aea;
  border-radius: 100%;
  height: 26px;
  right: 15px;
  top: 35px;
  width: 26px;
  padding: 0 7px 0 9px;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.event-list-view .article a:hover .forward_arrow {
  background: #009aea;
}
.event-list-view .article a:hover .forward_arrow .cls-1 {
  fill: #ffffff;
}
.event-list-view .list-date {
  float:left;
  min-width: 110px;
  text-transform:uppercase;
  text-align: center;
  /*font-family: "Roboto Condensed",sans-serif;*/
  font-size: 19px;
  margin-right: 18px;
  margin-left: 10px;
}
.start-date, .end-date, .separator-date {
    display: inline-block;
    vertical-align: middle;
}
.separator-date {
    font-size: 13px;
    overflow: hidden;
    padding: 0 7px;
    vertical-align: super;
}
.event-list-view .list-date .list-date-day {
  /*font-family:"Roboto Condensed Bold",sans-serif;*/
  font-weight:600;
  font-size: 40px;
  line-height: 42px;
}
.event-list-view .event-teaser {
  display: table-cell;
  font-size: 14px;
  height: 66px;
  vertical-align: middle;
}
.event-list-view .article * {
  color: #0e52a0;
}
.event-list-view .article a:hover {
  background: #E6F5FD;
}
.event-list-view .article a:hover * {
  color: #009aea;
}
.event-list-view .article h4 {
  margin: 0;
  padding: 0 !important;
}
.event-list-view .article .event-location {
  margin-top: 10px;
}
.event-list-view .event-teaser .map_marker {
    height: 14px;
    width:auto;
    vertical-align: sub;
    margin-right: 3px;
}
.event-list-view .article a .map_marker .cls-1 {
  fill: #0e52a0;
}
.event-list-view .article a:hover .map_marker .cls-1{
  fill:#009aea;
}
.event-list-view .more {
  display: block;
}
.more-link {
    margin-bottom: 15px;
    margin-top: 30px;
    text-align: center;
}
#event-map, #event-google-map {
  height: 385px;
  position: relative;
  overflow: hidden;
}

/* social wall */
.tx-pb-social .pb-list {
  margin: 0;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  column-gap: 10px;
  text-align:left;
}
.tx-pb-social .pb-list .pb-list-item {
  width: 100%;
  height:auto;
  clear: both;
  display: inline-block;
  float: none;
  vertical-align:top;
  background: #ffffff;
  margin:0 0 10px 0;
  position:relative;
  padding: 20px 10px 12px 10px;
  border: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
}
.tx-pb-social .pb-list .pb-list-item:hover {
  opacity: 1;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2);
}
.tx-pb-social .pb-list-item .image {
  position:relative;
  height: auto;
  margin-top: 15px;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.tx-pb-social .pb-list .pb-list-item:hover .image {
  opacity: 0.8;
}
.tx-pb-social .pb-list-item .placeholder-image {
  background:none;
  height:0;
}
.tx-pb-social .pb-list-item .feed-title {
  font-weight:600;
  color: #4B5261;
  font-size:14px;
  line-height: 10px;
}
.tx-pb-social .pb-list-item .text {
  background:none;
  color: #4B5261;
  display: block;
  height: auto;
  left: auto;
  line-height: 19px;
  font-size:14px;
  position: relative;
  padding: 0;
}
.tx-pb-social .pb-list-item .text .date {
  color: rgba(0, 0, 0, 0.28);
  font-size: 12px;
  margin-bottom: 18px;
}
.tx-pb-social .pb-list-item .text .date i.fa-circle {
    font-size: 4px;
    margin: 0 7px;
    vertical-align: middle;
}
.tx-pb-social .pb-list-item.pb-list-item-facebook .text .date i.fa-circle {
    font-size: 2px;
    margin: 0 2px;
    vertical-align: middle;
}
.tx-pb-social .pb-list-item.pb-list-item-facebook .text .date i.fa-globe {
    font-size: 11px;
}
.tx-pb-social .pb-list-item .text:hover {
  text-decoration:none;
}
.tx-pb-social .pb-list-item .fb-like-detail-wrap,
.tx-pb-social .pb-list-item .additional-info {
  display:none;
}
.tx-pb-social .pb-list-item .icon {
  left: auto;
  right: 8px;
  bottom: auto;
  top: 8px;
  position:absolute;
  z-index: 1;
  border-radius: 0;
  height:35px;
  width: 35px;
  text-align: center;
  background:none;
  border: 1px solid;
  border-radius: 100%;
}
.tx-pb-social .pb-list-item .icon:after {
  font-family:fontawesome;
  position:absolute;
  font-size: 20px;
  right: 11px;
  top: 3px;
}
.tx-pb-social .pb-list-item-facebook .icon {
  color: #3B5999;
  border-color: #3B5999;
}
.tx-pb-social .pb-list-item-facebook .icon:after {
  content:'\f09a';
}
.tx-pb-social .pb-list-item-twitter .icon {
  color: #65C6F1;
  border-color: #65C6F1;
}
.tx-pb-social .pb-list-item-twitter .icon:after {
  content:'\f099';
  right: 6px;
}
.tx-pb-social .pb-list-item-youtube .icon {
  color: #cd201f;
  border-color: #cd201f;
}
.tx-pb-social .pb-list-item-youtube .icon:after {
  content:'\f167';
  right: 7px;
}
.tx-pb-social .pb-list-item .video-overlay {
  display:none;
}
.tx-pb-social .pb-list .pb-list-item.pb-list-item-instagram {
  padding: 0;
}
.tx-pb-social .pb-list .pb-list-item.pb-list-item-instagram .image {
  margin: 0;
}
.tx-pb-social .pb-list-item-instagram .icon {
  color: #ffffff;
  border-color: #ffffff;
}
.tx-pb-social .pb-list-item-instagram .icon:after {
  content:'\f16d';
  right: 7px;
  top: 2px;
}
.tx-pb-social .pb-list .pb-list-item.pb-list-item-flickr {
  padding: 0;
}
.tx-pb-social .pb-list .pb-list-item.pb-list-item-flickr .image {
  margin: 0;
}
.tx-pb-social .pb-list-item-flickr .icon {
  color: #ff0084;
  border-color: #ff0084;
}
.tx-pb-social .pb-list-item-flickr .icon:after {
  content:'\f16e';
  right: 7px;
  top: 2px;
}
.tx-pb-social .btn-filter {
  width: 25%;
  display: inline-block;
}
.tx-pb-social .btn-filter-newsroom {
  background: #009aea;
  border-radius: 0;
  margin: 0 15px 0px 15px;
  font-size: 14px;
  padding: 13px 15px;
  text-align:left;
  display:block;
}
.tx-pb-social .btn-filter-newsroom:hover, .tx-pb-social .btn-filter-newsroom:focus, .tx-pb-social .btn-filter-newsroom.active {
  background: #0E52A0;
}
.btn-filter:first-child .btn-filter-newsroom, .btn-filter:nth-child(5) .btn-filter-newsroom {
  margin-left: 0;
}
.btn-filter:nth-child(5) .btn-filter-newsroom, .btn-filter:nth-child(6) .btn-filter-newsroom, .btn-filter:nth-child(7) .btn-filter-newsroom {
  margin-top: 15px;
}
.btn-filter:nth-child(4) .btn-filter-newsroom {
  margin-right: 0;
}
.btn-filter-newsroom i {
    font-size: 19px;
    margin-right: 5px;
    vertical-align: -1px;
}
#filter-none {
  display: block;
  font-size: 17px;
  margin-bottom: 25px;
  margin-top: 8px;
  color: #8DA9CE;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#filter-none:hover {
  color: #0E52A0;
}
#load_more_posts {
    margin-top: 45px;
}
/* /social wall */
/* Formulaires */
.form-horizontal.wng-plr-news {
    margin-top: 25px;
}
.form-horizontal.wng-plr-news .row {
    margin-left: -30px;
    margin-right: -30px;
}
.form-horizontal.wng-plr-news .row > div {
    padding-left: 30px;
    padding-right: 30px;
}
.tx-powermail .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.tx-powermail label.control-label, .form-horizontal.wng-plr-news label.control-label,
.select-wrapper input.select-dropdown {
  display:block;
  text-align:left;
  padding: 0;
  width: 100%;
  color: #009aea;
  font-size: 16px;
  margin-bottom: 5px;
}
.select-wrapper input.select-dropdown {
  margin: 0 0 13px 0;
}
.dropdown-content.select-dropdown li:first-child, .powermail_fieldwrap_type_select label {
  display:none !important;
}
.form-group {
    margin-bottom: 20px;
}
.powermail_fieldwrap {
  margin-bottom: 20px;
}
.powermail_legend {
  display:none;
}
.powermail_label {
  color: #009aea;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 12px;
  margin-top: 10px;
}
.g-recaptcha {
    margin-bottom: 25px;
}
label.label-captcha {
    position: relative;
}
.form-horizontal.wng-plr-news input:focus {
  color: #ffffff;
}
.form-horizontal.wng-plr-news .g-recaptcha {
    margin-top: 10px;
}
.powermail_fieldset {
  margin-left: -15px;
  margin-right: -15px;
}
.powermail_fieldset .form-group, .form-horizontal.wng-plr-news .form-group {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  margin-right: 0;
  clear: both;
  float: none;
}
.form-horizontal.wng-plr-news .form-group {
  padding-left: 0;
  padding-right: 0;
}
.powermail_fieldset .layout1, .powermail_fieldset .layout2 {
  clear: none;
  float:left;
  width: 50%;
}

.tx-powermail .form-control:focus {
  box-shadow:none;
}

.input-field label.active {
  color: #0e52a0;
}
.powermail_fieldwrap_type_radio {
    margin: 40px 0;
}
.tx-powermail .powermail_message {
  min-height: 0;
  margin-bottom: 30px;
}
.powermail_fieldwrap_type_text {
  color:#009aea;
  margin-top: 30px;
}
.powermail_fieldwrap_type_select {
    position: relative;
    z-index: 400;
}
.tx-powermail .powermail_message.powermail_message_error {
  background-image:none;
}
.dropdown-content {
  background-color: #ffffff;
  display: none;
  margin: 0;
  max-height: 500px;
  min-width: 100px;
  opacity: 0;
  overflow-y: auto;
  position: absolute;
  will-change: width, height;
  z-index: 999;
  padding: 15px 30px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.dropdown-content li {
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    line-height: 1.5rem;
    min-height: 30px;
    text-align: left;
    text-transform: none;
    width: 100%;
}
ul.dropdown-content:not(.browser-default) li {
    list-style-type: none;
}
.select-dropdown li.disabled, .select-dropdown li.disabled > span, .select-dropdown li.optgroup {
    background-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0.3);
}
[type="radio"]:not(:checked), [type="radio"]:checked,
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    height: 25px;
    left: 0;
    bottom: 0;
    margin: 0 !important;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.checkbox label, .radio label,
[type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
  color: #009aea;
  font-size: 16px;
  padding-left: 30px;
}

[type="checkbox"] + label::before, [type="checkbox"]:not(.filled-in) + label::after {
    border: 1px solid #009aea;
}
[type="checkbox"]:checked + label::before {
  border-color: rgba(0, 0, 0, 0) #009aea #009aea rgba(0, 0, 0, 0);
}

#newsletter-subscription.form-inline {
    margin-bottom: 25px;
    margin-top: 65px;
    text-align: center;
}
#newsletter-subscription.form-inline .form-control {
    height: 46px;
    margin-right: 30px;
    min-width: 545px;
    padding: 0 20px;
}
#newsletter-subscription .btn:hover, #newsletter-subscription .btn:focus {
  background: #56b4e6;
}
/*sitemap*/
.csc-sitemap a {
  padding: 0;
  display:block;
}
.csc-sitemap a:hover {
  text-decoration:underline;
}
.csc-sitemap ul ul {
  text-indent: 20px;
}
.csc-sitemap ul ul ul {
  text-indent: 40px;
}
.csc-sitemap li {
  display:block;
  list-style: circle;
}
.csc-sitemap > ul > li > a {
  font-weight:bold;
}
.csc-sitemap ul ul ul a {
  text-transform:none;
}

/* fe-users */
.tx-wng-fe-users {
    color: #4B5261;
}
#userDetail hr.bold {
  border-width: 4px 0 0 0;
  margin: 30px 0;
}
.tx-wng-fe-users .form-inline {
    display: inline-block;
    width: 100%;
}
.wng-user-member-list {
    margin-top: 50px;
    margin-bottom: 70px;
}
.tx-wng-fe-users .form-control {
    padding: 11px 13px;
    height: 44px !important;
}
#main-content .tx-wng-fe-users .input-group-btn {
    width: 49px;
}
#main-content .tx-wng-fe-users .input-group-btn .btn {
    padding: 10px 16px;
}
.wng-user-member {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.1);
  text-align: center;
  padding-top: 25px;
  padding-bottom: 0;
}
.tx-wng-fe-users .wng-user-member-list .row {
    margin-left: -8px;
    margin-right: -8px;
}
.tx-wng-fe-users .wng-user-member-list .row > * {
    padding: 8px;
}
.wng-user-member a {
    display: inline-block;
    width: 100%;
}
.wng-user-member .img-member, .tx-wng-fe-users .img-member {
  border-radius:100%;
  border: 1px solid rgba(0,0,0,.1);
  width: auto;
  max-width: 80%;
  max-width: calc(100% - 80px);
  height: auto;
  overflow:hidden;
  margin: 0 auto;
  position:relative;
  z-index: 10;
}
#userDetail .img-member {
  margin-top: 110px;
  max-width: 100%;
}
.wng-user-member .img-member img, .tx-wng-fe-users .img-member img {
  height: auto;
  border-radius:100%;
  max-width: 100%;
  width: auto;
  -moz-transition: transform .3s;
  -o-transition: transform .3s;
  -webkit-transition: transform .3s;
  transition: transform .3s;
}
.wng-user-member a:hover .img-member img, .tx-wng-fe-users a:hover .img-member img {
  -ms-transform: scale(1.05); /* IE 9 */
  -webkit-transform: scale(1.05); /* Chrome, Safari, Opera */
  transform: scale(1.05);
}
.tx-wng-fe-users #userDetail img {
  max-width: 100%;
  height: auto;
}
.wng-user-member .user-info {
  border-bottom: none;
  padding: 0;
  margin: 0;
  position:relative;
  height: 193px;
}
.wng-user-member .user-info:after {
  box-sizing: inherit;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  border-bottom: 6px solid #ffffff;
  -webkit-transition: border-color 0.25s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.25s;
  transition: border-color 0.25s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.25s;
}

.wng-user-member a:hover .user-info::after {
  width: 100%;
  height: 100%;
  border-color: #0E52A0;
}

.wng-user-member .user-name {
  color: #0E52A0;
  font-size: 23px;
  font-weight: normal;
  margin-top: 11px;
  margin-bottom: 12px;
  /*font-family: 'Roboto Condensed Bold', sans-serif;*/
  font-weight:600;
}
.wng-user-member .user-role {
  color: #009aea;
  font-size: 15px;
}
.wng-user-member .user-canton {
    color: rgba(0, 0, 0, 0.3);
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 15px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.modal-open {
    overflow: auto;
}
.modal-backdrop {
    background: rgba(14, 82, 160, 1);
}
.modal-backdrop.in {
    opacity: 0.8;
}
.modal-container {
  margin-top: 110px;
}
.modal-body {
    padding: 35px;
}
.modal-content {
    box-shadow: none;
}
#showUserModal h2 {
  font-size: 40px;
  margin-bottom:30px;
  margin-top: 0;
}
#showUserModal .user-canton, #userDetail .user-canton {
  color: rgba(0, 0, 0, 0.3);
  font-size: 25px;
  font-weight: normal;
  padding-bottom: 28px;
  /*font-family: 'Roboto Condensed', sans-serif;*/
}
#showUserModal .user-title, #userDetail .user-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    padding-bottom: 20px;
    color: #4B5261;
}
#showUserModal a i, #userDetail a i, .icon-parlament, .icon-link, .icon-exclam {
    border-radius: 100%;
    display: table-cell;
    text-align: center;
    text-shadow: none;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    vertical-align: middle;
    border: 1px solid #009aea;
    font-size: 15px;
    height: 34px;
    width: 34px;
    position:relative;
}
#showUserModal a i:before, #userDetail a i:before {
  z-index: 3;
  position: relative;
}
#showUserModal a:focus i, #showUserModal a:active i, #userDetail a:focus i, #userDetail a:active i,
#showUserModal a:focus .user-link-label, #showUserModal a:active .user-link-label,
#userDetail a:focus .user-link-label, #userDetail a:active .user-link-label {
  color: #009aea;
}
#showUserModal a:hover i, #userDetail a:hover i {
    color: #ffffff;
}
#showUserModal a:hover .user-link-label, #userDetail a:hover .user-link-label {
  color: #009aea;
}

.user-social-links {
    padding: 8px 0;
}
#showUserModal a {
    font-size: 14px;
    display: inline-block;
}
.icon-parlament, .icon-exclam {
  padding-top: 3px;
}
.icon-link {
  float:left;
  margin-right: 10px;
  padding-top: 3px;
  padding-left: 2px;
}
#accordion-com .panel, #accordion-blog .panel {
  border:none;
  background: none;
}
#accordion-com a, #accordion-blog a {
  color: #009aea;
  font-size: 16px;
  line-height: 34px;
  padding: 0;
}
#accordion-com a:after, #accordion-blog a:after {
  display: none;
}
#accordion-com ul, #accordion-blog ul {
  padding-left: 60px;
}
#accordion-com ul li, #accordion-blog ul li {
    list-style: outside none disc;
}
#accordion-com ul a, #accordion-blog ul a {
  color:#0e52a0;
}
#accordion-com ul a:hover, #accordion-blog ul a:hover {
  color: #009aea;

}
#icon_parlament, #icon_link, #exclamation_mark {
  width: auto;
  height: 20px;
  fill: #009aea;
  position: relative;
  z-index: 3;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#icon_link {
  height: 18px;
}
#exclamation_mark {
  height: 19px;
}
a:hover #icon_parlament, a:hover #icon_parlament .cls-1,
a:hover #icon_link, a:hover #icon_link .cls-1,
a:hover #exclamation_mark .cls-1 {
  fill: #ffffff;
}
.user-link-label {
    padding-left: 10px;
    display: table-cell;
    line-height: 34px;
    vertical-align: middle;
}
#showUserModal hr, #userDetail hr {
  margin-bottom: 10px;
  margin-top: 20px;
}
.user-description-additional {
    margin-bottom: 30px;
}
#showUserModal a.btn , #userDetail a.btn {
    font-size: 17px;
    margin-top: 20px;
}
#showUserModal header {
  display:none;
}
#showUserModal .tx-wng-fe-users button.close {
    position: absolute;
    right: -105px;
    top: -120px;
    opacity: 1;
}
.gallery {
  margin-top: 35px;
  margin-bottom: 35px;
}
.gallery .row {
  margin-left: -5px;
  margin-right: -5px;
}
.gallery .row > div {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}
#html5-watermark {
  display: none !important;
}
#userDetail .error {
    margin-top: 20px;
}
/* /fe-users */
/* login */
.btn-login {
  margin-top: 15px;
}

/* table */
table tr td {
  border:1px solid #c6c6c6;
  padding: 7px 10px;
}
table thead {
  border:2px solid #c6c6c6;
}
table thead th {
  background: #c6c6c6;
  border: 1px solid #fff;
  color: #ffffff;
  padding: 10px;
  font-weight:bold;
  font-size: 110%;
}
/* /table */

/* bg-color */
.bg-color {
  padding: 55px 0;
  color: #ffffff;
}
.bg-color h2 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 41px;
}
.bg-blue-grey {
  background: #414959;
}
.bg-blue {
  background: #009aea;
}
.bg-dark-blue {
  background: #0E52A0;
}
.bg-dark-blue h2 {
  color: #ffffff;
}
.bg-newsletter {
  position:relative;
}
.bg-newsletter *, .bg-black *, .bg-blue-grey * {
  color: #ffffff;
}
.bg-newsletter h2, .bg-black h2, .bg-blue-grey h2 {
  text-align:center;
}
.bg-newsletter:before, .bg-newsletter:after {
  content:'';
  position:absolute;
  left: 0;
  z-index: 0;
  background: url(../../Images/support.wng.ch/backgrounds/bkg_envelop.png) no-repeat left center;
  background-size: auto 100%;
  height: 100%;
  width: 100%;
  top: 0;
}
.bg-newsletter:after {
  left:auto;
  right: 0;
  background-position: right center;
}
.bg-newsletter .container {
    position: relative;
    z-index: 1;
}
.bg-black {
  background: #000000;
}
.bg-white, .bg-white-border, .bg-white-map {
  color: #4B5261;
  background: #ffffff;
}
.bg-white h2 {
  text-align:center;
}
.bg-white-border {
  padding: 21px 27px;
  border: 1px solid #E8E9EB;
  color: #4B5261;
  margin-bottom: 30px;
}
#right-content .bg-white-border, .bg-rss, .bg-megaphone, .bg-light-blue, .bg-enveloppe {
  padding: 22px 20px 12px 20px;
  border-bottom-width: 3px;
  position:relative;
}
.bg-white-map {
  padding-top: 65px;
  position: relative;
}
#content.bg-mosaic, .bg-mosaic {
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,0) 50%), url(../../Images/support.wng.ch/backgrounds/mosaic_pattern_2.png) repeat center bottom;
  background: -moz-linear-linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,0) 50%), url(../../Images/support.wng.ch/backgrounds/mosaic_pattern_2.png) repeat center bottom;
  background: -webkit-linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,0) 50%), url(../../Images/support.wng.ch/backgrounds/mosaic_pattern_2.png) repeat center bottom;
  color: #4B5261;
  background-attachment: fixed;
}
.bg-mosaic h2 {
  color: #0e52a0;
}
.content-page.bg-mosaic {
  color: #4B5261;
}
.bg-rss, .bg-megaphone, .bg-light-blue, .bg-enveloppe {
  margin-bottom: 30px;
  padding-top: 25px;
  padding-bottom: 5px;
}
.bg-rss > div, .bg-megaphone > div, .bg-enveloppe > div {
  position:relative;
}
/*.bg-enveloppe {
  background: #0e52a0 url("../../Images/support.wng.ch/backgrounds/bkg_envelop.png") no-repeat scroll right bottom / 62% auto;
}*/
.bg-rss *, .bg-megaphone *, .bg-enveloppe * {
  color: #ffffff;
}

.bg-rss:before, .bg-megaphone:before, .bg-enveloppe:before {
  content: '\f0a1';
  font-family: fontawesome;
  color: #009aea;
  font-size: 115px;
  position: absolute;
  right: 20px;
  bottom: -10px;
  z-index: 0;
  opacity: 0.25;
  text-shadow: 8px 6px 6px rgba(0, 0, 0, 0.2);
}
.bg-rss:before {
  content:'\f09e';
  font-size: 125px;
  bottom: -20px;
}
.bg-enveloppe:before {
  content:'\f003';
}
.bg-rss a:hover, .bg-rss a:focus, .bg-megaphone a:hover, .bg-megaphone a:focus, .bg-enveloppe a:hover, .bg-enveloppe a:focus {
  color: #009aea;
}
.bg-rss .btn, .bg-megaphone .btn, .bg-enveloppe .btn {
  font-size: 14px;
  margin-top: 15px;
}
.bg-rss a.btn:hover, .bg-rss a.btn:focus, .bg-megaphone a.btn:hover, .bg-megaphone a.btn:focus, .bg-enveloppe a.btn:hover, .bg-enveloppe a.btn:focus {
  background: #ffffff;
}
.bg-light-blue {
  background: #E6F5FD;
  padding-bottom: 40px;
}
.bg-light-blue * {
  color: #009aea;
}
/* /bg-color */

/*
 * DCE
 */
/* recommend */
.dce-recommend {
  background:#ffffff;
  border-bottom: 6px solid #009aea;
  padding: 29px 27px 0 27px;
  overflow:auto;
}
.recommend-date {
  color: #009aea;
  /*font-family: 'Roboto Condensed', sans-serif;*/
  font-size: 26px;
  margin-bottom: 26px;
}
.news-list-category {
  color: #ffffff;
  /*font-family: 'Roboto Condensed', sans-serif;*/
  text-transform: uppercase;
}
.recommend-title {
  color: #414959;
  font-size: 25px;
  font-weight: 600;
  margin: 10px 0 25px;
}
.recommend-position {
  color: #0E52A0;
  font-size: 28px;
  /*font-family: 'Roboto Condensed Bold', sans-serif;*/
  font-weight:600;
  text-transform: uppercase;
  float:left;
  width: 50px;
  line-height: 30px;
}
.recommend-position-title {
  color: #0E52A0;
  font-size: 16px;
  position: relative;
  line-height: 22px;
  float:left;
  width: calc(100% - 80px);
}
.recommend-subject {
  border-bottom: 1px solid #ECEDEE;
  padding-bottom: 20px;
  margin-bottom: 12px;
  float:none;
  clear:both;
  display: inline-block;
  width: 100%;
}
.recommend-position img {
  height: 33px;
  width:auto;
}

/* /recommend */
/* social */
.social-links {
  padding-left: 0;
  text-align: center;
}
.social-links li {
  list-style:none;
  display:inline-block;
  margin-left: 19px;
  margin-right: 19px;
}
.social-links li.social-facebook a {
  background: #3b5998;
}
.social-links li.social-instagram a {
  background: radial-gradient(circle at 33% 100%, #ffdc80 4%, #f15245 35%, #d92e7f 60%, #9b36b7 80%, #405de6);
}
.social-links li.social-twitter a {
  background: #1da1f2;
}
.social-links li.social-flickr a {
  background: #ff0084;
}
.social-links li.social-youtube-play a {
  background: #cd201f;
}
.social-links li a {
  text-align:center;
  border-radius: 100%;
  display: table;
  font-size: 32px;
  height: 65px;
  opacity: 1;
  text-shadow: none;
  transition: all 0.3s ease 0s;
  width: 65px;
  display: table-cell;
  vertical-align:middle;
  color: #ffffff;
  position:relative;
  z-index: 3;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#right-content .social-links li {
    height: 55px;
    margin-left: 9px;
    margin-right: 9px;
    margin-bottom: 15px;
    width: 55px;
}
#right-content .social-links li a {
    font-size: 25px;
    height: 52px;
    width: 52px;
}
#right-content .social-links li a:hover {
  height: 54px;
  width: 54px;
  font-size: 27px;
}
/* /social */
/* Slider de vidéos youtube */
.film_roll_wrapper, .film_roll_shuttle {
  height:auto;
}
.film_roll_child {
  position: relative;
  pointer-events:none;
}
.film_roll_child:after {
  content:'';
  position:absolute;
  width: 100%;
  height:100%;
  background:rgba(0,0,0,.6);
  z-index: 2;
  left:0;
  top:0;
  pointer-events:none;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.film_roll_child.active {
  pointer-events: auto;
}
.film_roll_child.active:after {
  background:none;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.film_roll_pager {
  display: none;
}
#film_roll .film_roll_prev, #film_roll .film_roll_next {
  z-index:4;
  left: 15px;
}
#film_roll .film_roll_prev:focus, #film_roll .film_roll_next:focus {
  text-decoration:none;
}
#film_roll .film_roll_next {
  right:15px;
  left:auto;
}
/* /Slider de vidéos youtube */
/* dce-com */
.dce-com {
  position:relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-bottom: 6px solid #009aea;
}
.dce-com img {
    height: auto;
    max-width: 100%;
}
.dce-com .carousel-caption.little-caption {
  padding: 14px 18px 18px 18px;
  min-height: 73px;
}
.dce-com .carousel-caption.little-caption h3 {
    font-size: 22px;
    margin-top: 0;
}
.dce-com iframe {
    max-height: 100%;
    max-width: 100%;
}
/* /dce-com */
/* dce-teaser */
.dce-teaser {
  text-align:center;
  /*font-family: 'Roboto Condensed', sans-serif;*/
  padding-top: 8px;
  font-size: 24px;
}
.dce-teaser * {
}
.dce-teaser a {
  color: #0E52A0;
}
.dce-teaser p {
    margin-top: 8px;
}
.dce-teaser a:hover {
  text-decoration:none;
}
.dce-teaser a img {
  height:auto;
  width: auto;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.dce-teaser .img-container {
  background: rgba(0, 154, 234, 0);
  border-radius: 100%;
  display: table-cell;
  height: 87px;
  margin: 0 auto;
  vertical-align: middle;
  width: 87px;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
/*.dce-teaser a:hover .img-container {
  background: #E6F5FD;
}*/
.dce-teaser a:hover p {
  color: #009aea;
}

#right-content .dce-teaser {
  padding: 0;
}
#right-content .dce-teaser .row {
  margin: 0;
}
#right-content .dce-teaser .row > div {
  padding: 0;
  float:none;
  clear:both;
  width: 100%;
  margin-bottom: 7px;
}
#right-content .dce-teaser .row > div:last-child {
  margin-bottom: 0;
}
#right-content .dce-teaser a {
  display:block;
}
#right-content .dce-teaser .img-container {
  height: 50px;
  width: 50px;
}
#right-content .dce-teaser a img {
  max-width: 64%;
}
#right-content .dce-teaser p {
    display: table-cell;
    height: 50px;
    margin-top: 0;
    text-align: left;
    vertical-align: middle;
    padding-left: 8px;
    font-size: 16px;
    font-weight: normal;
}
/* /dce-teaser */

/* map */
.dce-map .parti-map {
  float:right;
}
.dce-map .parti-desc > div {
  height: 0;
  overflow: hidden;
  opacity: 0;
  padding-left: 10px;
  margin-left: -10px;
  -moz-transition: opacity .3s ease 0.3s;
  -o-transition: opacity .3s ease 0.3s;
  -webkit-transition: opacity .3s ease 0.3s;
  transition: opacity .3s ease 0.3s;
}
.dce-map .parti-desc .ch-default {
  height: auto;
  opacity: 1;
}
.dce-map #map {
  height: 397px;
  margin-bottom: 70px;
  margin-top: -65px;
  width: 100%;
}
.dce-map h5 {
  /*font-family: 'Roboto Condensed', sans-serif;*/
  text-transform:none;
  font-size: 21px;
  margin-top: 8px;
  margin-bottom: 23px;
}
.dce-map .parti-address {
  margin-bottom: 28px;
}
.dce-map .parti-contact {
  margin-bottom: 35px;
}
.dce-map p {
  margin-bottom: 5px;
}
.dce-map a {
  color: #009aea;
}
.dce-map a:hover, .dce-map a:focus {
  color: #0E52A0;
}
.dce-map a.btn {
  color: #ffffff;
}
.dce-map .social-links {
  text-align:left;
  margin-bottom: 30px;
}
.dce-map .social-links li {
  margin-left: 0;
  margin-right: 15px;
  height:auto;
  width:auto;
}
.dce-map .social-links li:first-child {
  margin-left: 0;
}
.dce-map .social-links li a {
  background:none;
  border: 1px solid #009aea;
  color: #009aea;
  width: 36px;
  font-size: 18px;
  height: 36px;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.dce-map .social-links li a:hover, .dce-map .social-links li a:focus {
  color: #ffffff;
  background: #009aea;
}
.jvectormap-container {
    background: none;
}
.jvectormap-container > svg > *:nth-child(2){
  filter: drop-shadow(8px 3px 6px rgba(0, 0, 0, 0.15));
  -webkit-filter: drop-shadow(8px 3px 6px rgba(0, 0, 0, 0.15));
}
@supports (overflow:-webkit-marquee)
   and (justify-content:inherit) {
     .jvectormap-container > svg > *:nth-child(2){
        filter: none;
      }
}
.jvectormap-zoomin, .jvectormap-zoomout {
  display:none;
}
#map .jvectormap-legend {
    background: #ffffff !important;
    color: #009aea;
    border-radius: 3px;
}

.map-bg, .bg-map-canton {
  background-position: right center !important;
  background-repeat: no-repeat !important;
  /*background-size: 605px auto !important;*/
  background-size: contain !important;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
}
.map-bg::after, .bg-map-canton:after {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 650px;
    z-index: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+30,ffffff+100&1+0,1+30,0.7+100 */
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,0.4) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b3ffffff',GradientType=1 ); /* IE6-9 */
}


/* /map */
/* dce-keynumbers */
.dce-keynumbers {
  padding-left: 0;
  text-align: center;
}
.dce-keynumbers li {
  clear: both;
  display: inline-block;
  float: none;
  list-style: outside none none;
  margin-bottom: 28px;
  text-align: center;
  vertical-align: top;
}
.dce-keynumbers .key-number {
  text-align:left;
}
.dce-keynumbers .key-number a {
    display: block;
}
.dce-keynumbers .keynumber-number, .dce-keynumbers .keynumber-title {
  height: 142px;
  opacity: 1;
  text-shadow: none;
  transition: all 0.3s ease 0s;
  display: table-cell;
  vertical-align:middle;
  margin-bottom: 25px;
  color: #ffffff;
  font-size: 20px;
  padding-left: 15px;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.dce-keynumbers .keynumber-number {
  font-size: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align:center;
  border-radius: 100%;
  margin-right: 15px;
  /*font-family: 'Roboto Condensed Bold', sans-serif;*/
  font-weight:600;
  padding-left: 0;
  width: 142px;
  position:relative;
  z-index: 3;
}
.dce-keynumbers a:hover .keynumber-number {
  background: #ffffff;
  color: #4B5261;
}
/* /dce-keynumbers */
/* dce section */
.dce-section {
  padding: 0 0 40px 0;
  position: relative;
}
.dce-section li {
  list-style:none;
  display:inline-block;
}
.btn.btn-section {
  background: #E6F5FD;
  color: #009aea;
  font-family: "Source Sans Pro",Arial;
  font-size: 16px;
  padding-left: 22px;
  padding-right: 22px;
  text-transform: none;
  margin-right: 20px;
}
.btn.btn-section:hover, .btn.btn-section:focus {
  background: #009aea;
  color: #ffffff;
}
/* /dce section */
/* dce-topics */
.dce-topics {

}
.dce-topics .topic {
  position:relative;
  border-bottom: 6px solid #009aea;
  margin-top: 30px;
}
.dce-topics a {
    display: block;
    text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.dce-topics img {
  max-width: 100%;
  height: auto;
}
.dce-topics .icon-img {
  padding-top: 50px;
  padding-bottom: 80px;
}
.dce-topics .carousel-caption.little-caption {
  min-height: 77px;
  padding: 11px 17px;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.dce-topics a:hover .carousel-caption {
  min-height: 100%;
}
.dce-topics .carousel-caption.little-caption h3 {
  font-size: 20px;
  margin-top: 0;
  display: inline-table;
  position: absolute;
  top:13px;
  padding-right: 17px;
}
.dce-topics a:hover .carousel-caption.little-caption h3 {
  font-size: 27px;
  transform: perspective(1px) translateY(-50%);
  top: 50%;
}
/* /dce-topics */

/* dce-position + dce-valeur */
.dce-position hr, .dce-valeur hr {
    border-color: rgba(0, 0, 0, 0.05);
    border-width: 4px;
    margin-top: 37px;
    margin-bottom: 30px;
}
.dce-valeur hr {
   border-width:1px;
   margin-bottom: 12px;
}
.position-documents, .valeur-documents {
    list-style: outside none none;
    padding: 0;
}
.position-documents li, .valeur-documents li {
    padding: 9px 0;
}
.position-documents a:hover, .valeur-documents a:hover {
    color: #009aea;
}
.position-documents a .document-icon, .valeur-documents a .document-icon  {
    border: 1px solid #009aea;
    border-radius: 100%;
    display: table-cell;
    height: 36px;
    text-align: center;
    text-shadow: none;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    width: 36px;
    position:relative;
}
.document-icon .icon_pdf {
    display: inline-block;
    margin-left: 2px;
    vertical-align: sub;
    height: 18px;
    position:relative;
    z-index: 3;
}
.document-icon .icon_pdf .st0 {
  fill: #009aea;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.position-documents a:hover .document-icon .st0, .position-documents a:focus .document-icon .st0, .position-documents a:active .document-icon .st0,
.valeur-documents a:hover .document-icon .st0, .valeur-documents a:focus .document-icon .st0, .valeur-documents a:active .document-icon .st0 {
  fill: #0E52A0;
}
.document-title {
    padding-left: 10px;
    display: table-cell;
    height: 36px;
    vertical-align: middle;
    width: auto;
}
.documents-more {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 20px;
}

.documents-more a, .panel-title a {
  display:block;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 50px;
  position:relative;
}
.documents-more a.open, .documents-more a:hover, .documents-more a:focus {
  color: #0e52a0;
}
.documents-more a:after, .panel-title a:after {
  background: url(../../Images/support.wng.ch/icon/icon_plus.svg) no-repeat center center;
  background-size: 13px 14px;
  content: "";
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  display: table-cell;
  font-size: 15px;
  height: 34px;
  text-align: center;
  text-shadow: none;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  width: 34px;
  position:absolute;
  right: 0;
  top: 0px;
}
.documents-more a:hover:after, .panel-title a:hover:after,
.documents-more a.open::after, .panel-title a:not(.collapsed)::after {
  background: url(../../Images/support.wng.ch/icon/icon_minus.svg) no-repeat center center;
  background-size: 13px auto;
  border-color: #0e52a0;
}
.position-documents li.documents-height-hidden, .valeur-documents li.documents-height-hidden {
  margin: 0;
  padding: 0;
  overflow:hidden;
  max-height: 0;
  opacity: 0;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.position-documents li.document-visible, .valeur-documents li.document-visible {
  max-height: 100%;
  opacity: 1;
  padding: 9px 0;
}
.back-link-position, .back-link-valeur, .fe-users-back, .news-backlink-wrap {
    position:absolute;
    left: -70px;
    top: 0;
}
.back-link-position a, .back-link-valeur a, .fe-users-back a, .news-backlink-wrap a {
    border: 1px solid #009aea;
    border-radius: 100%;
    display: table-cell;
    font-size: 27px;
    height: 40px;
    text-align: center;
    text-shadow: none;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    width: 40px;
}
.back-link-position a:before, .back-link-valeur a:before, .fe-users-back a:before, .news-backlink-wrap a:before,
.document-icon:before,
#content #st-1 .st-btn:before,
.dce-keynumbers .keynumber-number:before,
.dce-map .social-links li a:before,
#showUserModal a i:after, #userDetail a i:after,
.link-microphone .icon-contact:before, .link-internal .icon-contact:before,
.icon-parlament:before, .icon-link:before, .icon-exclam:before {
    border-radius: 100%;
    box-sizing: content-box;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    background: #009aea;
    left: -2px;
    padding: 2px;
    top: -2px;
    -moz-transition: transform 0.5s ease 0s, opacity 0.6s ease 0s;
    -o-transition: transform 0.5s ease 0s, opacity 0.6s ease 0s;
    -webkit-transition: transform 0.5s ease 0s, opacity 0.6s ease 0s;
    transition: transform 0.5s ease 0s, opacity 0.6s ease 0s;
    opacity: 0;
    transform: scale(1.3);
    pointer-events: none;
}
.dce-map .social-links li a:before {
  z-index:-1;
}
.dce-keynumbers .keynumber-number::before {
  background: #ffffff;
  z-index: -1;
}
.back-link-position a:hover:before, .back-link-valeur a:hover:before, .fe-users-back a:hover:before, .news-backlink-wrap a:hover:before,
.valeur-documents a:hover .document-icon:before, .position-documents a:hover .document-icon:before,
#content #st-1 .st-btn:hover:before,
.dce-keynumbers a:hover .keynumber-number:before,
.dce-map .social-links li a:hover:before,
#showUserModal a:hover i:after, #userDetail a:hover i:after,
.link-microphone:hover .icon-contact:before, .link-internal:hover .icon-contact:before,
a:hover .icon-parlament:before, a:hover .icon-link:before, a:hover .icon-exclam:before {
  opacity: 1;
  transform: scale(1);
}
.back-link-position .back_arrow, .back-link-valeur .back_arrow, .fe-users-back .back_arrow, .news-backlink-wrap .back_arrow {
    vertical-align: initial;
    height: 18px;
    border:none;
    width: 10px;
    fill:#009AEA;
    position:relative;
    z-index: 3;
}
.back-link-position .back_arrow .st0, .back-link-valeur .back_arrow .st0, .fe-users-back .back_arrow .st0, .news-backlink-wrap .back_arrow .st0 {
  fill:#009AEA;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.back-link-position a:hover .back_arrow .st0, .back-link-valeur a:hover .back_arrow .st0, .fe-users-back a:hover .back_arrow .st0, .news-backlink-wrap a:hover .back_arrow .st0,
.valeur-documents a:hover .icon_pdf .st0, .position-documents a:hover .icon_pdf .st0 {
  fill:#ffffff;
}
.back-link-position a:hover, .back-link-position a:focus, .back-link-position a:active,
.back-link-valeur a:hover, .back-link-valeur a:focus, .back-link-valeur a:active,
.fe-users-back a:hover, .fe-users-back a:focus, .fe-users-back a:active,
.news-backlink-wrap a:hover, .news-backlink-wrap a:focus, .news-backlink-wrap a:active {
  background: #009aea;
}
.dce-valeur iframe {
    margin-bottom: 30px;
    margin-top: 20px;
    max-width: 100%;
}
/* /dce-position + /dce-valeur*/
/* dce accordéon */
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border:none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 20px;
}
.panel-group .panel + .panel {
    margin-top: 35px;
}
.panel-default > .panel-heading {
  padding: 0;
  background:none;
}
.panel-title {
    font-size: 20px;
}
.panel-title a {
    display: block;
}
.panel-title a:not(.collapsed) {
  color: #009aea;
}
.panel-body {
  padding-left: 0;
  padding-right: 0;
  border:none !important;
}
/* /dce accordéon */
/* dce link-microphone et dce lien interne */
.link-microphone, .link-internal {
  display:inline-block;
  margin-bottom: 12px;
}
.link-microphone .icon-contact, .link-internal .icon-contact {
  display: inline-block;
  height: 18px;
  width: 13px;
  border: 1px solid #009aea;
  border-radius: 100%;
  display: table-cell;
  font-size: 27px;
  height: 40px;
  text-align: center;
  text-shadow: none;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  width: 40px;
  position: relative;
  float: left;
}
.link-microphone svg, .link-internal svg {
  width: 13px;
  height: 18px;
  position: relative;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.link-microphone:hover .cls-1, .link-internal:hover .cls-1 {
  fill: #ffffff;
}
.link-microphone:hover, .link-internal:hover {
  color: #009aea;
}
.text-icon-contact {
  line-height: 40px;
  padding-left: 10px;
}
/* /dce link microphone */

/* bottom-content */
.bottom-content {
  position: relative;
  /*height: 385px;*/
  overflow: hidden;
}
.bottom-content iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 385px !important;
  pointer-events: none;
}
.bottom-content iframe.clicked{
  pointer-events: auto;
}
/* /bottom-content */

/*
 * footer
 */
footer {
    padding: 30px 0 0px 0;
    background: #373c48;
}
footer * {
    color: #FFFFFF;
}
footer > .container > .row {
  min-height: 155px;
  position: relative;
}
footer p {
  margin: 0;
  line-height: 25px;
}
footer a {
    color: #FFFFFF;
}
footer a:hover, footer a:focus {
    color: #009aea;
}
footer h3 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 7px;
    padding-bottom: 13px;
}
/* footer-social + header-social */
footer .social-links, header .social-links {
  text-align:right;
  margin-bottom: 0;
}
footer .social-links li, header .social-links li {
  margin-left: 20px;
  margin-right: 0;
}
header .social-links li {
  height: 32px;
  width: 32px;
  margin-left: 8px;
  padding-top: 3px;
}
header .social-links li:first-child {
  margin-left: 0;
}
footer .social-links li a, header .social-links li a {
  background:none !important;
  border: 1px solid rgba(255,255,255,.2);
  font-size: 28px;
  height: 58px;
  width: 58px;
}
header .social-links li a, header .social-links li a:hover, header .social-links li a:focus {
  color: #0e52a0;
  /*border-color: #0e52a0;*/
  border-color:none;
  box-shadow:none;
  font-size: 18px;
  height: 30px;
  width: 30px;
}
footer .social-links li a:hover {
  background: #ffffff !important;
}
footer .social-links li a i {
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
footer .social-links li a:hover i {
  color: #373c48;
}
header .social-links li a:hover, header .social-links li a:focus {
  color: #009aea;
  /*border-color: #009aea;*/
}
/* /footer-social + header-social */
/* back to top */
#back-to-top {
  position:absolute;
  right: -15px;
  bottom: 0px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  font-size: 20px;
  height: 35px;
  line-height: 28px;
  text-align: center;
  width: 35px;
  opacity: 0.2;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#back-to-top:hover {
  opacity: 1;
}
/* /back to top */
/*
 * footer-nav
 */
.footer-nav {
  border-top: 1px solid rgba(255,255,255,.2);
  margin-top: 12px;
  position:relative;
}
.footer-nav *, .footer-nav ul li:hover a {
    color: #FFFFFF;
}
.footer-nav ul {
    list-style: none;
    padding-left: 0;
    margin : 0;
}
.footer-nav ul li {
    display: inline;
}
.footer-nav ul li a {
  display: inline-block;
  padding: 15px 12px 19px 12px;
  text-decoration:none;
}
.footer-nav ul li a:hover, .footer-nav ul li a:focus {
  color: #009aea;
}
.footer-nav ul li:first-child a {
    padding-left: 0;
}
.footer-nav ul li:last-child {
    border-right: none;
}
.footer-nav p {
  padding-top:11px;
  font-size: 13px;
}
.footer-nav p a {
  text-decoration:none;
}
/* ------------------ */
/* --- Responsive --- */
/* ------------------ */
@media (min-width: 1600px) {
  .container {
    width: 1560px;
  }
}
@media (max-width: 1599px) {
  .content-top:before {
    height: 385px;
  }
  .content-top:after {
    top: 385px;
  }
  .dce-com {
    height: 266px;
  }
  .news-list-view .article-com .article-caption {
    margin-top: -31px;
  }
  #content #st-1 .st-btn {
    margin-right: 17px;
  }
}
@media (max-width: 1750px) {
  .carousel .carousel-control, #film_roll .film_roll_prev, #film_roll .film_roll_next {
    left: 20px;
  }
  .carousel .carousel-control.right, #film_roll .film_roll_next {
    left: auto;
    right: 20px;
  }
}
@media (max-width: 1199px) {
  .topheader-nav > * {
    padding-left: 26px;
  }
  nav ul li a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 992px) {
    .navbar-header {
      margin-top: 25px;
    }
    .navbar-brand {
      height: 121px;
    }
    .navToggle {
      display:none;
    }
    .navbar-toggle {
      display:block;
      background: none;
      border: 1px solid #0E52A0;
      border-radius: 100%;
      height: 44px;
      margin-right: 0;
    }
    .navbar-toggle .icon-bar {
      background: #0E52A0;
    }
    .navbar-toggle span:nth-child(2) {
      -moz-transition: all 0s;
      -o-transition: all 0s;
      -webkit-transition: all 0s;
      transition: all 0s;
    }
    .navbar-toggle.open span:nth-child(1) {
        -webkit-transform: translateY(5px) rotate(45deg);
        -ms-transform: translateY(5px) rotate(45deg);
        transform: translateY(5px) rotate(45deg);
    }
    .navbar-toggle.open span:nth-child(2) {
        opacity: 0;
    }
    .navbar-toggle.open span:nth-child(3) {
        width: 100%;
        -webkit-transform: translateY(-7px) rotate(-45deg);
        -ms-transform: translateY(-7px) rotate(-45deg);
        transform: translateY(-7px) rotate(-45deg);
    }
    #navbar.navbar-collapse.collapse, .topheader-nav {
      display:none !important;
      padding: 0;
    }
    #navbar.navbar-collapse.collapse.in {
      display:block !important;
    }
    .navbar-header {
      width: 100%;
    }
    #navbar nav {
      position: inherit;
      top: 100%;
      left: 0;
      -moz-transition: all .5s;
      -o-transition: all .5s;
      -webkit-transition: all .5s;
      transition: all .5s;
      border: none;
      border-radius: 0;
      width: 100%;
      box-shadow: none;
      margin: 0;
      padding: 0;
      display:block;
      overflow:auto;
      height:0;
      float:none;
      clear:both;
    }
    #navbar.in nav {
      height: 100vh;
      padding: 0px 0px 130px 0px;
    }
    #navbar nav .menu {
      padding: 0;
      -moz-transition: all .3s;
      -o-transition: all .3s;
      -webkit-transition: all .3s;
      transition: all .3s;
    }
    #navbar.in nav .menu {
      padding: 60px 0px 0px 0px;
    }

    #navbar.in nav .menu.activated {
      padding: 0px;
    }
    .menu li {
      display: block;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      height: auto;
    }
    nav ul li.closed {
      height: 0px;
      opacity: 0;
    }
    nav ul li.closed a{
      pointer-events:none;
    }
    .menu li.active {
      background: #2D60A5;
    }
    .menu > li > a:hover, .menu > li.active > a, .menu > li.open > a, .menu > li > a:focus {
      color: #ffffff;
    }
    .main-submenu > a:after {
      content:'';
      right: 15px;
      transform: rotate(0deg);
      -moz-transition: all 0.5s ease 0.5s;
      -o-transition: all 0.5s ease 0.5s;
      -webkit-transition: all 0.5s ease 0.5s;
      transition: all 0.5s ease 0.5s;
    }
    .main-submenu.open > a:after {
      transform: rotate(180deg);
      -moz-transition: all 0.5s ease 0.5s;
      -o-transition: all 0.5s ease 0.5s;
      -webkit-transition: all 0.5s ease 0.5s;
      transition: all 0.5s ease 0.5s;
    }

    .menu .main-submenu.open a {
      color: #ffffff;
      padding-top: 22px;
      padding-bottom: 22px;
    }
    .menu a, .dropdown-menu li a {
      color: rgba(255, 255, 255, 1);
      display:block;
      width: 750px;
      padding-right: 70px;
      padding-left: 8.33333333%;
      text-align: left;
      margin: 0 auto;
    }
    .open > .dropdown-menu {
        left: 0;
        z-index: 3;
        height: 100vh;
        left: 0;
        padding: 0;
        position: relative;
        width: 100%;
        margin: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .dropdown-menu > .container {
      width: 100%;
      padding: 0;
      overflow-x:hidden;
    }
    .dropdown-menu ul {
      padding: 0;
    }
    .dropdown-submenu > a:after {
      right: 30px;
      opacity: 1 !important;
    }
    .topheader-nav.sticky-mobile {
      display:block !important;
      position:fixed;
      bottom: 0;
      background: #ffffff;
      left: 0;
      text-align: center;
      width: 100%;
      padding: 12px 0;
      opacity: 0;
      -moz-transition: all .8s;
      -o-transition: all .8s;
      -webkit-transition: all .8s;
      transition: all .8s;
    }
    #navbar.in .topheader-nav.sticky-mobile {
      opacity: 1;
      z-index: 10;
    }
    .topheader-nav.sticky-mobile > *:first-child {
      padding-left: 0;
    }
    .topheader-nav.sticky-mobile .search-toggle {
      display:none;
    }
    .content-top:before {
      height: 250px;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#009aea+0,074ea1+100 */
      background: rgb(0,154,234); /* Old browsers */
      background: -moz-linear-gradient(left,  rgba(0,154,234,1) 0%, rgba(14,82,160,1) 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(left,  rgba(0,154,234,1) 0%,rgba(14,82,160,1) 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right,  rgba(0,154,234,1) 0%,rgba(14,82,160,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009aea', endColorstr='#0E52A0',GradientType=1 ); /* IE6-9 */
    }
    .content-top:after {
      top: 250px;
    }
    #main-content {
        border:none;
        padding-bottom: 0;
    }
    #four-content > div > .row {
        margin-bottom: 15px;
    }
    #four-content .article {
        margin-bottom: 30px;
    }
    #film_roll .film_roll_prev, #film_roll .film_roll_next {
      display:none !important;
    }
    .film_roll_pager {
      display:block;
    }
    /* bg */
    .bg-newsletter::before {
      background:none;
    }

    /* social wall */
    .tx-pb-social .pb-list {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
    }
    /* /social wall */
    /*
     * DCE
     */
    .dce-recommend {
      height: auto !important;
      margin-bottom: 45px;
    }

    .bg-map-canton {
      display:none;
    }
    .dce-section {
      padding: 0;
    }
    /* map */
    .dce-map .parti-map {
      float:none;
      clear:both;
    }
    .dce-map #map {
      margin-top:0;
    }
    .map-bg::after, .bg-map-canton::after {
      width: 100%;
    }
    .dce-map .parti-address, .dce-map .parti-contact, .dce-map .social-links {
      display:inline-block;
      width: 33.333%;
      vertical-align: top;
    }

    /* social-links */
    footer .social-links {
      text-align:left;
    }
}
@media (min-width: 767px) {


}
@media (max-width: 767px) {
    .navbar-header, .navbar-header.sticky {
        width: auto;
        margin-top: 15px;
    }
    #branding {
      width: 85%;
    }
    .navbar-brand {
      padding: 0 15px 7px 15px;
      height: 47px;
    }
    .navbar-brand > img, .navbar-header.sticky .navbar-brand > img {
        max-height: 40px;
    }
    .navbar-toggle {
      margin-right: 15px;
      height: 35px;
      padding: 7px;
      margin-top: 0;
    }
    .navbar-toggle .icon-bar {
      width: 19px;
    }
    #navbar.in nav {
      padding: 0 0 105px 0;
    }
    #navbar.in nav .menu {
      padding: 0;
    }
    .menu a, .dropdown-menu li a {
      width: 100%;
      font-size: 14px;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 15px;
    }
    .main-submenu > a:after, .dropdown-submenu > a:after {
      height: 59px;
    }
    .topheader-nav.sticky-mobile > * {
      display:block;
      padding-left: 0;
    }
    .topheader-nav.sticky-mobile .social-links{
      text-align:center;
    }
    .content-top, #content.content-page {
        margin-top: 63px;
    }
    .content-top:before {
      height: 200px;
    }
    #four-content > div > .row {
        margin-bottom: 0;
    }
    #four-content .news .article-com {
        margin-bottom: 30px;
    }
    .news-single .news-list-category, .news-single .article .news-img-wrap {
      width: 100%;
    }
    .news-list-view .article-content, .news-single .article-content {
      float:none;
      width: 100%;
      margin-bottom: 15px;
    }
    .article-content .teaser-text {
      text-align:center;
    }
    .news-list-view .article .news-img-wrap, .news-single .article .news-img-wrap{
      float:none;
    }
    .news-list-view .article-com .article-caption {
        margin-top: 0;
    }
    .carousel-caption {
      position:relative;
    }
    .dce-topics .carousel-caption {
      position:absolute;
      min-height: 100%;
    }
    .dce-topics a .carousel-caption.little-caption h3 {
      font-size: 27px;
      transform: perspective(1px) translateY(-50%);
      top: 50%;
    }
    .mediaelement.mediaelement-image {
        display: inline-block;
    }
    #newsletter-subscription.form-inline .form-control {
      min-width: 0;
      width: 100%;
    }
    /* bg */
    .bg-newsletter::before, .bg-newsletter::after {
      background:none;
    }
    /* social wall */
    .tx-pb-social .pb-list {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
    }
    .tx-pb-social .btn-filter {
        width: auto;
    }
    .tx-pb-social .btn-filter-newsroom {
      margin-left: 0;
    }
    .btn-filter-newsroom i {
      margin-right:0;
    }
    .tx-pb-social .filter-label {
      display:none;
    }
    /* /social wall */
    /*
     * dce
     */
    .dce-com {
        height: auto;
    }
    .dce-keynumbers li {
      display:block;
    }
    footer .social-links {
      margin-top: 30px;
    }

    /* dce-teaser */
    .dce-teaser {
      padding: 0;
    }
    .dce-teaser .row {
      margin: 0;
    }
    .dce-teaser .row > div {
      padding: 0;
      float:none;
      clear:both;
      width: 100%;
      margin-bottom: 7px;
    }
    .dce-teaser .row > div:last-child {
      margin-bottom: 0;
    }
    .dce-teaser a {
      display:block;
    }
    .dce-teaser .img-container {
      height: 50px;
      width: 50px;
    }
    .dce-teaser a img {
      max-width: 64%;
    }
    .dce-teaser p {
        display: table-cell;
        height: 50px;
        margin-top: 0;
        text-align: left;
        vertical-align: middle;
        padding-left: 8px;
        font-size: 16px;
        font-weight: normal;
    }
    /*
     * /dce
     */
    footer {
      padding-bottom: 15px;
    }
    footer > .container > .row > * {
      margin-bottom: 50px;
    }
    footer p {
      font-size:14px;
    }
    #back-to-top {
      right: 15px;
      position: relative;
      float: right;
      margin-bottom: 0;
    }
    .footer-nav, .footer-nav .pull-right {
        text-align: center;
    }
    .footer-nav ul {
      margin-top: 5px;
      margin-bottom: 8px;
    }
    .footer-nav ul li a {
      padding-top:10px;
      padding-bottom: 0;
      font-size: 12px;
    }
    .footer-nav .pull-right {
      float:none;
      clear:both;
      width: 100%;
      line-height: 18px;
    }
    .wng-creation {
      display:block;
    }
}
