/*
Theme Name: Cleanstyle
*/
@import url("../css/font-awesome.min.css");
@font-face {
  font-family: 'Rock Salt';
  font-style: normal;
  font-weight: 400;
  src: local('Rock Salt Regular'), local('RockSalt-Regular'), url(https://fonts.gstatic.com/s/rocksalt/v8/MwQ0bhv11fWD6QsAVOZrt0M_.ttf) format('truetype');
}
.callouts {
  background-image: url(/designOutsideTheBox_R/images/designer.png);
  background-size: cover;
  padding: 30px 0;
  background-color: #888;
  background-attachment: fixed;
}
@media (min-width: 991px) {
  .callouts .row > [class*=col-]:nth-child(3n+1) {
    clear: both;
  }
}
@media (max-width: 991px) {
  .callouts .row > [class*=col-]:nth-child(2n+1) {
    clear: both;
  }
}
.product-list {
  padding: 30px 0;
}
.product_list {
  margin-bottom: 0;
}
.box {
  border: 2px solid #fff;
  padding: 15px;
  color: #fff;
  margin: 15px 0;
  padding-bottom: 50px;
  position: relative;
  min-height: 315px;
}
.box .row {
  margin: 0 -3px;
}
.box .row [class*=col-] {
  padding: 0 3px;
}
.box .title {
  font-size: 18pt;
  line-height: 20pt;
  text-align: center;
  overflow-wrap: break-word;
}
.box .title img {
  display: none !important;
}
.box .icon-box {
  float: left;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 0;
  margin-right: 10px;
}
.box ul.docs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.box ul.docs li {
  background: none !important;
  line-height: 16px;
  margin: 4px 0;
  padding: 7px 0 7px 18px;
}
.box ul.docs li:before {
  content: "\00bb\00a0";
  font-size: 1.6rem;
  position: relative;
  top: -1px;
  color: #fff;
}
.box a.readmore {
  position: absolute;
  left: 50%;
  width: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 15px;
  height: auto;
}
.box-products {
  padding: 0;
  border-left: none;
}
.product_list {
  padding: 0;
}
.product_list li {
  list-style: none inside;
  font-size: 15px;
}
.product_list li:before {
  content: "\00bb\00a0";
  font-size: 1.6rem;
  position: relative;
  top: -1px;
}
.callouts .box a:link,
.callouts .box a:visited {
  color: #fff;
}
.spotlight a.ps_control {
  left: 13px;
}
#prods.owl-carousel .owl-item .item {
  text-align: center;
}
#prods.owl-carousel .owl-item .item img {
  display: inline-block;
  margin: -15px 0;
  max-width: 100%;
  width: auto;
}
#prods.owl-carousel .owl-item .item span {
  display: block;
  font: italic 16px/24px Georgia, serif;
}
#prods .owl-prev,
#prods .owl-next {
  height: 30px;
  position: absolute;
  top: calc(50% - 15px);
  right: 0;
  text-align: center;
  width: 30px;
}
#prods .owl-prev {
  left: 0;
}
.hero-callouts-container {
  padding: 0;
}
#hero-callouts {
  padding: 0 20px;
  padding-left: 35px;
}
#hero-callouts a.readmore {
  background: #009cd9;
}
#hero-callouts .box {
  color: inherit;
}
#hero-callouts .title {
  font-size: 17pt;
}
#hero-callouts .owl-prev,
#hero-callouts .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
#hero-callouts .owl-prev {
  left: 0;
}
#hero-callouts .owl-next {
  right: 0;
}
.btn-primary {
  border-radius: 25px;
  color: #fff !important;
  padding: 10px 25px;
  background: #009cd9;
  border: 2px solid #fff;
  font-weight: 500;
  text-transform: uppercase;
}
.btn-primary:hover {
  background: #009cd9;
  border-color: #fff;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.32);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.32);
}
a.btn-primary {
  color: #fff !important;
}
a.button,
input.button {
  background: #aaa;
}
.btn-outline {
  border-radius: 25px;
  color: #fff !important;
  padding: 5px 10px;
  width: auto;
  text-align: center;
  font-size: 14px;
  border: 2px solid #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  text-transform: uppercase;
}
a.readmore,
.container a.learnmore {
  line-height: 1.4em;
  border-radius: 25px !important;
  color: #fff !important;
  padding: 10px 15px;
  width: auto;
  text-align: center;
  font-size: 14px;
  border: 2px solid #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  font-weight: 500;
  text-transform: uppercase;
}
a.readmore:hover,
.container a.learnmore:hover {
  text-decoration: none;
  text-shadow: none;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.32);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.32);
}
a.readmore:hover span,
.container a.learnmore:hover span {
  border-top: none;
}
a.learnmore {
  border: 1px solid transparent;
}
.start-grow-build a.learnmore,
.start-grow-build a.learnmore:hover,
.start-grow-build a.learnmore:active {
  color: #666 !important;
  border: 2px solid #666 !important;
  background: transparent !important;
}
footer a.readmore {
  display: block;
  margin: 10px;
}
footer {
  background: #333;
  font-size: 14px;
  position: relative;
}
footer a {
  color: #fff;
}
footer h5 {
  color: #fff;
  text-transform: uppercase;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0;
}
footer h4 {
  color: #009cd9;
  font-weight: 400;
  font-size: 18pt;
  margin: 16px 0px 26px;
}
footer p {
  color: #fff;
  line-height: 1.5em;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
footer .container {
  color: #fff;
  font-weight: 300;
  padding: 40px 15px;
  position: relative;
  letter-spacing: 0;
  z-index: 10;
}
footer .container.no-pad {
  padding: 0 15px !important;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
footer ul.nav-tabs {
  border: none;
  width: 100%;
}
footer ul.nav-tabs li {
  margin-bottom: 0;
}
footer ul.nav-tabs li a {
  background: #666;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 15px 15px 0 0;
  color: #fff;
  padding: 8px 11px 4px;
}
footer ul.nav-tabs li a:hover,
footer ul.nav-tabs li.active a,
footer ul.nav-tabs li.active a:hover,
footer ul.nav-tabs li.active a:focus {
  background: #009cd9;
  background: -moz-linear-gradient(top, #40c9ff 0%, #0dbbff 29%, #00aef3, #009cd9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009cd9), color-stop(29%, #00b0f6), color-stop(75%, #00a1e1), color-stop(100%, #009cd9));
  background: -webkit-linear-gradient(top, #40c9ff 0%, #0dbbff 29%, #00aef3, #009cd9 100%);
  background: -o-linear-gradient(top, #40c9ff 0%, #0dbbff 29%, #00aef3, #009cd9 100%);
  background: -ms-linear-gradient(top, #40c9ff 0%, #0dbbff 29%, #00aef3, #009cd9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@brand-primary', endColorstr='#009cd9', GradientType=0);
  background: -webkit-gradient(linear, left top, left bottom, from(#40c9ff), color-stop(29%, #0dbbff), color-stop(#00aef3), to(#009cd9));
  background: linear-gradient(top, #40c9ff 0%, #0dbbff 29%, #00aef3, #009cd9 100%);
  border: none;
  border-bottom: 1px solid #009cd9;
  color: #fff;
}
footer .tab-content {
  border-bottom: 2px solid #009cd9;
  min-height: 327px;
  overflow: hidden;
  position: relative;
}
footer #footer-tabs-divider {
  background-color: #009cd9;
  height: 2px;
}
.ecommerce-box {
  color: #e0e0e0;
  font-size: 12px;
  line-height: 18px;
}
.resources-box img {
  background: #333;
  border-radius: 10px;
  margin: 0 20px;
  padding: 20px;
}
footer .js-tabcollapse-panel-body {
  background: #333;
}
footer h5.panel-title {
  font-size: 13px;
  padding-bottom: 0;
}
footer h5.panel-title a {
  display: block;
  padding: 10px 15px;
}
footer .panel-default > .panel-heading {
  background: #009cd9;
  border-color: #009cd9;
  padding: 0;
}
footer .panel-default > .panel-heading a {
  color: #fff;
}
footer .tab-content ul h5 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.numbered {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: auto;
}
.numbered li {
  float: left;
  font-size: 14px;
}
.numbered li a {
  display: inline-block;
  padding: 5px 8px;
}
.copyright {
  font-size: 12px;
  font-weight: 500;
  margin-top: 20px;
}
.copyright a {
  text-decoration: underline;
}
.copyright a:hover {
  text-decoration: none;
}
.address-block.middle > * {
  padding-left: 0;
}
footer.footer.foot-white {
  border-top: 40px solid #333;
}
.foot-white #footer-background {
  border-top: none !important;
}
.foot-white #footer-tabs-divider {
  background-color: #333;
}
footer.footer.foot-white ul li a {
  color: #333;
}
.foot-white .address-block > p a,
.foot-white footer.footer .address-block > p a,
.foot-white footer.footer .address-block > div a {
  color: #333 !important;
}
.foot-white .copyright a {
  color: #333;
}
footer.foot-gray #footer-search.opc-bg-color {
  background: none !important;
}
.home .nav-header {
  background: none;
}
.nav-header {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 75px;
  background: rgba(0, 0, 0, 0.25);
  z-index: 9999;
}
.nav-header + .container {
  padding-top: 110px;
}
#crossbar {
  overflow: hidden;
  padding-top: 0 !important;
  position: relative;
}
#crossbar .container {
  padding: 0 35px;
  max-height: 282px;
}
#hero .item {
  position: relative;
}
#hero .item > img {
  height: auto;
  min-height: 300px;
  max-height: 80vh;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
}
#hero .capi {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 39px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#hero .capi .capi-inn {
  color: #fff;
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#hero .capi .capi-inn h1 {
  font-family: 'Pacifico', cursive;
  font-size: 72px;
  padding-top: 27px;
  font-weight: bold;
  text-shadow: 1px 3px 6px rgba(0, 0, 0, 0.25882353), -1px -1px 0 rgba(0, 0, 0, 0.18823529), 1px -1px 0 rgba(0, 0, 0, 0.18823529), -1px 1px 0 rgba(0, 0, 0, 0.18823529), 1px 1px 0 rgba(0, 0, 0, 0.18823529);
}
#hero .capi .capi-inn a:hover {
  text-decoration: none;
}
#hero a.link-shop-phone,
#hero a.link-shop-email {
  color: #fff;
}
#hero .social-links {
  color: #ffffffcc;
}
#hero .owl-controls {
  display: none;
}
#hero .owl-prev,
#hero .owl-next {
  position: absolute;
  bottom: 0;
  display: none !important;
}
img {
  max-width: 100%;
  height: auto;
}
.navbar-brand {
  -webkit-box-shadow: 1px -5px 6px rgba(0, 0, 0, 0.68);
  box-shadow: 1px -5px 6px rgba(0, 0, 0, 0.68);
  height: auto;
  background: #fff;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPEAAADVCAYAAACG9hYpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjJFM0JBQjY2RTI3QzExRTdBN0U4RTQyQ0FBRTU2NDIzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjJFM0JBQjY3RTI3QzExRTdBN0U4RTQyQ0FBRTU2NDIzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODhGOTBDODlFMjdBMTFFN0E3RThFNDJDQUFFNTY0MjMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODhGOTBDOEFFMjdBMTFFN0E3RThFNDJDQUFFNTY0MjMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7uH3F4AAAIxElEQVR42uzc+1NT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) bottom center;
  background-size: cover;
  padding-bottom: 40px;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.navbar-brand + #logo {
  display: none;
}
#mob-nav #logo,
#menu #logo {
  display: none;
}
#logo img {
  max-width: 150px;
  max-height: 60px;
}
.home #logo img {
  max-width: 150px;
  max-height: 120px;
}
#mob-nav .mean-bar {
  top: 15px!important;
}
#mob-nav > ul {
  margin-bottom: 0;
}
#menu {
  clear: both;
}
#menu > ul {
  line-height: 24px;
  list-style-type: none;
  margin: 0;
  margin-top: 20px;
  padding: 0;
}
#menu > ul > li {
  font-size: 14px;
  text-align: center;
  float: left;
  padding: 0;
  position: relative;
  text-decoration: none;
}
#menu > ul > li:hover {
  text-decoration: none;
}
#menu > ul > li:last-child {
  border-radius: 20px;
  background-color: #009cd9;
  text-transform: uppercase;
}
#menu > ul > li:last-child:hover {
  background-color: #008ac0;
}
#menu > ul > li > a {
  display: block;
  padding: 5px 4px;
  margin: 0px 7px;
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  #menu > ul > li > a {
    padding: 5px 7px;
  }
}
#menu > ul > li > a:hover {
  color: #fff;
}
#menu > ul > li > a i {
  display: none;
}
@media only screen and (min-width: 992px) {
  #menu {
    clear: none;
  }
}
#menu ul li div.megamenu {
  background: #fff;
  -webkit-box-shadow: 0 6px 5px rgba(68, 68, 68, 0.5);
  box-shadow: 0 6px 5px rgba(68, 68, 68, 0.5);
  font-size: 12px;
  width: 480px;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 18px 16px 5px;
  display: none;
  z-index: 9999;
}
@media only screen and (max-width: 992px) {
  #menu ul li div.megamenu {
    width: auto;
    min-width: 200px;
  }
}
#menu ul li:hover div.megamenu {
  display: block;
}
#menu ul li:hover div.megamenu a {
  display: inline-block;
}
@media only screen and (max-width: 992px) {
  #menu ul li div.megamenu > *:not(ul) {
    display: none;
  }
}
#menu ul li div.megamenu img {
  float: left;
  margin-right: 10px;
}
#menu ul li div.megamenu ul.mega {
  margin: 0;
  overflow: hidden;
}
#menu ul li div.megamenu ul.mega li {
  float: left;
  width: 33%;
}
@media only screen and (max-width: 992px) {
  #menu ul li div.megamenu ul.mega li {
    width: auto;
    float: none;
    display: block;
  }
}
#menu ul li div.megamenu ul.mega.beside-photo li {
  margin-top: -5px;
  width: 100%;
}
#menu ul li div.megamenu ul.mega.beside-photo li a {
  padding: 3px 0;
}
#menu ul li div.megamenu ul.mega.social-links li {
  width: auto;
}
#menu ul li div.megamenu a {
  font-size: 14px;
  color: #444;
  padding: 1px 5px;
  text-decoration: none;
}
#menu ul li div.megamenu a:hover {
  text-decoration: none;
  text-shadow: none;
}
#menu ul li div.megamenu ul.mega li:last-child a {
  color: #797979;
  font-weight: normal;
}
#menu ul li div.megamenu.help ul.mega li,
#menu ul li div.megamenu.resource ul.mega li {
  width: 50%;
}
#menu ul li div.megamenu.contact {
  max-width: 360px;
}
.megamenu {
  text-align: left;
  color: #59595c;
}
.megamenu a {
  color: #009cd9;
}
.row.feat {
  margin-top: 30px;
  border-top: 2px solid #888;
  padding-top: 20px;
  padding-bottom: 20px;
}
.row.feat div:first-child {
  border-left: none;
}
.row.feat [class*=col-] {
  position: relative;
  padding-left: 95px;
  border-left: 1px dotted #E5E5E6;
}
.row.feat [class*=col-] img {
  position: absolute;
  left: 15px;
}
body {
  background: #ffffff;
}
.img-sidebar {
  border-radius: 10px;
  border: #f4f4f4;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 30px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.header-links {
  text-align: right;
  margin-bottom: 0;
}
.header-links > a {
  margin: 0 15px;
  color: #fff !important;
}
.header-links i {
  margin-right: 5px;
}
.section-welcome {
  position: relative;
  padding: 20px 0 50px;
  background-color: #009cd9;
  background-image: url(../images/corrugated-grey-2x.png);
  color: #fff;
}
.section-welcome h2 {
  text-transform: uppercase;
  font-size: 36px;
  text-align: center;
}
.section-welcome p {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.section-welcome:before {
  display: block;
  position: absolute;
  border-radius: 100px;
  top: -50px;
  left: calc(50% - 50px);
  z-index: 2;
}
#hero .social-links a {
  color: #fff;
}
.social-links a:hover {
  text-decoration: none !important;
}
body {
  color: #59595c;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding-bottom: 10px;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h2.larger {
  font-size: 30px;
  line-height: 35px;
}
h3 {
  font-size: 20px;
}
h3.larger {
  font-size: 27px;
  line-height: 30px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 14px;
}
p {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
}
a[href^="mailto"] {
  color: #009cd9;
}
a:visited {
  text-decoration: none;
}
a {
  color: #009cd9;
}
a.cta {
  color: #009cd9;
}
a.cta:hover {
  color: #0dbbff;
}
a:hover,
a:focus {
  color: inherit;
  outline: 0;
  -o-transition: all linear 0.2s 0s;
  transition: all linear 0.2s 0s;
  -webkit-transition: all linear 0.2s 0s;
}
.container {
  width: 980px;
  max-width: 100%;
}
.clear1 {
  clear: both;
}
.clear5px {
  clear: both;
  padding: 2px 0;
}
.clear10px {
  clear: both;
  padding: 5px 0;
}
.clear20px {
  clear: both;
  padding: 10px 0;
}
.clear30px {
  clear: both;
  padding: 15px 0;
}
.clear50px {
  clear: both;
  padding: 25px 0;
}
.clear100px {
  clear: both;
  padding: 50px 0;
}
.img-right {
  float: right;
  margin-left: 15px;
}
.no-pad {
  padding: 0 !important;
}
a.meanmenu-reveal {
  display: none;
}
.mean-container .mean-bar {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  min-height: 42px;
  padding: 4px 0;
  position: absolute;
  right: 5px;
  top: 0px!important;
  width: 100%;
  z-index: 999999;
}
.mean-container .mean-bar * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.mean-container a.meanmenu-reveal {
  color: #009cd9;
  cursor: pointer;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1px;
  font-weight: 700;
  height: 22px;
  line-height: 22px;
  padding: 13px 13px 11px;
  position: absolute;
  right: 0;
  text-decoration: none;
  text-indent: -9999em;
  top: 0;
  width: 22px;
  z-index: 999999;
}
.mean-container a.meanmenu-reveal span {
  background: #009cd9;
  display: block;
  height: 3px;
  margin-top: 3px;
}
.mean-container .mean-nav {
  background-color: #009cd9;
  float: left;
  margin-top: 44px;
  width: 100%;
}
.mean-container .mean-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.mean-container .mean-nav ul li {
  float: left;
  position: relative;
  width: 100%;
}
.mean-container .mean-nav ul li a {
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  display: block;
  float: left;
  margin: 0;
  padding: .5em 5%;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 90%;
}
.mean-container .mean-nav ul li a:hover {
  background: #ffffff;
  color: #000000;
}
.mean-container .mean-nav ul li li a {
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  filter: alpha(opacity=75);
  opacity: .75;
  padding: .5em 10%;
  text-shadow: none!important;
  visibility: visible;
  width: 80%;
}
.mean-container .mean-nav ul li li li a {
  padding: .5em 15%;
  width: 70%;
}
.mean-container .mean-nav ul li li li li a {
  padding: .5em 20%;
  width: 60%;
}
.mean-container .mean-nav ul li li li li li a {
  padding: .5em 25%;
  width: 50%;
}
.mean-container .mean-nav ul li a.mean-expand {
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border: 0!important;
  font-weight: 700;
  padding: 8px!important;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 26px;
  z-index: 2;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(170, 170, 5, 0.3);
  color: #009cd9;
}
.mean-container .mean-nav ul li.mean-last a {
  border-bottom: 0;
  margin-bottom: 0;
}
.mean-container .mean-push {
  clear: both;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.mean-nav .wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
}
.mean-remove {
  display: none!important;
}
