.WaGadgetMenuHorizontal.menuStyle001 .menuBackground {
    background: none repeat scroll 0% 0% #495f73;
}
.WaGadgetMenuHorizontal.menuStyle001 .menuInner ul ul {
  background: none repeat scroll 0% 0%  #495f73;
}


.WaGadgetMenuHorizontal.menuStyle002 .menuBackground {
    background: none repeat scroll 0% 0% #495f73;
}
.WaGadgetMenuHorizontal.menuStyle002 .menuInner ul ul {
  background: none repeat scroll 0% 0%  #495f73;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li > .item > a {
    white-space: nowrap;
    font: 1em/1.2em "Open Sans";
    color: #FFF;
    text-align: left;
    text-transform:uppercase;
}
.WaGadgetMenuHorizontal.menuStyle002 .menuInner ul.firstLevel > li.sel > .item > a {
    color: #000;
}

.WaGadgetMenuHorizontal .menuInner ul ul li > .item > a{
    white-space: nowrap;
    font: 1em/1.2em "Open Sans";
    color: #FFF;
    text-align: left;
    text-transform:uppercase;
}

#idFooterPoweredByWA{
  display: none;
}

.gadgetStyle001 {
  border: 1px solid rgb(230, 230, 230);
}

.googleAdTop {
  display:none;
}

.page_header div > div > div > h1{
   text-transform:uppercase;
   color: #FFF;
   text-align: center;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li.dir > .item > a > span:before{
display:none;
}
.WaGadgetMenuHorizontal .menuInner ul ul li.dir > .item > a:after {
   display:none;
}



/*

Responsive style for youtube video
*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}