
/*==========  Non-Mobile First Method  ==========*/
 
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {

}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {

a.response-logo{
    display: none;
    width: 46%;
    left: 10px;
    top: 0px;
}

.response-pc{
display:none;
}

.response-menu{
display:block;
}

.response-menu.menuzord-menu ul.dropdown li a{
color:#00CC00;
}

/*.response-menu ul.dropdown {
    background: red!important;
}*/
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 360px) {
.reponsive-head{
display:none!important;

}

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {
.reponsive-head{
display:none!important;

}
}