ul#menu-newmenu li {
    display: inline;
    background: transparent !important;
    margin: 0px !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: 0px;
    float: left;
    width: 50% !important;
}
ul#menu-newmenu li a {
    color: #c0286b;
    padding: 45px 0;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 0;
    font-size: 24px;
    margin: 0px 0px;
    text-decoration: none;
    font-family: 'Lato';
    letter-spacing: 0px;
    font-weight: normal;
    line-height: 1.7;
    width: 100%;
    float: left;
    text-align: center;
	background:#fff url(/wp-content/uploads//2018/07/header-shadow.jpg);
    background-position: bottom;
    background-repeat-y: no-repeat;
	border-bottom: 1px solid #ec335d;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	border-left: 0.5px solid #ec335d;
	box-shadow: 0px 10px 62px rgba(200, 10, 103, 0.2);
	-moz-box-shadow: 0px 10px 62px rgba(200, 10, 103, 0.2);
	-o-box-shadow: 0px 10px 62px rgba(200, 10, 103, 0.2);
	-webkit-box-shadow: 0px 10px 62px rgba(200, 10, 103, 0.2);
}
ul#menu-newmenu li a:hover{
	    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);   
	z-index: 999;
    position: relative;
	border-left: 1px solid #ec335d;
}
.righside {
    float: right;
    margin-top: 0;
    width: 33%;
	min-height: 131px;
	background: #ffffff;
    background-position:bottom;
	
    background-repeat-y:no-repeat;
}
.top_right {
    float: right;
    margin-top: 0px !important;
    margin-right: 0px;
	width:100%;
}
.top_right .btn_blue a {
    background: #088cf1;
}
.top_right .btn_blue a:hover {
    background: #037fde;
    box-shadow: 0px 0px 5px #088cf1 !important;
}
.top_right .btn_green a {
    background: #06b447;
}
.top_right .btn_green a:hover {
    box-shadow: 0px 0px 5px #12b88a !important;
    background: #06b447;
}
.top_right .btn_pink a {
    background: #eb2969 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
}

.top_right .btn_pink a:hover {
    box-shadow: 0px 0px 5px #f4266e;
    background: #e8155f;
}
.top_right a.menu {
    background: #ffffff;
    color: #971865;
    border: 1px solid #971865;
    border-radius: 0;
    font-size: 20px;
    padding: 0 10px;
    display: inline-block;
    line-height: 30px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    top: 1px;
    font-weight: 500;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	float: right;
}

 .mpop a:hover {
    color: #ffffff;
    text-decoration: none;
	
}
.mpop a:focus{
    text-decoration: none;
	color: #971865;
}
ul#menu-newmenu {
    float: left;
    width: 100%;
}


@media screen and (min-width: 768px ) and (max-width: 1024px) {

.righside a.menu {
    margin-bottom: 20px;
}
.mpop {
    float: left !important;
    width: 100% !important;
    text-align: center !important;
}
	
}

@media only screen and (max-width: 767px) {
	
ul#menu-newmenu li a {
    padding: 7px 14px !important;
    font-size: 14px !important;
    margin: 5px 5px !important;
}
.righside {
    width: 100%;
}
.righside a.menu {
    margin-bottom: 10px;
}


}

@media only screen and (max-width: 640px) {
	
.righside a.menu {
    float: none;
    margin-top: 20px;
}
.section-header {
    padding: 0 5px !important;
}
ul#menu-newmenu li:first-child a{
	margin-left:0px !important;
}

ul#menu-newmenu li:last-child a{
	margin-right:0px !important;
}
ul#menu-newmenu li a {
    padding: 4px 11px !important;
    margin: 5px 1px !important;
}
ul#menu-newmenu {
    float: left;
    width: 100%;
}
}