/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1008;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: 56px;
  margin: 0;
  left: 0;
  bottom: -20px;
  width: 270px;
  padding: 0;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
  -o-transform: translateX(-270px);
  -webkit-transform: translateX(-270px);
  transform: translateX(-270px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.rd-mobilemenu_ul li.level_1{
  padding: 0;
}
.rd-mobilemenu_ul li.level_1:before{
  display: none;
}

.rd-mobilemenu_submenu .iceCols{
  float: none !important;
  width: 100% !important;
}
.rd-mobilemenu_submenu{
  margin: 0;
  padding: 0;
  width: 100% !important;
}
.rd-mobilemenu_submenu .icemega_cover_module{
  width: 100% !important;
}
.rd-mobilemenu_submenu > li{
  padding: 0;
}
.rd-mobilemenu_submenu > li:before{
  display: none;
}
.rd-mobilemenu_submenu .iceCols > ul{
  margin: 0;
}
.rd-mobilemenu_submenu .sub_level_2{
  position: static;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 100% !important;
  margin: 0 !important;
  height: auto;
  pointer-events: auto;
  opacity: 1;
}
.rd-mobilemenu_submenu .sub_level_2>li{
  padding: 0;
  border: none;
  padding: 0;
}
.rd-mobilemenu_submenu .sub_level_2>li a.iceMenuTitle{
  padding-left: 40px !important;
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul .level_1 > a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul .level_1 ul a.iceMenuTitle{
  padding: 4px 20px;
  display: block;
}
.rd-mobilemenu_ul .level_1 ul a.iceMenuTitle:after{
  display: none;
}
.rd-mobilemenu_ul a.iceMenuTitle:hover {
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
    cursor: pointer;
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 1009;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
    overflow: hidden;
}

.rd-mobilepanel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}




.icemegamenu {
  position: static;
}
.icemegamenu > ul {
  /*border-bottom: 23px solid #942037;*/
  clear: both;
  margin: 0 0;
  padding: 0;
  width: 100%;
  z-index: 999;
  display: table;
  table-layout: fixed;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position:relative;
}
.icemegamenu > ul:before,
.icemegamenu > ul:after {
  display: none !important;
}
.icemegamenu > ul:before,
.icemegamenu > ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.icemegamenu > ul:after {
  clear: both;
}
.icemegamenu > ul > li {
  border-right: 1px solid #5a2225;
  display: table-cell;
  float: none;
  position: relative;
}
.icemegamenu > ul > li + li {
  margin-left: 0;
}
.icemegamenu > ul > li > a.iceMenuTitle {
  display: block;
  font: 14px / 23px 'Microsoft YaHei' ;
  padding: 36px 20px 37px;
  position: relative;
  z-index: 1;
  color: #b8adad;
  background: #35161b;
  text-align: center;
  text-transform: uppercase;
}
.icemegamenu > ul > li > a.iceMenuTitle * {
  font: inherit;
}
.icemegamenu > ul > li > a.iceMenuTitle.hover,
.icemegamenu > ul > li > a.iceMenuTitle.icemega_active {
  color: #ffffff;
  background: #a20325;
}
.icemegamenu > ul > li.hover > a.iceMenuTitle {
  color: #ffffff;
  background: #942037;
}
.icemegamenu > ul > li.hover > a.iceMenuTitle.menu-login-form {
  background: none;
  color: #333333;
}
.icemegamenu > ul > li span.icemega_desc {
  color: #ffffff;
  display: block;
  line-height: 1.25em;
  padding: 0;
}
.icemegamenu > ul > li.fullwidth {
  position: static;
}
.icemegamenu > ul > li:first-child {
  border-left: none;
}
.icemegamenu > ul > li:last-child {
  border-right: none;
}
.icemegamenu .ice-megamenu-toggle {
  display: none;
}
/* when dont have subtitle */
.icemegamenu > ul > li > a.iceMenuTitle > span.icemega_nosubtitle {
  display: inline-block;
  letter-spacing:0px;
}
ul.icesubMenu {
  height: 0;
  left: 50%;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  text-align: left;
  top: 100%;
  -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;
  -webkit-transform: translate(-50%, 30px);
  -moz-transform: translate(-50%, 30px);
  -ms-transform: translate(-50%, 30px);
  -o-transform: translate(-50%, 30px);
  transform: translate(-50%, 30px);
  z-index: 9999;
  background: #292929;
  text-transform: capitalize;
}
ul.icesubMenu li a.iceMenuTitle {
  display: block;
  font: 14px / 23px 'Microsoft YaHei';
  padding: 0 25px;
  line-height: 42px;
  color: #ffffff;
  letter-spacing:0px;
}
ul.icesubMenu li.active > a.iceMenuTitle,
ul.icesubMenu li:hover > a.iceMenuTitle,
ul.icesubMenu li.hover > a.iceMenuTitle {
  color: #942037;
  
  text-decoration:none;
}
ul{
	padding:0px;
	list-style:none;
}
li[class*=iceMenuLiLevel] {
    padding: 0;
}
ul.icesubMenu.sub_level_1 {
  padding-top: 0px;
  padding-bottom: 0px;
}
ul.icesubMenu.sub_level_2 {
  margin-top: -11px;
}
li[class*=iceMenuLiLevel] {
  padding: 0;
}
li[class*=iceMenuLiLevel]:before {
  display: none;
}
#icemegamenu li.iceMenuLiLevel_1.hover > ul.icesubMenu {
  opacity: 1;
  overflow: visible;
  pointer-events: auto;
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}
#icemegamenu li.iceMenuLiLevel_1.hover.menu-login-form > ul.icesubMenu {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
#icemegamenu li.iceMenuLiLevel_1 li.hover > ul.icesubMenu {
  height: auto;
  opacity: 1;
  overflow: visible;
  pointer-events: auto;
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  transform: translate(0, 0px);
}
#icemegamenu ul.icesubMenu.visible {
  height: auto;
}
ul.icesubMenu ul > li {
  position: relative;
  border-top: 1px solid #2f2f2f;
}
ul.icesubMenu ul > li:first-child{
	border-top:none;
}
li.iceMenuLiLevel_2.parent > a:after {
  content: '\f054';
  font-family: FontAwesome;
  font-size: 8px;
  height: 0;
  line-height: 0;
  position: absolute;
  right: 7px;
  top: 50%;
}
li.iceMenuLiLevel_2.parent.hover a {
  position: relative;
}
li.iceMenuLiLevel_2.parent.hover a:before {
  content: '';
  height: 100%;
  left: 100%;
  position: absolute;
  top: 0;
  width: 11px;
}
/* when is parent */
ul.icesubMenu > li:before {
  display: none;
}
ul.icesubMenu > li > .iceCols {
  max-width: 100% !important;
}
/* Second Level Dropdown */
ul.sub_level_2,
ul.sub_level_3,
ul.sub_level_4,
ul.sub_level_5 {
  left: 100%;
  margin-left: 10px;
  top: 0px;
  -webkit-transform: translate(30px, 0);
  -moz-transform: translate(30px, 0);
  -ms-transform: translate(30px, 0);
  -o-transform: translate(30px, 0);
  transform: translate(30px, 0);
  z-index: 99999;
}
ul.icesubMenu ul > li.hover > ul {
  opacity: 1;
  overflow: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
}
.icesubMenu .icemega_cover_module span.iceModuleTile {
  display: block;
}
.ice_righttoleft {
  left: auto !important;
  right: 0;
}
.nav-collapse .icesubMenu .nav > li > a,
.nav-collapse .icesubMenu .dropdown-menu a {
  margin-bottom: 0;
  padding: 0;
}
.nav-collapse.collapse {
  height: auto;
}
.fullwidth {
  position: static !important;
}
.fullwidth.hover ul.icesubMenu.sub_level_1 {
  -webkit-transform: translate(0, 0px) !important;
  -moz-transform: translate(0, 0px) !important;
  -ms-transform: translate(0, 0px) !important;
  -o-transform: translate(0, 0px) !important;
  transform: translate(0, 0px) !important;
}
.fullwidth ul.icesubMenu.sub_level_1 {
  color: #333333;
  left: 0px;
  padding: 0;
  -webkit-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
.fullwidth ul.icesubMenu.sub_level_1:before,
.fullwidth ul.icesubMenu.sub_level_1:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  content: '';
  background: #292929;
}
.fullwidth ul.icesubMenu.sub_level_1:before {
  left: 100%;
}
.fullwidth ul.icesubMenu.sub_level_1:after {
  right: 100%;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module {
  color: #333333;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap.pricing {
  margin: 0;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap.pricing .mod-newsflash-adv__pricing {
  margin-bottom: 0;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap.pricing .item {
  color: #FFF;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-bottom: 0;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap.pricing .item .item_content {
  padding: 15px 19px 15px 19px;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap.pricing .item .item_content .item_title {
  margin-bottom: 0;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap.pricing .item .item_introtext p {
  display: none;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap.pricing .item .item_introtext .price {
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap.pricing .item .item_introtext .price strong {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 23px;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap.pricing .item .item_introtext .price small {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-left: 10px;
  vertical-align: bottom;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap {
  color: #f5f5f5;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap h6,
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap .moduleTitle {
  font-size:18px;
  line-height:42px;
  color: white;
  margin-bottom:20px;
  border-bottom:1px solid #2f2f2f;
  margin-top:0px;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap .input-small {
  width: 100%;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap .add-on {
  display: none;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap .input-prepend {
  display: block;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap .input-prepend input {
  text-transform: none;
  border: 1px solid #e0e0e0;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap .mod-login_submit {
  padding: 20px 0 0px;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap .mod-login_submit .btn {
  margin-bottom: 6px;
  vertical-align: top;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap .reset_remind {
  margin-top: 10px;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap .control-group {
  margin-bottom: 4px;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap .btn {
  padding-top: 16px;
  padding-bottom: 16px;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap .item {
  margin-bottom: 0;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap ul {
  margin: 0 0 23px;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap ul li {
  font: 14px/23px Arial, Helvetica, sans-serif;
  color: #858585;
  margin: 0;
  padding: 0 0 7px;
  text-transform: none;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap ul li:before {
  display: none;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap ul li a {
  color: #fff;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap ul li a:hover {
  color: #942037;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap .lr_social_login_basic_150 {
  padding-bottom: 23px;
}
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap.aside {
  padding-top: 20px;
}
.fullwidth ul.icesubMenu.sub_level_1 .iceCols > ul {
  padding: 0 15px;
}
.fullwidth ul.icesubMenu.sub_level_1 .icons {
  display: none;
}
.fullwidth ul.icesubMenu.sub_level_1 > li {
  margin: 0 -15px;
  padding:0px;
  position: relative;
}
.fullwidth ul.icesubMenu.sub_level_1 > li > .iceCols {
  padding-bottom:30px;
}
@media (max-width: 979px) {
  .icemegamenu {
    overflow: visible !important;
  }
}
.iceMenuLiLevel_1.search {
  margin-left: 30px;
}
.icemega_modulewrap.top_search {
  padding: 0;
  position: relative;
  text-align: left;
}
.icemega_modulewrap.top_search.visible > i.fa-search {
  opacity: 0;
}
.icemega_modulewrap.top_search.visible .mod-search {
  visibility: visible;
}
.icemega_modulewrap.top_search.visible .mod-search #searchword {
  width: 200px;
}
.icemega_modulewrap.top_search.visible i.fa-times {
  opacity: 1;
}
.icemega_modulewrap.top_search > i.fa-search {
  background: transparent;
  cursor: pointer;
  display: block;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
  padding-top: 10px;
  opacity: 1;
}
.icemega_modulewrap.top_search > i.fa-search:hover {
  color: #ffffff;
  background: #000000;
}
.icemega_modulewrap.top_search .navbar-form {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.icemega_modulewrap.top_search .mod-search {
  font-size: 0;
  line-height: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  white-space: nowrap;
  padding: 0 20px 0 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  z-index: 100;
}
.icemega_modulewrap.top_search i.fa-times {
  font-size: 15px;
  line-height: 70px;
  color: #942037;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  opacity: 0;
}
.icemega_modulewrap.top_search i.fa-times:hover {
  color: #333333;
}
.icemega_modulewrap.top_search #searchword {
  height: 40px;
  padding: 8.5px 30px 8.5px 15px;
  border: 1px solid #333333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 0;
  margin: 0;
}
.icemega_modulewrap.top_search .btn-primary {
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 0;
  text-align: center;
  z-index: 100;
  color: #000000;
  font-size: 17px;
  line-height: 40px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 20px;
}
.icemega_modulewrap.top_search .btn-primary:active,
.icemega_modulewrap.top_search .btn-primary:focus,
.icemega_modulewrap.top_search .btn-primary:hover,
.icemega_modulewrap.top_search .btn-primary.active,
.icemega_modulewrap.top_search .btn-primary.selected {
  background: #000000;
  color: #ffffff;
}
.icemega_modulewrap.top_search .btn-primary:active:hover,
.icemega_modulewrap.top_search .btn-primary:focus:hover,
.icemega_modulewrap.top_search .btn-primary:hover:hover,
.icemega_modulewrap.top_search .btn-primary.active:hover,
.icemega_modulewrap.top_search .btn-primary.selected:hover,
.icemega_modulewrap.top_search .btn-primary:active.active,
.icemega_modulewrap.top_search .btn-primary:focus.active,
.icemega_modulewrap.top_search .btn-primary:hover.active,
.icemega_modulewrap.top_search .btn-primary.active.active,
.icemega_modulewrap.top_search .btn-primary.selected.active,
.icemega_modulewrap.top_search .btn-primary:active.selected,
.icemega_modulewrap.top_search .btn-primary:focus.selected,
.icemega_modulewrap.top_search .btn-primary:hover.selected,
.icemega_modulewrap.top_search .btn-primary.active.selected,
.icemega_modulewrap.top_search .btn-primary.selected.selected {
  background: #000000;
  color: #ffffff;
}














.rd-mobilemenu a:hover{
	text-decoration:none;
}
.rd-mobilemenu_ul a.iceMenuTitle:hover ,
.rd-mobilemenu_ul a.iceMenuTitle:focus,
.rd-mobilemenu_ul a.iceMenuTitle:active
{
    color: #333;
	text-decoration:none;
}
@media (max-width: 767px){

	.rd-mobilemenu_ul a.active, .rd-mobilemenu_ul li.level_1.active > a,.rd-mobilemenu_ul a.active:hover {
    color: #ffffff;
    background: #942037;
}

}
@media (max-width: 767px){
	.rd-mobilemenu_ul a.iceMenuTitle:hover {
    background: #942037;
     color:#fff;
}
}

#icemegamenu li.iceMenuLiLevel_1.hover > ul.icesubMenu {
    opacity: 1;
    overflow: visible;
    pointer-events: auto;
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}
.scroll-to-fixed-fixed {
    -webkit-transform: translateZ(0);
    position: relative;
}
.scroll-to-fixed-fixed {
    background: #292929;
    padding: 18;
}
.scroll-to-fixed-fixed .icemegamenu > ul > li > a.iceMenuTitle
 {
    padding: 22px 20px 22px;
}
.stuck {
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    width: 100% !important;
    z-index: 1005 !important;
}

.iceMenuLiLevel_1.mzr-drop.parent.zmax-rectangle ul.icesubMenu{
	left:100%;
}
.online-play ul.icesubMenu li a.iceMenuTitle{
	padding:0px !important;
}