body {
max-width: 900px;
background: #92387B;
margin: 0 auto !important;
float: none !important;
color: #444444;
font-family: arial,helvetica,sans-serif;

}

/* unvisited link */
a:link {
    color: #1B4901;
	text-decoration: underline;
}

/* visited link */
a:visited {
    color: #123300;
	text-decoration: underline;
}

/* mouse over link */
a:hover {
    color: #5A0202;
	text-decoration: underline;
	font-weight:bold;
}

/* selected link */
a:active {
     color: #5A0202;
	 text-decoration: underline;
}

/* img control */
img {
	max-width: 100%;
	height: auto;
}

 @media (max-width: 500px) {
    .resize img{
	max-width: 40%;
	height: auto;
    }
}

 @media (max-width: 500px) {
    .remove p{
        display:none;
    }
}

 @media (max-width: 500px) {
    .remove table{
        display:none;
    }
}

/* h1 control*/
	@media (max-width: 500px) {
h1 {
  font-size: 20px;
}
}

/* h2 control*/
	@media (max-width: 500px) {
h2 {
  font-size: 20px;
}
}

/* Responsive 1 */

	#wrapup {
    	border: 0px;
	}
	
	@media (min-width: 500px) {
		.row {
			display: table;
			table-layout: fixed;
			width: 100%;
		}
		.leftcolumn {
			display: table-cell;
			width: 55%;
			padding: 0px; 
			img{display:none;}
		}
		.rightcolumn {
			display: table-cell;
			width: 45%;
			padding: 0px;
		}
	}

/* Responsive 2 */

	#wrapup2 {
    	border: 0px;
	}
	
	@media (min-width: 500px) {
		.row {
			display: table;
			table-layout: fixed;
			width: 100%;
		}
		.leftcolumn2 {
			display: table-cell;
			width: 50%;
			padding: 0px; 
			img{display:none;}
		}
		.rightcolumn2 {
			display: table-cell;
			width: 50%;
			padding: 0px;
		}
	}

/* Responsive 3 */

	#wrapup3 {
    	border: 0px;
	}
	
	@media (min-width: 500px) {
		.row {
			display: table;
			table-layout: fixed;
			width: 100%;
		}
		.leftcolumn3 {
			display: table-cell;
			width: 65%;
			padding: 0px; 
			img{display:none;}
		}
		.rightcolumn3 {
			display: table-cell;
			width: 35%;
			padding: 0px;
		}
	}

.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%;
	max-width:560px;
	height:100%;
}

/* bottommenu */

#bottommenu,
#bottommenu ul,
#bottommenu ul li,
#bottommenu ul li a,
#bottommenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#bottommenu:after,
#bottommenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#bottommenu #menu-button {
  display: none;
}
#bottommenu {
  width: auto;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 1;
  max-width: 890px;
  background: #ffffff;
  background: -webkit-linear-gradient(bottom, #f2f2f2, #ffffff);
  background: -ms-linear-gradient(bottom, #f2f2f2, #ffffff);
  background: -moz-linear-gradient(bottom, #f2f2f2, #ffffff);
  background: -o-linear-gradient(bottom, #f2f2f2, #ffffff);
  background: linear-gradient(to top, #f2f2f2, #ffffff);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 -2px 0px #ebebeb, inset 0 1px 0 #ffffff;
}
#bottommenu > ul > li {
  float: left;
}
#bottommenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#bottommenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#bottommenu.align-right > ul > li {
  float: right;
}
#bottommenu > ul > li > a {
  padding: 10px 15px 11px 10px;
  font-size: 15px;
  text-decoration: underline;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#bottommenu > ul > li:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#bottommenu.align-center > ul > li:first-child > a {
  border-radius: 0;
}
#cssmen.align-right > ul > li:first-child > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

#bottommenu > ul > li:after {
  content: '';
  position: absolute;
  top: 18px;
  right: 0;
  display: block;
  height: 20px;
  width: 1px;
  opacity: .15;
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(to top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
}
#bottommenu.align-right > ul > li:after {
  right: auto;
  left: -1px;
}
#bottommenu > ul > li:before {
  content: '';
  position: absolute;
  top: 18px;
  right: -1px;
  display: block;
  height: 20px;
  width: 1px;
  opacity: .35;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(to top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.01), #ffffff, rgba(255, 255, 255, 0.01));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
}
#bottommenu.align-right > ul > li:before {
  right: auto;
  left: 0px;
}
#bottommenu > ul > li:last-child:after,
#bottommenu > ul > li:last-child:before {
  display: none;
}
#bottommenu.small-screen {
  width: 100%;
}
#bottommenu.small-screen > ul,
#bottommenu.small-screen.align-center > ul {
  width: 100%;
  text-align: left;
}
#bottommenu.small-screen > ul > li,
#bottommenu.small-screen.align-center {
  float: none;
  display: block;
  border-top: 1px solid rgba(100, 100, 100, 0.1);
}
#bottommenu.small-screen > ul > li > a {
  padding: 18px 25px;
}
#bottommenu.small-screen > ul > li:after,
#bottommenu.small-screen > ul > li:before {
  display: none;
}
#bottommenu.small-screen #menu-button {
  display: block;
  padding: 10px 15px 11px 10px;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
  color: #000973;
}
#bottommenu.small-screen #menu-button.menu-opened {
  color: #0000dd;
}
#bottommenu.small-screen #menu-button:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 20px;
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-top: 2px solid #000973;
  border-bottom: 2px solid #000973;
  width: 18px;
  height: 3px;
}
#bottommenu.small-screen #menu-button.menu-opened:after {
  border-top: 2px solid #0000dd;
  border-bottom: 2px solid #0000dd;
}
#bottommenu.small-screen #menu-button:before {
  content: "";
  position: absolute;
  right: 25px;
  top: 30px;
  display: block;
  width: 18px;
  height: 2px;
  background: #000973;
}
#bottommenu.small-screen #menu-button.menu-opened:before {
  background: #0000dd;
}

/* bottom menu 2 */

#bottommenu2,
#bottommenu2 ul,
#bottommenu2 ul li,
#bottommenu2 ul li a,
#bottommenu2 #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#bottommenu2:after,
#bottommenu2 > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#bottommenu2 #menu-button {
  display: none;
}
#bottommenu2 {
  width: auto;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 1;
  max-width: 890px;
  background: #ffffff;
  background: -webkit-linear-gradient(bottom, #f2f2f2, #ffffff);
  background: -ms-linear-gradient(bottom, #f2f2f2, #ffffff);
  background: -moz-linear-gradient(bottom, #f2f2f2, #ffffff);
  background: -o-linear-gradient(bottom, #f2f2f2, #ffffff);
  background: linear-gradient(to top, #f2f2f2, #ffffff);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 -2px 0px #ebebeb, inset 0 1px 0 #ffffff;
}
#bottommenu2 > ul > li {
  float: left;
}
#bottommenu2.align-center > ul {
  font-size: 0;
  text-align: center;
}
#bottommenu2.align-center > ul > li {
  display: inline-block;
  float: none;
}
#bottommenu2.align-right > ul > li {
  float: right;
}
#bottommenu2 > ul > li > a {
  padding: 10px 15px 11px 10px;
  font-size: 15px;
  text-decoration: underline;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#bottommenu2 > ul > li:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#bottommenu2.align-center > ul > li:first-child > a {
  border-radius: 0;
}
#cssmen.align-right > ul > li:first-child > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

#bottommenu2 > ul > li:after {
  content: '';
  position: absolute;
  top: 18px;
  right: 0;
  display: block;
  height: 20px;
  width: 1px;
  opacity: .15;
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(to top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
}
#bottommenu2.align-right > ul > li:after {
  right: auto;
  left: -1px;
}
#bottommenu2 > ul > li:before {
  content: '';
  position: absolute;
  top: 18px;
  right: -1px;
  display: block;
  height: 20px;
  width: 1px;
  opacity: .35;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(to top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.01), #ffffff, rgba(255, 255, 255, 0.01));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
}
#bottommenu2.align-right > ul > li:before {
  right: auto;
  left: 0px;
}
#bottommenu2 > ul > li:last-child:after,
#bottommenu2 > ul > li:last-child:before {
  display: none;
}
#bottommenu2.small-screen {
  width: 100%;
}
#bottommenu2.small-screen > ul,
#bottommenu2.small-screen.align-center > ul {
  width: 100%;
  text-align: left;
}
#bottommenu2.small-screen > ul > li,
#bottommenu2.small-screen.align-center {
  float: none;
  display: block;
  border-top: 1px solid rgba(100, 100, 100, 0.1);
}
#bottommenu2.small-screen > ul > li > a {
  padding: 18px 25px;
}
#bottommenu2.small-screen > ul > li:after,
#bottommenu2.small-screen > ul > li:before {
  display: none;
}
#bottommenu2.small-screen #menu-button {
  display: block;
  padding: 10px 15px 11px 10px;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
  color: #000973;
}
#bottommenu2.small-screen #menu-button.menu-opened {
  color: #0000dd;
}
#bottommenu2.small-screen #menu-button:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 20px;
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-top: 2px solid #000973;
  border-bottom: 2px solid #000973;
  width: 18px;
  height: 3px;
}
#bottommenu2.small-screen #menu-button.menu-opened:after {
  border-top: 2px solid #0000dd;
  border-bottom: 2px solid #0000dd;
}
#bottommenu2.small-screen #menu-button:before {
  content: "";
  position: absolute;
  right: 25px;
  top: 30px;
  display: block;
  width: 18px;
  height: 2px;
  background: #000973;
}
#bottommenu2.small-screen #menu-button.menu-opened:before {
  background: #0000dd;
}

/* center menu */

#centermenu,
#centermenu ul,
#centermenu ul li,
#centermenu ul li a,
#centermenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#centermenu:after,
#centermenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#centermenu #menu-button {
  display: none;
}
#centermenu {
  width: auto;
  border-radius: 4px;
  border: 0px;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 1;
  max-width: 890px;
  background: #ffffff;
}
#centermenu > ul > li {
  float: left;
}
#centermenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#centermenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#centermenu.align-right > ul > li {
  float: right;
}
#centermenu > ul > li > a {
  padding: 10px 15px 11px 10px;
  font-size: 14px;
  text-decoration: underline;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#centermenu > ul > li:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#centermenu.align-center > ul > li:first-child > a {
  border-radius: 0;
}

#centermenu > ul > li:last-child:after,
#centermenu > ul > li:last-child:before {
  display: none;
}
#centermenu.small-screen {
  width: 100%;
}
#centermenu.small-screen > ul,
#centermenu.small-screen.align-center > ul {
  width: 100%;
  text-align: left;
}
#centermenu.small-screen > ul > li,
#centermenu.small-screen.align-center {
  float: none;
  display: block;
  border-top: 1px solid rgba(100, 100, 100, 0.1);
}
#centermenu.small-screen > ul > li > a {
  padding: 18px 25px;
}
#centermenu.small-screen > ul > li:after,
#centermenu.small-screen > ul > li:before {
  display: none;
}
#centermenu.small-screen #menu-button {
  display: block;
  padding: 14px 22px 16px 22px;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
  color: #000973;
}
#centermenu.small-screen #menu-button.menu-opened {
  color: #0000dd;
}
#centermenu.small-screen #menu-button:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 20px;
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-top: 2px solid #000973;
  border-bottom: 2px solid #000973;
  width: 18px;
  height: 3px;
}
#centermenu.small-screen #menu-button.menu-opened:after {
  border-top: 2px solid #0000dd;
  border-bottom: 2px solid #0000dd;
}
#centermenu.small-screen #menu-button:before {
  content: "";
  position: absolute;
  right: 25px;
  top: 30px;
  display: block;
  width: 18px;
  height: 2px;
  background: #000973;
}
#centermenu.small-screen #menu-button.menu-opened:before {
  background: #0000dd;
}

/* center menu 2 */

#centermenu2,
#centermenu2 ul,
#centermenu2 ul li,
#centermenu2 ul li a,
#centermenu2 #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#centermenu2:after,
#centermenu2 > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#centermenu2 #menu-button {
  display: none;
}
#centermenu2 {
  width: auto;
  border-radius: 4px;
  border: 0px;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 1;
  max-width: 500px;
  background: #ffffff;
}
#centermenu2 > ul > li {
  float: left;
}
#centermenu2.align-center > ul {
  font-size: 0;
  text-align: center;
}
#centermenu2.align-center > ul > li {
  display: inline-block;
  float: none;
}
#centermenu2.align-right > ul > li {
  float: right;
}
#centermenu2 > ul > li > a {
  padding: 10px 15px 11px 10px;
  font-size: 15px;
  text-decoration: underline;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#centermenu2 > ul > li:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#centermenu2.align-center > ul > li:first-child > a {
  border-radius: 0;
}

#centermenu2 > ul > li:last-child:after,
#centermenu2 > ul > li:last-child:before {
  display: none;
}
#centermenu2.small-screen {
  width: 100%;
}
#centermenu2.small-screen > ul,
#centermenu2.small-screen.align-center > ul {
  width: 100%;
  text-align: left;
}
#centermenu2.small-screen > ul > li,
#centermenu2.small-screen.align-center {
  float: none;
  display: block;
  border-top: 1px solid rgba(100, 100, 100, 0.1);
}
#centermenu2.small-screen > ul > li > a {
  padding: 18px 25px;
}
#centermenu2.small-screen > ul > li:after,
#centermenu2.small-screen > ul > li:before {
  display: none;
}
#centermenu2.small-screen #menu-button {
  display: block;
  padding: 14px 22px 16px 22px;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
  color: #000973;
}
#centermenu2.small-screen #menu-button.menu-opened {
  color: #0000dd;
}
#centermenu2.small-screen #menu-button:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 20px;
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-top: 2px solid #000973;
  border-bottom: 2px solid #000973;
  width: 18px;
  height: 3px;
}
#centermenu2.small-screen #menu-button.menu-opened:after {
  border-top: 2px solid #0000dd;
  border-bottom: 2px solid #0000dd;
}
#centermenu2.small-screen #menu-button:before {
  content: "";
  position: absolute;
  right: 25px;
  top: 30px;
  display: block;
  width: 18px;
  height: 2px;
  background: #000973;
}
#centermenu2.small-screen #menu-button.menu-opened:before {
  background: #0000dd;
}


/* center menu 3 */

#centermenu3,
#centermenu3 ul,
#centermenu3 ul li,
#centermenu3 ul li a,
#centermenu3 #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#centermenu3:after,
#centermenu3 > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#centermenu3 #menu-button {
  display: none;
}
#centermenu3 {
  width: auto;
  border-radius: 4px;
  border: 0px;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 1;
  max-width: 890px;
  background: #ffffff;
}
#centermenu3 > ul > li {
  float: left;
}
#centermenu3.align-center > ul {
  font-size: 0;
  text-align: center;
}
#centermenu3.align-center > ul > li {
  display: inline-block;
  float: none;
}
#centermenu3.align-right > ul > li {
  float: right;
}
#centermenu3 > ul > li > a {
  padding: 10px 15px 11px 10px;
  font-size: 14px;
  text-decoration: underline;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#centermenu3 > ul > li:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#centermenu3.align-center > ul > li:first-child > a {
  border-radius: 0;
}

#centermenu3 > ul > li:last-child:after,
#centermenu3 > ul > li:last-child:before {
  display: none;
}
#centermenu3.small-screen {
  width: 100%;
}
#centermenu3.small-screen > ul,
#centermenu3.small-screen.align-center > ul {
  width: 100%;
  text-align: left;
}
#centermenu3.small-screen > ul > li,
#centermenu3.small-screen.align-center {
  float: none;
  display: block;
  border-top: 1px solid rgba(100, 100, 100, 0.1);
}
#centermenu3.small-screen > ul > li > a {
  padding: 18px 25px;
}
#centermenu3.small-screen > ul > li:after,
#centermenu3.small-screen > ul > li:before {
  display: none;
}
#centermenu3.small-screen #menu-button {
  display: block;
  padding: 14px 22px 16px 22px;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
  color: #000973;
}
#centermenu3.small-screen #menu-button.menu-opened {
  color: #0000dd;
}
#centermenu3.small-screen #menu-button:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 20px;
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-top: 2px solid #000973;
  border-bottom: 2px solid #000973;
  width: 18px;
  height: 3px;
}
#centermenu3.small-screen #menu-button.menu-opened:after {
  border-top: 2px solid #0000dd;
  border-bottom: 2px solid #0000dd;
}
#centermenu3.small-screen #menu-button:before {
  content: "";
  position: absolute;
  right: 25px;
  top: 30px;
  display: block;
  width: 18px;
  height: 2px;
  background: #000973;
}
#centermenu3.small-screen #menu-button.menu-opened:before {
  background: #0000dd;
}
