@media (max-width: 1030px)  {
    .fb_iframe_widget {
        display: none !important;
    }
}

/**
 * Override logo
 */
.logo {
    /*width:width_of_logo;
    height:height_of_logo;
    background:url('Logo url') no-repeat;
    */ 
}

@media(max-width: 768px) {
    .logo{
        /*width:width_of_logo;
        height:height_of_logo;
        background:url('Logo url') no-repeat;*/
    }
}

@media(max-width: 480px) {
    .logo{
        /*width:width_of_logo;
        height:height_of_logo;
        background:url('Logo url') no-repeat;*/
    }
}

@media(max-width: 320px) {
    .logo{
        /*width:width_of_logo;
        height:height_of_logo;
        background:url('Logo url') no-repeat;*/
    }
}
/** End override logo */

/** Footer */

.list-logo{
  text-align: center;
}

.list-logo a{
  display: inline-block;
  margin:0 10px;
  vertical-align: top;
}

.menu-footer{
  margin: 0 10px;
  padding: 0;
  list-style: none;
  font-size: 12px;
}

.menu-footer > li{
  display: inline-block;
  padding:10px;
  width: 135px;
  vertical-align: top;
}

.menu-footer h3{
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 400;
  color:#fff;	
}

.menu-footer a{
  line-height: 1;
  text-decoration: none;
  color:#fff;
}

.menu-footer a:hover{
  text-decoration: underline;
}

.menu-footer ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-footer ul li{
  padding: 3px 0;
}

.bg-gray{
  padding: 20px 0;
  border-top: 3px solid #fab332;
  background: #8e8e8e;
}

.footer {
  border-top: 1px solid #59595c;
  background: #59595c;
  padding: 20px 0;
  color: #fff;
}

.footer > .inner > section.row {
  padding: 0 10px;
  box-sizing: border-box;
}

.copyright {
  padding: 10px 0;
  border-top: 1px solid #ddd;
  background: #ffffff;
  text-align: center;
}

.network{
  padding:10px;
  font-size: 11px;
  color:#666;
  background: #ffffff;
}

.network a{
  color:#999;
  white-space: nowrap;
  line-height: 1.7em;
}

.network a:hover{
  text-decoration: underline;
}

section.network a:hover {
    color: #fab332;
}

/** End footer */

/**  Horizontal line -------------- */
hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    border-color: #959595;
}
