/*
 # @template	JV Marvel
 # @version		1.0.0
 # ------------------------------------------------------------------------
 # @author    	Joomlavi.Com
 # @copyright 	Copyright (C) 2015 joomlavi.com. All Rights Reserved.
 # @license 	http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL or later.
 # @websites 	http://www.joomlavi.com
 #
 #
 # ------------------------------------------------------------------------
 # Attention! Backup this file before updating. 
 # ------------------------------------------------------------------------
 */
#block-footer {
  background-color: #7554a0;
  padding: 50px 0;
}
.blk-footer-top {
  background-color: #51248c;
}
#block-header.headroom--not-top {
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(92, 41, 113, 0.64);
  position: fixed;
}
#block-mainnav .fxmenu li.level1 > .level1 {
  border-radius: 0;
  display: inline-block;
  font-size: 0.93em;
  padding: 0;
  line-height: 120px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  color: #51248c;
  background-color: transparent;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#block-mainnav .fxmenu > li .level1:after {
  content: "";
  position: absolute;
  background-color: rgb(149, 30, 241);
  height: 2px;
  left: 0;
  margin: 0 auto;
  top: 50%;
  margin-top: 11px;
  width: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.block-mainnav .fxmenu > .level1[class*="cols"] > .fxcolumns > .insubitem > ul > li.fxcolumn .group-title {
  font-size: 12px;
  color: #51248c;
  padding: 9px 32px;
  text-transform: uppercase;
}
.block-mainnav .fxmenu > .level1 > .fxcolumns {
  display: none;
  position: absolute;
  z-index: 1000;
  padding: 10px 0;
  background: #ffffff;
  border: 1px solid #51248c;
  opacity: 0;
  width: 270px;
  left: 0;
}
.block-mainnav .fxmenu > .level1 > .fxcolumns:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  height: 1px;
  background-color: #51248c;
}
.btn-default,
.btn-general,
.addtocart-button,
.vm-button-correct,
#helpsite-refresh,
#editor-xtd-buttons .btn,
.toggle-editor .btn,
#adminForm .btn,
#editor-xtd-buttons .moduleMiniCart > a,
.toggle-editor .moduleMiniCart > a,
#adminForm .moduleMiniCart > a {
  color: #ffffff;
  background-color: #51248c;
  border-color: #51248c;
}