/* 
  -----------------------------------
  Mega Menu Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 01 - Blue Bar
  -----------------------------------
*/
.p7MGM-01 {
  position: relative;
  line-height: 1;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-stretch: condensed;
  font-size: 17px;
}
/*Responsive Toolbar */
.p7MGM-01 .mgm-toolbar {
  display: none;
}
/*Clear Fix*/
.p7MGM-01:after, .p7MGM-01 .p7mgm-row:after {
  content: "\0020";
  clear: both;
  font-size: 0px;
  line-height: 0;
  display: block;
  height: 0px;
}
/*Root Menu Alignment*/
.p7MGM-01.menu-centered {
  text-align: center;
}
.p7MGM-01.menu-right {
  text-align: right;
}
/*Root Menu List*/
.p7MGM-01 ul.mgm-root-list {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  vertical-align: bottom;
}
.p7MGM-01 li.mgm-root-item {
  list-style-type: none;
  float: left;
  padding: 0px;
  margin: 10px 0px 10px 0px;
  border-left: dotted 2px #333;
}
.p7MGM-01 li.mgm-root-item:first-child {
  margin-left: 0px;
  border: 0px;
}
/*Root Menu Link Items*/
.p7MGM-01 a.mgm-root-item {
  display: block;
  padding: 12px 14px;
  margin: 0px 2px !important;
  color: #000;
  text-decoration: none;
  font-size: 0px;
  background-repeat: no-repeat;
  background-position: left center;
  transition: background-color linear .35s, border-color linear .35s;
}
.p7MGM-01 a.mgm-root-item:hover, .p7MGM-01 a.mgm-root-item.open {
  color: #000;
}
/*IMAGE LINKS*/
.p7MGM-01 a.p7MGM_img, .p7MGM-01 li.p7MGM_img {
  border: none;
  padding: 0px;
  margin: 0px;
  background: none !important;
}
.p7MGM-01 a.p7MGM_img img {
  border: none;
  vertical-align: bottom;
}
/*Current Mark*/
.p7MGM-01 a.current_mark {
  font-weight: bold;
}
/*Root Menu Trigger Arrows*/
.p7MGM-01 a.mgm-root-item.mgm-trig.closed {
  background-image: url(img/mgm-right-dark.gif);
}
.p7MGM-01 a.mgm-root-item.mgm-trig.open {
  background-image: url(img/mgm-down-dark.gif);
}
/*Mega Sub-Menus*/
.p7MGM-01 .mgm-mega-menu {
  background-image: url(../-Images/_Structure/SubMenuTop.jpg);
  background-repeat: repeat-x;
  background-position: top center;
  background-color: #D5E8AD;
  color: #000;
  position: absolute;
  top: 100%;
  left: 0px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -10px;
  padding-top: 20px;
}
.submenuicon {
  max-width: 50% !important;
  max-height: 120px;
  float: left;
  background-color: rgba(255, 255, 255, 1);
  padding: 5px 5px 20px 5px;
  margin-bottom: 10px;
  margin-right: 10px;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
}
.festivalgroups {
  height: 240px;
  display: block;
  clear: both;
  position: relative;
}
.festivalgroups .button {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.tiltright {
  /* Tilt  */
  transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -webkit-transform: rotate(1deg);
}
.tiltleft { /* Tilt  */
  transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
}
.p7MGM-01.open-up .mgm-mega-menu {
  top: auto;
  bottom: 100%;
  border-top: 1px solid;
  border-bottom: none;
}
/*Mega Sub-Menu Content*/
.p7MGM-01 .p7mgm-row {
  text-align: left;
}
.p7MGM-01 .p7mgm-ColContent {
  margin-top: 5px;
  padding: 0px 20px 10px;
  font-size: 90%;
}
.p7MGM-01 .p7mgm-ColContent p {
  line-height: 1.5;
}
.p7MGM-01 .p7mgm-ColContent p a {
  color: #000;
}
.p7MGM-01 .p7mgm-ColContent p a:hover {
  color: #06C;
}
.p7MGM-01 .p7mgm-ColContent img {
  height: auto !important;
  width: auto !important;
  max-width: 100%;
}
a .button {
  display: inline-block;
  padding: 10px 20px;
  color: #000;
  background-color: rgba(201, 227, 240, 1);
  float: right;
  text-align: center;
  /* Rounded Corners */
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
a .button:hover {
  /*Inner shadow*/
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset;
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset;
  background-color: rgba(255, 255, 255, 1);
}
.p7MGM-01 .p7mgm-ColContent h1, .p7MGM-01 .p7mgm-ColContent h2, .p7MGM-01 .p7mgm-ColContent h3, .p7MGM-01 .p7mgm-ColContent h4 {
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 1.5em;
  font-family: 'cardenio_modernregular';
  text-align: center;
  margin-top: 0px;
}
.p7MGM-01 .p7mgm-ColContent h2 {
  font-size: 1.35em;
}
.p7MGM-01 .p7mgm-ColContent h3 {
  font-size: 2.25em;
}
.p7MGM-01 .p7mgm-ColContent h4 {
  font-size: 1.1em;
}
.p7MGM-01 .p7mgm-ColContent h5 {
  font-size: 1.5em;
  font-family: 'cardenio_modernregular';
}
/*Mega Sub-Menu Column Widths*/
.p7MGM-01 .p7mgm-Col {
  float: left;
}
.p7MGM-01 .p7mgm-Col.p7mgm-percent75 {
  width: 75%;
}
.p7MGM-01 .p7mgm-Col.p7mgm-percent60 {
  width: 60%;
}
.p7MGM-01 .p7mgm-Col.p7mgm-percent50 {
  width: 50%;
}
.p7MGM-01 .p7mgm-Col.p7mgm-percent40 {
  width: 40%;
}
.p7MGM-01 .p7mgm-Col.p7mgm-percent33 {
  width: 33.333333333%;
}
.p7MGM-01 .p7mgm-Col.p7mgm-percent25 {
  width: 25%;
}
.p7MGM-01 .p7mgm-Col.p7mgm-percent20 {
  width: 20%;
}
.p7MGM-01 .col-sep .border-left {
  border-left: 2px solid;
  border-left-style: dotted;
  border-color: rgba(0, 0, 0, .5);
}
.p7MGM-01 .p7mgm-row.row-sep-both {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, .5);
}
.p7MGM-01 .p7mgm-row.row-sep-top {
  border-top: 1px solid;
  border-color: rgba(0, 0, 0, .5);
}
.p7MGM-01 .p7mgm-row.row-sep-bottom {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, .5);
}
/*Mega Sub-Menu Positioning and Offsets*/
.mgm-mega-menu.centered .p7mgm-row {
  text-align: center;
}
.mgm-mega-menu.right-align {
  text-align: right;
}
.menu-centered .mgm-mega-menu.width90 {
  left: 5%;
  right: 5%;
}
.menu-left .mgm-mega-menu.width90 {
  left: 0%;
  right: 10%;
}
.menu-right .mgm-mega-menu.width90 {
  left: 10%;
  right: 0%;
}
.menu-centered .mgm-mega-menu.width80 {
  left: 10%;
  right: 10%;
}
.menu-left .mgm-mega-menu.width80 {
  left: 0%;
  right: 20%;
}
.menu-right .mgm-mega-menu.width80 {
  left: 20%;
  right: 0%;
}
.menu-centered .mgm-mega-menu.width60 {
  left: 20%;
  right: 20%;
}
.menu-left .mgm-mega-menu.width60 {
  left: 0%;
  right: 40%;
}
.menu-right .mgm-mega-menu.width60 {
  left: 40%;
  right: 0%;
}
.menu-centered .mgm-mega-menu.width50 {
  left: 25%;
  right: 25%;
}
.menu-left .mgm-mega-menu.width50 {
  left: 0%;
  right: 50%;
}
.menu-right .mgm-mega-menu.width50 {
  left: 50%;
  right: 0%;
}
.menu-centered .mgm-mega-menu.width40 {
  left: 30%;
  right: 30%;
}
.menu-left .mgm-mega-menu.width40 {
  left: 0%;
  right: 60%;
}
.menu-right .mgm-mega-menu.width40 {
  left: 60%;
  right: 0%;
}
.mgm-mega-menu.width100 {
  left: 0;
  right: auto;
  width: 100%;
}
/*Classic Sub-Menu*/
.p7MGM-01 li.mgm-root-item.mgm-classic {
  position: relative;
}
.p7MGM-01 .mgm-mega-menu.mgm-classic {
  min-width: 240px;
}
/*Mega Sub-Menu Custom Classes*/
.p7MGM-01 .mgm-mega-menu.custom-01 {}
.p7MGM-01 .mgm-mega-menu.custom-02 {}
.p7MGM-01 .mgm-mega-menu.custom-03 {}
.p7MGM-01 .mgm-mega-menu.custom-04 {}
.p7MGM-01 .mgm-mega-menu.custom-05 {}
.p7MGM-01 .mgm-mega-menu.custom-06 {}
.p7MGM-01 .mgm-mega-menu.custom-07 {}
.p7MGM-01 .mgm-mega-menu.custom-08 {}
.p7MGM-01 .mgm-mega-menu.custom-09 {}
.p7MGM-01 .mgm-mega-menu.custom-10 {}
.blue-gradient {
  background-image: linear-gradient(#7BA4C1, #3A617C);
  background-color: #7BA4C1;
  color: #FFF;
}
.black-gradient {
  background-image: linear-gradient(#333, #000);
  background-color: #333333;
  color: #FFF;
}
.black-gradient .p7mgm-ColContent p a, .blue-gradient .p7mgm-ColContent p a {
  color: #FFF;
}
.black-gradient .p7mgm-ColContent p a:hover, .blue-gradient .p7mgm-ColContent p a:hover {
  color: #FFF;
}
/*Dreamweaver Design Time Fixes and No-Script Presentation*/
.p7MGMdesign-time {
  padding: 0px;
}
.p7MGMdesign-time .mgm-mega-menu {
  width: auto;
  position: static;
  display: block;
  clear: both;
}
/*Styled List Menu inside Mega Sub*/
.p7MGM-01 .mgm-mega-menu ul.megalist {
  display: block;
  padding: 0px;
  margin: 10px 0px;
}
.p7MGM-01 .mgm-mega-menu ul.megalist.iblock {
  display: inline-block;
}
.p7MGM-01 .mgm-mega-menu ul.megalist li {
  list-style-type: none;
  border: 1px solid #000;
  border-color: rgba(0, 0, 0, .5);
  margin-bottom: 8px;
  background-color: #FFF;
  display: block;
  /* Rounded Corners */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}
.p7MGM-01 .mgm-mega-menu ul.megalist a {
  display: block;
  padding: 20px;
  color: #000;
  text-decoration: none;
  text-align: center;
  font-size: 2.5em;
  font-family: 'cardenio_modernregular';
}
.p7MGM-01 .mgm-mega-menu ul.megalist a:hover {
  background-color: #7BA4C1;
  color: #FFF;
}
.p7MGM-01 .mgm-mega-menu ul.simple-menu {
  margin: 10px 0px;
  padding: 0px;
}
.p7MGM-01 .mgm-mega-menu ul.simple-menu li {
  list-style-type: none;
  line-height: 1.5;
}
.p7MGM-01 .mgm-mega-menu ul.simple-menu a {
  color: #000;
  text-decoration: none;
}
.p7MGM-01 .mgm-mega-menu ul.simple-menu a:hover {
  text-decoration: underline;
}
/*Menu Background Styles*/
#p7MGMa1_1 {
  background-image: url(../-Images/_Structure/Menu/Menu_Home.png);
  background-position: center center;
  height: 66px;
  width: 132px;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0px;
  color: rgba(184, 218, 149, 1);
}
#p7MGMa1_1:hover {
  background-image: url(../-Images/_Structure/Menu/Menu_HovHome.png);
}
#p7MGMa1_2 {
  background-image: url(../-Images/_Structure/Menu/Menu_Produce.png);
  background-position: center center;
  height: 66px;
  width: 111px;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0px;
  color: rgba(184, 218, 149, 1);
}
#p7MGMa1_2:hover {
  background-image: url(../-Images/_Structure/Menu/Menu_HovProduce.png);
}
#p7MGMa1_3 {
  background-image: url("../-Images/_Structure/Menu/Menu_Times.png");
  background-position: center center;
  height: 66px;
  width: 80px;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0px;
  color: rgba(184, 218, 149, 1);
}
#p7MGMa1_3:hover {
  background-image: url("../-Images/_Structure/Menu/Menu_HovTimes.png");
}
#p7MGMa1_4 {
  background-image: url(../-Images/_Structure/Menu/Menu_Shop.png);
  background-position: center center;
  height: 66px;
  width: 96px;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0px;
  color: rgba(184, 218, 149, 1);
}
#p7MGMa1_4:hover {
  background-image: url(../-Images/_Structure/Menu/Menu_HovShop.png);
}
#p7MGMa1_5 {
  background-image: url(../-Images/_Structure/Menu/Menu_Event.png);
  background-position: center center;
  height: 66px;
  width: 55px;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0px;
  color: rgba(184, 218, 149, 1);
}
#p7MGMa1_5:hover {
  background-image: url(../-Images/_Structure/Menu/Menu_HovEvent.png);
}
#p7MGMa1_6 {
  background-image: url(../-Images/_Structure/Menu/Menu_Tours.png);
  background-position: center center;
  height: 66px;
  width: 86px;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0px;
  color: rgba(184, 218, 149, 1);
}
#p7MGMa1_6:hover {
  background-image: url(../-Images/_Structure/Menu/Menu_HovTours.png);
}
#p7MGMa1_7 {
  background-image: url(../-Images/_Structure/Menu/Menu_About.png);
  background-position: center center;
  height: 66px;
  width: 103px;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0px;
  color: rgba(184, 218, 149, 1);
}
#p7MGMa1_7:hover {
  background-image: url(../-Images/_Structure/Menu/Menu_HovAbout.png);
}
#p7MGMa1_8 {
  background-image: url(../-Images/_Structure/Menu/Menu_News.png);
  background-position: center center;
  height: 66px;
  width: 60px;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0px;
  color: rgba(184, 218, 149, 1);
}
#p7MGMa1_8:hover {
  background-image: url(../-Images/_Structure/Menu/Menu_HovNews.png);
}
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  .p7MGM-01 a.mgm-root-item {
    padding: 12px 8px;
  }
  #p7MGMa1_1 {
    background-image: url(../-Images/_Structure/Menu/Menu_SmallHome.png);
    height: 48px;
    width: 97px;
  }
  #p7MGMa1_1:hover {
    background-image: url(../-Images/_Structure/Menu/Menu_HovSmallHome.png);
  }
  #p7MGMa1_2 {
    background-image: url(../-Images/_Structure/Menu/Menu_SmallProduce.png);
    height: 48px;
    width: 89px;
  }
  #p7MGMa1_2:hover {
    background-image: url(../-Images/_Structure/Menu/Menu_HovSmallProduce.png);
  }
  #p7MGMa1_3 {
    background-image: url(../-Images/_Structure/Menu/Menu_SmallTimes.png);
    height: 48px;
    width: 64px;
  }
  #p7MGMa1_3:hover {
    background-image: url(../-Images/_Structure/Menu/Menu_HovSmallTimes.png);
  }
  #p7MGMa1_4 {
    background-image: url(../-Images/_Structure/Menu/Menu_SmallShop.png);
    height: 48px;
    width: 71px;
  }
  #p7MGMa1_4:hover {
    background-image: url(../-Images/_Structure/Menu/Menu_HovSmallShop.png);
  }
  #p7MGMa1_5 {
    background-image: url(../-Images/_Structure/Menu/Menu_SmallEvent.png);
    height: 48px;
    width: 40px;
  }
  #p7MGMa1_5:hover {
    background-image: url(../-Images/_Structure/Menu/Menu_HovSmallEvent.png);
  }
  #p7MGMa1_6 {
    background-image: url(../-Images/_Structure/Menu/Menu_SmallTours.png);
    height: 48px;
    width: 64px;
  }
  #p7MGMa1_6:hover {
    background-image: url(../-Images/_Structure/Menu/Menu_HovSmallTours.png);
  }
  #p7MGMa1_7 {
    background-image: url(../-Images/_Structure/Menu/Menu_SmallAbout.png);
    height: 48px;
    width: 75px;
  }
  #p7MGMa1_7:hover {
    background-image: url(../-Images/_Structure/Menu/Menu_HovSmallAbout.png);
  }
  #p7MGMa1_8 {
    background-image: url(../-Images/_Structure/Menu/Menu_SmallNews.png);
    height: 48px;
    width: 47px;
  }
  #p7MGMa1_8:hover {
    background-image: url(../-Images/_Structure/Menu/Menu_HovSmallNews.png);
  }
  .submenuicon {
    max-width: 50% !important;
    max-height: 100px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .festivalgroups {
    height: 210px;
    display: block;
    clear: both;
    position: relative;
  }
}
@media only screen and (min-width: 850px) and (max-width: 1000px) {
  .festivalgroups {
    height: 240px;
    display: block;
    clear: both;
    position: relative;
  }
  .submenuicon {
    max-width: 50% !important;
    max-height: 80px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .p7MGM-01 a.mgm-root-item {
    padding: 12px 8px;
  }
  #p7MGMa1_1 {
    background-image: url(../-Images/_Structure/Menu/Menu_TabletHome.png);
    height: 37px;
    width: 75px;
  }
  #p7MGMa1_1:hover {
    background-image: url(../-Images/_Structure/Menu/Menu_TabletHovHome.png);
  }
  #p7MGMa1_2 {
    background-image: url(../-Images/_Structure/Menu/Menu_TabletProduce.png);
    height: 37px;
    width: 68px;
  }
  #p7MGMa1_2:hover {
    background-image: url(../-Images/_Structure/Menu/Menu_TabletHovProduce.png);
  }
  #p7MGMa1_3 {
    background-image: url(../-Images/_Structure/Menu/Menu_TabletTimes.png);
    height: 37px;
    width: 66px;
  }
  #p7MGMa1_3:hover {
    background-image: url(../-Images/_Structure/Menu/Menu_TabletHovTimes.png);
  }
  #p7MGMa1_4 {
    background-image: url(../-Images/_Structure/Menu/Menu_TabletShop.png);
    height: 37px;
    width: 55px;
  }
  #p7MGMa1_4:hover {
    background-image: url(../-Images/_Structure/Menu/Menu_TabletHovShop.png);
  }
  #p7MGMa1_5 {
    background-image: url(../-Images/_Structure/Menu/Menu_TabletEvent.png);
    height: 37px;
    width: 32px;
  }
  #p7MGMa1_5:hover {
    background-image: url(../-Images/_Structure/Menu/Menu_TabletHovEvent.png);
  }
  #p7MGMa1_6 {
    background-image: url(../-Images/_Structure/Menu/Menu_TabletTours.png);
    height: 37px;
    width: 50px;
  }
  #p7MGMa1_6:hover {
    background-image: url(../-Images/_Structure/Menu/Menu_TabletHovTours.png);
  }
  #p7MGMa1_7 {
    background-image: url(../-Images/_Structure/Menu/Menu_TabletAbout.png);
    height: 37px;
    width: 58px;
  }
  #p7MGMa1_7:hover {
    background-image: url(../-Images/_Structure/Menu/Menu_TabletHovAbout.png);
  }
  #p7MGMa1_8 {
    background-image: url(../-Images/_Structure/Menu/Menu_TabletNews.png);
    height: 37px;
    width: 37px;
  }
  #p7MGMa1_8:hover {
    background-image: url(../-Images/_Structure/Menu/Menu_TabletHovNews.png);
  }
}
@media only screen and (min-width: 700px) and (max-width: 850px) {
  .festivalgroups {
    height: 180px;
    display: block;
    clear: both;
    position: relative;
  }
  .submenuicon {
    max-width: 50% !important;
    max-height: 70px;
    float: left;
    margin-right: 10px !important;
    display: none !important;
  }
  .festivalgroups .button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 5px 5px;
    width: 80%;
  }
  .p7MGM-01 .p7mgm-ColContent h3 {
    font-size: 1.5em;
  }
  .p7MGM-01 a.mgm-root-item {
    padding: 12px 1px;
  }
  #p7MGMa1_1 {
    background-image: url(../-Images/_Structure/Menu/Menu_TabletHome.png);
    height: 37px;
    width: 75px;
  }
  #p7MGMa1_1:hover {
    background-image: url(../-Images/_Structure/Menu/Menu_TabletHovHome.png);
  }
  #p7MGMa1_2 {
    background-image: url(../-Images/_Structure/Menu/Menu_TabletProduce.png);
    height: 37px;
    width: 68px;
  }
  #p7MGMa1_2:hover {
    background-image: url(../-Images/_Structure/Menu/Menu_TabletHovProduce.png);
  }
  #p7MGMa1_3 {
    background-image: url(../-Images/_Structure/Menu/Menu_TabletTimes.png);
    height: 37px;
    width: 51px;
  }
  #p7MGMa1_3:hover {
    background-image: url(../-Images/_Structure/Menu/Menu_TabletHovTimes.png);
  }
  #p7MGMa1_4 {
    background-image: url(../-Images/_Structure/Menu/Menu_TabletShop.png);
    height: 37px;
    width: 55px;
  }
  #p7MGMa1_4:hover {
    background-image: url(../_Images/_Structure/Menu/Menu_Menu_TabletHovShop.png);
  }
  #p7MGMa1_5 {
    background-image: url(../-Images/_Structure/Menu/Menu_TabletEvent.png);
    height: 37px;
    width: 32px;
  }
  #p7MGMa1_5:hover {
    background-image: url(../-Images/_Structure/Menu/Menu_TabletHovEvent.png);
  }
  #p7MGMa1_6 {
    background-image: url(../-Images/_Structure/Menu/Menu_TabletTours.png);
    height: 37px;
    width: 50px;
  }
  #p7MGMa1_6:hover {
    background-image: url(../-Images/_Structure/Menu/Menu_TabletHovTours.png);
  }
  #p7MGMa1_7 {
    background-image: url(../-Images/_Structure/Menu/Menu_TabletAbout.png);
    height: 37px;
    width: 58px;
  }
  #p7MGMa1_7:hover {
    background-image: url(../-Images/_Structure/Menu/Menu_TabletHovAbout.png);
  }
  #p7MGMa1_8 {
    background-image: url(../-Images/_Structure/Menu/Menu_TabletNews.png);
    height: 37px;
    width: 37px;
  }
  #p7MGMa1_8:hover {
    background-image: url(../-Images/_Structure/Menu/Menu_TabletHovNews.png);
  }
  .submenuicon {
    max-width: 90% !important;
    display: block;
    margin: 0 auto 20px !important;
  }
}
/*Smartphone Media Query*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
  .p7MGM-01.responsive .p7mgm-Col {
    float: none;
    width: auto;
  }
  .festivalgroups {
    height: auto;
  }
  .festivalgroups .button {
    position: relative;
    bottom: 10px;
    right: 10px;
    padding: 5px 5px;
  }
  .submenuicon {
    display:  !important;
  }
  .p7MGM-01.responsive .p7mgm-ColContent {
    padding: 5px 20px;
    border: none;
    height: auto !important;
    max-height: 888678px;
  }
  .p7MGM-01.responsive .p7mgm-ColContent p {
    margin: 6px 0px;
  }
  .p7MGM-01.responsive:after {
    display: none;
  }
  .p7MGM-01.responsive .mgm-toolbar {
    display: block;
    background-color: none;
    padding: 10px;
    text-align: right;
  }
  .p7MGM-01.responsive .mgm-toolbar a {
    font-weight: bold;
    color: #5F6459;
    text-decoration: none;
    font-size: 3.5em;
    font-family: 'cardenio_modernregular';
    margin-right: 10px;
  }
  .p7MGM-01.responsive .mgm-toolbar a:hover {
    color: #FFF;
  }
  .p7MGM-01.responsive .toggle-text.closed a:before {
    content: "View Menu \0020";
    font-size: .5em;
  }
  .p7MGM-01.responsive .toggle-text.opened a:before {
    content: "Hide Menu \0020";
    font-size: .5em;
  }
  .p7MGM-01.responsive .mgm-toolbar {
    display: block;
    background-color: none;
    padding: 10px;
    cursor: pointer;
  }
  .p7MGM-01.responsive {
    text-align: left !important;
    padding: 0px !important;
    border: none !important;
  }
  .p7MGM-01.responsive ul.mgm-root-list {
    display: block;
    padding: 0px;
  }
  .p7MGM-01.responsive li.mgm-root-item {
    float: none;
    margin: 3px 0px;
    padding: 0px;
    margin: 0px;
    border: none;
  }
  .p7MGM-01.responsive a.mgm-root-item {
    border-left: none;
    border-right: none;
  }
  .p7MGM-01.responsive ul.closed {
    display: none;
  }
  .p7MGM-01.responsive ul.opened {
    display: block;
  }
  .p7MGM-01.responsive.rounded, .p7MGM-01.responsive.rounded * {
    border-radius: 0px !important;
  }
  .p7MGM-01.responsive.shadows * {
    box-shadow: none !important;
  }
  .p7MGM-01.responsive .mgm-mega-menu {
    width: 100%;
    margin: 0px;
    top: auto;
    left: 0px;
    right: 0px;
    position: relative;
    border: none;
  }
  #p7MGMa1_1, #p7MGMa1_2, #p7MGMa1_4, #p7MGMa1_5, #p7MGMa1_6, #p7MGMa1_8 {
    background-image: none;
    height: auto;
    width: auto;
    text-indent: 0%;
    white-space: normal;
    color: rgba(73, 73, 72, 1);
    font-family: 'cardenio_modernregular';
    font-size: 2em;
    text-align: center;
  }
  #p7MGMa1_1:hover, #p7MGMa1_2:hover, #p7MGMa1_4:hover, #p7MGMa1_5:hover, #p7MGMa1_6:hover, #p7MGMa1_8:hover {
    background-image: none !important;
    height: auto;
    width: auto;
    text-indent: 0%;
    white-space: normal;
    color: rgba(255, 255, 255, 1);
    font-family: 'cardenio_modernregular';
    font-size: 2em;
    text-align: center;
  }
  #p7MGMa1_3, #p7MGMa1_7 {
    height: auto;
    width: auto;
    text-indent: 0%;
    white-space: normal;
    color: rgba(73, 73, 72, 1);
    font-family: 'cardenio_modernregular';
    font-size: 2em;
    text-align: center;
    background: url(img/mgm-down-dark.gif) no-repeat center 90%;
  }
  #p7MGMa1_3:hover, #p7MGMa1_7:hover {
    height: auto;
    width: auto;
    text-indent: 0%;
    white-space: normal;
    color: rgba(255, 255, 255, 1);
    font-family: 'cardenio_modernregular';
    font-size: 2em;
    text-align: center;
    background: url(img/mgm-down-light.gif) no-repeat center 90%;
  }
}
@media only screen and (min-height: 600px) and (max-height: 800px) {
  .submenuicon {
    max-width: 50% !important;
    display: block;
    margin: 0 5px 20px !important;
  }
}
@media only screen and (min-height: 0px) and (max-height: 600px) {
  .submenuicon {
    display: none !important;
  }
  .festivalgroups {
    height: 190px;
    display: block;
    clear: both;
    position: relative;
  }
}