/*  break points styles  */
@media only screen and (max-width : 2200px){

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px){
/*    .default-navigation-ul li>a{
      padding: 10px 34px !important;
    }      */
}
 
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px){

}
 
/* Small Devices, Tablets */
@media only screen and (max-width : 768px){

}
 
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px){

}
 
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){

}
/*  footer menu  */



.page-footer-box>.page-wrapper{
  padding:30px;
}

.footer-navbar-box>ul>li>ul,
.page-footer-contact>ul>li>ul{
   display:none;
}
.footer-navbar-box > ul > li > a,
.page-footer-contact > ul > li > a{
   padding:4px 0px;
}
.footer-navigation-ul li>a{
   color:#7b7b7b;
   font-size:13px;
   font-family:"Droid Sans";
}
.footer-navigation-ul > li > a:hover,
.footer-navigation-ul > .active a,
.footer-navigation-ul > li > a:focus{
    color: #000 !important;
    background-color:transparent !important;
    background-image:none !important;
}

.page-footer-info{
    padding:0px;
}

.footer-navbar-box a:hover {
    text-shadow:#d6d6d6 1px 1px 0;
}
.footer-navbar-box a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.footer-navbar-box a:before{
   content: "\eb8b";
   font-family:"Icofont";
   display:block;
   float:left;
}