.input-groups {
  display: table!important;
}

.input-groups.prepend input[type="text"],
.input-groups.prepend div{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: 0;
}

.input-groups.prepend span{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-right: none;
}

.input-groups.append input[type="text"]{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 0;
}

.input-groups.append span{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-groups .input-append {
  position: relative;
  z-index: 1;
  border-left: none;
}

.input-groups .btn-append, .input-groups .input-append, .input-groups .input-prepend {
  width: 1%;
  vertical-align: middle;
}

.input-groups input, .input-groups .input-append, .input-groups .input-prepend, .input-groups .btn-append {
  display: table-cell!important;
}

.input-groups .input-append, .input-groups .input-prepend {
  background-color: #F4F4F4;
  border: 1px solid #D4D4D4;
  margin: 0;
  padding: 0.15em .75em .15em .75em;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.65em;
  font-size: 12.75px;
  white-space: nowrap;
  display: table-cell!important;
  width: 1%;
  vertical-align: middle;
  /* border-left-color: #e3e3e3; */
}

.text-centered {
  text-align: center;
}
.text-right {
  text-align: right;
}
.last {
  margin-right: 0 !important;
}
.end {
  margin-bottom: 0 !important;
}
.normal {
  font-weight: normal;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.left {
  float: left;
}
.right {
  float: right;
}
/* Responsive embedded objects */
.video-wrapper {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 1.618em;
}
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* =Responsive
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .left,
  .right {
    float: none;
  }
}
/* =Grid
-----------------------------------------------------------------------------*/
.units-container:after,
.units-row:after {
  content: "";
  display: table;
  clear: both;
}
.units-container:after,
.units-row:after {
  content: "";
  display: table;
  clear: both;
}
.units-container {
  /* it's the trick to not collapse padding-top in the child element */

  padding-top: 1px;
  margin-top: -1px;
}
.units-row {
  margin-bottom: 1.618em;
}
.width-100,
.unit-100 {
  width: 100%;
}
.width-90,
.unit-90 {
  width: 90%;
}
.width-85,
.unit-85 {
  width: 85%;
}
.width-80,
.unit-80 {
  width: 80%;
}
.width-75,
.unit-75 {
  width: 75%;
}
.width-70,
.unit-70 {
  width: 70%;
}
.width-66,
.unit-66 {
  width: 66.6%;
}
.width-65,
.unit-65 {
  width: 65%;
}
.width-60,
.unit-60 {
  width: 60%;
}
.width-55,
.unit-55 {
  width: 55%;
}
.width-50,
.unit-50 {
  width: 50%;
}
.width-45,
.unit-45 {
  width: 45%;
}
.width-40,
.unit-40 {
  width: 40%;
}
.width-35,
.unit-35 {
  width: 35%;
}
.width-33,
.unit-33 {
  width: 33.3%;
}
.width-30,
.unit-30 {
  width: 30%;
}
.width-25,
.unit-25 {
  width: 25%;
}
.width-20,
.unit-20 {
  width: 20%;
}
.width-15,
.unit-15 {
  width: 15%;
}
.width-10,
.unit-10 {
  width: 10%;
}
input.width-100,
input.unit-100 {
  width: 98.6%;
}
textarea.width-100,
textarea.unit-100 {
  width: 98.8%;
}
select.width-100,
select.unit-100 {
  width: 99.4%;
}
.units-row .unit-90,
.units-row .unit-85,
.units-row .unit-80,
.units-row .unit-75,
.units-row .unit-70,
.units-row .unit-66,
.units-row .unit-65,
.units-row .unit-60,
.units-row .unit-55,
.units-row .unit-50,
.units-row .unit-45,
.units-row .unit-40,
.units-row .unit-35,
.units-row .unit-33,
.units-row .unit-30,
.units-row .unit-25,
.units-row .unit-20,
.units-row .unit-15,
.units-row .unit-10 {
  float: left;
  margin-left: 3%;
  position: relative;
}
.units-row .unit-90:first-child,
.units-row .unit-85:first-child,
.units-row .unit-80:first-child,
.units-row .unit-75:first-child,
.units-row .unit-70:first-child,
.units-row .unit-66:first-child,
.units-row .unit-65:first-child,
.units-row .unit-60:first-child,
.units-row .unit-55:first-child,
.units-row .unit-50:first-child,
.units-row .unit-45:first-child,
.units-row .unit-40:first-child,
.units-row .unit-35:first-child,
.units-row .unit-33:first-child,
.units-row .unit-30:first-child,
.units-row .unit-25:first-child,
.units-row .unit-20:first-child,
.units-row .unit-15:first-child,
.units-row .unit-10:first-child {
  margin-left: 0;
}
.units-row .unit-90 {
  width: 89.7%;
}
.units-row .unit-85 {
  width: 84.5%;
}
.units-row .unit-80 {
  width: 79.4%;
}
.units-row .unit-75 {
  width: 74.25%;
}
.units-row .unit-70 {
  width: 69.1%;
}
.units-row .unit-66 {
  width: 65.66666666666666%;
}
.units-row .unit-65 {
  width: 63.9%;
}
.units-row .unit-60 {
  width: 58.800000000000004%;
}
.units-row .unit-55 {
  width: 53.5%;
}
.units-row .unit-50 {
  width: 48.5%;
}
.units-row .unit-45 {
  width: 43.5%;
}
.units-row .unit-40 {
  width: 38.2%;
}
.units-row .unit-35 {
  width: 31.333333333333332%;
}
.units-row .unit-33 {
  width: 31.333333333333332%;
}
.units-row .unit-30 {
  width: 27.9%;
}
.units-row .unit-25 {
  width: 22.75%;
}
.units-row .unit-20 {
  width: 17.6%;
}
.units-row .unit-15 {
  width: 12.45%;
}
.units-row .unit-10 {
  width: 7.3%;
}
.unit-push-90,
.unit-push-85,
.unit-push-80,
.unit-push-75,
.unit-push-70,
.unit-push-66,
.unit-push-65,
.unit-push-60,
.unit-push-50,
.unit-push-40,
.unit-push-35,
.unit-push-33,
.unit-push-30,
.unit-push-25,
.unit-push-20,
.unit-push-15,
.unit-push-10 {
  position: relative;
}
.unit-push-90 {
  left: 92.7%;
}
.unit-push-85 {
  left: 87.55%;
}
.unit-push-80 {
  left: 82.4%;
}
.unit-push-75 {
  left: 77.25%;
}
.unit-push-70 {
  left: 72.1%;
}
.unit-push-66 {
  left: 68.66666666666666%;
}
.unit-push-65 {
  left: 68.66666666666666%;
}
.unit-push-60 {
  left: 61.800000000000004%;
}
.unit-push-50 {
  left: 51.5%;
}
.unit-push-40 {
  left: 41.2%;
}
.unit-push-35 {
  left: 34.33333333333333%;
}
.unit-push-33 {
  left: 34.33333333333333%;
}
.unit-push-30 {
  left: 30.9%;
}
.unit-push-25 {
  left: 25.75%;
}
.unit-push-20 {
  left: 20.6%;
}
.unit-push-15 {
  left: 15.45%;
}
.unit-push-10 {
  left: 10.3%;
}
.units-row .unit-push-right {
  float: right;
}
.centered,
.unit-centered {
  float: none !important;
  margin: 0 auto !important;
}
.unit-padding {
  padding: 1.618em;
}
.units-padding .unit-100,
.units-padding .unit-90,
.units-padding .unit-85,
.units-padding .unit-80,
.units-padding .unit-75,
.units-padding .unit-70,
.units-padding .unit-66,
.units-padding .unit-65,
.units-padding .unit-60,
.units-padding .unit-55,
.units-padding .unit-50,
.units-padding .unit-45,
.units-padding .unit-40,
.units-padding .unit-35,
.units-padding .unit-33,
.units-padding .unit-30,
.units-padding .unit-25,
.units-padding .unit-20,
.units-padding .unit-15,
.units-padding .unit-10 {
  padding: 1.618em;
}
.units-split .unit-90,
.units-split .unit-85,
.units-split .unit-80,
.units-split .unit-75,
.units-split .unit-70,
.units-split .unit-66,
.units-split .unit-65,
.units-split .unit-60,
.units-split .unit-55,
.units-split .unit-50,
.units-split .unit-45,
.units-split .unit-40,
.units-split .unit-35,
.units-split .unit-33,
.units-split .unit-30,
.units-split .unit-25,
.units-split .unit-20,
.units-split .unit-15,
.units-split .unit-10 {
  margin-left: 0;
}
.units-split .unit-90 {
  width: 90%;
}
.units-split .unit-85 {
  width: 85%;
}
.units-split .unit-80 {
  width: 80%;
}
.units-split .unit-75 {
  width: 75%;
}
.units-split .unit-70 {
  width: 70%;
}
.units-split .unit-66 {
  width: 66.6%;
}
.units-split .unit-65 {
  width: 65%;
}
.units-split .unit-60 {
  width: 60%;
}
.units-split .unit-55 {
  width: 55%;
}
.units-split .unit-50 {
  width: 50%;
}
.units-split .unit-45 {
  width: 45%;
}
.units-split .unit-40 {
  width: 40%;
}
.units-split .unit-35 {
  width: 35%;
}
.units-split .unit-33 {
  width: 33.3%;
}
.units-split .unit-30 {
  width: 30%;
}
.units-split .unit-25 {
  width: 25%;
}
.units-split .unit-20 {
  width: 20%;
}
.units-split .unit-15 {
  width: 10%;
}
.units-split .unit-10 {
  width: 10%;
}
/* =Responsive
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .mobile-width-100 {
    width: 100%;
  }
  .units-row:not(.noresponsive) > .unit-90,
  .units-row:not(.noresponsive) > .unit-85,
  .units-row:not(.noresponsive) > .unit-80,
  .units-row:not(.noresponsive) > .unit-75,
  .units-row:not(.noresponsive) > .unit-70,
  .units-row:not(.noresponsive) > .unit-66,
  .units-row:not(.noresponsive) > .unit-65,
  .units-row:not(.noresponsive) > .unit-60,
  .units-row:not(.noresponsive) > .unit-55,
  .units-row:not(.noresponsive) > .unit-50,
  .units-row:not(.noresponsive) > .unit-45,
  .units-row:not(.noresponsive) > .unit-40,
  .units-row:not(.noresponsive) > .unit-35,
  .units-row:not(.noresponsive) > .unit-33,
  .units-row:not(.noresponsive) > .unit-30,
  .units-row:not(.noresponsive) > .unit-25,
  .units-row:not(.noresponsive) > .unit-20,
  .units-row:not(.noresponsive) > .unit-15,
  .units-row:not(.noresponsive) > .unit-10 {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 1.618em;
  }
  .unit-push-90,
  .unit-push-85,
  .unit-push-80,
  .unit-push-75,
  .unit-push-70,
  .unit-push-66,
  .unit-push-65,
  .unit-push-60,
  .unit-push-50,
  .unit-push-40,
  .unit-push-35,
  .unit-push-33,
  .unit-push-30,
  .unit-push-25,
  .unit-push-20,
  .unit-push-15,
  .unit-push-10 {
    left: 0;
  }
  .units-row .unit-push-right {
    float: none;
  }
  .units-mobile-50 .unit-90,
  .units-mobile-50 .unit-85,
  .units-mobile-50 .unit-80,
  .units-mobile-50 .unit-75,
  .units-mobile-50 .unit-70,
  .units-mobile-50 .unit-66,
  .units-mobile-50 .unit-65,
  .units-mobile-50 .unit-60,
  .units-mobile-50 .unit-50,
  .units-mobile-50 .unit-40,
  .units-mobile-50 .unit-30,
  .units-mobile-50 .unit-35,
  .units-mobile-50 .unit-33,
  .units-mobile-50 .unit-25,
  .units-mobile-50 .unit-20,
  .units-mobile-50 .unit-15,
  .units-mobile-50 .unit-10 {
    float: left;
    margin-left: 2%;
    width: 48.5%;
  }
  .units-mobile-50 .unit-90:first-child,
  .units-mobile-50 .unit-85:first-child,
  .units-mobile-50 .unit-80:first-child,
  .units-mobile-50 .unit-75:first-child,
  .units-mobile-50 .unit-70:first-child,
  .units-mobile-50 .unit-66:first-child,
  .units-mobile-50 .unit-65:first-child,
  .units-mobile-50 .unit-60:first-child,
  .units-mobile-50 .unit-50:first-child,
  .units-mobile-50 .unit-40:first-child,
  .units-mobile-50 .unit-35:first-child,
  .units-mobile-50 .unit-30:first-child,
  .units-mobile-50 .unit-33:first-child,
  .units-mobile-50 .unit-25:first-child,
  .units-mobile-50 .unit-20:first-child,
  .units-mobile-50 .unit-15:first-child,
  .units-mobile-50 .unit-10:first-child {
    margin-left: 0;
  }
  .units-split.units-mobile-50 .unit-90,
  .units-split.units-mobile-50 .unit-85,
  .units-split.units-mobile-50 .unit-80,
  .units-split.units-mobile-50 .unit-75,
  .units-split.units-mobile-50 .unit-70,
  .units-split.units-mobile-50 .unit-66,
  .units-split.units-mobile-50 .unit-65,
  .units-split.units-mobile-50 .unit-60,
  .units-split.units-mobile-50 .unit-50,
  .units-split.units-mobile-50 .unit-40,
  .units-split.units-mobile-50 .unit-30,
  .units-split.units-mobile-50 .unit-35,
  .units-split.units-mobile-50 .unit-33,
  .units-split.units-mobile-50 .unit-25,
  .units-split.units-mobile-50 .unit-20,
  .units-split.units-mobile-50 .unit-15,
  .units-split.units-mobile-50 .unit-10 {
    float: left;
    margin-left: 0;
    width: 50%;
  }
  .units-mobile-33 .unit-90,
  .units-mobile-33 .unit-85,
  .units-mobile-33 .unit-80,
  .units-mobile-33 .unit-75,
  .units-mobile-33 .unit-70,
  .units-mobile-33 .unit-66,
  .units-mobile-33 .unit-65,
  .units-mobile-33 .unit-60,
  .units-mobile-33 .unit-50,
  .units-mobile-33 .unit-40,
  .units-mobile-33 .unit-30,
  .units-mobile-33 .unit-35,
  .units-mobile-33 .unit-33,
  .units-mobile-33 .unit-25,
  .units-mobile-33 .unit-20,
  .units-mobile-33 .unit-15,
  .units-mobile-33 .unit-10 {
    float: left;
    margin-left: 2%;
    width: 31.33333%;
  }
  .units-mobile-33 .unit-90:first-child,
  .units-mobile-33 .unit-85:first-child,
  .units-mobile-33 .unit-80:first-child,
  .units-mobile-33 .unit-75:first-child,
  .units-mobile-33 .unit-70:first-child,
  .units-mobile-33 .unit-66:first-child,
  .units-mobile-33 .unit-65:first-child,
  .units-mobile-33 .unit-60:first-child,
  .units-mobile-33 .unit-50:first-child,
  .units-mobile-33 .unit-40:first-child,
  .units-mobile-33 .unit-35:first-child,
  .units-mobile-33 .unit-30:first-child,
  .units-mobile-33 .unit-33:first-child,
  .units-mobile-33 .unit-25:first-child,
  .units-mobile-33 .unit-20:first-child,
  .units-mobile-33 .unit-15:first-child,
  .units-mobile-33 .unit-10:first-child {
    margin-left: 0;
  }
  .units-split.units-mobile-33 .unit-90,
  .units-split.units-mobile-33 .unit-85,
  .units-split.units-mobile-33 .unit-80,
  .units-split.units-mobile-33 .unit-75,
  .units-split.units-mobile-33 .unit-70,
  .units-split.units-mobile-33 .unit-66,
  .units-split.units-mobile-33 .unit-65,
  .units-split.units-mobile-33 .unit-60,
  .units-split.units-mobile-33 .unit-50,
  .units-split.units-mobile-33 .unit-40,
  .units-split.units-mobile-33 .unit-30,
  .units-split.units-mobile-33 .unit-35,
  .units-split.units-mobile-33 .unit-33,
  .units-split.units-mobile-33 .unit-25,
  .units-split.units-mobile-33 .unit-20,
  .units-split.units-mobile-33 .unit-15,
  .units-split.units-mobile-33 .unit-10 {
    float: left;
    margin-left: 0;
    width: 33.333%;
  }
}
/* =Blocks
-----------------------------------------------------------------------------*/
.blocks-1,
.blocks-2,
.blocks-3,
.blocks-4,
.blocks-5,
.blocks-6,
.blocks-7 {
  padding-left: 0;
  list-style: none;
  margin-left: -2%;
}
.blocks-1:after,
.blocks-2:after,
.blocks-3:after,
.blocks-4:after,
.blocks-5:after,
.blocks-6:after,
.blocks-7:after {
  content: "";
  display: table;
  clear: both;
}
.blocks-1:after,
.blocks-2:after,
.blocks-3:after,
.blocks-4:after,
.blocks-5:after,
.blocks-7:after,
.blocks-6:after {
  content: "";
  display: table;
  clear: both;
}
.blocks-1 > li,
.blocks-2 > li,
.blocks-3 > li,
.blocks-4 > li,
.blocks-5 > li,
.blocks-6 > li,
.blocks-7 > li {
  height: auto;
  float: left;
  margin-bottom: 1rem;
  margin-left: 2%;
}
.blocks-1 > li {
  width: 97%;
}
.blocks-2 > li {
  width: 47%;
}
.blocks-3 > li {
  width: 31.333333333333332%;
}
.blocks-4 > li {
  width: 22%;
}
.blocks-5 > li {
  width: 17%;
}
.blocks-6 > li {
  width: 13.666666666666666%;
}
.blocks-7 > li {
  width: 11.28%;
}
.block-first {
  clear: both;
}

.blocks-small {
  margin-left: -10px;
}
.blocks-small > li {
  margin-left: 10px;
}
.blocks-small.blocks-1 > li {
  width: calc(100% - 10px);
}
.blocks-small.blocks-2 > li {
  width: calc(50% - 10px);
}
.blocks-small.blocks-3 > li {
  width: calc(33.333333333333332% - 10px);
}
.blocks-small.blocks-4 > li {
  width: calc(25% - 10px);
}
.blocks-small.blocks-5 > li {
  width: calc(20% - 10px);
}
.blocks-small.blocks-6 > li {
  width: calc(16.6666666667% - 10px);
}
.blocks-small.blocks-7 > li {
  width: calc(14.2857142857% - 10px);
}
/* =Responsive
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .blocks-1,
  .blocks-2,
  .blocks-3,
  .blocks-4,
  .blocks-5,
  .blocks-6,
  .blocks-7 {
    margin-left: 0;
    margin-bottom: 1.618em;
  }
  .blocks-1 > li,
  .blocks-2 > li,
  .blocks-3 > li,
  .blocks-4 > li,
  .blocks-5 > li,
  .blocks-6 > li,
  .blocks-7 > li,
  .blocks-small > li {
    float: none;
    margin-left: 0;
    width: 100% !important;
    margin-bottom: 1rem;
  }
  .blocks-mobile-50 > li,
  .blocks-mobile-33 > li {
    float: left;
    margin-left: 2%;
  }
  .blocks-mobile-33,
  .blocks-mobile-50 {
    margin-left: -2%;
  }
  .blocks-mobile-50 > li {
    width: 47% !important;
  }
  .blocks-mobile-33 > li {
    width: 31.333333333333332% !important;
  }

}
/* =Navs
-----------------------------------------------------------------------------*/
/* NavBar */
.navbar {
  font-size: 105%;
  margin-bottom: 1.65em;
}
.navbar:after {
  content: "";
  display: table;
  clear: both;
}
.navbar:after {
  content: "";
  display: table;
  clear: both;
}
.navbar.navbar-left {
  float: left;
}
.navbar.navbar-right {
  float: right;
}
.navbar ul {
  list-style: none;
  margin: 0;
}
.navbar ul:after {
  content: "";
  display: table;
  clear: both;
}
.navbar ul:after {
  content: "";
  display: table;
  clear: both;
}
.navbar li {
  float: left;
  margin-right: 1.65em;
}
.navbar.navbar-right li {
  margin-right: 0;
  margin-left: 1.65em;
}
.navbar a,
.navbar span {
  display: block;
  text-decoration: none;
}
.navbar a:hover {
  color: #de2c3b;
  text-decoration: underline;
}
.navbar li.active a,
.navbar span {
  text-decoration: none;
  cursor: text;
  color: rgba(0, 0, 0, 0.4);
}
.navigation-toggle {
  display: none;
  text-transform: uppercase;
  position: relative;
  color: #0f0f0f;
  background-color: #ffffff;
}
.navigation-toggle:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -12px;
  left: 10px;
  content: "\2630";
  font-size: 24px;
  line-height: 1;
}
.navigation-toggle.navigation-toggle-black {
  background-color: #0f0f0f;
  color: #ffffff;
}
.navigation-toggle.navigation-toggle-show {
  margin-bottom: 1.65em;
}
.navigation-toggle span {
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: block;
  padding: 10px 20px 10px 40px;
}
.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}
/* Pills */
.navbar-pills a,
.navbar-pills span {
  padding: 0.825em 1.65em;
}
.navbar-pills a:hover {
  color: #0f0f0f;
  background: #eee;
}
.navbar-pills li.active a,
.navbar-pills span {
  text-decoration: none;
  cursor: text;
  color: rgba(0, 0, 0, 0.4);
  background: #eee;
}
.navbar-pills li {
  margin-right: 1px;
}
.navbar-pills.navbar-right li {
  margin-left: 1px;
}
/* Fullwidth */
.fullwidth ul {
  width: 100%;
}
.fullwidth li {
  float: none !important;
  margin: 0;
  display: table-cell;
  width: 1%;
  text-align: center;
}
.fullwidth li a,
.fullwidth li span {
  display: block;
}
/* Vertical */
.nav {
  margin-bottom: 1.65em;
}
.nav ul {
  list-style: none;
  margin: 0;
}
.nav ul li ul {
  margin-left: 2em;
  font-size: .95em;
}
.nav a,
.nav span {
  display: block;
  padding: .5em 0;
}
.nav a {
  color: #0f0f0f;
  text-decoration: none;
}
.nav a:hover {
  color: #de2c3b;
  text-decoration: underline;
}
.nav li.active a,
.nav span {
  text-decoration: none;
  cursor: text;
  color: rgba(0, 0, 0, 0.4);
}
.nav i.fa {
  width: 1.65em;
}
/* Stacked */
.nav-stacked li {
  margin-bottom: 1px;
}
.nav-stacked a,
.nav-stacked span {
  padding: .6em .7em;
}
.nav-stacked a {
  background: #f6f6f6;
}
.nav-stacked a:hover {
  color: #000;
  background: #eee;
}
.nav-stacked li.active a,
.nav-stacked span {
  background: #ffffff;
  text-decoration: none;
  cursor: text;
  color: rgba(0, 0, 0, 0.3);
}
/* Stats */
.nav-stats li {
  position: relative;
}
.nav-stats a,
.nav-stats span {
  padding-right: 50px;
}
.nav-stats sup,
.nav-stats .badge {
  position: absolute;
  top: 50%;
  right: 0;
}
.nav-stats sup {
  color: rgba(0, 0, 0, 0.4);
}
.nav-stats .badge {
  margin-top: -8px;
}
/* =Navigation Responsive
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .navbar.navbar-left,
  .navbar.navbar-right,
  .navbar li,
  .navbar.navbar-left li,
  .navbar.navbar-right li {
    float: none;
    text-align: left;
    width: auto;
  }
  .navbar li,
  .navbar.navbar-right li {
    margin-left: 0;
    margin-right: 0;
  }
  .fullwidth ul,
  .fullwidth li {
    width: auto;
  }
  .fullwidth li {
    display: block;
  }
  .units-mobile-50.fullwidth li {
    float: left !important;
    text-align: center;
    width: 50%;
    display: block;
  }
}