/* Name: RedQ-Megamnu
 * Author: Faysal Ul Haque
 * Author Email: faysal.haque@gmail.com
 * Descriotion: Responsive Megamenu on top of twitter bootstrap 3 */
/* line 9, ../sass/style.scss */
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  line-height: 22px; }

/* line 16, ../sass/style.scss */
a:hover {
  text-decoration: none; }

/* line 20, ../sass/style.scss */
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0; }

/* line 24, ../sass/style.scss */
.navbar-toggle {
  margin-top: 15px; }

/* line 31, ../sass/style.scss */
.navbar-collapse {
  max-height: 100%;
  height: 100%; }

/*#header {
	position: fixed;
	top: 0;
	right: -320px;
	z-index: 100;
	visibility: hidden;
	width: 320px;
	height: 100%;
	background: #222;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}*/
/* line 50, ../sass/style.scss */
.header {
  /*background: #222 !important;*/
  border-width: 4px 0 1px;

  position: fixed;
  border-color: #5baadf transparent #ebebeb;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s; }
  /* line 70, ../sass/style.scss */
  .header.shrink {
    height: 75px;
    line-height: 50px; }
    /* line 74, ../sass/style.scss */
    .header.shrink .navbar {
      margin-bottom: 0;
      -webkit-transition: height 0.3s;
      -moz-transition: height 0.3s;
      transition: height 0.3s;
      height: 70px; }
  /* line 85, ../sass/style.scss */
  .header .navbar {
    margin-bottom: 0;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    height: 106px; }
  /* line 98, ../sass/style.scss */
  .header.icons-top .nav > li > a {
    text-align: center; }
    /* line 100, ../sass/style.scss */
    .header.icons-top .nav > li > a > i {
      display: block; }
  /* line 116, ../sass/style.scss */
  .header.icons-no .nav > li > a > i {
    display: none; }
  /* line 127, ../sass/style.scss */
  .header.icons-left .nav > li > a {
    /*.link-item {
    	float: right;
    }*/ }
    /* line 128, ../sass/style.scss */
    .header.icons-left .nav > li > a > i {
      margin-right: 5px; }
  /* line 145, ../sass/style.scss */
  .header.icons-right .nav > li > a > i {
    display: block;
    float: right;
    margin-left: 5px; }

/* line 163, ../sass/style.scss */
.navbar-nav .open > .sub-menu {
  display: block; }

/* line 179, ../sass/style.scss */
.navbar-default {
  background-color: transparent;
  border: 0; }
  /* line 184, ../sass/style.scss */
  .navbar-default .navbar-toggle {
    background: whitesmoke;
    border-color: #eaeaea; }
    /* line 188, ../sass/style.scss */
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background: #f7f7f7; }
    /* line 192, ../sass/style.scss */
    .navbar-default .navbar-toggle .icon-bar {
      background: #212121; }
  /* line 197, ../sass/style.scss */
  .navbar-default .redq-menu-title {
    display: block;
    line-height: 1.4em;
    color: inherit;
    font-weight: bold;
    font-size: 14px;
    padding-left: 15px; }
  /* line 206, ../sass/style.scss */
  .navbar-default .redq-link-title {
    display: block;
    line-height: 1.4em;
    color: inherit;
    font-weight: bold; }
  /* line 215, ../sass/style.scss */
  .navbar-default span.redq-item-description {
    font-size: 9px;
    color: #BBB;
    text-transform: uppercase; }
  /* line 222, ../sass/style.scss */
  .navbar-default .navbar-nav > li {
    padding: 0px 15px; }
    /* line 226, ../sass/style.scss */
    .navbar-default .navbar-nav > li > a {
      font-size: 16px;
      padding: 0 0 10px;
      color: #575757;
      border-bottom: 2px solid transparent; }
      /* line 232, ../sass/style.scss */
      .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #5baadf; }
  /* line 241, ../sass/style.scss */
  .navbar-default .navbar-nav > .open > a {
    color: #575757;
    background-color: #e7e7e7; }
    /* line 245, ../sass/style.scss */
    .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
      color: #575757;
      background-color: #e7e7e7; }
  /* line 254, ../sass/style.scss */
  .navbar-default .navbar-nav > .active a {
    background: transparent; }
    /* line 258, ../sass/style.scss */
    .navbar-default .navbar-nav > .active a:hover, .navbar-default .navbar-nav > .active a:focus {
      background: transparent; }

/* line 267, ../sass/style.scss */
.link-item {
  font-size: 14px;
  line-height: 1; }

/* line 272, ../sass/style.scss */
.redq a {
  color: #575757; }
  /* line 275, ../sass/style.scss */
  .redq a:hover {
    color: #5baadf; }
/* line 279, ../sass/style.scss */
.redq .thumbnails {
  padding: 20px !important; }
  /* line 282, ../sass/style.scss */
  .redq .thumbnails ul {
    list-style: none;
    padding-left: 0; }
/* line 288, ../sass/style.scss */
.redq .columns ul {
  list-style: none;
  padding-left: 0; }
  /* line 292, ../sass/style.scss */
  .redq .columns ul li {
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb; }
  /* line 301, ../sass/style.scss */
  .redq .columns ul a {
    padding: 10px 25px;
    font-size: 12px;
    display: block; }
    /* line 308, ../sass/style.scss */
    .redq .columns ul a:hover {
      background: #f7f7f7; }
/* line 315, ../sass/style.scss */
.redq .columns:last-child li {
  border-right: 0; }
/* line 321, ../sass/style.scss */
.redq .dropdown-menu {
  padding: 0;
  box-shadow: none;
  border: 1px solid #ebebeb;
  border-style: solid;
  border-top-width: 2px;
  line-height: 24px; }
  /* line 331, ../sass/style.scss */
  .redq .dropdown-menu a i {
    margin-right: 5px; }
  /* line 337, ../sass/style.scss */
  .redq .dropdown-menu.spacing {
    padding: 20px 30px; }
  /* line 340, ../sass/style.scss */
  .redq .dropdown-menu.spacing10 {
    padding: 10px 0; }
/* line 349, ../sass/style.scss */
.redq .dropdown.redq-fullwidth .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0; }
  /* line 356, ../sass/style.scss */
  .redq .dropdown.redq-fullwidth .dropdown-menu .columns {
    padding-left: 0;
    padding-right: 0; }
/* line 396, ../sass/style.scss */
.redq .dropdown.redq-halfwidth {
  position: relative; }
  /* line 399, ../sass/style.scss */
  .redq .dropdown.redq-halfwidth .dropdown-menu {
    left: 0; }
    /* line 406, ../sass/style.scss */
    .redq .dropdown.redq-halfwidth .dropdown-menu .columns {
      padding-left: 0;
      padding-right: 0; }
/* line 416, ../sass/style.scss */
.redq .menu-content {
  padding: 20px 30px; }
  /* line 419, ../sass/style.scss */
  .redq .menu-content:before, .redq .menu-content:after {
    display: table;
    content: "";
    line-height: 0; }
  /* line 426, ../sass/style.scss */
  .redq .menu-content:after {
    clear: both; }
/* line 430, ../sass/style.scss */
.redq .thumbnails {
  list-style: none;
  padding: 0; }
/* line 435, ../sass/style.scss */
.redq .thumbnail {
  margin-bottom: 0; }

/* line 440, ../sass/style.scss */
.widget-list {
  list-style: none;
  padding-left: 0; }
  /* line 444, ../sass/style.scss */
  .widget-list li {
    padding: 10px 15px; }
    /* line 448, ../sass/style.scss */
    .widget-list li figure {
      float: left;
      width: 6.5em;
      margin-bottom: 2px; }
      /* line 453, ../sass/style.scss */
      .widget-list li figure img {
        width: 90px;
        height: 90px; }
    /* line 459, ../sass/style.scss */
    .widget-list li .product-details {
      margin-left: 7.5em; }
    /* line 463, ../sass/style.scss */
    .widget-list li .product-cats {
      display: block;
      margin-bottom: 3px; }

/* line 469, ../sass/style.scss */
.dropdown-submenu {
  list-style: none;
  padding: 0; }
  /* line 476, ../sass/style.scss */
  .dropdown-submenu a {
    padding: 10px 15px;
    display: block; }
    /* line 480, ../sass/style.scss */
    .dropdown-submenu a:hover {
      background: #f7f7f7;
      text-decoration: none; }

/* line 487, ../sass/style.scss */
.show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  text-align: center; }

/* line 496, ../sass/style.scss */
ul.nav .dropdown {
  position: relative;
  z-index: 999999; }

/* line 500, ../sass/style.scss */
ul.sub-menu {
  list-style: none;
  padding-left: 0;
  position: absolute;
  min-width: 18.3em;
  top: 100%;
  line-height: 24px;
  display: none;
  background: white;
  border: 1px solid #ebebeb;
  border-style: solid;
  border-top-width: 2px; }
  /* line 515, ../sass/style.scss */
  ul.sub-menu li {
    border-bottom: 1px solid #e4e4e4; }
  /* line 519, ../sass/style.scss */
  ul.sub-menu a {
    padding: 10px 15px;
    display: block; }
    /* line 523, ../sass/style.scss */
    ul.sub-menu a:hover {
      background: #f7f7f7;
      text-decoration: none; }

/* line 529, ../sass/style.scss */
ul.sub-menu ul.sub-menu {
  left: 100%;
  top: 0; }

/* line 534, ../sass/style.scss */
ul.sub-menu > li.menu-item > ul.sub-menu {
  display: none;
  left: 100%; }

/* line 540, ../sass/style.scss */
.desc {
  display: block;
  font-weight: 300;
  font-size: 11px; }

/* line 546, ../sass/style.scss */
.widget-video {
  padding-left: 15px; }

/* line 549, ../sass/style.scss */
.menu-ribbon {
  position: absolute;
  padding: 3px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  /* width: 16px; */
  background: #5baadf;
  color: #fff;
  right: -16px;
  top: -19px;
  text-align: center;
  z-index: 1;
  font-size: 11px;
  font-weight: 700;
  line-height: 11px; }
