#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1.5;
  display: block;
  position: relative;
}
/* Hide mobile menu and burger */
#mobilemenu, #menuToggle {
	display: none;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li {
  float: left;
  margin: 0px 20px;
}
#cssmenu > ul > li:last-of-type {
  margin-right: 0px;
}

#cssmenu > ul > li > a {
  padding: 0px;
  font-size: 14px;
  text-decoration: none;
  color: #42413F;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li:focus > a {
	color: #F79239;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 300;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  /* Stop flickering in Chrome */
	-webkit-backface-visibility: hidden;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu li:hover > ul > li, #cssmenu li:focus > ul > li {
  height: 35px;
}
#cssmenu ul ul li a {
  padding: 9px 5px;
  width: 200px;
  font-size: 13px;
  text-decoration: none;
  font-weight: 400;
  background: #FFF;
  text-align: left;
  line-height: 1;
  color: #42413F;
}
#cssmenu ul ul li {
	height: 30px;
	background-color: #FFF;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover, #cssmenu ul ul li:focus > a,
#cssmenu ul ul li a:focus {
	color: #fff;
	background-color: #F79239 ;
}

#cssmenu ul li.mobileonly {
	display: none;
}
#navcont {

}
#cssmenu {
	text-align: right;
	margin-bottom: -8px;
}
#menu {
	display: inline-block !important;
}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  /* Stop flickering in Chrome */
	-webkit-backface-visibility: hidden;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
.mobileonly {
	display: none;
}

li.currentPage a, li.currentPage a:hover {
	border-top: 4px solid #F79239 !important;
	color: #42413F !important;
}
#menuburger {
	display: none;
}


@media screen and (max-width:970px) {
/* Mobile menu */

#menuburger {
	display: block;
}

.wrapper {
    max-width: 678px;
    margin: auto;
}

pre {
    border-left: 0.3rem solid #4039ff;
}

.push_left {
    margin-left: 6px;
}

.push_right {
    margin-right: 6px;
}

code, xmp {
    white-space: normal !important;
}

textarea {
    margin-bottom: 0px;
    min-height: 200px;
    line-height: 1;
}

.close {
    width: 20px;
    height: 21px;
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
    text-align: center;
    cursor: pointer;
}

.close:before, .close:after {
    position: absolute;
    left: 10px;
    content: ' ';
    height: 21px;
    width: 3px;
    background-color: #fff;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

.card {
    margin: 20px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1)
}

.card_title, .title, [data-pushbar-id] {
    background: #4039ff;
    color: #fff;
}

.card_title, .title {
    padding: 15px 20px;
    font-weight: bold;
}

.card_title {
    border-radius: 4px 4px 0px 0px;
}

.card_content {
    padding: 15px;
}

a.button.getBtn {
    margin-top: 16px;
    background-color: #fff;
    color: #4039ff;
    border-color: #fff;
}

.small {
    font-size: 14px;
    font-weight: 400;
}

ul#menu {
	margin-top: 110px;
}
#menu li {
    list-style: none;
    padding: 15px 20px;
    display: block;
    margin: 0px;
    color: rgba(255, 255, 255, 0.65);
}
#cssmenu > ul > li {
	float: none;
	text-align: left;
	margin-top: 8px;
}
#cssmenu > ul > li ul {
	margin-left: 5px;
}

#menu li a:link, #menu li a:visited {
	text-decoration: none;
	font-size: 20px;
}

.button, button, input[type='button'], input[type='reset'], input[type='submit'] {
	
}

.burgerlink, #menuburgerclose {
	position: absolute;
	right: 30px;
	top: 28px;
	z-index: 30;
}
#menuburgerclose {
	top: 74px;
	right: 50px;
}

#menuburger, #menuburgerclose {
	background-color: transparent;
	cursor: pointer;
}
#menuburger div, #menuburgerclose div {
  width: 6px;
  height: 3px !important;
  background-color: #42413F;
  margin-left: 0;
  margin-bottom: 8px;
  border-radius: 0px;
  transition: 0.3s ease width, 0.3s ease margin-left, 0.3s ease margin-bottom,
    0.3s ease background-color;
}

#menuburger div:first-child, #menuburgerclose div:first-child {
  width: 30px;
}

#menuburger div:nth-child(2), #menuburgerclose div:nth-child(2) {
  width: 30px;
}

#menuburger div:last-child, #menuburgerclose div:last-child {
  width: 30px;
}
#cssmenu > ul > li:first-of-type {
	margin-left: 20px !important;
}
li.currentPage a, li.currentPage a:hover {
    border-top: 4px solid #FFF !important;
    color: #42413F !important;
}
#cssmenu ul ul {
    position: relative;
}
}