@charset "UTF-8";
/*----------------------------------------------------
    THEME COLORS -STARTS-
------------------------------------------------------*/
/*@Header_Background: #f8f8f8;*/
/*@Header_Text: #2c2c2c;*/
/*@Cart_Background: #777;*/
/*@Cart_Background_Hover: #000;*/
/*@View_Link_Background: #f8f8f8;*/
/*@View_Link_Color: #2c2c2c;*/
/*@View_Link_Hover_Background: #2c2c2c;

@View_Link_Hover_Color: #fff;*/
/*@Button_Black_Background: #fff;*/
/* New Palette */
/*@Theme_Color_22: #51c96d;*/
/*@Theme_Color_10: #e83b4f;*/
/*----------------------------------------------------
    THEME COLORS -ENDS-
------------------------------------------------------*/
.scroll {
  height: 60vh;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-style: -ms-autohiding-scrollbar;
}
.scroll::-webkit-scrollbar {
  display: none;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  line-height: 1;
  background: #fff;
}
.header-v2 #cssmenu {
  background: transparent;
}
.header-v2 #cssmenu li {
  /*background-color: @Theme_Color_9;*/
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header-v2 #cssmenu li:hover {
  /*background: @Theme_Color_21;*/
}
.header-v2 #cssmenu li:hover a {
  color: #2c2c2c;
}
.header-v2 #cssmenu li .has-sub ul {
  background-color: #e8e8e8;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  /*background: #009ae1;*/
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 10px;
  padding-left: 50px;
  font-size: 13px;
  text-decoration: none;
  /*text-transform: uppercase;*/
  /*color: @Theme_Color_20;*/
  color: #999;
  font-weight: 500;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  /*color: $brand-primary;*/
  color: #fff;
}
#cssmenu > ul > li.has-sub > a {
  padding-left: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
/*#cssmenu > ul > li.has-sub:hover > a::after {
    border-color: $brand-primary;
}*/
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu ul ul li a {
  background-color: #e8e8e8;
}
#cssmenu ul ul li a:hover {
  background-color: #f8f8f8;
}
#cssmenu ul li a {
  text-align: left;
}
#cssmenu .header-quick-access {
  background-color: none;
}
#cssmenu .header-quick-access div {
  position: absolute;
  top: 42px;
  left: -81px;
}
#cssmenu .header-quick-access div .sidenav a {
  color: #222222;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu .open {
  /*background-color: #f5f5f5;*/
  background-color: #408fde;
}
#cssmenu .open a {
  color: #000 !important;
}
#cssmenu .open .submenu-button:before,
#cssmenu .open .submenu-button:after {
  background: #000 !important;
}
#cssmenu .open .submenu-button:hover:before,
#cssmenu .open .submenu-button:hover:after {
  background: #fff !important;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 14px;
  background: #333333;
  text-decoration: none;
  color: #ddd !important;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #fff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #fff;
}
#cssmenu ul li a,
#cssmenu ul ul li a {
  width: 100%;
}
#cssmenu ul li,
#cssmenu ul ul li,
#cssmenu ul li:hover > ul > li {
  width: 100%;
  height: auto;
  /*border-top: 1px solid rgba(120, 120, 120, 0.15);*/
  border-top: 1px solid #1f2a55;
  line-height: 51px;
  clear: both;
  background: none;
}
#cssmenu {
  width: 100%;
}
/*#cssmenu ul {
        width: 100%;
        display: none;
        margin-left: -20px;
        top: -5px;
    }*/
#cssmenu.align-center > ul,
#cssmenu.align-right ul ul {
  text-align: left;
}
#cssmenu > ul > li,
#cssmenu.align-center > ul > li,
#cssmenu.align-right > ul > li {
  float: none;
  display: block;
  line-height: 51px;
  clear: both;
}
#cssmenu ul ul li a {
  padding: 10px 20px 10px 50px;
  font-size: 13px;
  color: #ddd;
  background: none;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ddd;
}
#cssmenu ul ul ul li a {
  padding-left: 40px;
}
#cssmenu ul ul,
#cssmenu ul ul ul {
  position: relative;
  left: 0;
  right: auto;
  width: 100%;
  margin: 0;
  top: 0;
}
#cssmenu > ul > li.has-sub > a::after,
#cssmenu ul ul li.has-sub > a::after {
  display: none;
}
#menu-line {
  display: none;
}
.mainmenu #cssmenu {
  /*.submenu-button::after {
            content: '';
            position: absolute;
            left: 21px;
            top: 21px;
            display: block;
            width: 11px;
            height: 1px;
            background: #999;
            z-index: 99;
        }

        .submenu-button::before {
            content: '';
            position: absolute;
            top: 16px;
            left: 26px;
            display: block;
            width: 1px;
            height: 11px;
            background: #999;
            z-index: 99;
        }*/
}
.mainmenu #cssmenu #menu-button {
  display: block;
  float: left;
  padding: 12px;
  margin-top: -2px;
  width: 100%;
  padding: 18px;
  /*color: @Theme_Color_20;*/
  /*color: @Theme_Color_27;*/
  color: #1F1F1F;
  font-weight: 500;
  cursor: pointer;
  font-size: 14px;
  /*text-transform: uppercase;*/
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.mainmenu #cssmenu #menu-button::after {
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 15px;
  height: 2px;
  margin-right: 10px;
  /*background: @Theme_Color_20;*/
  /*background: @Theme_Color_27;*/
  background: #999;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.mainmenu #cssmenu #menu-button::before {
  content: '';
  position: absolute;
  top: 25px;
  right: 20px;
  display: block;
  width: 15px;
  height: 7px;
  margin-right: 10px;
  /*border-top: 2px solid @Theme_Color_20;
        border-bottom: 2px solid @Theme_Color_20;*/
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.mainmenu #cssmenu .submenu-button {
  position: relative;
  z-index: 10;
  right: 0;
  /*top: -10px;*/
  display: block;
  /* border-left: 1px solid rgba(120,120,120,.15); */
  /*height: 33px;*/
  width: 52px;
  /* right: 20px; */
  cursor: pointer;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  top: 0;
  height: 44px;
  /*border-left: 1px solid #a8a8a8;*/
  border-left: 1px solid #1f2a55;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /*&:hover {
                    background-color: #35478c;
                }*/
}
.mainmenu #cssmenu .submenu-button.submenu-opened {
  /*&:after {
                display: none;
            }*/
}
.mainmenu #cssmenu .submenu-button.submenu-opened:hover #menu-button::after {
  background: #fff;
}
.mainmenu #cssmenu .submenu-button.submenu-opened:hover #menu-button::before {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.mainmenu .submenu-button.submenu-opened {
  /*background-color: #8e8c8c;*/
  background-color: #29376d;
}
.link-opened {
  /*background-color: #8e8c8c;*/
  background-color: #29376d;
}
