.alert-popup {
  display: block;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.alert-popup.open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.alert-popup .alert-close {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 35px;
  height: 32px;
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  border: 2px solid rgba(243, 243, 243, 0.8);
  font-size: 0;
}

.alert-popup .alert-close:before, .alert-popup .alert-close:after {
  position: absolute;
  right: 15px;
  content: ' ';
  height: 28px;
  width: 2px;
  background-color: #f3f3f3;
}

.alert-popup .alert-close:before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.alert-popup .alert-close:after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.alert-popup .alert-close:hover {
  border: 2px solid #f3f3f3;
  cursor: pointer;
}

.alert-popup .alert-popup-container {
  position: relative;
  left: 50%;
  top: 50%;
  background-color: #243862;
  padding: 32px;
  margin: 0;
  width: 650px;
  max-width: 90%;
  max-height: 90%;
  overflow-y: auto;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: transform .3s;
}

.alert-popup .alert-content {
  display: block;
  padding: 1px;
  color: #f3f3f3;
}

.alert-popup .alert-content h1, .alert-popup .alert-content h2, .alert-popup .alert-content h3, .alert-popup .alert-content h4 {
  color: #f1c40f;
}/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh-persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh-persistent,
ul.menubeanh-persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh-persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh-persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh-persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh-persistent ul,
ul.menubeanh-persistent ul ul,
ul.menubeanh-persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh-persistent li.over ul ul,
ul.menubeanh-persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh-persistent li.over ul,
ul.menubeanh-persistent ul li.over ul,
ul.menubeanh-persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv-persistent,
ul.menubeanv ul,
ul.menubeanv-persistent, ul {
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv-persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv-persistent li.mi-parent {
  cursor: pointer;
}
ul.menubeanv-persistent li ul {
  display: none;
}
ul.menubeanv-persistent li.over ul {
  display: block;
}
/*
Item Name : Circular Countdown jQuery Plugin
Item URI : http://codecanyon.net/item/circular-countdown-jquery-plugin/3761921
Author URI : http://codecanyon.net/user/Pixelworkshop/
Version : 1.21
*/
/*  _______________________________________

	COUNTDOWN
    _______________________________________  */
#countdown {
  display: block;
  width: 480px;
  height: 120px;
  overflow: hidden;
}

/*
   IMPORTANT
   The exact same width must be set to the #countdown_container and to the canvas
   element #circular_countdown in the HTML markup !
*/
#countdown_container {
  height: 100px;
  width: 480px;
  display: block;
  overflow: hidden;
  /*
  Additional styling
  */
}

#countdown_timer,
#circular_countdown {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

#countdown_timer ul,
#countdown_clock {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 1;
}

#circular_countdown_days,
#circular_countdown_hours,
#circular_countdown_minutes,
#circular_countdown_seconds {
  position: relative;
  z-index: 1;
  padding: 0;
  width: 120px;
  margin: 0;
}

#countdown_timer {
  z-index: 2;
  width: 480px;
}

#countdown_timer li {
  list-style: none;
  padding: 8px 10px;
  margin-top: 28px;
  display: inline-block;
  vertical-align: top;
  width: 120px;
  color: #333333;
  font-size: 9px;
  position: absolute;
  top: 0;
  text-align: center;
  text-transform: uppercase;
}

#countdown_timer li.days {
  left: -10px;
}

#countdown_timer li.hours {
  left: 110px;
}

#countdown_timer li.minutes {
  left: 230px;
}

#countdown_timer li.seconds {
  left: 350px;
}

#countdown_timer li em {
  display: block;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  font-style: normal;
  padding: 0;
}

