/*
** TX ab menu
** Theme specifc style elements
*/
.tx-ab-menu {
    background-color: #119962;
    margin-top: 0px;
    height: calc(100%);
}


/* close button */
.tx-ab-menu .tx-ab-close {
    position: fixed;
    top: 20px;
    right: 20px;
    border: 0px;
    background-color: transparent;
    padding: 0px;
    font-size: 24px;
    color:#fff;
}

/* cross icon */
.tx-ab-menu .tx-ab-close .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: #fff;
  fill: #fff;
}

/* list styling */
.tx-ab-menu .tx-ab-inner ul {
    text-align: center;
    list-style-type: none;
    padding: 0px 0px;
    width: 100%;
    display:block;
}
.tx-ab-menu .tx-ab-inner ul li a {
	display:block;
	width:100%;
	font-size:40px;
	color:#fff;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	position:relative;
}
.tx-ab-menu .tx-ab-inner ul li a:hover {
	color:#424e8f;
}


/**/








































/**/