@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic);

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font-size: 0;
  line-height: 0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@-webkit-keyframes h-progress {
  0% {
    width: 0;
  }
}

@-moz-keyframes h-progress {
  0% {
    width: 0;
  }
}

@-ms-keyframes h-progress {
  0% {
    width: 0;
  }
}

@-o-keyframes h-progress {
  0% {
    width: 0;
  }
}

@keyframes h-progress {
  0% {
    width: 0;
  }
}

@-webkit-keyframes v-progress {
  0% {
    height: 0;
  }
}

@-moz-keyframes v-progress {
  0% {
    height: 0;
  }
}

@-ms-keyframes v-progress {
  0% {
    height: 0;
  }
}

@-o-keyframes v-progress {
  0% {
    height: 0;
  }
}

@keyframes v-progress {
  0% {
    height: 0;
  }
}

.icemegamenu {
  float: right;
  position: static;
  padding-top: 15px;
}

.icemegamenu>ul {
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 999;
}

.icemegamenu>ul:before,
.icemegamenu>ul:after {
  display: table;
  content: "";
  line-height: 0;
}

.icemegamenu>ul:after {
  clear: both;
}

.icemegamenu>ul>li {
  display: block;
  float: left;
  padding-bottom: 14px;
  position: relative;
}

.icemegamenu>ul>li+li {
  margin-left: 50px;
}

.icemegamenu>ul>li>a.iceMenuTitle {
  display: block;
  font-size: 1rem;
  line-height: 2rem;
  padding: 0px;
  position: relative;
  z-index: 1;
  color: #ffffff;
  background: none;
  font-weight: 400;
}

.icemegamenu>ul>li>a.iceMenuTitle:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  border-top: 0px solid var(--red);
  content: '';
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.icemegamenu>ul>li>a.iceMenuTitle.hover,
.icemegamenu>ul>li>a.iceMenuTitle.icemega_active {
  color: #ffffff;
  background: none;
}

.icemegamenu>ul>li>a.iceMenuTitle.hover:before,
.icemegamenu>ul>li>a.iceMenuTitle.icemega_active:before {
  border-width: 3px;
}

.icemegamenu>ul>li.hover>a.iceMenuTitle {
  color: #ffffff;
  background: none;
}

.icemegamenu>ul>li.hover>a.iceMenuTitle:before {
  border-width: 3px;
}

.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.menu-search>a.iceMenuTitle {
  display: none;
}

.icemegamenu>ul>li.menu-search>ul.icesubMenu {
  position: static;
  height: auto;
  padding: 0;
  margin-top: 0;
  opacity: 1;
  overflow: visible;
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  pointer-events: auto;
}

.icemegamenu>ul>li.menu-search>ul.icesubMenu:before {
  display: none;
}

.icemegamenu>ul>li.menu-search .fa-times {
  display: block;
  font-size: 20px;
}

.icemegamenu .ice-megamenu-toggle {
  display: none;
}

/* when dont have subtitle */
.icemegamenu>ul>li>a.iceMenuTitle>span.icemega_nosubtitle {
  display: inline-block;
}

ul.icesubMenu {
  height: 0;
  left: 50%;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 22px 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: #000000;
  border: none;
  text-transform: capitalize;
}

ul.icesubMenu li a.iceMenuTitle {
  display: block;
  font: 14px / 22px 'Open Sans', sans-serif;
  padding: 4px 20px;
  color: #ffffff;
}

ul.icesubMenu li.active>a.iceMenuTitle,
ul.icesubMenu li:hover>a.iceMenuTitle,
ul.icesubMenu li.hover>a.iceMenuTitle {
  color: #ffffff;
  background: #4b9ec3;
}

ul.icesubMenu.sub_level_1 {
  margin-top: 0px;
}

ul.icesubMenu.sub_level_2 {
  margin-top: -15px;
}

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);
}

ul.icesubMenu.sub_level_2:before,
ul.icesubMenu.sub_level_2:after {
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  content: '';
  position: absolute;
  top: 23px;
}

ul.icesubMenu.sub_level_2:before {
  left: -5px;
}

ul.icesubMenu.sub_level_2:after {
  border-right: 5px solid #FFF;
  left: -4px;
}

#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;
}

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;
}

.icemega_modulewrap {
  padding: 5px;
}

.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 {
  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 {
  display: none;
}

.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: 14px;
  font-weight: normal;
  line-height: 22px;
}

.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap.pricing .item .item_introtext .price small {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-left: 10px;
  vertical-align: bottom;
}

.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap {
  font-size: 15px;
  line-height: 25px;
  padding: 0;
}

.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap.indent {
  padding: 35px 0 0 32px;
}

.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap .moduleTitle {
  text-align: left;
}

.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap .item__module,
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap .item {
  margin-bottom: 0px;
}

.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap ul {
  margin: 0;
}

.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap ul li {
  font-size: 15px;
  padding-bottom: 3px;
  position: relative;
  padding-left: 28px;
}

.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap ul li:before {
  font-size: 19px;
  position: absolute;
  left: 1px;
  top: 0;
  content: '\e048';
  color: #57cc86;
  font-family: 'material-design';
}

.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap ul li a {
  color: white;
}

.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap ul li a:hover {
  color: var(--red);
}

.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap ul a,
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap ul span {
  text-decoration: none;
  color: #333333;
}

.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap ul a:hover,
.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap ul span:hover {
  color: var(--red);
}

.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap .mod-article-single {
  margin-bottom: 0px;
}

.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap .mod-article-single .btn {
  background: white;
  color: var(--red);
}

.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap .mod-article-single .btn:hover {
  background: #f33849;
  color: white;
}

.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap .mod-newsflash-adv {
  padding: 41px 30px 0px;
}

.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap .mod-newsflash-adv .row-fluid+.row-fluid .item {
  margin-top: 29px;
}

.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap .mod-newsflash-adv .item {
  margin-bottom: 0px;
}

.fullwidth ul.icesubMenu.sub_level_1 .icemega_cover_module .icemega_modulewrap .mod-newsflash-adv .item .item_img {
  margin-bottom: 0px;
}

.fullwidth ul.icesubMenu.sub_level_1 .iceCols>ul {
  padding: 0 0px;
}

.fullwidth ul.icesubMenu.sub_level_1>li {
  padding: 0px 0px 0px 0px;
  position: relative;
}

.fullwidth ul.icesubMenu.sub_level_1>li>.iceCols+.iceCols:before {
  bottom: 31px;
  content: '';
  position: absolute;
  top: 30px;
  width: 1px;
}

@media (max-width: 979px) {
  .icemegamenu {
    overflow: visible !important;
  }
}