.pull-right h4 {line-height: 80px;}
.navbar {padding-top: 4px;}
ul,li,ol {margin: 0; padding: 0; list-style: none;}

@font-face {
  font-family: "responsivenav";
  src:url("icons/responsivenav.eot");
  src:url("icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("icons/responsivenav.ttf") format("truetype"),
    url("icons/responsivenav.woff") format("woff"),
    url("icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  position: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
  width: 70px;
  height: 50px; margin-bottom:5px;
  float: right;
}

.nav-toggle:before {
  color: #f4421a; /* Edit this to change the icon color */
  font-family: "responsivenav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 28px;
  text-transform: none;
  position: absolute;
  content: "≡";
  text-indent: 0;
  text-align: center;
  line-height: 50px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
}

.img-responsive {margin-right: 10px; text-align:center;}

.well {margin-top: 20px;}


.unslider{margin:0 auto; padding: 0; }
.unslider-wrap{position:relative}
.unslider-wrap.unslider-carousel li{float:left}
.unslider-fade{position:relative}
.unslider-fade .unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8}
.unslider-fade .unslider-wrap li.unslider-active{z-index:10}
.unslider li{list-style:none;margin:0;padding:0;border:none}
.unslider-arrow{position:absolute;left:20px;z-index:2;cursor:pointer; border: 1px solid #000; font-size: 0px; line-height: 0px; height: 0px; display: none; margin: 0; padding: 0}
.unslider-arrow.next{left:auto;right:20px}

.unslider-nav {
    margin: 0 auto;
    padding: 0;
    position: relative;
    bottom: 30px;
}

.unslider-nav ol {
    list-style: outside none none;
    text-align: center;
}
.unslider-nav ol li {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #FFF;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 6px;
    margin: 0 8px;
    opacity: 0.8;
    overflow: hidden;
    padding: 3px;
    text-indent: -999em;
    width: 6px;
}
.unslider-nav ol li.unslider-active {
    background: #fff none repeat scroll 0 0;
    cursor: default;
    opacity: 1;
}
