.narrowest,
.aa-bravo,
.bravo,
.aa-charlie,
.charlie {
  display: none;
}
.aa-alpha,
.alpha {
  display: block;
}

.alpha-size1of2 { width: 50%; }
.alpha-size1of3 { width: 33.33%; }
.alpha-size2of3 { width: 66.66%; }
.alpha-size1of4 { width: 25%; }

.alpha-right {
  float: right;
}

.img{
  display: block;
}

.vlist .profile .cb{
  width: 100%;
}

.profile .cb{
  float: left;
  width: 65%;
}

ul.separated li{
  width: 95%;
}

ul.separated li:last-of-type{
  border-bottom: none;
  margin-bottom: 0;
}

.slide .img_wrap {
  float: right;
  width: auto;
  max-height: 350px;
}

.slide figcaption {
  position: absolute;
  top: 0;
  left: 0;
  /*width: 50%;*/
  width: 100%;
  height: 100%;
}

.size3of4 .slide figcaption{
  /*width: 65%;*/
}



.slide-caption{
  /*margin-left: 4em;*/
  margin: 2.5% 32px 0;
  /*height: 79%;*/
  /*height: 60%;*/
  background: rgb(27,145,219);
  background: rgba(27,145,219,0.8);
}

.desc{
  /*width: 100%;*/
}

  .desc h1{
    /*margin-top: 25%;*/
  }

.slide figcaption time{
  position: absolute;
  left: 0.5em;
  top: 25%;
}

.slide figcaption .button{
  /*width: auto;*/
  /*margin-left: 4.7em;*/
  /*margin: 0 32px;*/
  padding: 1em 0;
}

.slide figcaption .button .icon{
  right: 0em;
}

/*
 * Pagination
 */

.pagination {
  text-align: center;
}

  .pagination ul {
    display: inline-block;
  }

/* =================== Utility Nav==================== */
.utility-nav {
  float: right;
  line-height: 38px;
  height: 38px;
  margin-right: 20px;
}

.utility-nav select {
  display: inline;
}

.utility-nav ul {
  display: none;
}


/* HEADER */
.header {
}

  .header-top {
    position: relative;
  }

  .header-top .main-nav {
    background: transparent;
    box-shadow: none;
  }

.user-links {
  float: right;
  margin: 10px 10px 0;
  position: relative;
}

  .user-links .cart {
    margin: 9px 15px;
  }

.user-info {
  margin: 10px 10px 0;
}

.logo {
  border: none;
  display: block;
  float: left;
  height: auto;
  margin: 0;
  padding: 0;
}

  .logo a {
    padding: 0;
  }

  .logo img {
    margin: 0;
  }

.top-search {
  float: right;
  width: 35%;
}

.top-search input[type="search"] {
  float: right;
  margin-bottom: 0;
  margin-right: 10px;
}

  .top-search input[type="button"] {
    right: 10px;
    top: 6px;
  }

/* MAIN NAV */
.main-nav {
  display: block;
}

  .main-nav .menu {
    margin: 0;
    padding-left: 0;
    text-align: center;
    display: table;
    position: relative;
    width: 100%;
    margin: 0;
    border-bottom: none;
  }

  .main-nav .menu tr:hover {
    background: transparent;
  }

  .main-nav .menu > li,
  .main-nav .menu td {
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /*border-left: 1px solid #b3322a;
    border-left: 1px solid rgba(0, 0, 0, 0.25);
    border-right: 1px solid #f36e68;
    border-right: 1px solid rgba(255, 255, 255, 0.25);*/
    display: table-cell;
    font-size: 12px;
    letter-spacing: 0.01em;
    padding: 0;
    margin-right: 0;
    text-transform: uppercase;
    vertical-align: middle;
  }

    .main-nav .expand {
      line-height: 35px;
      top: 0;
      position: static;
      display: block;
      float: right;
      width: 40px;

      /* display: none; */
    }

      .main-nav .expand .plus,
      .main-nav .active .expand .minus,
      .main-nav .active .sub {
        font-size: 13px;
      }

    .main-nav .menu > li:first-child,
    .main-nav .menu td:first-child {
      border-left: none;
    }
    
    .main-nav .menu li:first-child{
      border-left: none;
    }

    .main-nav .menu > li a,
    .main-nav .menu > li a:visited,
    .main-nav .menu td a,
    .main-nav .menu td a:visited {
      display: inline;
      font-size: 12px;
      font-weight: 100;
      height: 35px;
      line-height: 35px;
      padding: 0 0.5em;
      vertical-align: middle;
    }

    .main-nav .menu > li:hover,
    .main-nav .menu td:hover {
      //background: #d6352e; 
      background: #dd5851; 
      //background: -moz-linear-gradient(top,  #d6352e 0%, #d6352e 21%, #d94138 47%, #cf1f1b 50%, #d6342d 97%, #952520 100%); 
      //background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6352e), color-stop(21%,#d6352e), color-stop(47%,#d94138), color-stop(50%,#cf1f1b), color-stop(97%,#d6342d), color-stop(100%,#952520));
      //background: -webkit-linear-gradient(top,  #d6352e 0%,#d6352e 21%,#d94138 47%,#cf1f1b 50%,#d6342d 97%,#952520 100%);
      //background: -o-linear-gradient(top,  #d6352e 0%,#d6352e 21%,#d94138 47%,#cf1f1b 50%,#d6342d 97%,#952520 100%); 
      //background: -ms-linear-gradient(top,  #d6352e 0%,#d6352e 21%,#d94138 47%,#cf1f1b 50%,#d6342d 97%,#952520 100%); 
      //background: linear-gradient(to bottom,  #d6352e 0%,#d6352e 21%,#d94138 47%,#cf1f1b 50%,#d6342d 97%,#952520 100%);
      /* background: #ff0000; */
    }

    .no-cssgradients .main-nav li.gradient:hover,
    .no-cssgradients .main-nav .menu td:hover {
      /*background: url("../img/ui/nav/bg_nav.png") repeat-x scroll center bottom #d6352e;*/
    }

    .main-nav .menu > li.selected a,
    .main-nav .menu > li:hover > a,
    .main-nav .menu td.selected a,
    .main-nav .menu td:hover > a {
      /*color: #FFFFFF;*/
      text-shadow: none;
      text-decoration: none;
    }

  .main-nav .sub,
  .main-nav .sub .flyout,
  .main-nav .flyout .panel {
    visibility: hidden;
    color: #BBBBBB;
    display: block;
    position: absolute;
    left: auto;
    right: auto;
    font-size: 12px;
    /*padding-top: 5px;*/
    text-transform: none;
    text-align: left;
    top: auto;
    z-index: 999;

    height: 340px; /* UPDATE WITH JS */
    width: 200px; /* UPDATE WITH JS */
  }

    .main-nav .sub {
      /*margin-top: 5px;*/
    }

    .no-rgba .main-nav .sub,
    .no-rgba .main-nav .sub .flyout,
    .no-rgba .main-nav .flyout .panel {
      background: url("../img/ui/nav/bg_flyout.png") repeat scroll 0 0 transparent;
    }

  .main-nav li.hover .sub,
  .main-nav li:hover .sub,
  .main-nav td.hover .sub,
  .main-nav td:hover .sub {
/*     display: block;
    visibility: visible; */
  }
  
  .main-nav li.active .sub {
    display: block;
    visibility: visible;
  }

  .main-nav .sub ul {
    margin-bottom: 0;
    padding-top: 0;
  }

  .main-nav .sub li {
    text-align: left;
  }

	.main-nav .menu li.gradient {
		border-bottom:none;
	}

	.main-nav .menu li.alpha-lined {
	  border-bottom:1px solid rgba(255,255,255,.25);
  	padding:.5em 0;
  }

	.main-nav .menu .alpha-lined.last {
		border-bottom:none;
  }  
  
  .main-nav .sub li a,
  .main-nav .sub li a:visited {
    color: #BBBBBB;
    border-bottom: 1px solid transparent;
    font-size: 12px;
    font-weight: 400;
    height: 42px; 
    line-height: 42px;
    padding: 15px 0;
    margin: 0 12px;
  }

  .main-nav .sub li a:hover,
  .main-nav .sub li a.hover {
    color: #FFFFFF;
    text-decoration: none;
  }

  .sub h2 {
    color: #fff;
    margin-top: 0.5em;
  }

  .main-nav .panel ul { float: left; width: 200px; } /* UPDATE WITH JS */

  .main-nav .panel.double { width: 400px; } /* UPDATE WITH JS */
  .main-nav .panel.triple { width: 600px; } /* UPDATE WITH JS */
  .main-nav .double .vlist,
  .main-nav .triple .vlist { width: 200px; float: left; } /* UPDATE WITH JS */

  .main-nav .menu > li {
    /*position: static;*/
  }

  .main-nav .menu > li.has-mega {
    position: static;
  }

  nav ul .sub.mega {
    width: 100%;
    height: auto;
  }
  
  .main-nav .sub li a.heading, .main-nav .sub li a.heading:visited {
  	font-size:11px;
  	color: #fff;
  	text-transform: uppercase;
  }
  
  .main-nav .sub ul.level-3 {
	  padding:0.5em 0;
    z-index: 2;
    position: relative;
    margin-bottom: -.5em;
  }

  .level-3 {
	  background:rgb(68,67,67);
  }
  
  .level-3 li {
    width: 33%;
    float: left;
  	border-bottom:none;
  }

  .level-3 .unit.size1of2 li:last-child {
	  border-bottom:none;
	  }
	  
  .main-nav .expand,
  .main-nav .flyout-expand {
	  top:0;
	  /* background:rgb(68,67,67); */
	  padding-top: 0;
  }
  
  .main-nav .flyout-expand{
	  padding-top: 18px;
  }



/*
 * Forms
 */

.two-col-form label,
.two-col-form input[type="text"],
.two-col-form input[type="email"],
.two-col-form input[type="tel"],
.two-col-form input[type="password"],
.two-col-form input[type="file"],
.two-col-form select,
.two-col-form textarea,
.two-col-form ektdesignns_choices {
  display: inline-block;
  width: 35% !important;
}

  .two-col-form .push {
    padding-left: 35%;
  }

  .two-col-form label {
    text-align: right;
    padding-right: 0.5em;
  }

  .two-col-form input[type="checkbox"] + label,
  .two-col-form input[type="radio"] + label {
    text-align: left;
    width: auto;
  }

  .two-col-form .error-message {
    margin-left: 35%;
    padding-left: 0.25em;
  }

  .two-col-form textarea {
    margin-top: 0.5em;
  }

  .two-col-form ektdesignns_choices ol input[type="radio"] {
    margin-top: 1em;
  }

a.action,
a.action:visited,
input.action {
  width: 180px;
}

.js .contact.editing select {
  width: auto;
}

.contact label {
  float: left;
  width: 29%;
}

.contact input,
.contact .fake-select {
  width: 69%;
}

  .contact .fake-select {
    padding-left: 5px;
  }

.contact .error-message {
  margin-left: 30%;
  padding-left: 0.5em;
}

/* = = = = = = = = Product Grid = = = = = = = = = */
.product-grid .product.empty {
  display: block;
}

.product-grid.product-cards li {
  float: left;
  width: 50%;
}

.product-cards .product .img {
  float: left;
  margin: 10px 20px;
}

.product-cards .product .bd {
  padding-right: 10px;
}


.product-cards .product .bd h4 {
  margin-top: 0;
  text-align: left;
}

/* = = = = = = Feature = = = = = = = = */
.feature .media .img {
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}

/* = = = = = = Gallery = = = = = = = = */
.hero .media {
  height: 500px;
}

.hero .media img {
  max-height: 100%;
}

/* = = = = = = Pagination = = = = = = = = = */
.breadcrumb .pagination-page {
    padding-top: 0;
  }

/* = = = = = = FOOTER = = = = = = = = */
.copyright {
  float: right;
}

.social-icons {
  float: left;
  margin-left: -10px;
  margin-top: 10px;
}

.social-icons li a {
  line-height: 0;
}

  .social-icons:hover a {
    opacity: 0.3;
  }

  .social-icons a:hover {
    opacity: 1;
    text-decoration: none;
  }

.social-icons img {
  width: 16px;
}

/* = = = = = = = = TABS = = = = = = = = = */

.tabs ul.tab-navigation {
  display: block;
}

.tabs .tab-container > div {
  margin-bottom: 0;
}

/* = = = = = = = =  HOMEPAGE V2 = = = = = = = = = */

.main-nav .expand {
    width: 35px;
  }

  .slick-list li {
    min-height: 320px;
  }

  .hero {
    overflow: visible;
  }

  .hero .hero-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    font-size: 0;
  }

  .hero .hero-copy {
    width: 40%;
    max-width: 500px;
  }

  .section-ideas .hero .hero-copy {
    float: right;
  }







  .slides {
    background-image: inherit !important;
  }

  .slides li {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .hero .hero-bg {
    position: relative;
    height: auto;
    top: 0;
    bottom: 0;
  }

  .hero .hero-bg img {
    opacity: 1;
    min-height: 1px;
    max-height: none;
  }

  .hero .hero-copy-wrapper {
/*    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;*/
  }

  .hero .hero-copy {
    /*position: relative;*/
    position: absolute;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    z-index: 5;
    padding: 1em;
  }

  .lt-ie9 .hero .hero-copy {
    position: static;
  }

    .lt-ie9 .hero .hero-copy-wrapper {
      position: absolute;
    }

  .section-spaces .hero-copy,
  .lt-ie9 .section-spaces .hero-copy-wrapper {
    top: 10%;
    left: 0;
    /*width: 33.33%;*/
    padding: 2em 1em 2em 4em;
  }

  .section-ideas .hero .hero-copy,
  .lt-ie9 .section-ideas .hero .hero-copy-wrapper {
    top: 0;
    bottom: 0;
    right: 0;
    /*width: 33.33%;*/
    /*padding: 0 4em 10em 2em;*/
  }
  
  .section-ideas .hero .hero-copy p{
  }

  .section-ideas .hero .wrapper-outer {
    height: 100%;
    position: relative;
  }

  .section-ideas .hero .wrapper-inner {
    position: absolute;
    bottom: 20%;
    text-align: right;
  }