/*
	Responsive Mega Menu (http://www.mm-united.com) Copyright 2016 MM United. All Rights Reserved.
	Licensed under Regular License (http://codecanyon.net/licenses/regular) or Extended License (http://codecanyon.net/licenses/extended)
	We will take legal action against those who copy our HTML content, CSS style sheets and JavaScript functions without a license.
*/
@keyframes animRipple {
  to {
    transform: scale(3.5);
    opacity: 0;
  }
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes animatePath {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pageloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pageloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  height: 100%;
  width: 100%;
  color: #777777;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.428571429;
  background-color: #FFFFFF;
  overflow-x: hidden;
}

#megamenu .demo-grid {
  background-color: #F8F8F8;
  padding: 15px;
  margin: 5px;
}

#megamenu .intro {
  display: table;
  width: 100%;
  height: 100vh;
  padding: 100px 0;
  margin-top: -30px;
  text-align: center;
  color: white;
  background: url(../img/intro-bg.jpg) no-repeat top center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#megamenu .intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}
#megamenu .intro .intro-body .brand-heading {
  font-size: 40px;
}
#megamenu .intro .intro-body .intro-text {
  font-size: 18px;
}
@media (min-width: 768px) {
  #megamenu .intro {
    height: 100vh;
    padding: 0px;
  }
  #megamenu .intro .intro-body .brand-heading {
    font-size: 100px;
  }
  #megamenu .intro .intro-body .intro-text {
    font-size: 26px;
  }
}

#megamenu .form-module .toggle {
  cursor: pointer;
  position: absolute;
  top: -0;
  right: -0;
  width: 30px;
  height: 30px;
  margin: 0;
  line-height: 30px;
  text-align: center;
}
#megamenu .form-module h2 {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#megamenu .form-module .footer {
  width: 100%;
  font-size: 13px;
  margin-top: 5px;
  padding: 15px 40px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
#megamenu .form-module .footer a {
  text-decoration: none;
}
#megamenu .form-module[color="tertiary"] .toggle {
  background: #1A9299;
  color: #FFFFFF;
}
#megamenu .form-module[color="tertiary"] h2 {
  color: #1A9299;
}
#megamenu .form-module[color="tertiary"] .footer {
  background: #F8F8F8;
  color: #777777;
}
#megamenu .form-module[color="tertiary"] .footer a {
  color: #777777;
}
#megamenu .form-module[color="quaternary"] .toggle {
  background: #364559;
  color: #FFFFFF;
}
#megamenu .form-module[color="quaternary"] h2 {
  color: #364559;
}
#megamenu .form-module[color="quaternary"] .footer {
  background: #F8F8F8;
  color: #777777;
}
#megamenu .form-module[color="quaternary"] .footer a {
  color: #777777;
}
#megamenu .form-module[color="alert"] .toggle {
  background: #cf0808;
  color: #FFFFFF;
}
#megamenu .form-module[color="alert"] h2 {
  color: #cf0808;
}
#megamenu .form-module[color="alert"] .footer {
  background: #F8F8F8;
  color: #777777;
}
#megamenu .form-module[color="alert"] .footer a {
  color: #777777;
}
#megamenu .form-module[color="primary"] .toggle {
  background: #262626;
  color: #FFFFFF;
}
#megamenu .form-module[color="primary"] h2 {
  color: #262626;
}
#megamenu .form-module[color="primary"] .footer {
  background: #F8F8F8;
  color: #777777;
}
#megamenu .form-module[color="primary"] .footer a {
  color: #777777;
}

#megamenu figure {
  width: 100%;
  margin: 0;
}
#megamenu figure .news {
  position: relative;
  float: left;
  overflow: hidden;
  background-color: #FFFFFF;
  color: #777777;
  width: 100%;
}
#megamenu figure .news * {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#megamenu figure .news img {
  position: relative;
  max-width: 100%;
  vertical-align: top;
}
#megamenu figure .news figcaption {
  position: absolute;
  background-color: #FFFFFF;
  bottom: 15px;
  left: 15px;
  right: 15px;
  padding: 15px 15px 30px;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#megamenu figure .news .date {
  position: absolute;
  top: 15px;
  left: 15px;
  min-height: 48px;
  min-width: 48px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
#megamenu figure .news .date span {
  display: block;
  line-height: 24px;
}
#megamenu figure .news .date .month {
  font-size: 13px;
  background-color: rgba(0, 0, 0, 0.1);
}
#megamenu figure .news h3,
#megamenu figure .news p {
  margin: 0;
  padding: 0;
}
#megamenu figure .news h3 {
  min-height: 50px;
  margin-bottom: 10px;
  margin-left: 60px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.7;
}
#megamenu figure .news p {
  margin-bottom: 20px;
}
#megamenu figure .news footer {
  position: absolute;
  padding: 0 25px;
  line-height: 30px;
  text-align: right;
  bottom: 0;
  left: 0;
  width: 100%;
}
#megamenu figure .news footer > div {
  display: inline-block;
  margin-left: 10px;
}
#megamenu figure .news footer i {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 5px;
}
#megamenu figure .news a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
#megamenu figure .news:hover img,
#megamenu figure .news .hover img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
#megamenu figure[color="tertiary"] .news .date {
  background-color: #1A9299;
  color: #FFFFFF;
}
#megamenu figure[color="tertiary"] .news footer {
  background-color: #1A9299;
  color: #FFFFFF;
}
#megamenu figure[color="quaternary"] .news .date {
  background-color: #364559;
  color: #FFFFFF;
}
#megamenu figure[color="quaternary"] .news footer {
  background-color: #364559;
  color: #FFFFFF;
}
#megamenu figure[color="alert"] .news .date {
  background-color: #cf0808;
  color: #FFFFFF;
}
#megamenu figure[color="alert"] .news footer {
  background-color: #cf0808;
  color: #FFFFFF;
}
#megamenu figure[color="primary"] .news .date {
  background-color: #262626;
  color: #FFFFFF;
}
#megamenu figure[color="primary"] .news footer {
  background-color: #262626;
  color: #FFFFFF;
}

#megamenu {
  /* Make more adjustments for phone */
}
#megamenu .product-image {
  float: left;
  width: 10%;
}
#megamenu .product-details {
  float: left;
  width: 50%;
}
#megamenu .product-price {
  float: left;
  width: 14%;
}
#megamenu .product-quantity {
  float: left;
  width: 10%;
}
#megamenu .product-removal {
  float: left;
  width: 2%;
}
#megamenu .product-line-price {
  float: left;
  width: 14%;
  text-align: right;
}
#megamenu .group:before, #megamenu .shopping-cart:before,
#megamenu .column-labels:before,
#megamenu .product:before,
#megamenu .totals-item:before,
#megamenu .group:after,
#megamenu .shopping-cart:after,
#megamenu .column-labels:after,
#megamenu .product:after,
#megamenu .totals-item:after {
  content: '';
  display: table;
}
#megamenu .group:after, #megamenu .shopping-cart:after,
#megamenu .column-labels:after,
#megamenu .product:after,
#megamenu .totals-item:after {
  clear: both;
}
#megamenu .group, #megamenu .shopping-cart,
#megamenu .column-labels,
#megamenu .product,
#megamenu .totals-item {
  zoom: 1;
}
#megamenu .product .product-price:before,
#megamenu .product .product-line-price:before,
#megamenu .totals-value:before {
  content: '$';
}
#megamenu .column-labels label {
  font-weight: 600 !important;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}
#megamenu .column-labels .product-image,
#megamenu .column-labels .product-details,
#megamenu .column-labels .product-removal {
  text-indent: -9999px;
}
#megamenu .product {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}
#megamenu .product .product-image img {
  width: 43px;
}
#megamenu .product .product-details .product-title {
  font-weight: 600;
  margin-right: 20px;
}
#megamenu .product .product-details .product-description {
  margin: 5px 20px 5px 0;
}
#megamenu .product .product-quantity input {
  width: 40px;
}
#megamenu .product .remove-product {
  border: 0;
  padding: 3px 8px;
  border-radius: 3px;
}
#megamenu .totals .totals-item {
  float: right;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
}
#megamenu .totals .totals-item label {
  float: left;
  clear: both;
  width: 79%;
  text-align: right;
}
#megamenu .totals .totals-item .totals-value {
  float: right;
  width: 21%;
  text-align: right;
}
#megamenu .button {
  float: right;
}
@media screen and (max-width: 767px) {
  #megamenu .shopping-cart {
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
  }
  #megamenu .column-labels {
    display: none;
  }
  #megamenu .product-image {
    float: right;
    width: auto;
  }
  #megamenu .product-image img {
    margin: 0 0 10px 10px;
  }
  #megamenu .product-details {
    float: none;
    margin-bottom: 10px;
    width: auto;
  }
  #megamenu .product-price {
    clear: both;
    width: 70px;
  }
  #megamenu .product-quantity {
    width: 100px;
  }
  #megamenu .product-quantity input {
    margin-left: 20px;
  }
  #megamenu .product-quantity:before {
    content: 'x';
  }
  #megamenu .product-removal {
    width: auto;
  }
  #megamenu .product-line-price {
    float: right;
    width: 70px;
  }
}
@media screen and (max-width: 350px) {
  #megamenu .product-removal {
    float: right;
  }
  #megamenu .product-line-price {
    float: right;
    clear: left;
    width: auto;
    margin-top: 10px;
  }
  #megamenu .product .product-line-price:before {
    content: 'Item Total: $';
  }
  #megamenu .totals .totals-item label {
    width: 60%;
  }
  #megamenu .totals .totals-item .totals-value {
    width: 40%;
  }
}
#megamenu .remove-product[color="tertiary"] {
  color: #FFFFFF;
  background-color: #1A9299;
}
#megamenu .remove-product[color="tertiary"]:hover {
  background-color: #13686d;
}
#megamenu .remove-product[color="quaternary"] {
  color: #FFFFFF;
  background-color: #364559;
}
#megamenu .remove-product[color="quaternary"]:hover {
  background-color: #232c39;
}
#megamenu .remove-product[color="alert"] {
  color: #FFFFFF;
  background-color: #cf0808;
}
#megamenu .remove-product[color="alert"]:hover {
  background-color: #9e0606;
}
#megamenu .remove-product[color="primary"] {
  color: #FFFFFF;
  background-color: #262626;
}
#megamenu .remove-product[color="primary"]:hover {
  background-color: #0d0d0d;
}

#preloader {
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
}

#preloader.active {
  opacity: 1;
  visibility: visible;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #FFFFFF;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.loader {
  top: 40%;
  margin: auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: pageloader 1s infinite linear;
  -o-animation: pageloader 1s infinite linear;
  animation: pageloader 1s infinite linear;
  -webkit-transform: translateZ 0;
  -moz-transform: translateZ 0;
  -ms-transform: translateZ 0;
  -o-transform: translateZ 0;
  transform: translateZ 0;
}

.loader,
.loader:after {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.loader[color="tertiary"] {
  border-top: 3px solid #f0f0f0;
  border-right: 3px solid #f0f0f0;
  border-bottom: 3px solid #f0f0f0;
  border-left: 3px solid #1A9299;
}

.loader[color="quaternary"] {
  border-top: 3px solid #f0f0f0;
  border-right: 3px solid #f0f0f0;
  border-bottom: 3px solid #f0f0f0;
  border-left: 3px solid #364559;
}

.loader[color="alert"] {
  border-top: 3px solid #f0f0f0;
  border-right: 3px solid #f0f0f0;
  border-bottom: 3px solid #f0f0f0;
  border-left: 3px solid #cf0808;
}

.loader[color="primary"] {
  border-top: 3px solid #f0f0f0;
  border-right: 3px solid #f0f0f0;
  border-bottom: 3px solid #f0f0f0;
  border-left: 3px solid #262626;
}

#megamenu .button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  touch-action: manipulation;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#megamenu .button:focus, #megamenu .button.focus, #megamenu .button:active:focus, #megamenu .button:active.focus, #megamenu .button.active:focus, #megamenu .button.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#megamenu .button:hover, #megamenu .button:focus, #megamenu .button.focus {
  text-decoration: none;
}
#megamenu .button:active, #megamenu .button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#megamenu .button.disabled, #megamenu .button[disabled], fieldset[disabled] #megamenu .button {
  cursor: disabled;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#megamenu a.button.disabled, fieldset[disabled] #megamenu a.button {
  pointer-events: none;
}
#megamenu .button[color="tertiary"] {
  color: #FFFFFF;
  background-color: #1A9299;
  border-color: #13686d;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#megamenu .button[color="tertiary"]:hover {
  color: #FFFFFF;
  background-color: #1ea7af;
  border-color: #167d83;
}
#megamenu .button[color="tertiary"]:active, #megamenu .button[color="tertiary"]:focus {
  color: #FFFFFF;
  background-color: #1ea7af;
  border-color: #167d83;
}
#megamenu .button[color="tertiary"].dropdown-toggle {
  border-left-color: #167d83;
}
#megamenu .button[color="tertiary"][disabled] {
  background-color: #3bd5de;
  border-color: #0b3f42;
}
#megamenu .button[color="quaternary"] {
  color: #FFFFFF;
  background-color: #364559;
  border-color: #232c39;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#megamenu .button[color="quaternary"]:hover {
  color: #FFFFFF;
  background-color: #405169;
  border-color: #2c3949;
}
#megamenu .button[color="quaternary"]:active, #megamenu .button[color="quaternary"]:focus {
  color: #FFFFFF;
  background-color: #405169;
  border-color: #2c3949;
}
#megamenu .button[color="quaternary"].dropdown-toggle {
  border-left-color: #2c3949;
}
#megamenu .button[color="quaternary"][disabled] {
  background-color: #5d7698;
  border-color: #0f141a;
}
#megamenu .button[color="alert"] {
  color: #FFFFFF;
  background-color: #cf0808;
  border-color: #9e0606;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#megamenu .button[color="alert"]:hover {
  color: #FFFFFF;
  background-color: #e80909;
  border-color: #b60707;
}
#megamenu .button[color="alert"]:active, #megamenu .button[color="alert"]:focus {
  color: #FFFFFF;
  background-color: #e80909;
  border-color: #b60707;
}
#megamenu .button[color="alert"].dropdown-toggle {
  border-left-color: #b60707;
}
#megamenu .button[color="alert"][disabled] {
  background-color: #f84545;
  border-color: #6d0404;
}
#megamenu .button[color="primary"] {
  color: #FFFFFF;
  background-color: #262626;
  border-color: #0d0d0d;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#megamenu .button[color="primary"]:hover {
  color: #FFFFFF;
  background-color: #333333;
  border-color: #191919;
}
#megamenu .button[color="primary"]:active, #megamenu .button[color="primary"]:focus {
  color: #FFFFFF;
  background-color: #333333;
  border-color: #191919;
}
#megamenu .button[color="primary"].dropdown-toggle {
  border-left-color: #191919;
}
#megamenu .button[color="primary"][disabled] {
  background-color: #595959;
  border-color: black;
}

#megamenu .box {
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  margin-bottom: 18px;
}
#megamenu .box .header {
  font-weight: 600;
  padding: 10px 15px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#megamenu .box .body {
  background-color: #FFFFFF;
  padding: 15px;
}
#megamenu .box .body:before, #megamenu .box .body:after {
  content: " ";
  display: table;
}
#megamenu .box .body:after {
  clear: both;
}
#megamenu .box .title {
  color: inherit;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 0;
}
#megamenu .box .footer {
  background-color: #FFFFFF;
  border-top: 1px solid #f0f0f0;
  padding: 10px 15px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#megamenu .box[color="tertiary"] {
  background-color: #FFFFFF;
}
#megamenu .box[color="tertiary"] .header {
  color: #FFFFFF;
  background-color: #1A9299;
  border: 1px solid #1A9299;
}
#megamenu .box[color="quaternary"] {
  background-color: #FFFFFF;
}
#megamenu .box[color="quaternary"] .header {
  color: #FFFFFF;
  background-color: #364559;
  border: 1px solid #364559;
}
#megamenu .box[color="alert"] {
  background-color: #FFFFFF;
}
#megamenu .box[color="alert"] .header {
  color: #FFFFFF;
  background-color: #cf0808;
  border: 1px solid #cf0808;
}
#megamenu .box[color="primary"] {
  background-color: #FFFFFF;
}
#megamenu .box[color="primary"] .header {
  color: #FFFFFF;
  background-color: #262626;
  border: 1px solid #262626;
}

#megamenu img {
  width: unset;
  vertical-align: middle;
  border: 1px solid #f0f0f0;
  padding: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
#megamenu .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#megamenu .img-rounded {
  border-radius: 6px;
}
#megamenu .img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #FFFFFF;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
#megamenu .img-circle {
  border-radius: 50%;
}
#megamenu div[animation="flash"]:hover img {
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
#megamenu div[animation="blur"] img {
  -webkit-filter: grayscale(0) blur(0);
  filter: grayscale(0) blur(0);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#megamenu div[animation="blur"]:hover img {
  -webkit-filter: grayscale(100%) blur(3px);
  filter: grayscale(100%) blur(3px);
}
#megamenu div[animation="zoom"] img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#megamenu div[animation="zoom"]:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

#megamenu .lists {
  margin-bottom: 20px;
  padding-left: 0;
}
#megamenu .lists .item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
}
#megamenu .lists .item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#megamenu .lists .item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#megamenu .lists a.item:hover, #megamenu .lists a.item:focus,
#megamenu .lists button.item:hover,
#megamenu .lists button.item:focus {
  text-decoration: none;
}
#megamenu .lists button.item {
  width: 100%;
  text-align: left;
}
#megamenu .lists .item.disabled, #megamenu .lists .item.disabled:hover, #megamenu .lists .item.disabled:focus {
  cursor: disabled;
}
#megamenu .lists .item.active, #megamenu .lists .item.active:hover, #megamenu .lists .item.active:focus {
  z-index: 2;
}
#megamenu .lists .item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
#megamenu .lists .item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
#megamenu .lists a {
  color: #FFFFFF !important;
}
#megamenu .lists .item[color="tertiary"] {
  color: #FFFFFF !important;
  background-color: #1A9299;
  border: 1px solid #1A9299;
}
#megamenu .lists a.item[color="tertiary"],
#megamenu .lists button.item[color="tertiary"] {
  color: #FFFFFF;
}
#megamenu .lists a.item[color="tertiary"] .item-heading,
#megamenu .lists button.item[color="tertiary"] .item-heading {
  color: #FFFFFF;
}
#megamenu .lists a.item[color="tertiary"]:hover, #megamenu .lists a.item[color="tertiary"]:focus,
#megamenu .lists button.item[color="tertiary"]:hover,
#megamenu .lists button.item[color="tertiary"]:focus {
  color: #e6e6e6 !important;
  background-color: #13686d !important;
}
#megamenu .lists .item[color="tertiary"].disabled, #megamenu .lists .item[color="tertiary"].disabled:hover, #megamenu .lists .item[color="tertiary"].disabled:focus {
  color: #999999;
  background-color: #92e8ed;
}
#megamenu .lists .item[color="tertiary"].disabled .item-heading, #megamenu .lists .item[color="tertiary"].disabled:hover .item-heading, #megamenu .lists .item[color="tertiary"].disabled:focus .item-heading {
  color: #999999;
}
#megamenu .lists .item[color="tertiary"].disabled .item-text, #megamenu .lists .item[color="tertiary"].disabled:hover .item-text, #megamenu .lists .item[color="tertiary"].disabled:focus .item-text {
  color: #999999;
}
#megamenu .lists .item[color="tertiary"].active, #megamenu .lists .item[color="tertiary"].active:hover, #megamenu .lists .item[color="tertiary"].active:focus {
  color: #e6e6e6;
  background-color: #13686d;
  border-color: #13686d;
}
#megamenu .lists .item[color="tertiary"].active .item-heading,
#megamenu .lists .item[color="tertiary"].active .item-heading > small,
#megamenu .lists .item[color="tertiary"].active .item-heading > .small, #megamenu .lists .item[color="tertiary"].active:hover .item-heading,
#megamenu .lists .item[color="tertiary"].active:hover .item-heading > small,
#megamenu .lists .item[color="tertiary"].active:hover .item-heading > .small, #megamenu .lists .item[color="tertiary"].active:focus .item-heading,
#megamenu .lists .item[color="tertiary"].active:focus .item-heading > small,
#megamenu .lists .item[color="tertiary"].active:focus .item-heading > .small {
  color: #FFFFFF;
}
#megamenu .lists .item[color="tertiary"].active .item-text, #megamenu .lists .item[color="tertiary"].active:hover .item-text, #megamenu .lists .item[color="tertiary"].active:focus .item-text {
  color: #FFFFFF;
}
#megamenu .lists a {
  color: #FFFFFF !important;
}
#megamenu .lists .item[color="quaternary"] {
  color: #FFFFFF !important;
  background-color: #364559;
  border: 1px solid #364559;
}
#megamenu .lists a.item[color="quaternary"],
#megamenu .lists button.item[color="quaternary"] {
  color: #FFFFFF;
}
#megamenu .lists a.item[color="quaternary"] .item-heading,
#megamenu .lists button.item[color="quaternary"] .item-heading {
  color: #FFFFFF;
}
#megamenu .lists a.item[color="quaternary"]:hover, #megamenu .lists a.item[color="quaternary"]:focus,
#megamenu .lists button.item[color="quaternary"]:hover,
#megamenu .lists button.item[color="quaternary"]:focus {
  color: #e6e6e6 !important;
  background-color: #232c39 !important;
}
#megamenu .lists .item[color="quaternary"].disabled, #megamenu .lists .item[color="quaternary"].disabled:hover, #megamenu .lists .item[color="quaternary"].disabled:focus {
  color: #999999;
  background-color: #9aabc1;
}
#megamenu .lists .item[color="quaternary"].disabled .item-heading, #megamenu .lists .item[color="quaternary"].disabled:hover .item-heading, #megamenu .lists .item[color="quaternary"].disabled:focus .item-heading {
  color: #999999;
}
#megamenu .lists .item[color="quaternary"].disabled .item-text, #megamenu .lists .item[color="quaternary"].disabled:hover .item-text, #megamenu .lists .item[color="quaternary"].disabled:focus .item-text {
  color: #999999;
}
#megamenu .lists .item[color="quaternary"].active, #megamenu .lists .item[color="quaternary"].active:hover, #megamenu .lists .item[color="quaternary"].active:focus {
  color: #e6e6e6;
  background-color: #232c39;
  border-color: #232c39;
}
#megamenu .lists .item[color="quaternary"].active .item-heading,
#megamenu .lists .item[color="quaternary"].active .item-heading > small,
#megamenu .lists .item[color="quaternary"].active .item-heading > .small, #megamenu .lists .item[color="quaternary"].active:hover .item-heading,
#megamenu .lists .item[color="quaternary"].active:hover .item-heading > small,
#megamenu .lists .item[color="quaternary"].active:hover .item-heading > .small, #megamenu .lists .item[color="quaternary"].active:focus .item-heading,
#megamenu .lists .item[color="quaternary"].active:focus .item-heading > small,
#megamenu .lists .item[color="quaternary"].active:focus .item-heading > .small {
  color: #FFFFFF;
}
#megamenu .lists .item[color="quaternary"].active .item-text, #megamenu .lists .item[color="quaternary"].active:hover .item-text, #megamenu .lists .item[color="quaternary"].active:focus .item-text {
  color: #FFFFFF;
}
#megamenu .lists a {
  color: #FFFFFF !important;
}
#megamenu .lists .item[color="alert"] {
  color: #FFFFFF !important;
  background-color: #cf0808;
  border: 1px solid #cf0808;
}
#megamenu .lists a.item[color="alert"],
#megamenu .lists button.item[color="alert"] {
  color: #FFFFFF;
}
#megamenu .lists a.item[color="alert"] .item-heading,
#megamenu .lists button.item[color="alert"] .item-heading {
  color: #FFFFFF;
}
#megamenu .lists a.item[color="alert"]:hover, #megamenu .lists a.item[color="alert"]:focus,
#megamenu .lists button.item[color="alert"]:hover,
#megamenu .lists button.item[color="alert"]:focus {
  color: #e6e6e6 !important;
  background-color: #9e0606 !important;
}
#megamenu .lists .item[color="alert"].disabled, #megamenu .lists .item[color="alert"].disabled:hover, #megamenu .lists .item[color="alert"].disabled:focus {
  color: #999999;
  background-color: #fca7a7;
}
#megamenu .lists .item[color="alert"].disabled .item-heading, #megamenu .lists .item[color="alert"].disabled:hover .item-heading, #megamenu .lists .item[color="alert"].disabled:focus .item-heading {
  color: #999999;
}
#megamenu .lists .item[color="alert"].disabled .item-text, #megamenu .lists .item[color="alert"].disabled:hover .item-text, #megamenu .lists .item[color="alert"].disabled:focus .item-text {
  color: #999999;
}
#megamenu .lists .item[color="alert"].active, #megamenu .lists .item[color="alert"].active:hover, #megamenu .lists .item[color="alert"].active:focus {
  color: #e6e6e6;
  background-color: #9e0606;
  border-color: #9e0606;
}
#megamenu .lists .item[color="alert"].active .item-heading,
#megamenu .lists .item[color="alert"].active .item-heading > small,
#megamenu .lists .item[color="alert"].active .item-heading > .small, #megamenu .lists .item[color="alert"].active:hover .item-heading,
#megamenu .lists .item[color="alert"].active:hover .item-heading > small,
#megamenu .lists .item[color="alert"].active:hover .item-heading > .small, #megamenu .lists .item[color="alert"].active:focus .item-heading,
#megamenu .lists .item[color="alert"].active:focus .item-heading > small,
#megamenu .lists .item[color="alert"].active:focus .item-heading > .small {
  color: #FFFFFF;
}
#megamenu .lists .item[color="alert"].active .item-text, #megamenu .lists .item[color="alert"].active:hover .item-text, #megamenu .lists .item[color="alert"].active:focus .item-text {
  color: #FFFFFF;
}
#megamenu .lists a {
  color: #FFFFFF !important;
}
#megamenu .lists .item[color="primary"] {
  color: #FFFFFF !important;
  background-color: #262626;
  border: 1px solid #262626;
}
#megamenu .lists a.item[color="primary"],
#megamenu .lists button.item[color="primary"] {
  color: #FFFFFF;
}
#megamenu .lists a.item[color="primary"] .item-heading,
#megamenu .lists button.item[color="primary"] .item-heading {
  color: #FFFFFF;
}
#megamenu .lists a.item[color="primary"]:hover, #megamenu .lists a.item[color="primary"]:focus,
#megamenu .lists button.item[color="primary"]:hover,
#megamenu .lists button.item[color="primary"]:focus {
  color: #e6e6e6 !important;
  background-color: #0d0d0d !important;
}
#megamenu .lists .item[color="primary"].disabled, #megamenu .lists .item[color="primary"].disabled:hover, #megamenu .lists .item[color="primary"].disabled:focus {
  color: #999999;
  background-color: #8c8c8c;
}
#megamenu .lists .item[color="primary"].disabled .item-heading, #megamenu .lists .item[color="primary"].disabled:hover .item-heading, #megamenu .lists .item[color="primary"].disabled:focus .item-heading {
  color: #999999;
}
#megamenu .lists .item[color="primary"].disabled .item-text, #megamenu .lists .item[color="primary"].disabled:hover .item-text, #megamenu .lists .item[color="primary"].disabled:focus .item-text {
  color: #999999;
}
#megamenu .lists .item[color="primary"].active, #megamenu .lists .item[color="primary"].active:hover, #megamenu .lists .item[color="primary"].active:focus {
  color: #e6e6e6;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
}
#megamenu .lists .item[color="primary"].active .item-heading,
#megamenu .lists .item[color="primary"].active .item-heading > small,
#megamenu .lists .item[color="primary"].active .item-heading > .small, #megamenu .lists .item[color="primary"].active:hover .item-heading,
#megamenu .lists .item[color="primary"].active:hover .item-heading > small,
#megamenu .lists .item[color="primary"].active:hover .item-heading > .small, #megamenu .lists .item[color="primary"].active:focus .item-heading,
#megamenu .lists .item[color="primary"].active:focus .item-heading > small,
#megamenu .lists .item[color="primary"].active:focus .item-heading > .small {
  color: #FFFFFF;
}
#megamenu .lists .item[color="primary"].active .item-text, #megamenu .lists .item[color="primary"].active:hover .item-text, #megamenu .lists .item[color="primary"].active:focus .item-text {
  color: #FFFFFF;
}

#megamenu .media {
  margin-top: 15px;
  zoom: 1;
  overflow: hidden;
}
#megamenu .media:first-child {
  margin-top: 0;
}
#megamenu .media > .pull-left {
  padding-right: 10px;
}
#megamenu .media > .pull-right {
  padding-left: 10px;
}
#megamenu .media .body {
  zoom: 1;
  overflow: hidden;
}
#megamenu .media .body {
  width: 10000px;
}
#megamenu .media img {
  width: auto;
  max-width: 86px;
}
#megamenu .media .object {
  display: block;
}
#megamenu .media .object.img-thumbnail {
  max-width: none;
}
#megamenu .media .right {
  padding-left: 10px;
}
#megamenu .media .left {
  padding-right: 10px;
}
#megamenu .media .left,
#megamenu .media .right,
#megamenu .media .body {
  display: table-cell;
  vertical-align: top;
}
#megamenu .media .middle {
  vertical-align: middle;
}
#megamenu .media .bottom {
  vertical-align: bottom;
}
#megamenu .media .header {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 5px;
}
#megamenu .media .list {
  padding-left: 0;
  list-style: none;
}
