
@media only screen and (min-width:668px) and (max-width:1023px)
{
    ul.sdt_menu{
	padding:0;
	list-style: none;
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:14px;
	display: grid;
    /*margin: auto;*/
    width:25%;
}

ul.sdt_menu li span.sdt_wrap {
    position: absolute;
    top: 35px;
    left: 30px;
    width: 170px;
    height: 60px;
    z-index: 15;
}
ul.sdt_menu li span span.sdt_link {
    color: #fff;
    font-size: 18px;
    float: left;
    clear: both;
}

}

@media only screen and (min-width:320px) and (max-width:667px)
{
    ul.sdt_menu{
	padding:0;
	list-style: none;
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:14px;
	display: table;
    /*margin: auto;*/
    width: 50%;
}

ul.sdt_menu li span.sdt_wrap {
    position: absolute;
    top: 35px;
    left: 30px;
    width: 170px;
    height: 60px;
    z-index: 15;
}
ul.sdt_menu li span span.sdt_link {
    color: #fff;
    font-size: 18px;
    float: left;
    clear: both;
}

}


