.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cor-branco {
  color: #FFFFFF;
}
.cor-preto {
  color: #000000;
}
.cor-cinzento {
  color: #666666;
}
.cor-cinzento-escuro {
  color: #333333;
}
.cor-cinzento-claro {
  color: #F4F4F4;
}
.cor-azul {
  color: #13ADEA;
}
.cor-laranja {
  color: #F15F34;
}
.fundo-laranja {
  background-color: #F15F34;
}
.fundo-azul {
  background-color: #13ADEA;
}
.fundo-branco {
  background-color: #FFFFFF;
}
.cor-vermelho {
  color: #F44941;
}
.cor-branco {
  color: #FFFFFF;
}
.cor-preto {
  color: #000000;
}
.cor-cinzento {
  color: #666666;
}
.cor-cinzento-escuro {
  color: #333333;
}
.cor-cinzento-claro {
  color: #F4F4F4;
}
.cor-azul {
  color: #13ADEA;
}
.cor-laranja {
  color: #F15F34;
}
.fundo-laranja {
  background-color: #F15F34;
}
.fundo-azul {
  background-color: #13ADEA;
}
.fundo-branco {
  background-color: #FFFFFF;
}
.cor-vermelho {
  color: #F44941;
}
.gf-menu.l1 > li:hover > .item .border-fixer {
  display: none;
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: -2px;
  left: 0px;
  background: transparent;
  z-index: 1001;
}
.gf-menu li:hover,
.gf-menu li.active:hover {
  border: 0;
  background: transparent;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.gf-menu li:hover > .dropdown,
.gf-menu li.active:hover > .dropdown {
  left: -1px;
  top: auto;
  opacity: 1;
}
.gf-menu li:hover > .item {
  color: #BC3934;
  text-shadow: 1px 1px 0 none;
}
.gf-menu li.parent:hover {
  border-radius: 0px 0px 0 0;
}
.gf-menu .dropdown ul li:hover {
  border: 0;
  background: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.gf-menu .dropdown ul li:hover > .item {
  border-radius: 0px;
  border: 1px solid 0;
  background: transparent;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.gf-menu .dropdown ul li:hover > .item .border-fixer {
  display: none !important;
  position: absolute;
  height: 100%;
  width: 2px;
  right: -1px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  top: 0px;
  background: transparent;
  z-index: 1001;
}
.gf-menu .dropdown ul li.parent:hover > .item {
  border-radius: 0px 0 0 0px;
}
.gf-menu .dropdown .grouped.parent:hover > .item {
  border-radius: 0px;
}
.gf-menu .dropdown .modules:hover,
.gf-menu .dropdown .modules ul li:hover {
  padding-top: 0 !important;
}
.gf-menu .dropdown li:hover > .flyout {
  left: 100%;
  top: 1px;
  margin-left: -6px;
  border-top: 0;
  border-radius: 0 5px 5px 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body.rtl li:hover > .dropdown,
body.rtl li.active:hover > .dropdown {
  left: inherit;
  right: -1px;
}
body.rtl .dropdown ul li:hover > .flyout {
  left: inherit;
  right: 100%;
  border-radius: 5px 0 5px 5px;
  margin-left: auto;
  margin-right: -6px;
}
body.rtl .dropdown ul li:hover > .item .border-fixer {
  right: inherit;
  left: -1px;
}
body.rtl .dropdown ul li.parent:hover > .item {
  border-radius: 0 0px 0px 0;
}
.rt-block.menu-block {
  margin: 0px auto 0;
  padding: 0;
}
.navbar-fixed-top {
  position: fixed !important;
  z-index: 1000 !important;
}
.gf-menu {
  margin: 0px auto 0;
  list-style: none;
  text-align: right;
  background: none transparent !important;
}
.gf-menu:after {
  display: table;
  content: '';
  clear: both;
}
.gf-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gf-menu ul.l3 li a {
  color: #FFFFFF !important;
}
.gf-menu li {
  color: #000000;
  background: transparent;
  transition: 0.5s background;
  line-height: 25px;
  padding: 10px 0;
}
.gf-menu li:hover {
  color: #BC3934;
  background: transparent;
}
.gf-menu li.active {
  color: #FFFFFF;
  border: 0 !important;
}
.gf-menu li.active:hover {
  background: inherit;
}
.gf-menu li.active:hover a {
  color: #000000;
}
.gf-menu li .menu-image {
  display: block;
  margin: 0 auto !important;
}
.gf-menu li.home {
  background: transparent url('../images/icon_home.png') no-repeat center center;
}
.gf-menu li.home .item {
  color: transparent;
  padding: 0;
}
.gf-menu li.home:hover {
  background: transparent url('../images/icon_home_hover.png') no-repeat center center;
}
.gf-menu li.home:hover .item {
  color: transparent;
}
.gf-menu .item {
  font-family: Calibri, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  padding: 0px 22px;
  text-shadow: none;
  text-decoration: none;
  display: block;
  outline: 0;
  cursor: pointer;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  z-index: 10;
  position: relative;
}
.gf-menu .item.subtext {
  padding-top: 1px;
  padding-bottom: 4px;
}
.gf-menu .item.subtext > em {
  display: block;
  font-size: 12px;
  line-height: 13px;
  color: transparent;
  text-align: left;
  font-style: normal;
}
.gf-menu .item.icon [class^="icon-"],
.gf-menu .item.icon [class*= " icon-"] {
  background-image: none !important;
  width: auto;
}
.gf-menu .item.icon [class^="icon-"]:before,
.gf-menu .item.icon [class*= " icon-"]:before {
  text-indent: 0;
  margin-right: 5px;
}
.gf-menu .item .menu-image {
  max-width: inherit;
  vertical-align: text-top;
  margin-top: -2px;
  margin-left: -2px;
}
.gf-menu.l1 > li.active,
.gf-menu.l1 > li.active:hover {
  background: #BC3934;
  border: 0;
  border-radius: 0px;
  -webkit-box-shadow: inset 3px 3px 6px #A5322E;
  -moz-box-shadow: inset 3px 3px 6px #A5322E;
  box-shadow: inset 3px 3px 6px #A5322E;
  font-weight: bold;
}
.gf-menu.l1 > li.active .item,
.gf-menu.l1 > li.active:hover .item {
  color: #FFFFFF;
  text-shadow: none;
}
.gf-menu.l1 > li.active:hover,
.gf-menu.l1 > li.active:hover:hover {
  -webkit-box-shadow: inset 3px 3px 6px #A5322E;
  -moz-box-shadow: inset 3px 3px 6px #A5322E;
  box-shadow: inset 3px 3px 6px #A5322E;
}
.gf-menu.l1 > li.active.home,
.gf-menu.l1 > li.active:hover.home {
  background: transparent url('../images/icon_home_hover.png') no-repeat center center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.gf-menu.l1 > li.active.home .item,
.gf-menu.l1 > li.active:hover.home .item {
  color: transparent;
}
.gf-menu.l1 li:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.gf-menu.l1 li:hover .item {
  text-shadow: none;
}
.gf-menu.l1 li:hover .dropdown {
  left: auto !important;
}
.gf-menu.l1 > li > .item {
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
}
.gf-menu.l1 > li > .item.subtext {
  padding-top: 1px;
  padding-bottom: 4px;
}
.gf-menu.l1 > li > .item .menu-image {
  margin-top: -1px;
}
.gf-menu ul.l2 li.parent a:after {
  content: none !important;
}
.gf-menu ul.l2 li.parent:hover > .flyout {
  top: 18px !important;
  left: -15px !important;
}
.gf-menu ul.l2 li.parent:hover > .flyout ul.l3 li {
  padding-left: 30px;
}
.gf-menu ul.l2 li.parent:hover > .flyout ul.l3 li:hover:before {
  content: '> ';
  color: #FFF;
  position: absolute;
  top: 5px;
  left: 7px;
}
.gf-menu li {
  float: none;
  display: inline-block;
  position: relative;
  margin: 0 0 0 0 !important;
  width: auto;
  border: 0px;
}
@media (max-width: 960px) {
  .gf-menu li {
    margin: 0 !important;
  }
  .gf-menu li .item {
    font-size: 16px !important;
  }
}
.gf-menu li.parent > .item {
  position: relative;
}
.gf-menu li.parent > .item:after {
  position: absolute;
  left: 0px;
  top: 55%;
  margin-top: -12px;
  font-family: FontAwesome;
  font-size: 11px;
}
.gf-menu .dropdown {
  margin: 0 auto;
  padding: 0px;
  position: absolute;
  opacity: 0;
  left: -999em;
  text-align: left;
  border: 0;
  background: transparent;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 1000;
}
.gf-menu .dropdown .flyout {
  display: block;
}
.gf-menu .dropdown ul {
  overflow: hidden;
}
.gf-menu .dropdown ul li {
  background: #F44941;
  display: block;
  float: none;
  margin-right: 0;
  padding: 0 10px;
  padding: 5px 10px;
  width: auto;
  border: 0 !important;
}
.gf-menu .dropdown ul li.active > .item {
  color: #000000;
}
.gf-menu .dropdown ul li:hover {
  padding: 5px 10px !important;
  border: 0;
}
.gf-menu .dropdown ul li .item {
  border: 1px solid transparent;
  padding: 0 0 5px 0;
  font-size: 12px;
  text-shadow: none;
  text-align: left !important;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: inherit;
}
.gf-menu .dropdown ul li .item:hover {
  color: #000000 !important;
}
.gf-menu .dropdown ul li.parent > .item:after {
  margin-top: -10px;
  font-family: FontAwesome;
  content: "\f054";
  font-size: 11px;
}
.gf-menu .dropdown .grouped.parent > .item .border-fixer {
  display: none;
}
.gf-menu .dropdown .grouped.parent > .item:after {
  font-family: FontAwesome;
  content: "\f078";
  font-size: 11px;
}
.gf-menu .dropdown .grouped ol {
  background: #BC3934;
  border: 0;
  border-radius: 0px;
  -webkit-box-shadow: inset 3px 3px 6px #A5322E;
  -moz-box-shadow: inset 3px 3px 6px #A5322E;
  box-shadow: inset 3px 3px 6px #A5322E;
  margin: 6px 0px;
  padding: 3px 0;
}
.gf-menu .dropdown .grouped ol > li > .item {
  font-size: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.gf-menu .dropdown .modules {
  text-align: left;
  color: #FFF;
}
.gf-menu .dropdown .modules .module-content {
  padding: 0 10px;
}
.gf-menu .dropdown .modules .module-content a {
  color: #333;
}
.gf-menu .dropdown .modules .module-content p {
  margin: 0 0 10px 0;
  font-size: 15px;
  line-height: 22px;
}
.gf-menu .flyout {
  border-top: 0;
}
.gf-menu .column {
  float: left;
  position: relative;
}
.gf-menu .position-left {
  float: left;
  margin-right: 15px;
}
.gf-menu .position-right {
  float: right;
  margin-left: 15px;
}
.gf-menu.gf-splitmenu li.parent:hover {
  border-radius: 0px;
}
@media (max-width: 768px) {
  #rt-mainnav {
    min-height: 30px;
  }
}
.gf-menu-toggle {
  padding: 7px 10px;
  border: 0;
  border-top: 0;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: absolute;
  z-index: 2;
  top: 250px;
  left: 10px;
  cursor: pointer;
}
@media (max-width: 400px) {
  .gf-menu-toggle {
    top: 240px;
  }
}
@media (max-width: 350px) {
  .gf-menu-toggle {
    top: 230px;
  }
}
@media (max-width: 320px) {
  .gf-menu-toggle {
    top: 225px;
  }
}
.gf-menu-toggle.active {
  border: 0;
  -webkit-box-shadow: inset 3px 3px 6px #A5322E;
  -moz-box-shadow: inset 3px 3px 6px #A5322E;
  box-shadow: inset 3px 3px 6px #A5322E;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .layout-mode-responsive .gf-menu.l1 > li {
    margin-right: 5px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .layout-mode-responsive .gf-menu.l1 > li {
    margin-right: 5px;
  }
  .layout-mode-responsive .gf-menu.l1 > li > .item {
    font-size: 17px;
  }
  .layout-mode-responsive .gf-menu.l1 > li > .item.subtext {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .layout-mode-responsive .gf-menu.l1 > li > .item.subtext em {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .cor-branco {
    color: #FFFFFF;
  }
  .cor-preto {
    color: #000000;
  }
  .cor-cinzento {
    color: #666666;
  }
  .cor-cinzento-escuro {
    color: #333333;
  }
  .cor-cinzento-claro {
    color: #F4F4F4;
  }
  .cor-azul {
    color: #13ADEA;
  }
  .cor-laranja {
    color: #F15F34;
  }
  .fundo-laranja {
    background-color: #F15F34;
  }
  .fundo-azul {
    background-color: #13ADEA;
  }
  .fundo-branco {
    background-color: #FFFFFF;
  }
  .cor-vermelho {
    color: #F44941;
  }
  .gf-menu.l1 > li:hover > .item .border-fixer {
    display: none;
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: -2px;
    left: 0px;
    background: transparent;
    z-index: 1001;
  }
  .gf-menu li:hover,
  .gf-menu li.active:hover {
    border: 0;
    background: transparent;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .gf-menu li:hover > .dropdown,
  .gf-menu li.active:hover > .dropdown {
    left: -1px;
    top: auto;
    opacity: 1;
  }
  .gf-menu li:hover > .item {
    color: #BC3934;
    text-shadow: 1px 1px 0 none;
  }
  .gf-menu li.parent:hover {
    border-radius: 0px 0px 0 0;
  }
  .gf-menu .dropdown ul li:hover {
    border: 0;
    background: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  .gf-menu .dropdown ul li:hover > .item {
    border-radius: 0px;
    border: 1px solid 0;
    background: transparent;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  .gf-menu .dropdown ul li:hover > .item .border-fixer {
    display: none !important;
    position: absolute;
    height: 100%;
    width: 2px;
    right: -1px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    top: 0px;
    background: transparent;
    z-index: 1001;
  }
  .gf-menu .dropdown ul li.parent:hover > .item {
    border-radius: 0px 0 0 0px;
  }
  .gf-menu .dropdown .grouped.parent:hover > .item {
    border-radius: 0px;
  }
  .gf-menu .dropdown .modules:hover,
  .gf-menu .dropdown .modules ul li:hover {
    padding-top: 0 !important;
  }
  .gf-menu .dropdown li:hover > .flyout {
    left: 100%;
    top: 1px;
    margin-left: -6px;
    border-top: 0;
    border-radius: 0 5px 5px 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  body.rtl li:hover > .dropdown,
  body.rtl li.active:hover > .dropdown {
    left: inherit;
    right: -1px;
  }
  body.rtl .dropdown ul li:hover > .flyout {
    left: inherit;
    right: 100%;
    border-radius: 5px 0 5px 5px;
    margin-left: auto;
    margin-right: -6px;
  }
  body.rtl .dropdown ul li:hover > .item .border-fixer {
    right: inherit;
    left: -1px;
  }
  body.rtl .dropdown ul li.parent:hover > .item {
    border-radius: 0 0px 0px 0;
  }
}
.layout-mode-960fixed .cor-branco,
.layout-mode-1200fixed .cor-branco {
  color: #FFFFFF;
}
.layout-mode-960fixed .cor-preto,
.layout-mode-1200fixed .cor-preto {
  color: #000000;
}
.layout-mode-960fixed .cor-cinzento,
.layout-mode-1200fixed .cor-cinzento {
  color: #666666;
}
.layout-mode-960fixed .cor-cinzento-escuro,
.layout-mode-1200fixed .cor-cinzento-escuro {
  color: #333333;
}
.layout-mode-960fixed .cor-cinzento-claro,
.layout-mode-1200fixed .cor-cinzento-claro {
  color: #F4F4F4;
}
.layout-mode-960fixed .cor-azul,
.layout-mode-1200fixed .cor-azul {
  color: #13ADEA;
}
.layout-mode-960fixed .cor-laranja,
.layout-mode-1200fixed .cor-laranja {
  color: #F15F34;
}
.layout-mode-960fixed .fundo-laranja,
.layout-mode-1200fixed .fundo-laranja {
  background-color: #F15F34;
}
.layout-mode-960fixed .fundo-azul,
.layout-mode-1200fixed .fundo-azul {
  background-color: #13ADEA;
}
.layout-mode-960fixed .fundo-branco,
.layout-mode-1200fixed .fundo-branco {
  background-color: #FFFFFF;
}
.layout-mode-960fixed .cor-vermelho,
.layout-mode-1200fixed .cor-vermelho {
  color: #F44941;
}
.layout-mode-960fixed .gf-menu.l1 > li:hover > .item .border-fixer,
.layout-mode-1200fixed .gf-menu.l1 > li:hover > .item .border-fixer {
  display: none;
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: -2px;
  left: 0px;
  background: transparent;
  z-index: 1001;
}
.layout-mode-960fixed .gf-menu li:hover,
.layout-mode-960fixed .gf-menu li.active:hover,
.layout-mode-1200fixed .gf-menu li:hover,
.layout-mode-1200fixed .gf-menu li.active:hover {
  border: 0;
  background: transparent;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.layout-mode-960fixed .gf-menu li:hover > .dropdown,
.layout-mode-960fixed .gf-menu li.active:hover > .dropdown,
.layout-mode-1200fixed .gf-menu li:hover > .dropdown,
.layout-mode-1200fixed .gf-menu li.active:hover > .dropdown {
  left: -1px;
  top: auto;
  opacity: 1;
}
.layout-mode-960fixed .gf-menu li:hover > .item,
.layout-mode-1200fixed .gf-menu li:hover > .item {
  color: #BC3934;
  text-shadow: 1px 1px 0 none;
}
.layout-mode-960fixed .gf-menu li.parent:hover,
.layout-mode-1200fixed .gf-menu li.parent:hover {
  border-radius: 0px 0px 0 0;
}
.layout-mode-960fixed .gf-menu .dropdown ul li:hover,
.layout-mode-1200fixed .gf-menu .dropdown ul li:hover {
  border: 0;
  background: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.layout-mode-960fixed .gf-menu .dropdown ul li:hover > .item,
.layout-mode-1200fixed .gf-menu .dropdown ul li:hover > .item {
  border-radius: 0px;
  border: 1px solid 0;
  background: transparent;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.layout-mode-960fixed .gf-menu .dropdown ul li:hover > .item .border-fixer,
.layout-mode-1200fixed .gf-menu .dropdown ul li:hover > .item .border-fixer {
  display: none !important;
  position: absolute;
  height: 100%;
  width: 2px;
  right: -1px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  top: 0px;
  background: transparent;
  z-index: 1001;
}
.layout-mode-960fixed .gf-menu .dropdown ul li.parent:hover > .item,
.layout-mode-1200fixed .gf-menu .dropdown ul li.parent:hover > .item {
  border-radius: 0px 0 0 0px;
}
.layout-mode-960fixed .gf-menu .dropdown .grouped.parent:hover > .item,
.layout-mode-1200fixed .gf-menu .dropdown .grouped.parent:hover > .item {
  border-radius: 0px;
}
.layout-mode-960fixed .gf-menu .dropdown .modules:hover,
.layout-mode-960fixed .gf-menu .dropdown .modules ul li:hover,
.layout-mode-1200fixed .gf-menu .dropdown .modules:hover,
.layout-mode-1200fixed .gf-menu .dropdown .modules ul li:hover {
  padding-top: 0 !important;
}
.layout-mode-960fixed .gf-menu .dropdown li:hover > .flyout,
.layout-mode-1200fixed .gf-menu .dropdown li:hover > .flyout {
  left: 100%;
  top: 1px;
  margin-left: -6px;
  border-top: 0;
  border-radius: 0 5px 5px 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.layout-mode-960fixed body.rtl li:hover > .dropdown,
.layout-mode-960fixed body.rtl li.active:hover > .dropdown,
.layout-mode-1200fixed body.rtl li:hover > .dropdown,
.layout-mode-1200fixed body.rtl li.active:hover > .dropdown {
  left: inherit;
  right: -1px;
}
.layout-mode-960fixed body.rtl .dropdown ul li:hover > .flyout,
.layout-mode-1200fixed body.rtl .dropdown ul li:hover > .flyout {
  left: inherit;
  right: 100%;
  border-radius: 5px 0 5px 5px;
  margin-left: auto;
  margin-right: -6px;
}
.layout-mode-960fixed body.rtl .dropdown ul li:hover > .item .border-fixer,
.layout-mode-1200fixed body.rtl .dropdown ul li:hover > .item .border-fixer {
  right: inherit;
  left: -1px;
}
.layout-mode-960fixed body.rtl .dropdown ul li.parent:hover > .item,
.layout-mode-1200fixed body.rtl .dropdown ul li.parent:hover > .item {
  border-radius: 0 0px 0px 0;
}
@media (max-width: 767px) {
  .layout-mode-responsive .gf-menu-device-wrapper {
    margin-bottom: 15px !important;
  }
  .layout-mode-responsive .gf-menu-device-container {
    background: #13ADEA;
    border: 0;
    border-top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
    padding: 5px;
  }
  .layout-mode-responsive .gf-menu-device-container select {
    margin-bottom: 0;
    width: 100%;
  }
  .layout-mode-responsive .gf-menu {
    border-top: 15px solid #13ADEA;
    background-clip: content-box;
    -webkit-background-clip: content-box;
  }
  .layout-mode-responsive .gf-menu li {
    padding-left: 20px !important;
    margin-right: 0 !important;
  }
  .layout-mode-responsive .gf-menu li.active.last {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  .layout-mode-responsive .gf-menu li.active.last > .item {
    background: #BC3934;
    border: 0 !important;
    border-radius: 0px;
    -webkit-box-shadow: inset 3px 3px 6px #A5322E;
    -moz-box-shadow: inset 3px 3px 6px #A5322E;
    box-shadow: inset 3px 3px 6px #A5322E;
  }
  .layout-mode-responsive .gf-menu li:hover > .item {
    color: #BC3934 !important;
    text-shadow: none;
  }
  .layout-mode-responsive .gf-menu li .item {
    padding: 2px 5px !important;
  }
  .layout-mode-responsive .gf-menu li .item.subtext em {
    display: none;
  }
  .layout-mode-responsive .gf-menu li .item:after {
    content: '' !important;
  }
  .layout-mode-responsive .gf-menu > li:first-child,
  .layout-mode-responsive .gf-menu > li:first-child.active {
    margin-top: -15px;
  }
  .layout-mode-responsive .gf-menu .dropdown {
    width: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    position: relative;
    left: inherit;
    top: inherit;
    opacity: 1;
    *zoom: 1;
  }
  .layout-mode-responsive .gf-menu .dropdown:before,
  .layout-mode-responsive .gf-menu .dropdown:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .layout-mode-responsive .gf-menu .dropdown:after {
    clear: both;
  }
  .layout-mode-responsive .gf-menu .dropdown .flyout {
    display: block;
  }
  .layout-mode-responsive .gf-menu .dropdown .column {
    width: 100% !important;
  }
  .layout-mode-responsive .gf-menu .dropdown .grouped ol {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .layout-mode-responsive .gf-menu .dropdown .modules {
    display: none;
  }
  .layout-mode-responsive .gf-menu.l1 > li {
    float: none;
    margin-left: -1px;
  }
  .layout-mode-responsive .gf-menu.l1 > li.active {
    margin-left: 0px;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .layout-mode-responsive .gf-menu.l1 > li > .item {
    font-size: 17px;
  }
}
body.rtl .gf-menu.l1 > li {
  float: right;
}
body.rtl .gf-menu li .item {
  text-align: right;
}
body.rtl .gf-menu li.parent > .item {
  padding-right: 8px;
  padding-left: 25px;
}
body.rtl .gf-menu li.parent > .item:after {
  right: inherit;
  left: 6px;
}
body.rtl .gf-menu-toggle {
  left: inherit;
  right: 10px;
}
body.rtl .dropdown {
  border-radius: 5px 0 5px 5px;
}
body.rtl .dropdown ul li.parent > .item:after {
  content: "\f053";
  font-size: 11px;
}
@media (max-width: 767px) {
  .layout-mode-responsive.rtl .gf-menu.l1 > li {
    float: none;
  }
  .layout-mode-responsive.rtl .gf-menu li .item {
    text-align: left;
  }
}
