@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta-Regular.eot');
    src: url('../fonts/Averta-Regular.eot#iefix') format('embedded-opentype'),
        url('../fonts/Averta-Regular.woff2') format('woff2'),
        url('../fonts/Averta-Regular.woff') format('woff'),
        url('../fonts/Averta-Regular.ttf') format('truetype'),
        url('../images/font-averta-regular.svg#Averta-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Averta Light';
    src: url('../fonts/Averta-Light.eot');
    src: url('../fonts/Averta-Light.eot#iefix') format('embedded-opentype'),
        url('../fonts/Averta-Light.woff2') format('woff2'),
        url('../fonts/Averta-Light.woff') format('woff'),
        url('../fonts/Averta-Light.ttf') format('truetype'),
        url('../images/font-averta-light.svg#Averta-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Averta Semibold';
    src: url('../fonts/Averta-Semibold.eot');
    src: url('../fonts/Averta-Semibold.eot#iefix') format('embedded-opentype'),
        url('../fonts/Averta-Semibold.woff2') format('woff2'),
        url('../fonts/Averta-Semibold.woff') format('woff'),
        url('../fonts/Averta-Semibold.ttf') format('truetype'),
        url('../images/font-averta-semibold.svg#Averta-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Akrobat Regular';
    src: url('../fonts/Akrobat-Regular.eot');
    src: url('../fonts/Akrobat-Regular.eot#iefix') format('embedded-opentype'),
        url('../fonts/Akrobat-Regular.woff2') format('woff2'),
        url('../fonts/Akrobat-Regular.woff') format('woff'),
        url('../fonts/Akrobat-Regular.ttf') format('truetype'),
        url('../images/font-akrobat-regular.svg#Akrobat-Regular') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Akrobat Bold';
    src: url('../fonts/Akrobat-Bold.eot');
    src: url('../fonts/Akrobat-Bold.eot#iefix') format('embedded-opentype'),
        url('../fonts/Akrobat-Bold.woff2') format('woff2'),
        url('../fonts/Akrobat-Bold.woff') format('woff'),
        url('../fonts/Akrobat-Bold.ttf') format('truetype'),
        url('../images/font-akrobat-bold.svg#Akrobat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Akrobat Semibold';
    src: url('../fonts/Akrobat-SemiBold.eot');
    src: url('../fonts/Akrobat-SemiBold.eot#iefix') format('embedded-opentype'),
        url('../fonts/Akrobat-SemiBold.woff2') format('woff2'),
        url('../fonts/Akrobat-SemiBold.woff') format('woff'),
        url('../fonts/Akrobat-SemiBold.ttf') format('truetype'),
        url('../images/font-akrobat-semibold.svg#Akrobat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Akrobat Light';
    src: url('../fonts/Akrobat-Light.eot');
    src: url('../fonts/Akrobat-Light.eot#iefix') format('embedded-opentype'),
        url('../fonts/Akrobat-Light.woff2') format('woff2'),
        url('../fonts/Akrobat-Light.woff') format('woff'),
        url('../fonts/Akrobat-Light.ttf') format('truetype'),
        url('../images/font-akrobat-light.svg#Akrobat-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}





/**
 *---------------------------------------------------------------------------------------
 * @package       VP Smart Template
 *---------------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2012-2020 VirtuePlanet Services LLP. All rights reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       Abhishek Das
 * @email         info@virtueplanet.com
 * @link          https://www.virtueplanet.com
 *---------------------------------------------------------------------------------------
 */
html {
	font-size: 16px;
}
body {
	font-family: 'Akrobat Regular';
	font-size: 15px;
	line-height: 20px;
	height: 100%;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: auto;
}
a,
span,
.icon-circle {
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}
span span,
a span {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
a,
a:hover,
a:focus,
a:active {
	outline: 0 none;
}
label {
	font-weight: normal;
}
a.modal {
	position: inherit;
	display: initial;
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
#mainbody {
	padding-bottom: 40px;
}
#mainbody.no-padding,
.tmpl-component #mainbody {
	padding-bottom: 0;
}
#main {
	margin-bottom: 40px;
}
.vmLoadingDiv > div {
	display: none;
}
#show-activity,
.vmLoading .vmLoadingDiv {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #FFF;
	background-image: url('../images/show-activity.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0;
	z-index: 1060;
}
body > div.vmLoadingDiv:last-child,
#show-activity.in {
	opacity: 0.5;
}
.row.row-condensed {
	margin-right: -10px;
	margin-left: -10px;
}
.row.row-condensed .col-xs-1, .row.row-condensed .col-sm-1, .row.row-condensed .col-md-1, .row.row-condensed .col-lg-1, .row.row-condensed .col-xs-2, .row.row-condensed .col-sm-2, .row.row-condensed .col-md-2, .row.row-condensed .col-lg-2, .row.row-condensed .col-xs-3, .row.row-condensed .col-sm-3, .row.row-condensed .col-md-3, .row.row-condensed .col-lg-3, .row.row-condensed .col-xs-4, .row.row-condensed .col-sm-4, .row.row-condensed .col-md-4, .row.row-condensed .col-lg-4, .row.row-condensed .col-xs-5, .row.row-condensed .col-sm-5, .row.row-condensed .col-md-5, .row.row-condensed .col-lg-5, .row.row-condensed .col-xs-6, .row.row-condensed .col-sm-6, .row.row-condensed .col-md-6, .row.row-condensed .col-lg-6, .row.row-condensed .col-xs-7, .row.row-condensed .col-sm-7, .row.row-condensed .col-md-7, .row.row-condensed .col-lg-7, .row.row-condensed .col-xs-8, .row.row-condensed .col-sm-8, .row.row-condensed .col-md-8, .row.row-condensed .col-lg-8, .row.row-condensed .col-xs-9, .row.row-condensed .col-sm-9, .row.row-condensed .col-md-9, .row.row-condensed .col-lg-9, .row.row-condensed .col-xs-10, .row.row-condensed .col-sm-10, .row.row-condensed .col-md-10, .row.row-condensed .col-lg-10, .row.row-condensed .col-xs-11, .row.row-condensed .col-sm-11, .row.row-condensed .col-md-11, .row.row-condensed .col-lg-11, .row.row-condensed .col-xs-12, .row.row-condensed .col-sm-12, .row.row-condensed .col-md-12, .row.row-condensed .col-lg-12 {
	padding-right: 10px;
	padding-left: 10px;	
}
.row.row-mini {
	margin-right: -5px;
	margin-left: -5px;
}
.row.row-mini .col-xs-1, .row.row-mini .col-sm-1, .row.row-mini .col-md-1, .row.row-mini .col-lg-1, .row.row-mini .col-xs-2, .row.row-mini .col-sm-2, .row.row-mini .col-md-2, .row.row-mini .col-lg-2, .row.row-mini .col-xs-3, .row.row-mini .col-sm-3, .row.row-mini .col-md-3, .row.row-mini .col-lg-3, .row.row-mini .col-xs-4, .row.row-mini .col-sm-4, .row.row-mini .col-md-4, .row.row-mini .col-lg-4, .row.row-mini .col-xs-5, .row.row-mini .col-sm-5, .row.row-mini .col-md-5, .row.row-mini .col-lg-5, .row.row-mini .col-xs-6, .row.row-mini .col-sm-6, .row.row-mini .col-md-6, .row.row-mini .col-lg-6, .row.row-mini .col-xs-7, .row.row-mini .col-sm-7, .row.row-mini .col-md-7, .row.row-mini .col-lg-7, .row.row-mini .col-xs-8, .row.row-mini .col-sm-8, .row.row-mini .col-md-8, .row.row-mini .col-lg-8, .row.row-mini .col-xs-9, .row.row-mini .col-sm-9, .row.row-mini .col-md-9, .row.row-mini .col-lg-9, .row.row-mini .col-xs-10, .row.row-mini .col-sm-10, .row.row-mini .col-md-10, .row.row-mini .col-lg-10, .row.row-mini .col-xs-11, .row.row-mini .col-sm-11, .row.row-mini .col-md-11, .row.row-mini .col-lg-11, .row.row-mini .col-xs-12, .row.row-mini .col-sm-12, .row.row-mini .col-md-12, .row.row-mini .col-lg-12 {
	padding-right: 5px;
	padding-left: 5px;	
}
/* To support old Bootstrap 2 form fields */
select:not(.form-control), textarea:not(.form-control), input[type="text"]:not(.form-control), 
input[type="password"]:not(.form-control), input[type="datetime"]:not(.form-control), 
input[type="datetime-local"]:not(.form-control), input[type="date"]:not(.form-control), 
input[type="month"]:not(.form-control), input[type="time"]:not(.form-control), 
input[type="week"]:not(.form-control), input[type="number"]:not(.form-control), 
input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), 
input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), 
input[type="color"]:not(.form-control), .uneditable-input:not(.form-control),
.inputbox:not(.form-control) {
	display: inline-block;
	width: auto;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #CCC;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;	
}
select:not(.form-control):focus, textarea:not(.form-control):focus, input[type="text"]:not(.form-control):focus, 
input[type="password"]:not(.form-control):focus, input[type="datetime"]:not(.form-control):focus, 
input[type="datetime-local"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus, 
input[type="month"]:not(.form-control):focus, input[type="time"]:not(.form-control):focus, 
input[type="week"]:not(.form-control):focus, input[type="number"]:not(.form-control):focus, 
input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, 
input[type="search"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, 
input[type="color"]:not(.form-control):focus, .uneditable-input:not(.form-control):focus,
.inputbox:not(.form-control):focus {
	border-color: #66AFE9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
}
.has-error select:not(.form-control), .has-error textarea:not(.form-control), .has-error input[type="text"]:not(.form-control), 
.has-error input[type="password"]:not(.form-control), .has-error input[type="datetime"]:not(.form-control), 
.has-error input[type="datetime-local"]:not(.form-control), .has-error input[type="date"]:not(.form-control), 
.has-error input[type="month"]:not(.form-control), .has-error input[type="time"]:not(.form-control), 
.has-error input[type="week"]:not(.form-control), .has-error input[type="number"]:not(.form-control), 
.has-error input[type="email"]:not(.form-control), .has-error input[type="url"]:not(.form-control), 
.has-error input[type="search"]:not(.form-control), .has-error input[type="tel"]:not(.form-control), 
.has-error input[type="color"]:not(.form-control), .uneditable-input:not(.form-control),
.has-error .inputbox:not(.form-control) {
	border-color: #A94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);	
}
select[disabled]:not(.form-control), textarea[disabled]:not(.form-control), input[disabled]:not(.form-control):not(.btn), 
input[type="password"][disabled]:not(.form-control), input[type="datetime"][disabled]:not(.form-control), 
input[type="datetime-local"][disabled]:not(.form-control), input[type="date"][disabled]:not(.form-control), 
input[type="month"][disabled]:not(.form-control), input[type="time"][disabled]:not(.form-control), 
input[type="week"][disabled]:not(.form-control), input[type="number"][disabled]:not(.form-control), 
input[type="email"][disabled]:not(.form-control), input[type="url"][disabled]:not(.form-control), 
input[type="search"][disabled]:not(.form-control), input[type="tel"][disabled]:not(.form-control), 
input[type="color"][disabled]:not(.form-control), .uneditable-input[disabled]:not(.form-control),
.inputbox[disabled]:not(.form-control),
select[readonly]:not(.form-control), textarea[readonly]:not(.form-control), input[readonly]:not(.form-control), 
input[type="password"][readonly]:not(.form-control), input[type="datetime"][readonly]:not(.form-control), 
input[type="datetime-local"][readonly]:not(.form-control), input[type="date"][readonly]:not(.form-control), 
input[type="month"][readonly]:not(.form-control), input[type="time"][readonly]:not(.form-control), 
input[type="week"][readonly]:not(.form-control), input[type="number"][readonly]:not(.form-control), 
input[type="email"][readonly]:not(.form-control), input[type="url"][readonly]:not(.form-control), 
input[type="search"][readonly]:not(.form-control), input[type="tel"][readonly]:not(.form-control), 
input[type="color"][readonly]:not(.form-control), .uneditable-input[readonly]:not(.form-control),
.inputbox[readonly]:not(.form-control) {
	cursor: not-allowed;
	background-color: #EEE;
	opacity: 1;	
}
.inputbox:not(.form-control) {
	width: 220px;
}
.input-mini:not(.form-control) {
	width: 60px;
}
.input-medium:not(.form-control) {
	width: 150px;
}
.input-large:not(.form-control) {
	width: 210px;
}
.old-form select:not(.form-control), .old-form textarea:not(.form-control), .old-form input[type="text"]:not(.form-control), 
.old-form input[type="password"]:not(.form-control), .old-form input[type="datetime"]:not(.form-control), 
.old-form input[type="datetime-local"]:not(.form-control), .old-form input[type="date"]:not(.form-control), 
.old-form input[type="month"]:not(.form-control), .old-form input[type="time"]:not(.form-control), 
.old-form input[type="week"]:not(.form-control), .old-form input[type="number"]:not(.form-control), 
.old-form input[type="email"]:not(.form-control), .old-form input[type="url"]:not(.form-control), 
.old-form input[type="search"]:not(.form-control), .old-form input[type="tel"]:not(.form-control), 
.old-form input[type="color"]:not(.form-control), .uneditable-input:not(.form-control),
.old-form .inputbox:not(.form-control) {
	width: 100%;
}
.old-form textarea:not(.form-control) {
	height: auto;
}
.label:not([class*="label-"]) {
	background-color: #999;
}
.label-important, .badge-important {
	background-color: #b94a48;
}
label.radio,
label.radio-inline,
label.checkbox,
label.checkbox-inline {
	padding-left: 20px;
}
label.radio-inline,
label.checkbox-inline {
	display: inline-block;
	margin-right: 10px;
}
label.radio input[type=radio],
label.radio-inline input[type=radio],
label.checkbox input[type=checkbox],
label.checkbox-inline input[type=checkbox] {
	margin-left: -20px;
	float: left;
}
/* Breadcrumbs Container */
#breadcrumbs {
	background-color: #F5F5F5;
}
#breadcrumbs .inner-container {
	padding: 50px 0;
	text-align: center;
}
.breadcrumbs-inner {
	position: relative;
}
.breadcrumb-navigations {
	display: none;
}
#breadcrumbs .breadcrumb-navigations {
	display: block;
}
.breadcrumb-navigations > a {
	display: inline-block;
	width: 50px;
	height: 50px;
	font-size: 40px;
	line-height: 45px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	text-decoration: none;
	background: 0 none;
	background-color: #FFF;
	padding: 0;
	color: #333;
	border: 1px solid #eee;
	outline: 0 none;
	zoom: 1;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.tooltip {
	pointer-events: none;
}
/* To avoid Joomla! and Bootstrap modal class conflict */
/* We will use .boot-modal instead of .modal for Bootstarp */
.boot-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1055;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal {
	z-index: 1055;
}
.modal-backdrop {
	z-index: 1050;
}
.modal.fade .modal-dialog,
.boot-modal.fade .modal-dialog {
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}
.modal.in .modal-dialog,
.boot-modal.in .modal-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.modal-open .boot-modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-open .tab-content {
	z-index: initial;
}
.brand {
	display: inline-block;
	margin: 0;
}
blockquote {
	font-size: 14px;
}
blockquote footer {
	font-size: 12px;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.align-justify {
	text-align: justify;
}
.inline-block {
	display: inline-block;
}
.abs-top-right {
	position: absolute;
	top: 0;
	right: 0;
}
.abs-top-left {
	position: absolute;
	top: 0;
	left: 0;
}
.abs-bottom-right {
	position: absolute;
	bottom: 0;
	right: 0;
}
.abs-top-left {
	position: absolute;
	bottom: 0;
	left: 0;
}
.form-buttons-cont {
	margin: 15px 0 0;
}
.btn {
	transition: all 100ms linear;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
}
.btn-switch.active {
	pointer-event: none;
	cursor: default;
}
.navbar-toggle {
	float: left;
	margin-left: 15px;
	margin-right: 0;
}
.form-control,
.btn,
.dropdown-menu {
	border-radius: 3px;
}
.form-submit-cont {
	padding-top: 15px;
}
.section-header {
	font-size: 2em;
	margin: 10px 0 20px;
	text-transform: uppercase;
}
.vpf-topbar {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0;
}
.vpf-topbar .inner-container {
	border-bottom: 1px solid transparent;
	padding: 8px 0;
	margin-bottom: -1px;
}
.vpf-topbar ul.nav {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}
.vpf-topbar .nav > li {
	display: inline-block;
	padding: 0;
}
.vpf-topbar p {
	margin: 0;
}
.vpf-topbar .nav > li > a, 
.vpf-topbar .nav > li > span {
	padding: 0 8px;
	background: none;
}
.vpf-topbar .nav > li:last-child > a, 
.vpf-topbar .nav > li:last-child > span {
	padding-right: 0;
}
.vpf-topbar .nav > li:first-child > a, 
.vpf-topbar .nav > li:first-child > span {
	padding-left: 0;
}
.inline-mod, .topmod-title, .topmod-content {
	display: inline-block;
	margin: 0 16px 0 0;
	padding: 0;	
	vertical-align: top;
}
.top-left > .inline-mod:last-child {
	margin-right: 0;
}
.inline-mod.right {
	margin: 0;
}
.topmod-title, .topmod-content {
	margin: 0;
}
.topbar-switch {
	position: relative;
}
.topbar-switch .topbar-switch-inner {
	display: block;
	padding: 7px 10px 9px;
	position: relative;
	z-index: 102;
	margin-top: -8px;
	margin-bottom: -9px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
	max-height: 37px;
	webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.topbar-switch.over .topbar-switch-inner {
	background: #FFF;
}
.topbar-switch-list {
	display: none;
	right: 0;
	top: 100%;
	position: absolute;
	background: #FFF;
	padding: 10px;
	margin: -1px 0 0 0;
	border: 1px solid transparent;
	border-top-color: rgba(0, 0, 0, 0.1);
	z-index: 101;
	opacity: 0;
	-webkit-box-shadow: 1px 1px 1px #efefef;
	box-shadow: 1px 1px 1px #efefef;
}
.topbar-switch-list > li {
	float: none;
	display: block;
	background: 0 none;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}
.topbar-switch-list > li > a {
	padding: 5px 8px;
	display: block;
	color: #777;
	text-decoration: none;
}
.topbar-switch-list > li > a > span, .topbar-switch-list > li > a > img {
	vertical-align: middle;
}
.topbar-switch-list > li.active > a {
	color: #333;
	cursor: default;
}
.topbar-switch-list > li > a:hover, .topbar-switch-list > li > a:focus {
	background-color: #FAFAFA;
}
.header-add-margin {
	margin-top: 11px;
}
.input-group .form-control.btn:first-child {
	border-right: 0 none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:active {
	outline: 0;
}
.input-group .bootstrap-select .btn:hover,
.input-group .bootstrap-select .btn:focus,
.input-group .bootstrap-select .btn:active {
	outline: 0 !important;
}
.input-group select.selectpicker {
	visibility: hidden;
}
.compare-mod > div, 
.mini-cart-mod > div,
.vp-dropmod-container,
.vp-dropmod-anchor {
	display: inline-block;	
}
.vp-dropmod-anchor > a {
	display: block;
	cursor: default;
}
.vp-dropmod-container {
	position: relative;
}
.vp-dropmod-inner {
	position: absolute;
	display: none;
	top: 100%;
	right: 0;
	width: 300px;
	text-align: left;
	padding: 0;
	background-color: #FFF;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	z-index: 1000 !important;
	margin: 0;
	transition: opacity 400ms ease-in-out;
	-webkit-transition: opacity 400ms ease-in-out;
	-moz-transition: opacity 400ms ease-in-out;
	-o-transition: opacity 400ms ease-in-out;	
	opacity:0;
}
.vp-dropmod-pointer {
	position: absolute;
	display: none;
	top: 100%;
	left: 50%;
	width: 20px;
	margin-left: -10px;
	margin-top: 13px;
	background-color: #FFF;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;	
	opacity:0;
	z-index: 10001;
}
.vp-dropmod-pointer:after, .vp-dropmod-pointer:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.vp-dropmod-pointer:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.vp-dropmod-pointer:before {
	border-color: rgba(221, 221, 221, 0);
	border-bottom-color: #DDDDDD;
	border-width: 11px;
	margin-left: -11px;
}
.vp-dropmod-inner .vp-dropmod-contents {
	padding: 15px;
	position: relative;
}
.vp-dropmod-header {
	border-bottom: 1px solid #EEE;
	padding-bottom: 12px;
	margin-bottom: 10px;	
}
.vp-dropmod-header.empty {
	border: 0 none;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.vp-dropmod-inner .vp-dropmod-loader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #FFF;
	background-image: url('../images/dropmon-loader.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.7;
}
.vp-dropmod-inner.drop-center {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.vp-dropmod-inner.drop-left {
	left: 0;
	right: auto;
}
.vp-dropmod-inner.drop-right {
	right: -1px;
	margin-top: 12px;
	left: auto;
}
.over .vp-dropmod-inner,
.over .vp-dropmod-pointer {
	display: block;
	opacity: 1;
}
.btn,
.btn:hover,
.btn:focus,
.btn:active,
.btn:visited,
.btn.active {
	outline: 0 none;
}
.btn.jmodedit {
  color: #555555;
  background-color: #ffffff;
  border-color: #cccccc;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.btn.jmodedit.active,
.btn.jmodedit.focus,
.btn.jmodedit:active,
.btn.jmodedit:focus,
.btn.jmodedit:hover{
  color: #555555;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-foricon {
	display: inline-block;
	padding: 5px;
	width: 30%;
	height: 38px;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	background-color: #EEE;
	border: 1px solid rgba(0, 0, 0, 0);
}
.btn-foricon [class^="icon-"], 
.btn-foricon [class*=" icon-"] {
	vertical-align: middle;
}
.btn-lg, .btn-group-lg > .btn {
	padding: 12px 16px;
	font-size: 14px;
	line-height: 1.42857143;
}
.btn-wide {
	padding: 12px 45px;
}
.btn-opener:hover,
.btn-opener:active {
	color: #FFF;
	background-color: #333;	
}
.btn-opener {
	display: inline-block;
	font-family: 'VPFrameworkIcon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: inherit;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;	
	border-color: rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	margin-right: 0;
	background-color: #EEE;
	color: #333;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}
.btn-opener.collapsed:after {
	content: "\e376";
}
.btn-opener:after {
	content: "\e375";
}
.btn-md {
	padding: 9px 12px;
	height: 38px;
	font-size: 12px;
}
.btn.btn-round {
	padding: 10px;
	font-size: 12px;
	width: auto;
	height: auto;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.jewel {
	padding: 2px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	text-transform: none;
	text-shadow: none;
	transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
	-moz-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
	-webkit-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
	-o-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
	z-index: 3;
}

.btn-jewel-group {
	position: relative;
}
.btn-jewel-group > .jewel {
	display: inline-block;
	position: absolute;
	top: -22px;
	right: 0;
	padding: 2px;
	min-height: 14px;
	min-width: 14px;
	font-size: 10px;
	line-height: 11px;
	white-space: nowrap;
	background-color: #777;
	color: #FFF;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.vp-dropmod-anchor.btn-jewel-group > .jewel {
	top: -7px;
	right: -8px;
	text-align: center;
	pointer-events: none;
}
.btn-jewel-group:hover > .jewel,
.btn-jewel-group:focus > .jewel,
.over .btn-jewel-group > .jewel {
	background-color: #333;
	color: #FFF;	
}
.jewel.jewel-warning {
	background-color: #F0AD4E;
}
.jewel-warning.jewel-top:before {
	border-top-color: #F0AD4E;
}
.jewel.jewel-danger {
	background-color: #C9302C;
}
.jewel-danger.jewel-top:before {
	border-top-color: #C9302C;
}
.jewel.jewel-invert {
	background-color: #111;
}
.jewel-invert.jewel-top:before {
	border-top-color: #111;
}
.responsive-image,
.manufacturer-image {
	width: 100% \9;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
}
.container-fit-image {
	max-width: 100%;
	max-height: 100%;
}
input[type=button].addtocart-button-disabled {
	cursor: no-drop;
}
button:hover,
button:focus,
button:active,
.btn:hover,
.btn:focus,
.btn:active {
	outline: 0 none;
}
/*.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #EEE;
	border-color: #EEE;
}*/
.btn-primary {
	background-color: #EEE;
	border-color: #EEE;
	color: #333;
	outline: 0 none;
	font-family: 'Averta Light';
}
.btn-transparent {
	background: 0 none;
	border-color: transparent;
	color: #777;
	padding: 1px;
}
.btn-transparent:hover {
	background: 0 none;
	border-color: transparent;
	color: #333;
}
.btn-nobg,
.btn-nobg:hover,
.btn-nobg:focus,
.btn-nobg:active,
.btn-nobg.active {
	padding: 0;
	background: 0 none;
	border: 0 none;
	outline: 0 none;
	text-transform: uppercase;
}
.btn-transparent:active,
.btn-transparent.active,
.btn-nobg:active, 
.btn-nobg.active,
.btn-modal-close:active,
.btn-modal-close.active {
	outline: 0 none;
	-webkit-box-shadow: none;
	box-shadow: none;	
}
.btn-nobg .fa {
	height: 30px;
	width: 30px;
	border: 1px solid #DDD;
	background: #FFF;
	vertical-align: middle;
	line-height: 28px;
}
.btn-nobg.btn-lg .fa {
	height: 46px;
	width: 46px;
	font-size: 28px;
	line-height: 42px;
	text-align: center;
}
.btn.btn-modal-close,
.btn.btn-modal-close:hover,
.btn.btn-modal-close:focus,
.btn.btn-modal-close:visited,
.btn.btn-modal-close:active {
	position: absolute;
	top: 12px;
	right: 12px;
	background: #FFF;
	padding: 0;
	text-align: center;
	font-size: 21px;
	line-height: 1;
	font-weight: 700;
	border: 0 none;
	opacity: 0.2;
}
.btn.btn-modal-close:hover,
.btn.btn-modal-close:focus {
	opacity: 0.5;
}
.btn-sm, .btn-group-sm>.btn {
	font-size: 11px;
}
button.search-button {
	padding: 4px 10px;
}
.bootstrap-select.btn-group .btn .filter-option {
	margin-right: 8px;
}
.input-group-btn.input-group-separate {
	padding-left: 5px;
}
.product-search .input-group {
	width: 100%;
}
.search-input-group {
	position: relative;
}
.search-button-cont, .search-button-left-cont {
	position: absolute;
	top: 2px;
	right: 3px;
	z-index: 3;
}
.search-button-left-cont {
	right: auto;
	left: 0;
}
.input-group .search-button-cont + .form-control,
.search-input-group .search-button-cont + .form-control {
	padding-right: 34px
}
.input-group .search-button-left-cont ~ .form-control,
.search-input-group .search-button-left-cont ~ .form-control {
	padding-left: 34px
}
.input-group	.input-group-btn:not(:first-child):not(:last-child) ~ .form-control {
	margin-left: -1px;
}
/* Nav List */
.nav-list {
	border: 0 none;
	padding-left: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.nav-list > li {
	display: inline-block;
	padding: 0;
	margin-bottom: 10px;
}
.nav-list > li > a {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
	color: inherit;
}
.nav-list > li > a, .nav-list > li > a:visited, .nav-list > li > a:focus, .nav-list > li > a:hover {
	background: 0 none;
	border: 0 none;
}
.nav-list > .active > a, .nav-list > .active > a:focus, .nav-list > .active > a:hover {
	background: 0 none;
	border: 0 none;
	background: 0 none;
}
.nav-list > .active > a:after {
	content: " ";
	display: block;
	position: absolute;
	height: 2px !important;
	background-color: rgba(255, 255, 255, 0.4);
	left: 5px;
	right: 5px;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.tab-content.with-list-tab {
	border: 0 none;
	padding: 20px 0;
}
/* Overwrite Tab Layout */
.nav-tabs {
	border: 0 none;
}
.nav-tabs li {
	margin-bottom: -2px;
}
.nav-tabs > li > a {
	height: 45px;
	border: 1px solid #E5E5E5;
	margin: 0 10px 0 0;
	line-height: 24px;
	border-bottom-color: transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;	
	font-size: 16px;
	color:#777;
	background: #F9F9F9;
}
.nav-tabs > li > a:hover {
	border: 1px solid #E5E5E5;
	border-bottom-color: transparent;
	background: #FAFAFA;
	color:#444;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
	position: relative;
	border: 1px solid #E5E5E5;
	border-bottom-color: transparent;
	z-index: 3;
	margin-top: -4px;
	height: 48px;
	background-color: #FFF;
	color:#333;
	outline: 0 none;
}
#vpf-header {
	padding: 0;
}
#vpf-header .inner-container {
	padding: 10px 0;
	-webkit-transition: height 200ms ease-in;
	-moz-transition: height 200ms ease-in;
	-o-transition: height 200ms ease-in;
	transition: height 200ms ease-in;
}
#vpf-header .navbar .container .inner-container {
	padding-bottom: 20px;
	margin-bottom: -1px;
}
.header-top {
	position: relative;
	-webkit-box-shadow: 1px 1px 1px #efefef;
	box-shadow: 1px 1px 1px #efefef;
	background-color: #FFF;
}
.header-fixed .affix-on-scroll .header-top {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.navbar.navbar-mainmenu {
	margin-bottom: 0;
}
.tab-content {
	position: relative;
	z-index: 2;
	border-top: 1px solid #E5E5E5;
	background: #FFF;
	padding: 20px 5px;
}
.page-header {
	padding-bottom: 0;
	margin: 0 0 30px;
	border-bottom: 1px solid #E5E5E5;
}
.page-header > h1,
.page-header > h2 {
	margin-top: 0;
	font-size: 26px;
	line-height: 1.1;
	font-weight: normal;
	text-transform: uppercase;
}
.item-page .page-header,
.blog .page-header {
	margin-bottom: 10px;
}
.blog .page-header > h1 {
	margin-top: 0;
	font-size: 32px;
	line-height: 1.1;
	font-weight: normal;
}
.icons .dropdown-menu [class^="icon-"],
.icons .dropdown-menu [class*=" icon-"] {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.list-inline > dd {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
.sub-heading {
	font-size: 24px;
	line-height: 1.1;
	color: #555;
	margin: 0 0 20px;
}
.mod_header {
    display: table;
    width: 100%;
    margin-bottom: 40px;
}
.inner-mod-header {
    float: left;
}
.mod-header {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: bold;
    position: relative;
    font-family: 'Akrobat Bold';
    text-transform: uppercase;
}
.mod_header p {
    font-family: 'Akrobat Regular';
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    position: relative;
    display: inline-block;
    padding-right: 20px;
}
.mod_header p:before {
    content: '';
    display: block;
    width: 160px;
    height: 1px;
    background: #f3a919;
    position: absolute;
    right: -160px;
    top: 10px;
}
.btn-module {
    float: right;
    text-decoration: underline;
    font-family: 'Akrobat Bold';
    background: url(../images/img-arrow-btn.svg) no-repeat right center;
    padding-right: 100px;
    background-size: 80px!important;
    font-size: 15pt;
    letter-spacing: 1px;
    margin-top: 40px;
}
.module-block .mod-header {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #E5E5E5;
}
.mod-box {
	padding: 30px;
	background-color: #F8F8F8;
	border-bottom: 1px solid #E5E5E5;
}
.module-cont {
	position: relative;
	margin-bottom: 40px;
}
.utility-wide {
	position: relative;
}
.utility-wide,
.utility-vertical,
.utility-horizontal,
.bottom-slider {
	overflow: hidden;
}
.module-cont .vpcf-options {
	margin-bottom: 40px;
}
.mod-small-header .mod-header {
	font-size: 22px;
}
.mod-big-header .mod-header {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 40px;
	text-align: center;
}
.mod-big-header .mod-header-title {
	padding-left: 10px;
	padding-right: 10px;
}
.mod-big-header .mod-header:before,
.mod-big-header .mod-header:after {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 3px;
	content: " ";
	height: 2px;
	width: 80px;
	background: #ddd;
}
.utility-horizontal {
	padding: 50px 0 20px;
	background-color: #F5F5F5; 
}
.utility-horizontal .mod-header {
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 30px;
}
.mod-badge {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0;
	padding: 6px 10px;
	font-weight: normal;
	font-size: 12px;
}
.vertical-module {
	margin-bottom: 15px;
}
.mod-box .mod-badge {
	top: 30px;
	right: 30px;
}
.mod-header [class^="icon-"], 
.mod-header [class*=" icon-"] {
	vertical-align: baseline;
}
.bootstrap-dialog.type-primary .modal-header {
	background-color:#FFF;
}
.bootstrap-dialog.type-primary .bootstrap-dialog-title {
	color: #333;
}
#modal-login-box {
	z-index: 1060;
}
#system-message .close {
	font-size: 17px;
}
#system-message .close > span:first-child {
	display: inline-block;
}
/* Table List */
ul.table-list {
	display: block;
	list-style-type: none;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
ul.table-list li {
	display: table;
	list-style-type: none;
	margin: 0;
	width: 100%;
	padding-bottom: 10px;
}
ul.table-list dl {
	display: table-row;
	margin: 0;	
}
ul.table-list dt, ul.table-list dd {
	display: table-cell;
	font-weight: normal;
	vertical-align: top;
}
ul.table-list dt {
	padding-right: 5px;
}
ul.table-list dd {
	padding-left: 5px;
	padding-right: 5px;
}
ul.table-list dl > dd:last-child {
	padding-right: 0;
}
ul.table-list li.header {
	border-left: 0 none;
	border-right: 0 none;
	border-bottom: 1px solid #E4E4E4;
}
ul.table-list li.header dl {
	background-color: transparent;
}
ul.table-list li.header dt, 
ul.table-list li.header dd {
	font-size: 20px;
}
.nowrap {
	white-space: nowrap;
}
.table-noborder > thead > tr > th,
.table-noborder > tbody > tr > th,
.table-noborder > tfoot > tr > th,
.table-noborder > thead > tr > td,
.table-noborder > tbody > tr > td,
.table-noborder > tfoot > tr > td {
	padding-left: 0;
	padding-top: 0;
	border: 0 none;
}
.table-noborder td.field-name {
	font-weight: bold;
}
#bottom {
	background-color: #222;
	color: #AAA;
	padding: 80px 0 20px 0;
}
footer.footer {
	background-color: #1A1A1A;
	color: #AAA;
	font-size: 0.9em;
	padding: 0 0 50px;
}
.footer-left,
.footer-right {
	padding-top: 25px;
	padding-bottom: 15px;
}
footer .module-cont {
	margin-bottom: 10px;
}
.footer-right {
	text-align: right;
}
footer.footer a,
.bottom a {
	color: #AAA;
}
footer.footer a:hover,
footer.footer a:focus,
#bottom a:hover,
#bottom a:focus {
	color: #FFF;
}
#bottom ul {
	padding-left: 0;
	list-style-position: inside;
	list-style: none;
}
#bottom ul:not(.list-inline) > li {
	margin-bottom: 2px;
}
#bottom a {
    font-family: 'Averta Light';
}
#bottom .mod-header,
footer.footer .mod-header {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 18px;
	text-transform: uppercase;
}

/* Width Class for backward compatibility. Can also be used in tables. */
.width1{width:1%;}.width2{width:2%;}.width3{width:3%;}.width4{width:4%;}.width5{width:5%;}.width6{width:6%;}.width7{width:7%;}.width8{width:8%;}.width9{width:9%;}.width10{width:10%;}.width11{width:11%;}.width12{width:12%;}.width13{width:13%;}.width14{width:14%;}.width15{width:15%;}.width16{width:16%;}.width17{width:17%;}.width18{width:18%;}.width19{width:19%;}.width20{width:20%;}.width21{width:21%;}.width22{width:22%;}.width23{width:23%;}.width24{width:24%;}.width25{width:25%;}.width26{width:26%;}.width27{width:27%;}.width28{width:28%;}.width29{width:29%;}.width30{width:30%;}.width31{width:31%;}.width32{width:32%;}.width33{width:33%;}.width34{width:34%;}.width35{width:35%;}.width36{width:36%;}.width37{width:37%;}.width38{width:38%;}.width39{width:39%;}.width40{width:40%;}.width41{width:41%;}.width42{width:42%;}.width43{width:43%;}.width44{width:44%;}.width45{width:45%;}.width46{width:46%;}.width47{width:47%;}.width48{width:48%;}.width49{width:49%;}.width50{width:50%;}.width51{width:51%;}.width52{width:52%;}.width53{width:53%;}.width54{width:54%;}.width55{width:55%;}.width56{width:56%;}.width57{width:57%;}.width58{width:58%;}.width59{width:59%;}.width60{width:60%;}.width61{width:61%;}.width62{width:62%;}.width63{width:63%;}.width64{width:64%;}.width65{width:65%;}.width66{width:66%;}.width67{width:67%;}.width68{width:68%;}.width69{width:69%;}.width70{width:70%;}.width71{width:71%;}.width72{width:72%;}.width73{width:73%;}.width74{width:74%;}.width75{width:75%;}.width76{width:76%;}.width77{width:77%;}.width78{width:78%;}.width79{width:79%;}.width81{width:81%;}.width82{width:82%;}.width83{width:83%;}.width84{width:84%;}.width85{width:85%;}.width86{width:86%;}.width87{width:87%;}.width88{width:88%;}.width89{width:89%;}.width90{width:90%;}.width91{width:91%;}.width92{width:92%;}.width93{width:93%;}.width94{width:94%;}.width95{width:95%;}.width96{width:96%;}.width97{width:97%;}.width98{width:98%;}.width99{width:99%;}.width100{width:100%;}

/* Feature list styles */
.feature {
	margin:10px 0
}
.feature:after {
	display:block;
	content:".";
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
	overflow:hidden
}
.feature.first {
	margin-top:0
}
.feature.last {
	margin-bottom:0
}
.feature.top-border {
	border-top:1px solid #f5f5f5;
	padding-top:10px
}
.feature.bottom-border {
	border-bottom:1px solid #f5f5f5;
	padding-bottom:10px
}
.feature-wrapper.top-border {
	border-top:1px solid #f5f5f5;
	margin-top:20px;
	padding-top:20px
}
.feature-wrapper.bottom-border {
	border-bottom:1px solid #f5f5f5;
	margin-bottom:20px;
	padding-bottom:20px
}
.feature .heading {
	font-size: 1.8em;
	line-height: 1.25em;
	margin-top: 0;
	margin-bottom: 8px;
	font-weight: 400;
}
.feature .above-heading {
	margin: 0 0 5px;
	font-size: 0.95em;
	line-height:1.4545em;
	text-transform:uppercase;
	color:#888
}
.feature .below-heading {
	margin: -2px 0 8px;
	font-size: 0.95em;
	line-height: 1.4545em;
	text-transform: uppercase;
	color: #888;
}
.feature .icon.left {
	margin:0 15px 10px 0
}
.feature .icon.right {
	margin:0 0 10px 15px
}
.feature.v-centered-content .v-center .icon {
	margin:0 5px 0 0
}
.icon-round,
.feature-icon-hover .icon {
	vertical-align: middle;
	text-align: center;
	background-color: #E5E5E5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	line-height: 36px;
	width: 36px;
	height: 36px;
}
.feature.indent > .icon {
	float:left;
	margin:0 15px 0 0
}
.feature.indent > .icon.right {
	float:right;
	margin:0 0 0 15px
}
.feature.indent {
	padding-left: 51px
}
.feature.indent > .icon {
	margin-left: -51px;
	font-size: 1.33333333em;
	line-height: 36px;
	width: 36px;
	height: 36px;
}
.feature.indent-size-l,.feature.indent.large {
	padding-left: 63px
}
.feature.indent-size-l > .icon,
.feature.indent.large > .icon,
.feature.indent.large > .icon.large {
	margin-left: -63px
}
.feature.indent-size-xl {
	padding-left: 75px
}
.feature.indent-size-xl > .icon {
	margin-left: -75px;
	font-size: 2em;
	line-height: 60px;
	width: 60px;
	height: 60px;
}
.feature.indent-size-xxl {
	padding-left: 87px
}
.feature.indent-size-xxl > .icon {
	margin-left: -87px;
	font-size: 3em;
	line-height: 70px;
	width: 70px;
	height: 70px;
}
.feature.indent-size-xxxl {
	padding-left: 99px
}
.feature.indent-size-xxxl > .icon {
	margin-left: -99px;
	font-size: 4em;
	line-height: 83px;
	width: 83px;
	height: 83px;
}
.feature.centered {
	text-align: center
}
.feature.centered .icon {
	margin:0 0 10px
}
.feature .icon.auto-size {
	width:auto;
	max-width:none;
	height:auto;
	max-height:none
}
.icon-hover,
.feature-icon-hover .icon {
	transition: color 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
}
.feature .feature-content p {
	display: table-cell;
	vertical-align: middle;
}
.feature .feature-content {
	display: table;
	min-height: 36px;
}

/* More Utilities */
.badge-grey {
	background-color: #777;
}
.badge-green {
	background-color: #5CB85C;
}
.badge-blue {
	background-color: #31B0D5;
}
.badge-yellow {
	background-color: #F0AD4E;
}
.badge-orange {
	background-color: #FF6600;
}
.badge-base {
	background-color: #FE5252;
}
.badge-red {
	background-color: #D9534F;
}
.bg-box {
	padding: 15px;
	margin-bottom: 15px;
}
.form-horizontal .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
}
.iframe-loading {
	background-color: #FFF;
	background-image: url('../images/image-loader.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.mod-slider-cont {
	margin-bottom: 20px;
}
.bottom-slider {
	background-color: #FAFAFA;
	overflow: hidden;
}
.bottom-slider .container .inner-container {
	padding: 20px 0;
}
.vpf-scroll-top-button {
	position: fixed;
	right: 30px;
	bottom: -80px;
	width: 50px;
	height: 50px;
	font-size: 40px;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	text-decoration: none;
	background: 0 none;
	background-color: #FE5252;
	padding: 0 0 5px;
	color: #FFF;
	border: 0 none;
	outline: 0 none;
	opacity: 0;
	zoom: 1;
	z-index: 99;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
.vpf-scroll-top-button.active {
	bottom: 40px;
	opacity: 1;
}
.scroll-to-top-sm,
.scroll-to-bottom-sm {
	position: absolute;
	left: -9999px;
	height: 0;
	width: 0;
	opacity: 0;
	-webkit-transition: opacity 300ms linear;
	-moz-transition: opacity 300ms linear;
	-o-transition: opacity 300ms linear;
	transition: opacity 300ms linear;
}
.scroll-to-bottom-sm {
	opacity: 1;
	position: static;
	left: auto;
	height: auto;
	width: auto;
}
.scroll-to-top-sm.active {
	opacity: 1;
	position: static;
	left: auto;
	height: auto;
	width: auto;
}
.scroll-to-bottom-sm.inactive {
	position: absolute;
	left: -9999px;
	height: 0;
	width: 0;
	opacity: 0;
}
.vpf-scroll-top-button:hover {
	background-color: #333;
}
.child-header.item-title {
	font-size: 20px;
	line-height: 1.2;
	margin-top: 10px;
	font-weight: normal;
}
p.counter {
	margin: 20px 0;
}
.blog .items-leading,
.blog .item {
	margin-bottom: 20px;
}
.item-image {
	margin-bottom: 25px;
}
.item-image.pull-left {
	margin-right: 15px;
}
.item-image.pull-right {
	margin-left: 15px;
}
.tags {
	list-style: none;
	list-style-type: none;
	padding: 0;
}
.tags li,
.tags a {
	float: left;
	height: 24px;
	line-height: 24px;
	position: relative;
	font-size: 11px;
	padding-left: 12px;
}
.tags a {
	margin-right: 10px;
	padding: 0 10px 0 12px;
	background-color: #EEE;
	color: #555;
	text-decoration: none;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}
.tags a:before {
	content: "";
	float: left;
	position: absolute;
	top: 0;
	left: -12px;
	width: 0;
	height: 0;
	border-color: transparent #EEE transparent transparent;
	border-style: solid;
	border-width: 12px 12px 12px 0;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;	
}
.tags a:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	float: left;
	width: 4px;
	height: 4px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #FFF;
	-moz-box-shadow: -1px -1px 2px #333;
	-webkit-box-shadow: -1px -1px 2px #333;
	box-shadow: -1px -1px 2px #333;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;	
}
.tags a:hover {
	background-color:#555;
	color: #FFF;
}
.tags a:hover:before {
	border-color: transparent #555 transparent transparent;
}
.filters {
	margin-bottom: 20px;
}
.tag-category .filter-search-lbl,
.tag-category .filter-search-lbl:hover {
	background: 0 none;
	color: #333;
}
.badge {
	font-weight: normal;
}
h3 .badge {
	vertical-align: middle;
	margin-bottom: 5px;
}
.childs-child {
	padding-left: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.container .inner-container {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	margin-right: -1px;
	margin-left: -1px;
	padding-left: 0;
	padding-right: 0;
}
#mainbody .container .inner-container {
	padding-top: 50px;
}
.list-striped {
	list-style: none;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #ddd;
	margin-left: 0;
	padding: 0;
}
.list-striped > li,
.list-striped > dd {
	border-bottom: 1px solid #ddd;
	padding: 8px 15px;
}
.list-striped > li:nth-child(odd),
.list-striped > dd:nth-child(odd) {
	background-color: #f9f9f9;
}
.list-striped > li:hover,
.list-striped > dd:hover {
	background-color: #f5f5f5;
}
.list-condensed > li {
	padding: 4px 10px;
}
.list-bordered {
	list-style: none;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
	margin-left: 0;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.panel-title > a {
	display: block;
}
.contact-tags-cont {
	margin-bottom: 20px;
}
#contact-form legend {
	font-size: 16px;
	border-bottom: 0 none;
}
.form-inline .checkbox-text {
	display: inline-block;
	vertical-align: top;
}
#mod-login-form .list-unstyled {
	margin: 10px 0;
}
.breadcrumbs-cont h1 {
	margin-top: 0;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-weight: bold;
}
.breadcrumbs-cont .breadcrumb {
	display: inline-block;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.5);
	color: #333;
	margin: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.breadcrumbs-cont ul.breadcrumb > li + li:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	content: "\f101";
	padding: 0 10px 0 8px;
	color: #777;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
.owl-carousel.vpfrs-theme .owl-controls > .owl-buttons > .owl-prev,
.owl-carousel.vpfrs-theme .owl-controls > .owl-buttons > .owl-next {
	font-family: "FontAwesome";
	width: 45px;
	text-align: center;
	font-size: 40px;
	padding: 0;
	font-size: 90px;
	line-height: 1;
	background: 0 none;
	color: #FFF;
	margin-top: -45px;
}
.owl-carousel.vpfrs-theme .owl-controls > .owl-buttons > .owl-prev:hover,
.owl-carousel.vpfrs-theme .owl-controls > .owl-buttons > .owl-next:hover {
	background: 0 none;
	color: inherit;
}
.owl-carousel.vpfrs-theme .owl-controls > .owl-buttons > .owl-prev:before {
	content: "\f104";
}
.owl-carousel.vpfrs-theme .owl-controls > .owl-buttons > .owl-next:before {
	content: "\f105";
}
.breadcrumbs-cont ul.breadcrumb.has-here li:nth-child(2):before {
	display: none;
}
.no-result-heading {
	font-size: 20px;
	font-weight: normal;
}
.searchintro {
	margin-top: 10px;
	margin-bottom: 20px;
}
.searchintro p {
	margin: 0;
	padding: 0;
}
.search fieldset.phrases {
	margin-bottom: 20px;
}
.search fieldset.phrases legend,
.search fieldset.only legend {
	margin-bottom: 5px;
	font-size: 18px;
}
.searchpage-toolbar {
	margin-bottom: 20px;
}
.result-title {
	font-weight: normal;
	font-size: 1.25em;
}
.logout-button-cont {
	margin-top: 15px;
}
.edit-page-toolbar {
	margin-bottom: 25px;
	text-align: right;
}
.input-append,
.input-prepend {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 0;
	white-space: nowrap;
	vertical-align: middle;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
	display: inline-block;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
	vertical-align: top;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
	margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-prepend .add-on {
	display: inline-block;
	width: auto;
	height: 20px;
	min-width: 16px;
	padding: 4px 5px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	text-shadow: 0 1px 0 #FFF;
	background-color: #EEE;
	border: 1px solid #CCC;
}
.chzn-container-single .chzn-single,
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
	min-width: 220px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
	min-height: 20px;
}
.chzn-container-single .chzn-single {
	height: 29px;
	line-height: 29px;
	border-radius: 2px;
}
.chzn-container-single .chzn-drop {
	border-radius: 0 0 2px 2px;
}
.chzn-container-single .chzn-single div b {
	margin-top: 3px;
}
.com-mailto .page-header > h1,
.com-mailto .page-header > h2 {
	font-size: 20px;
	margin-top: 10px;
}
#pop-print {
	margin: 10px 0;
	text-align: right;
}
.add-margin-icon [class^="icon-"],
.add-margin-icon [class*=" icon-"] {
	margin-right: 4px;
}
.mod-languages li > a > img {
	margin-right: 8px;
}
.topbar-switch-list > li.active > a {
	cursor: not-allowed;
}
.site-logo-text {
	font-size: 2.5em;
}
.contact-position {
	font-size: 22px;
}
.main-top-vertical,
.main-bottom-vertical {
	margin-bottom: 20px;
}
.add-margin {
	margin-top: 20px;
}
.vp-product-carousel .owl-carousel .owl-wrapper-outer {
	z-index: 1;
}
.input-group > select + .bootstrap-select > .btn {
	width: auto;
}
.input-group > .bootstrap-select {
	width: 1%;
}
.reveal-later {
	visibility: hidden;
}
.reveal-later.animated,
.reveal-later.animated-fast,
.reveal-later.animated-faster {
	visibility: visible !important;
}
.product-search .btn-group>.btn:first-child {
	border-right: 0 none;
}
.vp-cookie-consent {
	position: relative;
	z-index: 9001;
}
.vp-cookie-consent-inner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
}
.vp-cookie-consent-content {
	background: #f3f3f3;
}
.bottom-right .vp-cookie-consent-inner {
	left: auto;
	bottom: 20px;
	right: 20px;
	max-width: 100%;
	width: 390px;
	padding: 20px;
}
.bottom-left .vp-cookie-consent-inner {
	right: auto;
	bottom: 20px;
	left: 20px;
	max-width: 100%;
	width: 390px;
	padding: 20px;
}
.top .vp-cookie-consent-inner {
	top: 0;
	bottom: auto;
}
.bottom-right .vp-cookie-consent-content,
.bottom-left .vp-cookie-consent-content {
	border: 1px solid #DDD;
	text-align: center;
	-webkit-box-shadow: 0 6px 13px 0 rgba(0,0,0,.23);
	-moz-box-shadow: 0 6px 13px 0 rgba(0,0,0,.23);
	box-shadow: 0 6px 13px 0 rgba(0,0,0,.23);
	padding: 20px;
}
.top .vp-cookie-consent-content {
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.15);
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.15);
}
.top .vp-cookie-consent-content,
.bottom .vp-cookie-consent-content {
	display: table;
	width: 100%;
	border-top: 1px solid #EEE;
}
.top .vp-cookie-consent-content {
	border-top: 0 none;
	border-bottom: 1px solid #EEE;
}
.vp-cookie-consent-module {
	text-align: left;
}
.bottom-right .vp-cookie-consent-content > p,
.bottom-left .vp-cookie-consent-content > p,
.bottom-right .vp-cookie-consent-content > .vp-cookie-consent-module,
.bottom-left .vp-cookie-consent-content > .vp-cookie-consent-module {
	font-size: 1.1em;
	color: #333;
	margin-bottom: 20px;
}
.top .vp-cookie-consent-content > p,
.bottom .vp-cookie-consent-content > p,
.top .vp-cookie-consent-content > .vp-cookie-consent-module,
.bottom .vp-cookie-consent-content > .vp-cookie-consent-module {
	font-size: 1.2em;
}
.top .vp-cookie-consent-content > p,
.bottom .vp-cookie-consent-content > p,
.top .vp-cookie-consent-content > .vp-cookie-consent-module,
.bottom .vp-cookie-consent-content > .vp-cookie-consent-module,
.top .vp-cookie-consent-content > .vp-cookie-consent-button,
.bottom .vp-cookie-consent-content > .vp-cookie-consent-button {
	display: table-cell;
	width: 100%;
	padding: 20px 50px;
	vertical-align: middle;
}
.vp-cookie-consent-content .btn {
	padding-left: 25px;
	padding-right: 25px;
}
.dark .vp-cookie-consent-content,
.dark .vp-cookie-consent-content {
	background: #1a1a1a;
	border-color: #111;
}
.dark .vp-cookie-consent-content > p,
.dark .vp-cookie-consent-content > .vp-cookie-consent-module,
.dark .vp-cookie-consent-content > .vp-cookie-consent-module p {
	color: #fff;
}
.header-search {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #FFF;
	padding: 20px 30px;
	z-index: 1001;
}
.close-header-search {
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -15px;
}
.header-search-inner {
	padding-right: 40px;
	padding-top: 5px;
}
.header-search-inner.search-small {
	padding-left: 30%;
	padding-right: 30%;
}
.header-search input[type="search"],
.header-search input[type="text"]:not(.advanced-query) {
	border: 0 none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0 none;
	padding: 0;
}
.header-search .search-small input[type="search"],
.header-search .search-small input[type="text"]:not(.advanced-query) {
	padding-left: 15px;
	padding-right: 15px;
}
.header-search input[type="search"]:-webkit-autofill,
.header-search input[type="search"]:-webkit-autofill:hover,
.header-search input[type="search"]:-webkit-autofill:focus,
.header-search input[type="search"]:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
}
.navbar-offcanvas-modules > div {
	margin-left: 12px;
}
.navbar-offcanvas-modules > div:first-child {
	margin-left: 0;
}
.submission-buttons {
	padding: 10px 0;
}
.submission-buttons button {
	display: inline-block;
	margin-right: 15px;
	text-transform: uppercase;
}
.submission-buttons .checkbox {
	display: inline-block;
	margin-right: 
}
.field-hint {
	padding-top: 2px;
	font-size: 0.9em;
	display: block;
	text-align: right;
}
#vpf-modal-login-box .modal-header {
	padding-left: 24px;
}
#vpf-modal-login-box .modal-body {
	padding: 24px;
}
#vpf-modal-login-box .modal-footer {
	padding-left: 24px;
	padding-right: 24px;
}
.btn-modpos-collapse.active {
	outline: 0 none !important;
}
.contact h3 {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 0;
}
.inline-form {
	display: inline-block;
}
.narrow-container {
	max-width: 550px;
	margin: 0 auto;
	padding: 20px 30px;
	border: 1px solid #E5E5E5;
}
.narrow-inner legend {
	border-bottom: 0 none;
}
.narrow-container form > fieldset {
	margin-bottom: 30px;
}
.spacer strong.red,
span.star,
span.asterisk {
	color: #ff4c0e;
}
.header-search-inner .dropdown-menu {
	padding: 15px;
}
.modal-center .modal-header,
.modal-center .modal-body,
.modal-center .modal-footer {
	text-align: center;
}

/* List Service */
.list-service {
	display: flex;
	flex-direction: row;
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
.list-service a,
.list-service a:hover,
.list-service a:focus,
.list-service a:visited {
	color: inherit;
}
.list-service > li {
	flex: 1;
	padding: 0 10px;
	text-align: center;
	border-right: 1px solid #eee;
}
.list-service > li:last-child {
	border-right: 0 none;
}
.service-image,
.service-heading,
.service-text {
	display: block;
	text-align: inherit;
}
.list-service > li .service-image img {
	opacity: 1;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}
.list-service > li:hover .service-image img {
	opacity: 0.7;
}
.service-image {
	margin-bottom: 15px;
}
.service-heading {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 1.1em;
}
/* Block */
.block-center {
	position: relative;
	text-align: center;
}
.block-center-inner {
	position: relative;
	display: inline-block;
	margin: 20px 0;
	border: 5px solid rgba(255,255,255,0.4);
}
.block-center-body {
	max-width: 350px;
	padding: 35px 25px;
	border: 1px solid #fff;
	text-align: center;
	background: #fff;
}
.block-center-body h3 {
	text-transform: uppercase;
	margin: 0 0 20px;
}
.block-center-body p {
	margin: 0 0 25px;
	padding: 0;
}
.block-center-body .btn {
	text-transform: uppercase;
	padding-left: 30px;
	padding-right: 30px;
}
#sbox-window, #sbox-window * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}



img.site-logo {
    width: 65px;
}
.navbar-mainmenu .navbar-nav > li > a, .navbar-mainmenu .navbar-nav > li > span {
    color: #848484!important;
    text-transform: initial!important;
    font-weight: 400!important;
	line-height: normal!important;
}
.show-header-search i, .mini-cart-mod i {
    color: #848484;
    font-size: 20px;
}
.vpf-logo {
    float: left;
}
.header-options {
    float: right;
    margin-top: 5px;
    margin-left: 15px;
}
.header-menu {
    float: right;
}
.container-fluid {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
#top_bar {
    background: #000000;
    padding: 10px 0;
	border-bottom: solid 1px #282828;
}
.moduletablemenusocial {
    float: right;
    margin-left: 20px;
}
#top_bar .icon-social-media span.image-title {
    display: none;
}
a.icon-social-media img {
    width: 16px;
}
a.icon-social-media {
    padding: 0!important;
}
.moduletablemenusocial li {
    float: left;
    margin-left: 13px!important;
    margin-top: 0!important;
}
#menucontacto li {
    float: left;
    margin-left: 30px;
    margin-top: 0;
}
#menucontacto a img {
    width: 16px;
    margin-right: 3px;
}
#menucontacto li a {
    padding: 0;
}
.moduletablemenucontacto {
    float: right;
}
#menucontacto li a, a.icon-social-media {
    background: transparent!important;
}
#menucontacto span.image-title {
    color: #fff;
    font-family: 'Averta Light';
    font-weight: 200;
    font-size: 10.5pt;
}
a.menu-phone img {
    width: 13px!important;
    margin-top: -2px;
}
.hashtag em {
    font-style: normal!important;
    font-family: 'Akrobat Semibold';
    font-size: inherit!important;
}
.hashtag {
    font-family: 'Akrobat Regular'!important;
    font-style: normal!important;
}
.tituloslider {
    font-family: 'Akrobat Regular'!important;
    text-transform: uppercase;
    letter-spacing: 2px!important;
    font-weight: 400!important;
}
.tituloslider strong {
    font-family: 'Akrobat Bold'!important;
    font-size: inherit!important;
}
.tituloslider em {
    font-style: inherit!important;
    font-size: inherit!important;
    color: #ff9803;
    font-weight: 400!important;
}

.inicio #mainbody {
    display: none!important;
}
.section-anuncios {
    margin: 0;
}
.section-anuncios .col-md-3 {
    padding: 0;
}
.banner-item a {
    position: relative;
    display: block;
    background: #000;
    overflow: hidden;
}
.description_anuncios {
    position: absolute;
    z-index: 9;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14pt;
}
.banner-item a img {
    opacity: 0.5;
}


.banner-item img, .pannel-blog, .text-blog, .imgsala, .title-sala {
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;	
	
}

.banner-item:hover img, .pannel-sala:hover .imgsala {
    transform: scale(1.2);
	opacity: 0.8;
}


.pannel-blog img {
    width: 100%;
}
.slick-slide.slick-current.slick-active.slick-center {
    z-index: 9;
}
.slick-slide.slick-current.slick-active.slick-center .pannel-blog {
    transform: scale(1.2);
}
.slick-list {
    padding-top: 90px!important;
    padding-bottom: 90px!important;
}
.text-blog {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
}
.text-blog h3 {
    margin: 0;
}
.text-blog * {
    color: #fff;
    letter-spacing: 1px;
}

.slick-slide.slick-current.slick-active.slick-center .text-blog {
    opacity: 1;
    visibility: visible;
}
.text-blog {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 40px;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    width: 85%;
    margin: 0 auto!important;
    left: 0;
    right: 0;
    padding: 5% 5%;
}
.text-blog p {
    margin: 0;
}
.slick-slide {position: relative;}
.slick-next {
    right: 0;
}
.slick-prev {
    left: 0;
    transform: rotate(-180deg);
}
.slick-arrow {
    background: url(../images/img-arrow-btn.svg) no-repeat center center;
    width: 75px;
    height: 13px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    z-index: 9;
    cursor: pointer;
}
.section-blog.corousel-center {
    padding: 0 85px;
}
.slick-list {
    padding-top: 40px!important;
    padding-bottom: 35px!important;
}
.row.section-salas-wrap {
    margin-right: -0.1%;
    margin-left: -0.1%;
}
.section-salas-wrap .col-md-9, .section-salas-wrap .col-md-3 {
    padding: 0.1%;
}
.pannel-sala {
    position: relative;
    background: #000;
}
.title-sala * {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.title-sala {
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 0 30px;
}
.img-panel-sala {
    overflow: hidden;
}
.panel-sala-vertical {
    margin-bottom: 1%;
}
.imgsala {
    background-size: cover!important;
    padding: 30% 0;
    opacity: 0.5;
}
.panel-sala-vertical .imgsala {
    padding: 29.83% 0;
}
.panel-sala-vertical:first-child {
    display: none;
}
.title-sala {
	opacity: 0;
	visibility: hidden;
}
.pannel-sala:hover .title-sala {opacity: 1;visibility: visible;}
.img-team {
    background-size: cover!important;
    padding: 25% 0;
}
.banner-item-team {
    position: relative;
    overflow: hidden;
}
.shorttext_team {
    background: rgba(0, 0, 0, 0.62);
    padding: 5%;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
}
.shorttext_team strong {
    color: #ff9602;
    font-size: 19pt;
}
.shorttext_team * {
    color: #fff;
    font-family: 'Akrobat Light';
    font-size: 15pt;
}

.customespressate-form h2 strong {
    font-family: 'Akrobat Bold'!important;
}
.customespressate-form h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 50px;
    font-family: 'Akrobat Regular'!important;
    font-weight: 400!important;
}
.customespressate-form {
    background: #f8f8f8;
    padding: 60px;
}
.sectionform input, .sectionform textarea {
    width: 100%!important;
    height: auto!important;
    border: 0!important;
    margin: 5px 0;
    padding: 10px 15px!important;
    font-size: 12pt!important;
}
form.contacto {
    width: 100%;
    max-width: 830px;
    margin: 0 auto;
}
.row.sectionform .col-md-4, .row.sectionform .col-md-12 {
    padding: 0 5px;
}
.row.sectionform {
    margin-left: -5px;
    margin-right: -5px;
}
.module-cont.module-rowteamsection {
    margin-bottom: 0;
}
#espressate .sectionform textarea {
    height: 150px!important;
}

.custommenufooter ul li {
    margin-bottom: 13px!important;
}
.custommenufooter ul {
    overflow: hidden;
    float: left;
    width: 25%;
}
.custommenufooter ul li strong {
    font-family: 'Akrobat Bold';
}
.custommenufooter ul li a {
    font-size: 11pt;
    letter-spacing: 0.5px;
}
.custommediafooter ul li {
    display: inline;
    margin: 0 10px;
}
.custommediafooter ul {
    overflow: hidden;
    text-align: center;
    margin: 30px 0;
}
.custommediafooter {
    text-align: center;
}
.custommediafooter p {
    color: #333333;
    font-size: 15pt;
    font-family: 'Averta Light'!important;
}
#bottom li strong a {
	font-family: 'Averta Semibold';
}
.custommediafooter input[type="submit"] {
    background: url(../images/icon-footer-mail.svg) #fff no-repeat center center!important;
    text-indent: -999999999999px;
    width: 89px;
    background-size: 36px!important;
    position: relative;
    border-left: 2px solid #f2f2f2!important;
}
.custommediafooter input {
    background: #ffffff!important;
    border: 0!important;
    padding: 10px 20px!important;
    height: 35px!important;
    float: left;
    box-shadow: none!important;
    font-family: 'Averta Light'!important;
}
.custommediafooter input[type="text"] {
    width: calc(100% - 89px);
}
.custommediafooter form {
    background: #fff;
    padding: 10px 0;
    overflow: hidden;
}
.iconos-footer a {
    display: inline-block;
    width: 14px;
    margin: 0 7px;
}
.iconos-footer {
    overflow: hidden;
    text-align: center;
}
#bottom .module-cont {
    margin-bottom: 0;
}
.module-rowmenufooter {
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 45px;
}
.customlogofooter {
    width: 130px;
}
.customcopyright {
    margin-top: 60px;
    font-size: 14pt;
    letter-spacing: 1px;
    font-family: 'Averta Light'!important;
}
h1.category-page-title {
    display: none;
}
.category-desc-cont h1 strong {
    font-family: 'Akrobat Bold';
}
.toolbar {
    display: none;
}
.product-cat-name-cont {
    display: none;
}
.product-price-cont {
    display: none;
}
.product-name-cont p {
    color: #737373;
    margin: 0;
    font-size: 14pt;
}
h3.product-name {
    color: #000000;
    font-family: 'Akrobat Bold'!important;
    padding: 2px 0!important;
    letter-spacing: 2px;
    font-size: 14pt!important;
}
.category-desc-cont h1 {
    font-size: 40pt;
    margin-bottom: 0;
}
.category-desc-cont p {
    font-size: 14pt;
}
#left-aside span.mod-header-title {
    text-transform: initial!important;
    font-family: 'Averta';
}
ul.nav-vm-categories.nav.sidebar-menu {
    background: #f8f8f8;
    padding: 20px;
}
.sidebar-menu li > a {
    border-bottom: 0;
	font-family: 'Averta Light';
}
#left-aside .mod-header {
    border-bottom: 0;
    padding-bottom: 0;
}
aside#left-aside {
    border-right: 1px solid rgba(183, 183, 183, 0.6);
    padding-right: 35px;
}
div#content.col-md-push-3 {
    padding-left: 35px;
}
.vp_image_mod {
    float: right;
}
.vp_image_mod .vppl-image-cont {
    border: 0;
}
.vppl-name {
    text-transform: initial!important;
    font-family: 'Averta'!important;
    margin-bottom: 0!important;
}
.vppl-list .product-sales-price, .vppl-list .product-sales-price * {
    color: #cccccc!important;
    font-family: 'Averta'!important;
}
#left-aside .module-cont {
    border-bottom: 1px solid rgba(183, 183, 183, 0.26);
    padding-bottom: 35px;
}
#left-aside .module-cont:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.vppl-list > li {
    margin-bottom: 25px!important;
    padding-bottom: 25px!important;
}
.vppl-list > li:last-child {
    margin-bottom: 0!important;
    padding-bottom: 0!important;
}

html.view-productdetails .mod-slider-cont {
    display: none;
}
span.quantity-box-cont {
    padding: 0 15px;
}
span.quantity-box-cont, span.quantity-box-cont * {
    background: #e1e1e1!important;
}
input.btn.btn-primary.btn-addtocart.btn-lg.btn-wide.addtocart-button {
    font-size: 18pt;
    line-height: normal;
    padding: 8px 30px;
}
.product-rating-cont.clearfix {
    display: none;
}
.element-hidden {
    display: none;
}
.categorytag {
	color: #ccc;
	font-family: 'Averta'!important;
}
.btn-backtocat {
    font-size: 13px;
    width: 45px;
    height: 45px;
    line-height: 35px;
}
.product-action-buttons-back {
    margin-bottom: 40px;
}
/*----- Accordion -----*/
.accordion,
.accordion * {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.accordion {
	overflow: hidden;
	margin-top: 40px;
}

/*----- Section Titles -----*/
.accordion-section-title {
    width: 100%;
    padding: 15px 15px 15px 90px;
    display: inline-block;
    background: #f7f7f7;
    transition: all linear 0.15s;
    color: #000;
    font-weight: 400;
    position: relative;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}
a.accordion-section-title i {
    position: absolute;
    left: 30px;
    top: 20px;
    color: #bababa;
}

.accordion-section:last-child .accordion-section-title {
	border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
	padding:15px 30px;
	display:none;
	border-top: 1px solid #e9e9e9;
}


.accordion-section-title.active, .accordion-section-title:hover {
    text-decoration: none;
    color: #ffa23d;
}
.accordion-section {
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
}
.accordion-section-title.active i, .accordion-section-title:hover i {
    color: #ffa23d;
}
.accordion-section-title:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    background: #e9e9e9;
    top: 0;
    left: 70px;
}
.accordion-section-title {
    position: relative;
    font-family: 'Averta'!important;
}
.modal-dialog {
    top: 50%;
    transform: translate(0%, -50%)!important;
}
button.close:hover {
    opacity: 1!important;
}
.close {
    color: #fff!important;
    opacity: .6!important;
}
.module-rowmediafooter ul li {
    font-family: 'Averta Light'!important;
}
.navbar-nav.vpf-menu li.active a {
    color: #f7bb4b!important;
}
.navbar-mainmenu .navbar-nav > li.active > a:after, .navbar-mainmenu .navbar-nav > li.active > span:after {display: none!important;}
.imgsalones {
    padding: 37% 0;
    background-size: cover!important;
}
.panel-salones {
    padding: 0 15px;
}
.section-salones {
    padding: 0 75px!important;
}
.salones-wrap h1.title-section {
    font-family: 'Averta'!important;
    font-size: 40pt;
    margin-top: 27%;
}
.panel-intro-salones h3 {
    margin-bottom: 0;
    font-family: 'Averta';
}
.panel-intro-salones p {
    margin: 0;
    font-family: 'Averta';
    color: #000;
}
form#reserva-form input, form#reserva-form select,  form#reserva-form textarea,
.form-reserva-sala input, .form-reserva-sala select,  .form-reserva-sala textarea,
#franquicias-form input, #franquicias-form select, #franquicias-form textarea,
#load-form input, #load-form select, #load-form textarea,
.form-franquicias input, .form-franquicias select, .form-franquicias textarea {  
    width: 100%!important;
    background: #f5f6f8!important;
    border-color: #bdcfdb!important;
    margin-bottom: 10px!important;
	border-radius: 0!important;
	-webkit-appearance: none!important;
	padding: 6px 12px!important;
	line-height: normal!important;
	
}
input[type="radio"] {
    width: auto!important;
}
label {
    font-family: 'Akrobat Bold';
    display: block;
}
button.btn.btn-primary {
    font-family: 'Averta Light'!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13pt;
    padding: 10px 40px;
    margin-top: 20px;
}
.shorttext {
    font-family: 'Averta'!important;
    text-transform: uppercase!important;
}
.headercolor {
    background: #000;
    padding: 80px 0;
    text-align: center;
}
.location-title, .location-title a {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    color: #000!important;
}
#resulttop .row0, #resulttop .row1 {
    background: #fff;
    border-bottom: 1px dotted #c4c4c4;
    border-radius: 0!important;
    padding: 30px 0;
}
.mytool span.detailsicon:nth-child(3), .mytool a:nth-child(4) {
    display: none!important;
}
#resulttop .row0 > address > a:first-child, #resulttop .row1 > address > a:first-child {
    display: none;
}
#locationresult .resultbar .locationaddress {
    margin-left: 0!important;
}
#locationlocator {
    padding: 0!important;
    background: #fff;
}
#locationlocator .row-fluid {
    padding: 0!important;
    margin: 0 -20px!important;
}
#locationlocator .mymap-group, #locationlocator #locationsearch_div {
    padding-bottom: 0;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
    width: 50%;
}
#locationlocator .span1 {
    display: none!important;
}
#locationlocator .mymap-group h2, #locationlocator #locationsearch_div h2 {
    text-align: left;
    font-size: 11pt!important;
    font-family: 'Averta';
    font-weight: 400!important;
    margin-bottom: 7px;
}

a.resultmymap.mymap.mymap-inverse.contact-btn {
    width: calc(100% - 21px)!important;
    max-width: 100%;
    text-align: left;
    text-transform: inherit;
    font-family: 'Averta';
    letter-spacing: 0;
    font-size: 15px;
    color: #232323;
    font-weight: 400;
}
span.contacticon {
    display: none;
}
.resultbar address > br:nth-child(5) {
    display: none;
}
#locationresult address {
    margin: 0;
}
span.mytool {
    display: none!important;
}
span.locationaddress a {
    color: #232323;
}
span.label.label-important.distance, span.label.label-important.distance * {
    float: none;
    display: block;
    line-height: normal;
    text-align: left;
    color: #000!important;
    background: 000!important;
    padding: 0!important;
    padding: 0!important;
    box-shadow: none!important;
    font-size: 10pt;
}

#locationlocator #locationsearch_div .input-append {
    padding-right: 0;
    width: 100%!important;
}
#locationlocator #locationsearch_div .input-append .mymap-primary {
    background: #ff8300!important;
    border: 0!important;
    box-shadow: none!important;
    border-radius: 0!important;
    height: 45px!important;
    display: block;
    float: left;
    padding: 8px 45px;
    font-family: 'Averta';
}
#locationlocator #locationsearch_div .input-append #searchinput {
	font-family: 'Averta';
    width: calc(100% - 144px);
    float: left;
    max-width: 100%!important;
    height: 45px;
}
button.sample.mymap.custom.large.a.mymap-success.button.resultmymap {
    padding: 12px 0!important;
    border-radius: 0!important;
    background: #ff8300!important;
    box-shadow: none!important;
    font-family: 'Averta';
}
.panel-ubicaciones {
    padding: 35px;
    border-radius: 10px;
    border: 1px solid #ff9803;
    background: url(../images/icono-ubicaciones.png) no-repeat bottom 20px right 20px;
    background-size: 45px;
}
.panel-intro-ubicaciones h3 {
    margin-top: 0;
    color: #000;
}
.panel-intro-ubicaciones {
    font-family: 'Averta';
    color: #666666;
    position: relative;
}
.icon-location {
    padding-left: 25px;
    position: relative;
    min-height: 21px;
}
.icon-location i {
    position: absolute;
    left: 0;
    font-size: 17pt;
    top: 3px;
    color: #ff9803;
}
.phone_location i {
    font-size: 14pt;
}
.hours_location i {
    font-size: 14pt;
}
.itemgallery {
    margin-top: 20px;
}
.sala_detail {
    margin-top: 70px;
}
h2.titlecontent {
    font-family: 'Averta Semibold';
    font-size: 28pt;
    margin-bottom: 0;
}
h3.titlesubtitle {
    margin-top: 0;
    font-family: 'Averta Light';
}
.item-comodidad {
    text-align: center;
}
.item-comodidad h4 {
    font-family: 'Averta Semibold';
    font-size: 12pt;
}
.section-comodidades {
    margin-top: 50px;
    margin-bottom: 50px;
}

.section_sala_infodetail h2 {
    margin-bottom: 30px;
}
.listado-especial ul {
    margin: 0 -10px;
    padding: 0;
    list-style: none;
}
.listado-especial li {
    float: left;
    width: 50%;
    padding: 0 10px 0 30px;
    margin: 10px 0;
    position: relative;
}
.listado-especial li:before {
    content: "\f00c";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sala_detail_panel h3 {
    font-family: 'Averta Semibold';
    font-size: 13pt;
}
.section_sala_infodetail {
    font-family: 'Averta Light';
    line-height: 1.8em;
}
.list_sala_infodetail {
    margin-bottom: 40px;
}
.list_sala_infodetail:last-child {
    margin-bottom: 0;
}
.itemfulltext {
    font-family: 'Averta';
    line-height: 1.8em;
}
.form-background {
    background: #f8f8f8;
    padding: 60px;
}

.form-background h2 {
    margin-top: 0;
}
.form-background label {
    font-family: 'Averta'!important;
}
.form-background input[type="radio"] {
    margin-right: 30px;
}
.location-item {
    margin: 13px 0;
}
.catdesc h2 {
    font-family: 'Averta Semibold';
}
.panel-franquicia {
    position: relative;
}

.panel-brochure_image {
    position: absolute;
    right: 0;
    width: 100%;
    max-width: 460px;
    top: 20px;
}
.panel-brochure h1 {
    font-family: 'Averta';
    margin: 5px 0 10px;
}
.panel-brochure h3 {
    font-family: 'Averta Light';
    margin: 0;
    font-size: 16pt;
}
.panel-brochure {
    background: #f8f8f8;
    padding: 70px 160px 70px 70px;
    width: 65%;
    text-align: justify;
    font-family: 'Averta Light';
}
.item-brochure a {
    display: inline-block;
    padding-right: 80px;
    background: url(../images/img-arrow-btn.svg) no-repeat right center;
    background-size: 70px;
    text-decoration: underline;
}
.item-brochure {
    margin-top: 60px;
}
.section-brochure {
    margin-top: 50px;
}
.section-fichatec h4 {
    font-family: 'Averta Light';
    font-size: 15pt;
}
.section-fichatec h1 {
    text-transform: uppercase;
    font-family: 'Averta';
    letter-spacing: 4px;
}
.section-fichatec h1, .section-fichatec h4 {
    text-align: center;
}
.section-fichatec {
    margin-top: 150px;
}
.section-fichastecnicas {
    margin-top: 100px;
}
.panel-fichas-tecnicas h3:after {
    content: '';
    display: block;
    width: 28%;
    height: 2px;
    background: #9b9288;
    margin: 13px auto 0;
}
.panel-fichas-tecnicas h3 {
    font-family: 'Averta Light';
    text-transform: uppercase;
    font-size: 13pt;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.panel-fichas-tecnicas ul li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #9b9288;
    border-radius: 100px;
    position: absolute;
    top: 7px;
    left: 0;
}
.panel-fichas-tecnicas ul li {
    padding-left: 20px;
    position: relative;
    font-family: 'Averta Light';
}
.panel-fichas-tecnicas ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.panel-fichas-tecnicas {
    background: #f8f8f8;
    padding: 80px 25px 50px 25px;
    position: relative;
}
.panel-fichas-tecnicas:before {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    background: url(../images/icon-fichatecnica.png) no-repeat center center;
    background-size: 45px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#pasos {
    position: relative;
    margin-bottom: 40px!important;
    display: inline-block;
    width: 100%;
}
.section-pasos {
    margin-top: 100px;
}
.butonpasos a {
    background: #fff;
    padding: 13px 30px;
    text-transform: uppercase;
}
.butonpasos {
    margin-top: 50px;
}
#pasos .panel-brochure_image {
    right: auto;
    left: 0;
}
#pasos .panel-brochure {
    float: right;
    padding: 70px 70px 70px 160px;
}
.mega-menu-expand {
    top: 56px!important;
}
.mega-menu-expand {
    top: 56px!important;
    background: #f1f1f1!important;
    box-shadow: none!important;
    padding: 40px!important;
}
li.menuitem.level-2:last-child {
    margin-bottom: 0;
}
li.menuitem.level-2 {
    font-family: 'Averta';
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 13px;
}
li.menuitem.item-160.level-2.submenu.divider.deeper.parent.mega-group.col-xs-12 {
    position: absolute;
    width: 50%;
    right: 0;
    top: 15px;
}
li.menuitem.level-2 a:hover span {
    color: #e9b046!important;
}
li.menuitem.level-2 a span {
    color: #000!important;
}
.section-form-franquicia textarea {
    height: auto;
}
.section-form-franquicia input, .section-form-franquicia textarea {
    border: 0!important;
    box-shadow: none!important;
    background: #fff!important;
}
.section-form-franquicia {
    margin-top: 90px;
    padding: 40px;
    background: #f8f8f8;
}
.bootstrap-dialog.type-info .modal-header {
    background-color: #000!important;
}
.modal-footer .btn+.btn {
    text-transform: uppercase;
}



table.cart-summary.proopc-table-striped tr th, #ProOPC .proopc-process-title {
    color: #fff!important;
    background-color: #000!important;
    text-transform: uppercase;
    font-weight: 700;
}
#ProOPC * {
    font-family: 'Averta'!important;
}
#ProOPC .cart-page-title {
    display: none;
}
.cart-p-qty button {
    background: transparent;
    border: 0;
    box-shadow: none;
}
#ProOPC .cart-images {
    box-shadow: none!important;
}
#ProOPC .proopc-process-title {
    font-size: 14px!important;
}
button#proopc-order-submit, button#proopc-task-loginajax, button#proopc-task-registercheckout, button#proopc-task-savecoupon, button#proopc-task-guestcheckout {
    background: #ff9602;
    text-transform: uppercase;
    font-weight: 700!important;
    border-color: #ff9602;
    border-radius: 0!important;
    padding: 13px;
}
input#proopc-coupon-code {
    width: 100%!important;
    margin-right: 0!important;
    box-sizing: border-box!important;
    padding: 15px 10px!important;
}
button#proopc-task-savecoupon {
    color: #fff;
    text-transform: uppercase;
    width: 100%;
}
.vm-wrap {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
}
.vm-order-done form#form1 label {
    display: block;
    text-align: left;
    font-weight: 700;
}
.vm-order-done form#form1 input, .vm-order-done form#form1 select {
    width: 100%;
    margin-bottom: 16px;
}
.vm-order-done form#form1 input.btn-send {
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px;
    background: url(../images/payment.png) #5DB753 no-repeat 28% center!important;
    background-size: 33px!important;
}
.table td {
    padding: 10px 15px!important;
}
.table tr:nth-child(odd) {
    background: #dfdfdf;
}
.table tr:nth-child(even) {
    background: #efefef;
}

.order-view .form-group input, form#com-form-login .form-group input {
    width: 100%;
    margin: 0 0 15px;
}
.order-view .form-group label, form#com-form-login .form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
form#com-form-login .form-group label {
    width: 100%;
    padding: 0;
}
form#com-form-login .form-group .col-sm-9 {
    width: 100%!important;
    padding: 0!important;
    margin-left: 0!important;
}
.order-view .form-group, form#com-form-login .form-group {
    width: 100%!important;
    display: block;
}
.order-view button.btn.btn-default, form#com-form-login button.btn.btn-base.btn-lg {
    width: 100%;
    background: #ff9602;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px;
}
.order-view, form#com-form-login {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.order-list-login-form .col-sm-offset-3.col-sm-9 {
    margin-top: 30px;
}

.vm-order-list-page .page-header {
    display: none;
}
.vp-tab-contents, .vp-empty-box, .vp-inner-wrapper {
    border: 0;
    padding: 0;
}
.vp-registration-page h3, .vp-login-only-page h3 {
    display: none;
}
.vp-wrapper .vp-btn-primary {
    background-color: #e92425;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
}
.vp-form-submission > .vp-checkbox {
    margin-left: 0;
}
form#com-form-login {
    overflow: hidden;
}
form#com-form-login input#remember {
    width: auto;
    margin-right: 20px;
    margin-bottom: 0;
    margin-top: 4px;
}
form#com-form-login .col-sm-offset-3.col-sm-9 {
    margin-left: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 13px;
}
form#com-form-login {
    overflow: hidden;
}
.vm-order-list-page hr {
    display: none;
}
.order-list-login-form .col-sm-offset-3.col-sm-9 {
    width: 100%;
    max-width: 400px;
    margin: 50px auto 0;
    float: none;
    padding: 0;
}
.order-list-login-form .section-header {
    font-size: 1.5em;
    line-height: normal;
}
#content {
    font-family: 'Averta'!important;
}


.text_blog {
    position: absolute;
    bottom: 40px;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    width: 90%;
    margin: 0 auto!important;
    left: 0;
    right: 0;
    padding: 5% 5%;
    color: #fff;
}
.text_blog h3 {
    font-family: 'Akrobat';
    color: #fff;
    margin: 0;
}

.row.section-blog .col-md-6 {
    margin: 15px 0px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #ff9602!important;
}
.blog_fulltext {
    margin-top: 15px;
}
.btn-full {
    width: 100%;
}
.grecaptcha-badge {
    display: none!important;
}
a.chronoforms6_credits {
    display: none;
}
#load-form .btn {
    background: #ff9602;
    border-radius: 0;
    padding: 15px 40px!important;
}
.ui label {
    font-size: 15px!important;
}
#load-form input::-webkit-input-placeholder { color: #000!important; } /* WebKit */
#load-form input::-moz-placeholder { color: #000!important; } /* Firefox 18- */
#load-form input::-moz-placeholder { color: #000!important; } /* Firefox 19+ */
#load-form input::-ms-input-placeholder { color: #000!important; } /* IE 10+ */
#load-form .eight.wide.field:nth-child(5) {
    float: right;
}
#load-form .eight.wide.field {
    float: left;
    clear: inherit!important;
}
#load-form .eight.wide.field {
    width: 48%!important;
}
div.g-recaptcha {
    transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.item-119 .mega-sub-cont.mega-menu-expand {
    display: none!important;
}
#left-aside li.menuitem.current a {
    color: #f7bb4b!important;
}
.slider-g .slick-list{
	padding: 0!important;
}
.slider-g .container{
	padding: 4% 0 6% 0;
}
.slider-g-n .item .bg{ 
	background-size: cover!important;
	background-position: center center!important;
	background-repeat: no-repeat;
	position: relative;
}

.slider-g-n .container {
    position: relative;
	z-index: 2;
}
.slider-g-n .container h2, .slider-g-n .container h4, .slider-g-n .container p {
  color:#FFFFFF;
}
.slider-g .item .bg{
	background-size: 60%;
	background-position: left center;
	background-repeat: no-repeat;
}
.slider-g .item .bg .description{
	float: left;
	width: 50%;
	padding: 6% 0;
}
.slider-g .item .bg .description h4, .slider-g .item .bg .description h2{
	text-transform: uppercase;
}
.slider-g .item .bg .description h2{
	font-size: 60px;
}
.slider-g .item .bg .description h4{
	margin: 0 0 5px 0;
	font-size: 16px;
}

.slider-g .item .bg .description a{
	font-size: 15px;
	text-decoration: underline;
	background: url(../images/icomore.png) no-repeat right 60%;
	padding: 0 110px 0 0;
}
.slider-g .item .bg .description a:hover{
	color:#ff8601!important;
	background: url(../images/icomore-orange.png) no-repeat right 60%;
}

.slider-g .item .bg .product{
	float: left;
	width: 50%;
}
.slider-g #Oscuro .bg .description h4, .slider-g #Oscuro .bg .description h2{
	color:#ffffff;
}
.slider-g #Oscuro .bg .description a{
	color:#ffffff;
}

.slider-g #Claro .bg .description h4, .slider-g #Claro .bg .description h2{
	color:#000000;
}
.slider-g #Claro .bg .description a{
	color:#000000;
}
.slider-g #Claro .bg .description a{
	background: url(../images/icomore-orange.png) no-repeat right 60%;
}
.mod-slider-cont{
	overflow: hidden;
}
.slider-g .slick-prev {
	display: block;
    bottom: 40px;
    top: inherit;
    left: 45%;
	transform: none;
	color:#FFFFFF;
	background: url(../images/ico-l.png) no-repeat left 5px;
}
.slider-g .slick-prev::after {
	content: "Anterior";
    position: absolute;
    right: -50px;
}
.slider-g .slick-next {
	bottom: 40px;
    top: inherit;
    right: 29%;
	color:#ffffff;
	background: url(../images/ico-r.png) no-repeat right 5px;
}
.slider-g .slick-next::after {
	content: "Siguiente";
	position: absolute;
    left: -50px;
}