.form-control {
	display: block;
	height: 35px;	
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.828571429;
	color: #555555;
	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);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 -webkit-transition: border-color ease-in-out .15s, 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;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
 color: #999;
 opacity: 1;
}
#sp-footer2 .blankpage p {
	text-align:right;
}
#sp-search .sj-search-pro-wrapper .input-group-btn .btn-default {
border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border:none;
	border-left:4px solid #fff;
	background-color: #f1efef !important;
}
#sp-search .sj-search-pro-wrapper .icon-select::after {
    background-color: #f1efef !important;
	line-height: 42px !important;
}
.sj-search-pro-wrapper .btn {
    box-shadow: none !important;
}

#sp-search .sj-search-pro-wrapper .select_category {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    width: 30.4%;
    border-right: 0;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 300;
    border:none;
	border-right: 4px solid #fff;
	background-color: #f1efef !important;
}

.sj-search-pro-wrapper .autosearch-input {
    height: 44px !important;
	
}
.sj-search-pro-wrapper .button-search {
    height: 44px !important;
}

#sp-search .sj-search-pro-wrapper .autosearch-input {
    border: none !important;
	}
#sp-search .sj-search-pro-wrapper .input-group .form-control {
    font-size: 15px;
	color: #444;
    font-weight: 400;
    width: 100%;
    box-shadow: none;
	border-radius: 20px;
	padding: 0px 20px 0 40px;
	background-color: #f1efef;
}
#sp-search .sj-search-pro-wrapper .input-group .form-control:focus {
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #95c11f;
    box-shadow: inset 0 0 0 2px #95c11f;
}
#sp-search .sj-search-pro-wrapper .input-group:before {
    font-size: 17px;
	color: #444;
   	content: "\f002";
	font-family: 'FontAwesome';
	position: absolute;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	position: absolute;
    -moz-osx-font-smoothing: grayscale;
    left: 16px;
    top: 10px;
	    z-index: 3;
}
#sp-search .sj-search-pro-wrapper .input-group {
    
}
.sj-search-pro-wrapper .input-group-btn {display:none !important;}

.sj-search-pro-wrapper .input-group {
text-align: center;
    margin: auto;
	width: 100%;}
#sp-search .sj-search-pro-wrapper {padding:0px !important;}
.sj-search-pro-wrapper .select_category select {
    width: 100%;
    padding: 0 5px;
    height: 42px !important;
    color: #999 !important;
    line-height: 42px !important;
    border: medium none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
 

.logout-button {margin-top:10px;}
.paramfilter {
	padding:20px;
	background-color: #efefef;
}
	
	
	
.paramfilter .mcf_form > div {
  margin-bottom: 20px;
}
.paramfilter div.heading {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 10px;
}
.paramfilter .jq-checkbox {
  border: 1px solid #e2e6e7;
  background: #f7f7f7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 10px;
}
.paramfilter .jq-checkbox.disabled {
  cursor: default;
  border-color: #eceeef;
  background: #fcfdfe;
}
.paramfilter .jq-checkbox.checked span,
.paramfilter .jq-checkbox:hover span {
  position: relative;
}
.paramfilter .jq-checkbox.checked span:before,
.paramfilter .jq-checkbox:hover span:before {
  color: #a34807;
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 12px;
  height: 100%;
  left: 2px;
  position: absolute;
  right: 0;
  top: 50%;
}
.paramfilter .jq-checkbox.disabled span {
  display: none;
}
.paramfilter .jq-radio {
  border: 2px solid #e2e6e7;
  background: #f5f7f8;
  border-radius: 12px;
  display: inline-block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 10px;
}
.paramfilter .jq-radio.disabled {
  cursor: default;
  border-color: #eceeef;
  background: #fcfdfe;
}
.paramfilter .jq-radio.checked span,
.paramfilter .jq-radio:hover span {
  display: block;
  width: 10px;
  height: 10px;
  background: #292f38;
  position: relative;
  left: 2px;
  top: 2px;
  border-radius: 10px;
}
.paramfilter .jq-radio.disabled span {
  display: none;
}
.t3-sidebar .paramfilter .values li {
  border: none;
  padding: 4px 0;
}
.t3-sidebar .paramfilter .values li label {
  font-size: 14px;
  font-weight: 300;
}
.paramfilter a.reset {
  line-height: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: 3px;
}
.paramfilter .ui-slider-horizontal {
  height: 12px;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.paramfilter .ui-slider-horizontal {
  border: 1px solid #e6e6e6;
  position: relative;
  margin-left: 4px;
  margin-right: 4px;
}
.paramfilter .ui-slider .ui-slider-range {
  background: #a34807;
  margin-left: 0px;
  top: -1px;
  height: 12px;
}
.paramfilter .ui-slider-horizontal .ui-slider-handle {
  background: #a1aaaf;
  width: 12px;
  height: 22px;
  box-shadow: none;
  border: none;
  top: -7px;
  margin-left: -6px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.paramfilter .slider_active {
  border-radius: 0px;
  background: #f7f7f7;
  top: -1px;
  height: 12px;
}
.paramfilter .price .slider-range-gt,
.paramfilter .price .slider-range-lt {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  border: none;
  background: none;
}
.paramfilter .price .slider-range-lt {
  text-align: right;
}
.paramfilter div.values input {
  border: 1px solid #e4e4e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f7f7f7;
  margin: 0 4px 10px 0;
  box-shadow: none !important;
  width: 45%;
}
.paramfilter .values-named li label,
.paramfilter .values-named li label.checked {
  border: none;
  position: relative;
  height: auto;
  width: auto;
  margin-bottom: 5px;
}
.paramfilter .values-named li label .jq-checkbox {
  width: 28px;
  height: 28px;
  margin-right: 8px;
  background: #fff;
}
.paramfilter .values-named li label span.jq-checkbox {
  display: none;
}
.paramfilter .values-named li label .color {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 22px;
  height: 22px;
  z-index: 1;
}
.paramfilter .values-named li label:hover .color,
.paramfilter .values-named li label.checked .color {
  background-image: url(../../images/check_box.png);
  background-position: 3px 6px;
  background-repeat: no-repeat;
}
.paramfilter .values-named li.hover label span.f-title {
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
  right: auto;
  margin: 0;
  z-index: 3;
  text-align: center;
}
.paramfilter .values-named li.hover label span.f-title b {
  display: block;
  padding: 0 2px;
  margin-left: 0;
  margin-top: -10px;
  background: #fff;
  width: 100%;
  border: 1px solid #eee;
}





.form-control:-ms-input-placeholder {
 color: #999;
}
.form-control::-webkit-input-placeholder {
 color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eeeeee;
	opacity: 1;
}
.sj-categories .cat-wrap .image-cat {
    overflow: hidden;
}
textarea.form-control {
	height: auto;
}
.translateX@x) {
 -webkit-transform: translate();
 -ms-transform: translate();
 -o-transform: translate();
 transform: translate();
}
.translateY@y) {
 -webkit-transform: translate();
 -ms-transform: translate();
 -o-transform: translate();
 transform: translate();
}
@-webkit-keyframes fadeInTop {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-500px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInTop {
 0% {
 opacity: 0;
 -moz-transform: translateY(-500px);
}
 100% {
 opacity: 1;
 -moz-transform: translateY(0);
}
}
@-o-keyframes fadeInTop {
 0% {
 opacity: 0;
 -o-transform: translateY(-500px);
}
 100% {
 opacity: 1;
 -o-transform: translateY(0);
}
}
@keyframes fadeInTop {
 0% {
 opacity: 0;
 transform: translateY(-500px);
}
 100% {
 opacity: 1;
 transform: translateY(0);
}
}
#sp-menu-horizontal .sj-megamenu {
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}
#sp-menu-horizontal .sj-megamenu-parent {
	display: inline-block;
	padding: 10px 0 0px 15px;
}
#sp-menu-horizontal .sj-megamenu-parent .sj-dropdown.sj-dropdown-sub {
	left: 100% !important;
}
#sp-menu-horizontal .sj-megamenu-parent .sj-dropdown.sj-dropdown-main.sj-menu-right {
	right: -270px;
}
#sp-menu-horizontal .sj-megamenu-parent .sj-dropdown li.sj-menu-item a {
	color: #666;
	font-size: 14px;
}
#sp-menu-horizontal .sj-megamenu-parent .sj-dropdown li.sj-menu-item a:hover {
	color: #95c11f;
}
.sp-megamenu-parent {
	list-style: none;
	padding: 0;
	margin: auto;
	text-align:center;
	z-index: 99;
	display: block;
	float: none;
	width: 100%;
	position: relative;
}
.sp-megamenu-parent >li {
	display: inline-block;
	position: relative;
	padding: 0;
}
.sp-megamenu-parent >li.menu-justify {
	position: static;
}
.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
	    display: inline-block;
    padding: 15px 20px 15px 20px;
    line-height: 40px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    margin: 0;
    letter-spacing: 0.05em;
}
.sp-megamenu-parent >li.sp-has-child>a:after, .sp-megamenu-parent >li.sp-has-child>span:after {
	font-family: "FontAwesome";
	content: " \f107";
}
.sp-megamenu-parent >li .sj-dropdown .sj-dropdown-items {
	background-color: #fff;
}
.sp-megamenu-parent .sp-module {
	padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
	margin: 0;
	position: absolute;
	z-index: 10;
	display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	background: #ffffff;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
	padding: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
	font-family: "FontAwesome";
	content: " \f105";
	float: right;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
	margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
	top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
	left: 0 !important;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
	left: auto;
	right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
	right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
	top: 0;
	left: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
	display: block;
	padding: 0;
	position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
	display: block;
	padding: 3px 10px;
	color: #333333;
	cursor: pointer;
	text-align: left;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span.sp-group-title {
	text-transform: uppercase;
	font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
	color: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active a.sp-group-title {
	color: #000;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active a.sp-group-title:hover {
	background: transparent;
	color: #000;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item a.sp-group-title:hover {
	background: transparent;
	color: #000;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover {
	color: #95c11f;
}
.sp-megamenu-parent .sp-dropdown-mega >.row {
	margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega >.row:first-child {
	margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover >.sp-dropdown {
	display: block;
}
.sp-megamenu-parent.menu-fade .sp-has-child:hover >.sp-dropdown {
	-webkit-animation: spMenuFadeIn 400ms;
	animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover >.sp-dropdown {
	-webkit-animation: spMenuZoom 400ms;
	animation: spMenuZoom 400ms;
}
#offcanvas-toggler {
	float: right;
	line-height: 50px;
	margin-top: 15px;
	font-size: 20px;
}

@media (max-width:991px) {
	#offcanvas-toggler {
	float: right;
	line-height: 50px;
	margin-top: 5px;
	font-size: 20px;
}
}


#offcanvas-toggler >i {
	-webkit-transition: color 400ms, background-color 400ms;
	-o-transition: color 400ms, background-color 400ms;
	transition: color 400ms, background-color 400ms;
}
#offcanvas-toggler >i:hover {
	color: #fff;
}
.off-canvas-menu-init {
	overflow-x: hidden;
	position: relative;
}
.offcanvas .offcanvas-overlay {
	visibility: visible;
	opacity: 1;
}
.offcanvas-overlay {
	background: rgba(0, 0, 0, 0.4);
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9999;
	visibility: hidden;
 -webkit-transition: .5s;
 transition: .5s;
}
.body-wrapper {
	position: relative;
 -webkit-transition: .5s;
 transition: .5s;
	right: 0;
	backface-visibility: hidden;
}
.close-offcanvas {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	line-height: .5;
	text-align: center;
	font-size: 16px;
	border: none;
	color: #fff;
	padding-top: 3px;
}
.offcanvas-menu {
	width: 250px;
	height: 100%;
	background-color: #95c11f;
	color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	-webkit-transform: translateX(320px);
	transform: translateX(320px);
	visibility: hidden;
	overflow: inherit;
 -webkit-transition: .5s;
 transition: .5s;
	z-index: 10000;
}
.offcanvas-menu .offcanvas-inner .sp-module {
	margin-top: 20px;
	margin-bottom: 50px;
}
.offcanvas-menu .offcanvas-inner .sp-module:after {
	display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module.off-canvas-menu {
	padding: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title:before {
	background: transparent;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
	border: 0;
	position: relative;
	overflow: hidden;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	padding: 15px 30px;
	font-size: 15px;
	    text-transform: uppercase;
    letter-spacing: 1px;
	color: #fff;
	font-weight: 300;
	line-height: 28px;
	width: 100%;
	display: inline-block;
}
.offcanvas-menu .offcanvas-inner .sp-module ul ul ul > li a {

	font-weight: 300;

}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover a, .offcanvas-menu .offcanvas-inner .sp-module ul > li:focus a {
	background: #f39200;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus {
	background: #f39200;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li.active > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:hover > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:focus > a {
	background: #f39200;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:focus {
	background: #f39200;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 13px 20px;
	cursor: pointer;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .open-icon {
	display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .close-icon {
	display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .open-icon {
	display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .close-icon {
	display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li >a:after {
	display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
	background: rgba(0, 0, 0, 0.02);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul >li > a {
	padding-left: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
	margin-top: 70px;
	padding: 0px;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child .sp-module-title {
	display: none;
}
.offcanvas-menu .offcanvas-inner .search {
	margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
	width: 100%;
	background: transparent;
	border-color: #5f5f5f;
	color: #fff;
}
.offcanvas {
	width: 100%;
	height: 100%;
	position: relative;
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.offcanvas .body-wrapper {
	right: 0;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.offcanvas .body-wrapper:after {
	width: 100%;
	height: 100%;
	right: 0;
}
.offcanvas .offcanvas-menu {
	visibility: visible;
	z-index: 9999;
	right: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.offcanvas .offcanvas-menu ul.nav-child li {
	padding-left: 10px;
}
.menu .nav-child.small {
	font-size: inherit;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover >.sp-dropdown {
	-webkit-animation: spMenuFadeInUp 400ms;
	animation: spMenuFadeInUp 400ms;
}
.sp-megamenu-parent.menu-rotate .sp-has-child:hover >.sp-dropdown {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	visibility: visible;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown {
	opacity: 1;
	visibility: visible;
	top: 90px;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown .sp-dropdown {
	top: 0;
}
.menu-slide-down .sp-has-child >.sp-dropdown {
	top: 60px;
	opacity: 0;
	visibility: hidden;
	display: block;
	transition: all 500ms ease;
}
.menu-slide-down .sp-has-child >.sp-dropdown.sp-dropdown-mega {
	left: auto;
	right: 0;
}
.menu-rotate .sp-has-child {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
.menu-rotate .sp-has-child >.sp-dropdown {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: rotateX(-70deg);
	transform: rotateX(-70deg);
	-webkit-transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
	transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
	opacity: 0;
	visibility: hidden;
	display: block;
}
.menu-rotate .sp-has-child >.sp-dropdown.sp-dropdown-mega {
	left: auto;
}
.menu-drop-in .sp-has-child .sp-dropdown-inner {
	background: transparent none repeat scroll 0 0;
	box-shadow: none;
	padding: 0;
}
.menu-drop-in .sp-has-child .sp-dropdown-items {
	margin: 0;
	padding: 0;
	perspective: 1000px;
}
.menu-drop-in .sp-has-child .sp-menu-item {
	-webkit-transform: translate(0, 100px);
	transform: translate(0, 100px);
	opacity: 0;
	padding: 0 20px !important;
	background-color: #ffffff;
}
.menu-drop-in .sp-has-child .sp-menu-item:first-child {
	padding-top: 20px !important;
}
.menu-drop-in .sp-has-child .sp-menu-item:last-child {
	padding-bottom: 20px !important;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: dropup;
	animation-name: dropup;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(1) {
 -webkit-animation-duration: 0.3s;
 animation-duration: 0.3s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(2) {
 -webkit-animation-duration: 0.4s;
 animation-duration: 0.4s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(3) {
 -webkit-animation-duration: 0.5s;
 animation-duration: 0.5s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(4) {
 -webkit-animation-duration: 0.6s;
 animation-duration: 0.6s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(5) {
 -webkit-animation-duration: 0.7s;
 animation-duration: 0.7s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(6) {
 -webkit-animation-duration: 0.8s;
 animation-duration: 0.8s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(7) {
 -webkit-animation-duration: 0.9s;
 animation-duration: 0.9s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(8) {
 -webkit-animation-duration: 1s;
 animation-duration: 1s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:last-child {
	box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2);
}
.menu-drop-in .sp-has-child.menu-justify:hover .sp-dropdown {
	-webkit-animation: spMenuFadeInUp 500ms;
	animation: spMenuFadeInUp 500ms;
}
.menu-drop-in .sp-has-child.menu-justify .sp-dropdown-inner {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
	padding: 20px !important;
}
.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
	padding: 0 !important;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;
	-webkit-animation-iteration-count: 0;
	animation-iteration-count: 0;
	-webkit-animation-name: none;
	animation-name: none;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
	box-shadow: none;
}
@keyframes dropup {
 0% {
 opacity: 0;
 transform: translate(0, 100px);
}
 100% {
 opacity: 1;
 transform: translate(0, 0);
}
}
@-webkit-keyframes dropup {
 0% {
 opacity: 0;
 transform: translate(0, 100px);
}
 100% {
 opacity: 1;
 transform: translate(0, 0);
}
}
.menu-twist .sp-has-child .sp-dropdown-inner {
	background: transparent none repeat scroll 0 0;
	box-shadow: none;
	padding: 0;
}
.menu-twist .sp-has-child .sp-dropdown-items {
	margin: 0;
	padding: 0;
}
.menu-twist .sp-has-child .sp-menu-item {
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
	padding: 0 20px !important;
	background: #fff;
}
.menu-twist .sp-has-child .sp-menu-item:first-child {
	padding-top: 20px !important;
}
.menu-twist .sp-has-child .sp-menu-item:last-child {
	padding-bottom: 20px !important;
}
.menu-twist .sp-has-child:hover .sp-menu-item {
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: twist;
	animation-name: twist;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(1) {
 -webkit-animation-duration: 0.4s;
 animation-duration: 0.4s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(2) {
 -webkit-animation-duration: 0.5s;
 animation-duration: 0.5s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(3) {
 -webkit-animation-duration: 0.6s;
 animation-duration: 0.6s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(4) {
 -webkit-animation-duration: 0.7s;
 animation-duration: 0.7s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(5) {
 -webkit-animation-duration: 0.8s;
 animation-duration: 0.8s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(6) {
 -webkit-animation-duration: 0.9s;
 animation-duration: 0.9s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(7) {
 -webkit-animation-duration: 1s;
 animation-duration: 1s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(8) {
 -webkit-animation-duration: 1.1s;
 animation-duration: 1.1s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:last-child {
	box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2);
}
.menu-twist .sp-has-child.menu-justify:hover .sp-dropdown {
	-webkit-animation: spMenuFadeInUp 500ms;
	animation: spMenuFadeInUp 500ms;
}
.menu-twist .sp-has-child.menu-justify .sp-dropdown-inner {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
	padding: 20px !important;
}
.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
	padding: 0 !important;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;
	-webkit-animation-iteration-count: 0;
	animation-iteration-count: 0;
	-webkit-animation-name: none;
	animation-name: none;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
	box-shadow: none;
}
@keyframes twist {
 0% {
 opacity: 0;
 transform: rotateY(90deg);
}
 100% {
 opacity: 1;
 transform: rotateY(0);
}
}
@-webkit-keyframes twist {
 0% {
 opacity: 0;
 -webkit-transform: rotateY(90deg);
}
 100% {
 opacity: 1;
 -webkit-transform: rotateY(0);
}
}
@-webkit-keyframes spMenuFadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@keyframes spMenuFadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@-webkit-keyframes spMenuZoom {
 0% {
 opacity: 0;
 -webkit-transform: scale(.8);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
}
}
@keyframes spMenuZoom {
 0% {
 opacity: 0;
 transform: scale(.8);
 -webkit-transform: scale(.8);
}
 100% {
 opacity: 1;
 transform: scale(1);
 -webkit-transform: scale(1);
}
}
@-webkit-keyframes spMenuFadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 30px, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
}
}
@keyframes spMenuFadeInUp {
 0% {
 opacity: 0;
 transform: translate3d(0, 30px, 0);
}
 100% {
 opacity: 1;
 transform: none;
}
}
.slide-top-menu .offcanvas-menu {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.slide-top-menu .body-wrapper {
	right: 0;
}
.slide-top-menu .offcanvas-overlay {
	visibility: visible;
	opacity: 1;
}
.slide-top-menu .offcanvas-menu {
	right: 0;
	background-color: #000000;
	visibility: visible;
}
.full-screen .offcanvas-menu {
	right: -100%;
	width: 100%;
	transform: translateX(0);
	background-color: rgba(0, 0, 0, 0.9);
	transition: all 600ms ease;
}
.full-screen .offcanvas-menu .offcanvas-inner {
	margin: 0 auto;
	text-align: center;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module {
	margin-bottom: 0;
	margin-top: 80px;
	padding-bottom: 0;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul {
	background: transparent;
	height: auto;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li {
	overflow: inherit;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a {
	color: #fff;
	display: inline-block;
	font-size: 28px;
	padding: 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:before {
	display: none;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:hover, .full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:focus {
	background: transparent;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
	left: auto;
	right: auto;
	font-size: 28px;
	padding: 20px 10px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
	display: block;
	padding: 0 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
	font-size: 16px;
	padding: 5px 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
	padding: 6px 10px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a, .full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a {
	background: transparent;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
	padding-bottom: 75px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module .search {
	max-width: 300px;
	margin: 25px auto 0;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
	font-size: 28px;
}
.full-screen .offcanvas-menu .close-offcanvas {
	font-size: 20px;
	height: 35px;
	line-height: 1;
	right: 30px;
	top: 25px;
	width: 35px;
	padding-top: 6px;
}
.full-screen-off-canvas.ltr .offcanvas-menu {
	visibility: visible;
	z-index: 9999;
	width: 100%;
	right: 0;
}
.full-screen-ftop .offcanvas-menu {
	right: 0;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	background-color: rgba(0, 0, 0, 0.9);
	transition: all 500ms ease;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner {
	margin: 0 auto;
	text-align: center;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module {
	margin-bottom: 0;
	margin-top: 80px;
	padding-bottom: 0;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul {
	background: transparent;
	height: auto;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul >li {
	opacity: 0;
	-webkit-transform: translate3d(0px, -80px, 0px);
	transform: translate3d(0px, -80px, 0px);
	-webkit-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
	transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li {
	overflow: inherit;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a {
	color: #fff;
	display: inline-block;
	font-size: 28px;
	padding: 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:before {
	display: none;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:hover, .full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:focus {
	background: transparent;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
	left: auto;
	right: auto;
	font-size: 28px;
	padding: 20px 10px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
	display: block;
	padding: 0 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
	font-size: 16px;
	padding: 5px 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
	padding: 6px 10px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a, .full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a {
	background: transparent;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
	padding-bottom: 75px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module .search {
	max-width: 300px;
	margin: 25px auto 0;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
	font-size: 28px;
}
.full-screen-ftop .offcanvas-menu .close-offcanvas {
	font-size: 20px;
	height: 35px;
	line-height: 1;
	right: 30px;
	top: 25px;
	width: 35px;
	padding-top: 6px;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu {
	visibility: visible;
	z-index: 9999;
	width: 100%;
	right: 0;
	opacity: 1;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module {
	margin-top: 80px;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul {
	background: transparent;
	height: auto;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul >li {
	opacity: 1;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.new-look .offcanvas-menu {
	background-color: #2b2f3b;
}
.new-look .offcanvas-menu .sp-module ul >li >a {
	padding-left: 28px;
}
.new-look .offcanvas-menu .sp-module ul >li >a:before {
	display: none;
}
.new-look .offcanvas-menu .sp-module ul >li:hover a, .new-look .offcanvas-menu .sp-module ul >li:focus a, .new-look .offcanvas-menu .sp-module ul >li.active a {
	background: #22b8f0;
}
.new-look .offcanvas-menu .sp-module ul >li ul li a {
	background-color: #2b2f3b !important;
}
.new-look .offcanvas-menu .sp-module ul >li ul li a:hover, .new-look .offcanvas-menu .sp-module ul >li ul li a:focus {
	color: #22b8f0;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler {
	top: 6px;
	padding: 18px 25px;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler i {
	display: none !important;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler:before {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 8px;
	left: auto;
	position: absolute;
	right: 25px;
	top: 14px;
	width: 2px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler:after {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 2px;
	left: auto;
	position: absolute;
	right: 22px;
	top: 17px;
	width: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler.collapsed:before {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler.collapsed:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.new-look-off-canvas .offcanvas-overlay {
	visibility: visible;
	opacity: 1;
}
.new-look-off-canvas.ltr .offcanvas-menu {
	visibility: visible;
	right: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.sp-module.sjflatmenu {
	position: relative;
	z-index: 2;
}
.sp-module.sjflatmenu .modtitle {
	padding: 15px 20px;
}
.sp-module.sjflatmenu .modcontent {
	padding: 0px 20px;
}
.sp-module.sjflatmenu .modcontent ul.sj-flat-menu {
	padding: 0;
	background: none;
}
.sp-module.sjflatmenu .modcontent ul.sj-flat-menu ul {
	padding: 0;
}
.sp-module.sjflatmenu .modcontent ul.sj-flat-menu li {
	padding: 10px 0;
}
.sp-module.sjflatmenu .modcontent .pretext, .sp-module.sjflatmenu .modcontent posttext {
	display: none;
}
.sp-module.sjflatmenu .modcontent .flyout-menu {
	border: none;
}
.sp-module.sjflatmenu .modcontent .flyout-menu li {
	z-index: 1;
}
.sp-module.sjflatmenu .modcontent .flyout-menu li a {
	color: #666;
}
.sp-module.sjflatmenu .modcontent .flyout-menu li a:hover {
	color: #95c11f;
}
.sp-module.sjflatmenu .modcontent .flyout-menu li > .fm-container {
	padding: 15px 20px;
	background: #fff;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.sp-module.sjflatmenu .modcontent .flyout-menu li > .fm-container ul {
	min-width: 160px;
}
.sp-module.sjflatmenu .modcontent .flyout-menu li > .fm-container ul .fm-item > .fm-link a {
	color: #666;
}
.sp-module.sjflatmenu .modcontent .flyout-menu li > .fm-container ul .fm-item > .fm-link a:hover {
	color: #95c11f;
}
.sp-module.sjflatmenu .modcontent .flyout-menu li.fm-last {
	border: none;
}
.sp-module.sjflatmenu .modcontent .accordion-menu {
	border: none;
}
.sp-module.sjflatmenu .modcontent .accordion-menu li a {
	color: #666;
}
.sp-module.sjflatmenu .modcontent .accordion-menu li a img {
	display: none;
}
.sp-module.sjflatmenu .modcontent .accordion-menu li.fm-last {
	border-bottom: none;
}
.sp-module.sjflatmenu .modcontent .accordion-menu li.fm-opened > fm-item {
	border-bottom: none;
}
.sp-module.sjflatmenu .modcontent .accordion-menu li.fm-opened .fm-container ul {
	list-style-type: none;
	margin-left: 20px;
}
.sp-module.sjflatmenu .modcontent .accordion-menu li.fm-opened .fm-container ul li {
	border: none;
	padding: 2px 0;
}
.sp-module.sjflatmenu .modcontent .accordion-menu li.fm-opened .fm-container ul li .fm-item {
	position: relative;
	top: 6px;
}
.sp-module.sjflatmenu .modcontent .accordion-menu li.fm-opened .fm-container ul li .fm-item a {
	background: none;
	padding-left: 0;
	font-weight: normal;
}
.sp-module.sjflatmenu .modcontent .accordion-menu li.fm-opened .fm-container ul li a {
	padding-left: 0;
	line-height: normal;
}
.sp-module.sjflatmenu .modcontent .accordion-menu li.fm-opened .fm-container ul li:hover a {
	color: #95c11f;
}
.sp-module.sjflatmenu .modcontent .accordion-menu li.fm-opened .fm-container ul li.fm-opened:hover {
	background: #fff;
}
.sp-module.sjflatmenu .modcontent .accordion-menu li.fm-opened .fm-container ul li.fm-opened:hover li:hover {
	background: #fff;
}
.sp-module.sjflatmenu .modcontent .accordion-menu li.fm-opened .fm-container ul li.fm-opened:hover a {
	color: #666;
}
.sp-module.sjflatmenu .modcontent .accordion-menu li.fm-opened .fm-container ul li.fm-opened:hover a:hover {
	color: #95c11f;
}
.sp-module.sjflatmenu .modcontent .accordion-menu li.fm-opened .fm-container ul li.fm-opened .fm-item a {
	color: #666;
}
.sp-module.sjflatmenu .modcontent .accordion-menu li.fm-opened .fm-container ul li.fm-opened .fm-item:hover a {
	color: #95c11f;
}
@-moz-document url-prefix() {
 .offcanvas-menu {
 right: -320px;
 transform: translateX(0px);
}
}
.sj-megamenu-vertical .level-1 a >span {
	text-transform: capitalize;
}
body {
	line-height: 24px;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	background-color: #ffffff;
	color: #252525;
	padding: 0 !important;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
}
label {
	font-weight: normal;
	text-tranform: uppercase;
}
legend {
	padding-bottom: 10px;
}
img {
	max-width: 100%;
	height: auto;
}
.btn, .sppb-btn {
	-webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
	-o-transition: color 400ms, background-color 400ms, border-color 400ms;
	transition: color 400ms, background-color 400ms, border-color 400ms;
}
.offline-inner {
	margin-top: 100px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	display: block;
	height: 35px;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.828571429;
	color: #555555;
	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);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 -webkit-transition: border-color ease-in-out .15s, 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:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
select::-moz-placeholder, textarea::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder, .uneditable-input::-moz-placeholder {
 color: #999;
 opacity: 1;
}
select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, .uneditable-input:-ms-input-placeholder {
 color: #999;
}
select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, .uneditable-input::-webkit-input-placeholder {
 color: #999;
}
select[disabled], select[readonly], fieldset[disabled] select, textarea[disabled], textarea[readonly], fieldset[disabled] textarea, input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], .uneditable-input[disabled], .uneditable-input[readonly], fieldset[disabled] .uneditable-input {
	cursor: not-allowed;
	background-color: #eeeeee;
	opacity: 1;
}
textareaselect, textareatextarea, textareainput[type="text"], textareainput[type="password"], textareainput[type="datetime"], textareainput[type="datetime-local"], textareainput[type="date"], textareainput[type="month"], textareainput[type="time"], textareainput[type="week"], textareainput[type="number"], textareainput[type="email"], textareainput[type="url"], textareainput[type="search"], textareainput[type="tel"], textareainput[type="color"], textarea.uneditable-input {
	height: auto;
}
.group-control select, .group-control textarea, .group-control input[type="text"], .group-control input[type="password"], .group-control input[type="datetime"], .group-control input[type="datetime-local"], .group-control input[type="date"], .group-control input[type="month"], .group-control input[type="time"], .group-control input[type="week"], .group-control input[type="number"], .group-control input[type="email"], .group-control input[type="url"], .group-control input[type="search"], .group-control input[type="tel"], .group-control input[type="color"], .group-control .uneditable-input {
	width: 100%;
}
.box-login .login input[type="text"], .box-login .login input[type="password"] {
	line-height: 15px;
}
.scrollup {
	width: 40px;
	height: 40px;
	line-height: 38px;
	position: fixed;
	bottom: 45%;
	right: 25px;
	display: none;
	z-index: 1;
	color: #fff !important;
	border-radius: 100px;
	background-color: #95c11f;
}
.scrollup:before {
	content: " \f106";
	font-family: "FontAwesome";
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: center;
	font-size: 18px;
}
#sp-top-bar {
	border-bottom: 1px solid #e5e5e5;
	background-color:#fff !important;
	min-height: 40px;
}
#sp-top-bar a {
	color: #7f7e7e;
	font-size: 14px;
}
#sp-top-bar a:hover {
	color: #95c11f;
}
#sp-position3 .sp-module-content a img {
	max-width: inherit;
}
#sp-logo .logo a img {
	max-width: 95px;
}
#sp-top1 .sp-module {
	display: inline-block;
	margin: 0;
	font-size: 12px;
	vertical-align: top;
}
#sp-top1 .yt-loginform > li {
	border-right: 1px solid #3e3e3e;
	margin-right: -2px;
	padding: 0;
}
#sp-top1 .yt-loginform > li a {
	padding: 10px 20px;
	display: block;
	border-radius: 0;
}
#sp-top1 .yt-loginform > li a:hover {
	color: #95c11f;
}
.sj-minicart-pro .mc-list .mc-product-inner .mc-remove {
	width: 18px !important;
	height: 18px !important;
	position: absolute;
	top: 0px !important;
	right: 0px;
	display: inline-block;
	cursor: pointer;
}
.mini-cart .sj-minicart-pro .mc-wrap .mc-content .mc-list .mc-product-inner .mc-attribute .attr-name a {
	font-size: 15px !important;
	color: #7f7e7e !important;
	font-weight: 400 !important;
	font-family: "Roboto", sans-serif !important;
	text-transform: lowercase !important;
}
.mini-cart .sj-minicart-pro .mc-wrap .mc-content .mc-list .mc-product-inner .mc-attribute .attr-price span.value {
	font-size: 16px;
	color: #222;
	font-weight: bold;
	padding-right: 10px;
}
.mini-cart .sj-minicart-pro .mc-wrap .mc-content .mc-footer .mc-gotocart {
	vertical-align:top !important;
}
.mini-cart .sj-minicart-pro .mc-wrap .mc-content .mc-footer .mc-checkout-footer {
	vertical-align:top !important;
}
.mini-cart .sj-minicart-pro .mc-wrap .mc-content .mc-footer .mc-checkout-footer {
	border:1px solid #95c11f !important;
}
.mini-cart .sj-minicart-pro .mc-wrap .mc-content .mc-list .mc-product-inner {
	margin: 0px 0 15px !important;
	padding-bottom:10px !important;
}
.mini-cart .sj-minicart-pro .mc-wrap .mc-content .mc-footer .mc-totalprice-footer {
	text-transform:none;
	font-size:18px;
}
.mini-cart .sj-minicart-pro .mc-wrap .mc-content .mc-footer .mc-totalprice-footer strong {
	font-size: 18px;
	color: #95c11f;
	font-weight: bold;
	padding-right: 10px;
	font-family: "Montserrat", sans-serif;
}
.mini-cart .sj-minicart-pro .mc-wrap .mc-content .mc-footer .mc-totalprice-footer {
	margin:15px 0 !important;
}
#sp-top1 .yt-loginform > li:hover a {
	background: #95c11f;
	color: white;
}
#sp-top1 .yt-loginform > li:hover a:hover {
	color: #95c11f;
}
#sp-top1 #logout-form .logout-button {
	margin-top: 5px;
}
#sp-top1 #logout-form .btn {
	border: none;
}
#sp-top1 .mod-languages .btn-group:hover .dropdown-menu {
	display: block;
}
#sp-top1 .mod-languages .btn-group:hover ul.lang-block {
	opacity: 1;
	transform: rotateX(0deg);
}
#sp-top1 .mod-languages .dropdown-toggle {
	display: block;
	line-height: 30px;
	border-radius: 0;
}
#sp-top1 .mod-languages .dropdown-toggle:hover {
	background: #e6e6e6;
	color: #666;
}
#sp-top1 .mod-languages ul.lang-block {
	border-radius: 0;
	border: none;
	opacity: 0;
	transform: rotateX(-70deg);
	display: block;
	transform-origin: top center;
	transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
}
#sp-top1 .mod-languages ul.lang-block li a {
	padding: 10px;
}
.sticky-wrapper {
	position: relative;
	z-index: 99;
}
#sp-header {
	padding: 14px 0 24px 0;
	color: #bfbfbf;
}
#sp-header.menu-fixed {
	position: fixed;
	z-index: 999;
	background: #ffffff none repeat scroll 0 0;
	left: 0;
	top: 0;
	width: 100%;
}
#sp-header .btn-warning {
	padding: 10px 25px;
	text-transform: uppercase;
	background: #95c11f;
}
#sp-header .btn-warning:hover {
	background: #08689b;
}
.logo .sp-retina-logo {
	display: none;
}
.sticky-wrapper.is-sticky {
	position: relative;
	z-index: 999;
}
table.header-info {
	width: 100%;
}
table.header-info td {
	position: relative;
	padding-left: 40px;
}
table.header-info td:nth-child(3) {
 padding-left: 50px;
}
table.header-info td:nth-child(4) {
 text-align: right;
}
table.header-info .fa {
	font-size: 30px;
	float: left;
	color: #95c11f;
	position: absolute;
	left: 0px;
	margin-top: 12px;
}
table.header-info h4 {
	color: white;
	font-size: 15px;
	margin-bottom: 2px;
}
#sp-title {
	min-height: 0;
}
.sp-page-title {
	padding: 30px 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
}
.sp-page-title h2, .sp-page-title h3 {
	margin: 0;
	padding: 0;
	color: #fff;
}
.sp-page-title h2 {
	font-size: 24px;
	line-height: 1;
}
.sp-page-title h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	margin-top: 10px;
}
.sp-page-title .breadcrumb {
	background: none;
	padding: 0;
	margin: 10px 0 0 0;
}
.sp-page-title .breadcrumb >.active {
	color: rgba(255, 255, 255, 0.8);
}
.sp-page-title .breadcrumb >span, .sp-page-title .breadcrumb >li, .sp-page-title .breadcrumb >li+li:before, .sp-page-title .breadcrumb >li>a {
	color: #fff;
}
.body-innerwrapper {
	overflow-x: hidden;
}
.layout-boxed .body-innerwrapper {
	max-width: 1240px;
	margin: 0 auto;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#sp-main-body {
	padding: 0 0 30px;
}
.view-category #sp-main-body {
	padding: 50px 0 30px;
}
.com-sppagebuilder #sp-main-body {
	padding: 0;
}
.sppb-addon-cta .sppb-cta-subtitle {
	margin-bottom: 0;
	line-height: 26px !important;
}
.sppb-addon-cta .sppb-btn-lg {
	margin-top: 30px;
}
.sppb-addon-image-content {
	position: relative;
}
.sppb-addon-image-content .sppb-image-holder {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	background-position: 50%;
	background-size: cover;
}
.sppb-addon-image-content.aligment-left .sppb-image-holder {
	left: 0;
}
.sppb-addon-image-content.aligment-left .sppb-content-holder {
	padding: 120px 0 120px 50px;
}
.sppb-addon-image-content.aligment-right .sppb-image-holder {
	right: 0;
}
.sppb-addon-image-content.aligment-right .sppb-content-holder {
	padding: 120px 50px 120px 0;
}
@media (max-width: 768px) {
 .sppb-addon-image-content .sppb-image-holder {
 position: inherit;
 width: 100% !important;
 height: 300px;
}
}
.sppb-addon--slider .yt-content-slider .owl-controls .owl-nav {
	position: static;
}
.sppb-addon--slider .yt-content-slider .owl-controls .owl-nav .owl-prev, .sppb-addon--slider .yt-content-slider .owl-controls .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 0px;
	font-size: 18px;
	top: 50%;
	position: absolute;
	z-index: 1;
	background: rgba(200, 200, 200, 0.6);
	font-family: 'FontAwesome';
	margin-top: -25px;
}
.sppb-addon--slider .yt-content-slider .owl-controls .owl-nav .owl-prev:hover, .sppb-addon--slider .yt-content-slider .owl-controls .owl-nav .owl-next:hover {
	background: #95c11f;
	color: white;
}
.sppb-addon--slider .yt-content-slider .owl-controls .owl-nav .owl-prev {
	left: 30px;
}
.sppb-addon--slider .yt-content-slider .owl-controls .owl-nav .owl-next {
	right: 30px;
}
.sppb-addon--slider .yt-content-slider .owl-dots {
	position: absolute;
	bottom: -45px;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.sppb-addon--slider .yt-content-slider .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
}
.sppb-addon--slider .yt-content-slider .owl-dots .owl-dot.active span {
	background: #95c11f;
}
.sppb-addon--slider .yt-content-slider .yt-content-slide .caption {
	background: none;
	color: #fff;
	text-align: center;
	top: 47%;
	bottom: auto !important;
	left: 50% !important;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.sppb-addon--slider .yt-content-slider .caption .title-small {
	font-size: 16px;
	margin: 0 0 20px;
	font-weight: 600;
	opacity: 0;
	text-transform: uppercase;
}
.sppb-addon--slider .yt-content-slider .caption h2 {
	font-size: 60px;
	margin: 0 0 20px;
	opacity: 0;
}
.sppb-addon--slider .yt-content-slider .caption p {
	opacity: 0;
	width: 50%;
	margin: 0 auto 30px;
	font-size: 20px;
}
.sppb-addon--slider .yt-content-slider .caption p a {
	width: 50%;
	margin: 0 auto 30px;
	font-size: 15px;
	color:#fff;
	font-weight:500;
	text-transform: uppercase;
	text-decoration:underline;
}
.sppb-addon--slider .yt-content-slider .caption .button-find {
	background: #95c11f;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	opacity: 0;
	padding: 15px 25px;
	display: inline-block;
	box-shadow: none;
	min-width: 170px;
	border: none;
}
.sppb-addon--slider .yt-content-slider .caption .button-find:hover {
	background: #08689b;
}
.sppb-addon--slider .yt-content-slider .active .caption .title-small {
	opacity: 1;
	position: relative;
	animation: fadeInTop 2.1s ease-in-out;
}
.sppb-addon--slider .yt-content-slider .active .caption h2 {
	opacity: 1;
	position: relative;/* animation: fadeInTop 1.8s ease-in-out; */
}
.sppb-addon--slider .yt-content-slider .active .caption p {
	opacity: 1;
	position: relative;/* animation: fadeInTop 1.5s ease-in-out;*/
}
.sppb-addon--slider .yt-content-slider .active .caption .button-find {
	opacity: 1;
	position: relative;/* animation: fadeInTop 1.2s ease-in-out;*/
}
#sppb-addon-1504165457714 .sppb-addon-faq .sppb-addon-heading {
	margin-bottom: 50px;
}
#sppb-addon-1504165457714 .sppb-addon-faq ul.yt-accordion li.yt-accordion-group {
	margin-bottom: 20px;
}
#sppb-addon-1504165457714 .sppb-addon-faq ul.yt-accordion li.yt-accordion-group h3.accordion-heading {
	text-shadow: none;
	padding: 18px 20px;
	line-height: 25px;
	font-weight: 600;
	position: relative;
}
#sppb-addon-1504165457714 .sppb-addon-faq ul.yt-accordion li.yt-accordion-group h3.accordion-heading:after {
	content: "";
	background: url("../../images/arrow-plus.png") no-repeat 0 0;
	width: 25px;
	height: 25px;
	position: absolute;
	z-index: 2;
	right: 15px;
	top: 15px;
}
#sppb-addon-1504165457714 .sppb-addon-faq ul.yt-accordion li.yt-accordion-group h3.accordion-heading:hover {
	background: #95c11f;
	color: white;
}
#sppb-addon-1504165457714 .sppb-addon-faq ul.yt-accordion li.yt-accordion-group h3.accordion-heading:hover:after {
	background-position: 0 -100px;
}
#sppb-addon-1504165457714 .sppb-addon-faq ul.yt-accordion li.yt-accordion-group h3.accordion-heading.active:after {
	background-position: 0 -149px;
}
#sppb-addon-1504165457714 .sppb-addon-faq ul.yt-accordion li.yt-accordion-group .yt-accordion-inner {
	padding: 0 20px 15px 20px;
}
.content-slider--team {
	margin-top: 50px;
}
.content-slider--team .owl-controls .owl-nav {
	position: static;
}
.content-slider--team .owl-controls .owl-nav .owl-prev, .content-slider--team .owl-controls .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 0px;
	font-size: 18px;
	top: 44%;
	position: absolute;
	z-index: 1;
	background: rgba(200, 200, 200, 0.6);
	font-family: 'FontAwesome';
}
.content-slider--team .owl-controls .owl-nav .owl-prev:hover, .content-slider--team .owl-controls .owl-nav .owl-next:hover {
	background: #95c11f;
	color: white;
}
.content-slider--team .owl-controls .owl-nav .owl-prev {
	left: -80px;
}
.content-slider--team .owl-controls .owl-nav .owl-prev:before {
	content: "\f053";
}
.content-slider--team .owl-controls .owl-nav .owl-next {
	right: -80px;
}
.content-slider--team .owl-controls .owl-nav .owl-next:before {
	content: "\f054";
}
.content-slider--team .yt-content-slide:hover img {
	opacity: 0.8;
}
.content-slider--team .yt-content-slide:hover .list-social {
	transform: translateY(0);
}
.content-slider--team .yt-content-slide .image {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.content-slider--team .yt-content-slide .list-social {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #95c11f;
	text-align: center;
	margin: 0;
	transition: all 0.3s ease-in-out;
	transform: translateY(100%);
}
.content-slider--team .yt-content-slide .list-social a {
	color: white;
	font-size: 0;
	padding: 13px;
}
.content-slider--team .yt-content-slide .list-social a:hover {
	color: #eee;
}
.content-slider--team .yt-content-slide .list-social a:before {
	font-size: 22px;
}
.content-slider--team .yt-content-slide .content {
	text-align: center;
	padding: 15px 7px;
}
.content-slider--team .yt-content-slide .content h3 {
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0 5px;
}
.content-slider--team .yt-content-slide .content > span {
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
}
.sppb-addon--awards .sppb-addon-content {
	padding: 75px 70px;
	text-align: center;
}
.sppb-addon--awards .sppb-addon-heading {
	margin-bottom: 70px;
}
.sppb-addon--awards .yt-content-slider .yt-content-slide .caption {
	position: static;
	font-size: 14px;
	background: none;
	font-weight: 600;
	color: #1c1c1c;
	text-transform: uppercase;
}
.sppb-addon--awards .yt-testimonials-slider .owl-controls .owl-nav {
	margin-top: 40px;
}
.sppb-addon--awards .yt-testimonials-slider .owl-controls .owl-nav .owl-prev, .sppb-addon--awards .yt-testimonials-slider .owl-controls .owl-nav .owl-next {
	position: static;
	margin: 0 5px;
	opacity: 1;
}
.sp-module {
}
.sp-module:first-child {
	margin-top: 0;
}
.sp-module .sp-module-title {
    padding-bottom: 25px;
    font-weight: 600;
    font-size: 35px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
.sp-module .categories-module >li >a {
	color: #222;
}
.sp-module .categories-module >li.hover ul {
	display: block;
}
.sp-module .categories-module >li ul {
	margin: 0 10px;
	display: none;
}
.sp-module .latestnews >div {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #e8e8e8;
}
.sp-module .latestnews >div:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
.sp-module .latestnews >div >a {
	display: block;
	font-weight: 400;
}
.sp-module .tagscloud {
	margin: -2px 0;
}
.sp-module .tagscloud .tag-name {
	display: inline-block;
	padding: 5px 10px;
	background: #808080;
	color: #fff;
	border-radius: 4px;
	margin: 2px 0;
}
.sp-module .tagscloud .tag-name span {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}
.sp-module.sj_latest_products {
	position: relative;
}
.module--extraslider1 .sppb-addon-title {
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}
.module--extraslider1 .sj-extraslider .heading-title {
	float: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 35px;
}
.module--extraslider1 .sj-extraslider .pre-text {
	text-align: center;
	color: #767676;
	font-style: italic;
}
.module--extraslider1 .sj-extraslider .post-text {
	margin: 50px auto;
	text-align: center;
	width: 70%;
	color: #222222;
}
.module--extraslider1 .sj-extraslider .extraslider-inner {
	border: none;
	overflow: visible;
}
.module--extraslider1 .sj-extraslider .extraslider-inner .item {
 transition: .3s ease-in-out all;
}
.module--extraslider1 .sj-extraslider .extraslider-inner .item-wrap-inner {
	margin: 0;
}
.module--extraslider1 .sj-extraslider .extraslider-inner .item-image {
	position: relative;
	background: black;
}
.module--extraslider1 .sj-extraslider .extraslider-inner .item-image:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 60px;
	height: 1px;
	background: white;
	transition: all 0.15s ease-in;
	opacity: 0;
}
.module--extraslider1 .sj-extraslider .extraslider-inner .item-image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 60px;
	background: white;
	z-index: 2;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.module--extraslider1 .sj-extraslider .extraslider-inner .item:hover {
	transform: translate3d(0, -2px, 0);
	transition: all 0.3 cubic-bezier(0.55, 0, 0.1, 1);
}
.module--extraslider1 .sj-extraslider .extraslider-inner .item:hover img {
	opacity: 0.6;
}
.module--extraslider1 .sj-extraslider .extraslider-inner .item:hover .item-image:after {
	left: 50%;
	transform: translate(-50%, 0);
	opacity: 1;
}
.module--extraslider1 .sj-extraslider .extraslider-inner .item:hover .item-image:before {
	top: 50%;
	transform: translate(0, -50%);
	opacity: 1;
}
.module--extraslider1 .sj-extraslider .extraslider-inner .item:hover .item-wrap-inner {
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.19);
}
.module--extraslider1 .sj-extraslider .extraslider-inner .item-wrap {
	margin: 8px;
}
.module--extraslider1 .sj-extraslider .extraslider-inner .item-wrap.style2 .item-info {
	background: white;
	margin: 0;
	padding: 0;
	text-align: center;
	padding: 30px 30px 20px;
}
.module--extraslider1 .sj-extraslider .extraslider-inner .item-wrap.style2 .item-info .item-title {
	padding: 0;
}
.module--extraslider1 .sj-extraslider .extraslider-inner .item-wrap.style2 .item-info .item-title a {
	color: #222222;
	font-size: 20px;
	font-weight: 500;
	text-transform: none;
}
.module--extraslider1 .sj-extraslider .extraslider-inner .item-wrap.style2 .item-info .item-title a:hover {
	color: #95c11f;
}
.module--extraslider1 .sj-extraslider .extraslider-inner .item-wrap.style2 .item-info .item-description {
	color: #666;
	padding-bottom: 10px;
}
.module--extraslider1 .sj-extraslider .extraslider-inner .item-wrap.style2 .item-info .item-readmore {
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 10px;
}
.module--extraslider1 .sj-extraslider .owl-controls .owl-nav {
	position: static;
}
.module--extraslider1 .sj-extraslider .owl-controls .owl-nav .owl-prev, .module--extraslider1 .sj-extraslider .owl-controls .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 0px;
	font-size: 18px;
	top: 44%;
	position: absolute;
	z-index: 1;
	background: rgba(200, 200, 200, 0.6);
	font-family: 'FontAwesome';
}
.module--extraslider1 .sj-extraslider .owl-controls .owl-nav .owl-prev:hover, .module--extraslider1 .sj-extraslider .owl-controls .owl-nav .owl-next:hover {
	background: #95c11f;
	color: white;
}
.module--extraslider1 .sj-extraslider .owl-controls .owl-nav .owl-prev {
	left: -80px;
}
.module--extraslider1 .sj-extraslider .owl-controls .owl-nav .owl-prev:before {
	content: "\f053";
}
.module--extraslider1 .sj-extraslider .owl-controls .owl-nav .owl-next {
	right: -80px;
}
.module--extraslider1 .sj-extraslider .owl-controls .owl-nav .owl-next:before {
	content: "\f054";
}
.module--extraslider1 .sj-extraslider .owl-controls .owl-next, .module--extraslider1 .sj-extraslider .owl-controls .owl-prev {
	opacity: 0;
}
.module--extraslider1 .sj-extraslider:hover .owl-controls .owl-next {
	opacity: 1;
}
.module--extraslider1 .sj-extraslider:hover .owl-controls .owl-prev {
	opacity: 1;
}
.counter-wrap {
	text-align: center;
}
.counter-wrap .yt-counter-wrapper {
	padding: 0;
}
.counter-wrap .yt-counter-wrapper .yt-counter-icon {
	float: none !important;
	margin: 0 0 15px !important;
	display: inline-block;
}
.counter-wrap .yt-counter-wrapper .yt-counter-number {
	font-weight: 700;
	margin-bottom: 5px;
	color: #95c11f;
}
.sppb-section--contact .sppb-addon-heading {
	color: white;
	margin-bottom: 50px;
}
.sppb-addon--contactus {
	min-height: 335px;
	background: white;
	margin-bottom: 50px;
	text-align: center;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}
.sppb-addon--contactus > li {
	border-right: 1px solid #dadada;
	padding: 0 55px;
	width: 33.33%;
}
.sppb-addon--contactus > li p {
	margin-bottom: 0;
	color: #575757;
}
.sppb-addon--contactus > li:last-child {
	border: none;
}
.sppb-addon--contactus .fa {
	font-size: 36px;
	margin-bottom: 25px;
	color: #95c11f;
}
.sppb-addon--contactus .contact--link {
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;
	padding: 5px;
	display: inline-block;
}
#sp-features-brand .sp-module.brand .owl-carousel .owl-item img {
	opacity: 0.5;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	margin: 0 auto;
	width: auto;
}
#sp-features-brand .sp-module.brand .owl-carousel .owl-item img:hover {
	opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.sppb-addon--brand {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}
.sppb-addon--brand .item {
	width: 20%;
	text-align: center;
}
.sppb-addon--brand .item a {
	display: block;
}
.sppb-addon--brand .item:hover img {
	opacity: 0.8;
}
.sppb-section-testimonial {
	color: white;
}
.sppb-section-testimonial .owl-controls .owl-nav {
	position: static;
}
.sppb-section-testimonial .owl-controls .owl-nav .owl-prev, .sppb-section-testimonial .owl-controls .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 0px;
	font-size: 18px;
	top: 44%;
	position: absolute;
	z-index: 1;
	background: rgba(200, 200, 200, 0.6);
	font-family: 'FontAwesome';
}
.sppb-section-testimonial .owl-controls .owl-nav .owl-prev:hover, .sppb-section-testimonial .owl-controls .owl-nav .owl-next:hover {
	background: #95c11f;
	color: white;
}
.sppb-section-testimonial .owl-controls .owl-nav .owl-prev {
	left: -80px;
}
.sppb-section-testimonial .owl-controls .owl-nav .owl-prev:before {
	content: "\f053";
}
.sppb-section-testimonial .owl-controls .owl-nav .owl-next {
	right: -80px;
}
.sppb-section-testimonial .owl-controls .owl-nav .owl-next:before {
	content: "\f054";
}
.sppb-section-testimonial .sppb-addon-heading {
	margin-bottom: 30px;
}
.sppb-section-testimonial .heading-subtitle {
	color: white;
}
.sppb-section-testimonial .sppb-testimonial-pro {
	padding-top: 115px;
}
.sppb-section-testimonial .sppb-testimonial-pro:before {
	content: ",,";
	font-family: "Times New Roman";
	font-size: 160px;
	color: #95c11f;
	text-align: center;
	position: absolute;
	z-index: 1;
	left: calc(50%);
	top: -10px;
	margin-left: -50px;
}
.sppb-section-testimonial .sppb-testimonial-pro .sppb-carousel-control {
	position: absolute;
	color: #919190;
	width: 36px;
	height: 36px;
	font-size: 30px;
	border: none;
	top: 44%;
	z-index: 1;
	background: rgba(200, 200, 200, 0.2);
	line-height: 36px;
}
.sppb-section-testimonial .sppb-testimonial-pro .sppb-carousel-control.left {
	left: 0;
}
.sppb-section-testimonial .sppb-testimonial-pro .sppb-carousel-control.right {
	right: 0;
}
.sppb-section-testimonial .sppb-testimonial-pro .sppb-carousel-control:hover {
	background: #95c11f;
	color: white;
}
.sppb-section-testimonial .sppb-testimonial-pro .sppb-carousel-inner {
	max-width: 70%;
	margin: 0 auto;
	text-align: center;
}
.sppb-section-testimonial .sppb-testimonial-pro .item-avatar {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}
.sppb-section-testimonial .sppb-testimonial-pro .item-avatar .item-image {
	margin: 0 30px;
	overflow: hidden;
	border-radius: 50%;
}
.sppb-section-testimonial .sppb-testimonial-pro .item-avatar .item-image img {
	border-radius: 50%;
	margin: 0;
}
.sppb-section-testimonial .sppb-testimonial-pro .item-avatar .item-info {
	text-align: left;
}
.sppb-section-testimonial .sppb-testimonial-pro .item-avatar .item-info .sppb-testimonial-client {
	font-size: 16px;
	margin: 0;
}
.sppb-section-testimonial .sppb-testimonial-pro .item-avatar .item-info .pro-client-name {
	text-transform: uppercase;
}
.sppb-section-testimonial .sppb-testimonial-pro .sppb-testimonial-message {
	font-size: 14px;
	margin-bottom: 50px;
}
#sp-footer-title {
	margin-top: 44px;
	position: relative;
}
#sp-footer-title #sp-position3 .sp-module p {
	margin: 0px;
	padding: 10px 0;
}
#sp-footer-title #sp-user1 {
	z-index: 102;
	margin-top:10px;
}
#sp-footer-title #sp-user2 {
	margin-top:10px;
}
#sp-footer-title #sp-user1 .footer-links {
	float: right;
}
#sp-footer-title #sp-user1 .footer-links >li >a {
	text-transform: capitalize;
}
#sp-footer-title #sp-user1 .footer-links >li >a:focus {
	background-color: transparent;
}
#sp-user2 h3.sp-module-title {
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	font-size: 22px;
	text-transform: capitalize;
	float: left;
	margin: 10px 0 0 !important;
}
#sp-user2 ul.social-icons {
	float: left;
	margin: 0px;
	padding: 4px 0;
}
#sp-user2 ul.social-icons li {
	list-style: none;
	float: left;
	padding-left: 0;
}
#sp-user2 ul.social-icons li a {
	color: #95c11f;
	background: #fff;
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	text-align: center;
	margin: 0 10px 0 0;
}
#sp-user2 ul.social-icons li a:hover {
	background: #a5d6ea;
}
#sp-position-7 .sj-categories .modtitle {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	padding-top:0px;
	margin-top:0px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 0px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}
#sp-categorie {
	padding: 0px !important;
}
#sp-categorie .container {
	/* width:100%; */
}
.com-virtuemart.view-category #category-view .category img {
	border-radius:9px;
	margin-bottom: 10px;
}
.com-virtuemart.view-category #category-view .category {
	line-height: normal;
}
@media (min-width:768px) {
#sp-categorie .container #sp-position-7 img {
	border-radius:9px;
}
}
#sp-categorie #sp-position-7 {
	padding: 0px !important;
}
#sp-feature-item {
	padding: 30px 0 0px !important;
}
#sp-position-7 .sj-categories.preset01-4 .cat-wrap .content-box {
	text-align: center;
	padding-top: 20px;
}
#sp-position-7 .sj-categories.preset01-4 .cat-wrap .content-box .cat-title a:before {
	content: "\f138";
	font-family: FontAwesome;
	color: #ddd;
	padding-right: 5px;
	font-size:20px;
}
#sp-position-7 .sj-categories.preset01-4 .cat-wrap .content-box .cat-title a {
	text-transform: none;
	font-size:17px;
	color: #fff;
}
#sp-position-7 .sj-categories.preset01-4 .cat-wrap .content-box .cat-title a:hover {
	color: rgba(255,255,255,0.70);
}
#sp-position-7 .sj-categories .cat-wrap.theme3 .content-box img {
	width: auto;
	display: inline-block;
}
#sp-position-7 .sj-categories .cat-wrap.theme3 .owl-controls .owl-nav {
	position: absolute;
	z-index: 99;
	top: -35px;
	right: 0px;
}
#sp-position-7 .sj-categories .cat-wrap.theme3 .owl-controls .owl-nav > div {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 0;
	overflow: hidden;
	cursor: pointer;
	background-color: transparent;
	position: relative;
	display: inline-block;
	border: none;
	right: auto;
	float: none;
	color: #fff;
}
#sp-position-7 .sj-categories .cat-wrap.theme3 .owl-controls .owl-nav > div:hover:before {
	color: rgba(255,255,255,.7);
}
#sp-position-7 .sj-categories .cat-wrap.theme3 .owl-controls .owl-nav .owl-prev {
	left: 0;
}
#sp-position-7 .sj-categories .cat-wrap.theme3 .owl-controls .owl-nav .owl-prev:before {
	font-family: FontAwesome;
	font-size: 28px;
	content: "\f104";
}
#sp-position-7 .sj-categories .cat-wrap.theme3 .owl-controls .owl-nav .owl-next {
	right: 0;
}
#sp-position-7 .sj-categories .cat-wrap.theme3 .owl-controls .owl-nav .owl-next:before {
	font-family: FontAwesome;
	font-size: 28px;
	content: "\f105";
}
#sp-bottom h3.sp-module-title {
	    font-size: 20px;
    border-bottom: 0;
    text-align: left;
    font-weight: 600;
    text-transform: none;
    color: #90ba1e;
}
#sp-bottom1, #sp-bottom1 a {
	color: #252525;
}


#sp-bottom1 a:hover {
	color: #90ba1e;
	transition: 0.2s;
}

#sp-bottom1 .p1, #sp-bottom3 .p1{
	border: 0 none;
    font-size: 14px;
    padding: 0;
    color: #252525;
    font-weight: 400;
    line-height: 30px;
}

#sp-bottom3 {
	color: #252525;
}
.item-inner-title-module-title::before {
 content: "";
 background: #95c11f;
 width: 120px;
 height: 2px;
 position: absolute;
 bottom: -2px;
 left: 0;
}
#sp-user4 .sp-module-content .owl-carousel .item {
	margin: 0;
	padding: 0px;
	border: 0;
	text-align: left;
}
#sp-user4 .sp-module-content .sj-extraslider .extraslider-inner .item .item-image a:hover img {
	opacity: 0.85;
}
#sp-user4 .sp-module-content .sj-extraslider .extraslider-inner .item .item-image a img {
	height: 254px;
}
#sp-feature-item .sj-listing-tabs .owl2-controls .owl2-nav {
	top: 20px;
	right: 30px;
}
#sp-feature-item .sj-listing-tabs .ltabs-tabs-container {
	margin: 0;
}
#sp-feature-item .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs {
	border-bottom: 1px solid #ddd;
	margin: 0 0 30px;
	z-index: 999;
}
#sp-feature-item .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab {
	border: 0;
	display: inline-block;
	line-height: 100%;
	padding: 5px 0;
	float: none;
	position: relative;
	margin: 0 30px 0 0;
}
#sp-feature-item .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab.tab-sel {
	background-color: transparent;
}
#sp-feature-item .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab.tab-sel span.ltabs-tab-label {
	color: #222;
}
#sp-feature-item .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab.tab-sel:after {
	width: 100%;
	left: 0;
}
#sp-feature-item .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab:hover {
	background-color: transparent;
}
#sp-feature-item .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab:hover .ltabs-tab-label {
	color: #95c11f;
}
#sp-feature-item .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab span.ltabs-tab-label {
	color: #999;
	display: block;
	font-size: 18px;
	font-weight: 300;
	padding: 0;
	text-transform: none;
}
#sp-feature-item .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	background-color: #95c11f;
	transition: all 0.2s ease-in-out 0s;
}
#sp-feature-item .sj-listing-tabs .ltabs-items-container {
	clear: both;
	margin-top: 10px;
}
#sp-feature-item .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container:hover .left-block .vm-product-media-container a img {
	opacity: 0.65;
}
#sp-feature-item .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container:hover .right-block .group-addtocart {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	visibility: visible;
}
#sp-feature-item .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .left-block {
	position: relative;
	overflow: hidden;
}
#sp-feature-item .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .left-block .vm-product-media-container .sj_quickview_handler:before {
	content: "\f002";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	font-family: "FontAwesome";
}
.sp-module.in-edicola .sp-module .sp-module-title:before {
	width: 150px;
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-wrap {
	overflow: unset;
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container {
	position: absolute;
	top: 6px;
	right: 0;
	margin: 0;
	float: right;
	height: 0;
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs {
	margin: 0 60px 0 0;
	z-index: 999;
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li.ltabs-tab {
	border: 0;
	/* display: inline-block; */
  display: none;
	line-height: 100%;
	padding: 0 0 5px 0;
	float: none;
	margin-left: 20px;
	position: relative;
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li.ltabs-tab.tab-sel {
	background-color: transparent;
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li.ltabs-tab.tab-sel span.ltabs-tab-label {
	color: #95c11f;
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li.ltabs-tab.tab-sel:after {
	width: 100%;
	left: 0;
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li.ltabs-tab:hover {
	background-color: transparent;
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li.ltabs-tab:hover .ltabs-tab-label {
	color: #95c11f;
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li.ltabs-tab span.ltabs-tab-label {
	color: #999;
	display: block;
	font-size: 14px;
	font-weight: 400;
	padding: 0;
	text-transform: capitalize;
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li.ltabs-tab:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	background-color: #95c11f;
	transition: all 0.2s ease-in-out 0s;
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-items-container {
	clear: both;
	margin-top: 10px;
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .owl2-controls .owl2-nav {
	right: 30px;
	top:20px;
}
.sp-module.in-edicola .sj-listing-tabs .owl2-controls .owl2-nav .owl2-prev {
	float: left;
	height: 20px;
	line-height: 28px;
	text-align: left;
	width: 20px;
	background-color: transparent;
	color: #999;
	position: absolute;
	top: 50%;
}
.sp-module.in-edicola .sj-listing-tabs .owl2-controls .owl2-nav .owl2-next {
	float: right;
	height: 20px;
	line-height: 28px;
	text-align: left;
	width: 20px;
	background-color: transparent;
	color: #999;
	position: absolute;
	top: 50%;
}
.sp-module.in-edicola .sj-listing-tabs .owl2-controls .owl2-nav .owl2-prev, .sp-module.in-evidenza .sj-listing-tabs .owl2-controls .owl2-nav .owl2-prev {
	left:-20px;
}
.sp-module.in-edicola .sj-listing-tabs .owl2-controls .owl2-nav .owl2-next, .sp-module.in-evidenza .sj-listing-tabs .owl2-controls .owl2-nav .owl2-next {
	right:-20px;
}
.sp-module.in-edicola .sj-listing-tabs .owl2-controls .owl2-nav .owl2-prev:before, .sp-module.in-evidenza .sj-listing-tabs .owl2-controls .owl2-nav .owl2-prev:before {
	content: "\f104";
}
.sp-module.in-edicola .sj-listing-tabs .owl2-controls .owl2-nav .owl2-next:before, .sp-module.in-evidenza .sj-listing-tabs .owl2-controls .owl2-nav .owl2-next:before {
	content: "\f105";
}
.sp-module.in-edicola .sj-listing-tabs .owl2-controls .owl2-nav .owl2-prev:hover, .sp-module.in-edicola .sj-listing-tabs .owl2-controls .owl2-nav .owl2-next:hover, .sp-module.in-evidenza .sj-listing-tabs .owl2-controls .owl2-nav .owl2-prev:hover, .sp-module.in-evidenza .sj-listing-tabs .owl2-controls .owl2-nav .owl2-next:hover {
	color:#4fb1c7;
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container, .sp-module.in-evidenza .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container {
	padding: 0px;
	margin: 0 0px 0px 0px;
	position: relative;
	overflow: hidden;
	border-radius: 0px;
}

.sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container:hover .left-block .vm-product-media-container .sj_quickview_handler, .sp-module.in-evidenza .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container:hover .left-block .vm-product-media-container .sj_quickview_handler {
	opacity: 1;
	top: 50%;
	transition: all 0.3s ease-in-out;
}
.sp-module.in-evidenza .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container:hover .right-block .group-addtocart {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	visibility: visible;
	bottom: 10px;
	margin: 0;
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container:hover .right-block .group-addtocart {
	opacity: 1;
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .left-block, .sp-module.in-evidenza .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .left-block {
	position: relative;
	overflow: hidden;
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .left-block .vm-product-media-container .sj_quickview_handler, .sp-module.in-evidenza .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .left-block .vm-product-media-container .sj_quickview_handler {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: #fff;
	color: #222;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 0;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .left-block .vm-product-media-container .sj_quickview_handler:before, .sp-module.in-evidenza .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .left-block .vm-product-media-container .sj_quickview_handler:before {
	content: "\f002";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	font-family: "FontAwesome";
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .left-block .vm-product-media-container .sj_quickview_handler:hover, .sp-module.in-evidenza .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .left-block .vm-product-media-container .sj_quickview_handler:hover {
	background: #444;
	color:#fff;
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .right-block, .sp-module.in-evidenza .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .right-block {
	clear: both;
	padding: 0px 0 5px 0;
	text-align: center;
	position: relative;
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .right-block .group-title-des h2, .sp-module.in-evidenza .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .right-block .group-title-des h2 {
	margin: 0px;
	text-align:left;
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .right-block .group-addtocart {
	opacity: 1;
}
.sp-module.in-evidenza .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .right-block .group-addtocart {
	width: 100%;
	padding: 0;
	margin-top: 10px;
	text-align: center;
	transition: all 0.2s ease-in-out;
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: -30px;
	border-top: 1px solid #e5e5e5;
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .right-block .group-addtocart .addtocart-area, .sp-module.in-evidenza .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .right-block .group-addtocart .addtocart-area {
	min-height: auto;
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .right-block .group-addtocart .addtocart-area label, .sp-module.in-evidenza .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .right-block .group-addtocart .addtocart-area label {
	display: none;
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .right-block .group-addtocart .vm-customfields-wrap, .sp-module.in-evidenza .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .right-block .group-addtocart .vm-customfields-wrap {
	display: none;
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .right-block .group-addtocart .addtocart-button, .sp-module.in-evidenza .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .right-block .group-addtocart .addtocart-button {
    padding: 25px 30px 23px 30px;
    font-size: 18px;
    font-weight: 600;
    background: url(../../images/ponpon-btn.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: none;
    border: none;
    display: inline-block;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}




@media (max-width:768px) {

	.sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .right-block .group-addtocart .addtocart-button, .sp-module.in-evidenza .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .right-block .group-addtocart .addtocart-button {
		padding: 25px 18px 23px 18px;
		font-size: 18px;
	}
	

}


@media (max-width:380px) {

	.sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .right-block .group-addtocart .addtocart-button, .sp-module.in-evidenza .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .right-block .group-addtocart .addtocart-button {
		padding: 25px 14px 23px 14px;
		font-size: 14px;
	}
}

@media (max-width:425px) {

	.product_s_desc {
		display: none;
	}

	
}



.sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .right-block .group-addtocart .addtocart-button:hover, .sp-module.in-evidenza .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .right-block .group-addtocart .addtocart-button:hover {
	    background: url(../../images/ponpon-btn-hover.svg);
	background-repeat: no-repeat;
    background-position: center;
	  transition: 0.3s;
}



.sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .right-block .group-addtocart .addtocart-button .addtocart-button, .sp-module.in-evidenza .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .right-block .group-addtocart .addtocart-button .addtocart-button {
	background: none;
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .right-block .group-addtocart .quantity-box, .sp-module.in-evidenza .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .right-block .group-addtocart .quantity-box {
	display: none;
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .vm-product-media-container .box-label .label-sale, .sp-module.in-evidenza .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .vm-product-media-container .box-label .label-sale {
	background-color: #95c11f;
	right: 20px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 1.2rem;
	font-weight: 700;
	height: 40px;
	width: 40px;
	line-height: 40px;
	position: absolute;
	top: 20px;
	text-transform: uppercase;
	z-index: 2;
	padding: 0;
	margin-bottom: 5px;
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .group-title-des h2 a, .sp-module.in-evidenza .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .group-title-des h2 a {
	font-size: 22px;
    line-height: 30px;
    color: #252525;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .group-title-des h2 a:hover, .sp-module.in-evidenza .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .group-title-des h2 a:hover {
	color: #ea5b7d;
    transition: ease-in-out 0.2s;
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .group-price .product-price, .sp-module.in-evidenza .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .group-price .product-price {
	float: none;
	text-align: left;
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .group-price .product-price .PricesalesPrice, .sp-module.in-evidenza .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .group-price .product-price .PricesalesPrice {
	display: inline-block;
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .group-price .product-price .PricesalesPrice span, .sp-module.in-evidenza .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .group-price .product-price .PricesalesPrice span {
	font-size: 18px;
	color: #222;
	font-weight: bold;
	padding-right: 10px;
	font-family: 'Roboto', sans-serif;
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .group-price .product-price .PricebasePriceVariant, .sp-module.in-evidenza .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .group-price .product-price .PricebasePriceVariant {
	display: inline-block;
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .group-price .product-price .PricebasePriceVariant span, .sp-module.in-evidenza .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .group-price .product-price .PricebasePriceVariant span {
	font-size: 14px;
	color: #7d7d7d;
	text-decoration: line-through;
	font-weight: 600;
	padding-left: 10px;
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-slider .ltabs-item {
	margin-bottom:0px;
}
.sj-categories {
	margin: 0px 0 !important;
}
.sj_vm_deals_wrap .item-inner-title-module-title::before {
 width: 170px;
}
.sj_vm_deals_wrap .owl-carousel .item {
	padding: 0;
}
.sj_vm_deals_wrap .owl-controls .owl-nav {
	top: -62px;
	right: 12px;
}
.sj_vm_deals_wrap:hover .sj_quickview_handler {
	opacity: 1;
	top: 46%;
	transition: all 0.3s ease-in-out;
}
.sj_vm_deals_wrap .sj_quickview_handler {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: #fff;
	color: #222;
	position: absolute;
	top: 100px;
	z-index: 100;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 0;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}
.sj_vm_deals_wrap .sj_quickview_handler:before {
	content: "\f002";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	font-family: "FontAwesome";
}
.sj_vm_deals_wrap .sj_quickview_handler:hover {
	background: #444;
	color:#fff;
}
.sj_vm_deals_wrap .item-title >a {
	color: #222;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 700;
}
.sj_vm_deals_wrap .item-title >a:hover {
	color: #95c11f;
}
.sj_vm_deals_wrap .item-prices .PricesalesPrice span {
	font-size: 20px;
	color: #95c11f;
	font-weight: 700;
}
.sj_vm_deals_wrap .item-prices .PricebasePriceVariant span {
	font-size: 12px;
	color: #999;
	text-decoration: line-through;
	font-weight: 600;
}
.sj_vm_deals_wrap .item-time-w .time-title {
	float: left;
	color: #222;
	width: 35%;
	margin-top: 20px;
}
.sj_vm_deals_wrap .item-time-w .time-title span {
	font-size: 20px;
	font-weight: 700;
	display: block;
	width: 100%;
}
.sj_vm_deals_wrap .item-time-w .item-deals {
	display: block;
	overflow: hidden;
}
.sj_vm_deals_wrap .item-time-w .item-deals .sj_deals_cd_day .num-time {
	border: none;
	font-size: 14px;
	color: #222;
	font-weight: 700;
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #eee;
	border-radius: 100%;
}
.sj_vm_deals_wrap .item-time-w .item-deals .sj_deals_cd_day .name-time {
	font-size: 10px;
	color: #666;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 3px;
	margin-left: 8px;
	float: left;
}
#sp-position-5 {
	margin: 15px 0;
}
.sp-page-builder.page-1 .page-header {
	padding: 0;
	margin: 0 0 20px;
	border: 0;
}
.sp-page-builder.page-1 .page-header h1 {
	display: none;
}
.fancybox-overlay {
	z-index: 1010 !important;
}
#fancybox-wrap {
	box-sizing: content-box;
	max-width: 366px;
 width: 365px !import;
}
#fancybox-wrap #fancybox-title-float-wrap {
	display: none;
}
#fancybox-wrap #fancybox-outer {
	border: 0;
	border-radius: 6px;
}
#fancybox-wrap #fancybox-outer #fancybox-content {
	position: relative;
	background: #fff;
	width: 360px !important;
}
#fancybox-wrap #fancybox-outer #fancybox-content >div {
	overflow: hidden !important;
}
#fancybox-wrap #fancybox-outer #fancybox-content >div .product-related-products {
	display: flex;
	flex-direction: row;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	width: 350px;
	border: none;
}
#fancybox-wrap #fancybox-outer #fancybox-content >div .product-related-products .product-field {
	width: 33%;
}
#fancybox-wrap #fancybox-outer #fancybox-content >div .product-related-products h4 {
	font-size: 14px;
}
#fancybox-wrap #fancybox-outer #fancybox-content >div .product-related-products .product-field-display a {
	color: #666;
}
#fancybox-wrap #fancybox-outer #fancybox-content >div .product-related-products .product-field-display a:hover {
	color: #95c11f;
}
#fancybox-wrap #fancybox-outer #fancybox-content >div .product-related-products .PricesalesPrice .vm-price-desc {
	display: none;
}
#fancybox-wrap #fancybox-outer #fancybox-content >div .product-related-products .PricesalesPrice span.PricesalesPrice {
	color: #95c11f;
}
#fancybox-wrap #fancybox-outer #fancybox-content >div >a {
	background: #444;
	border: 0 none;
	border-radius: 15px !important;
	bottom: 30px;
	color: #fff;
	display: inline-block;
	font-size: 100%;
	left: 20px;
	line-height: 22px;
	padding: 15px;
	text-shadow: none;
	transition: all 0.3s ease-in-out 0s;
	vertical-align: top;
	z-index: 2;
}
#fancybox-wrap #fancybox-outer #fancybox-content >div >a:hover {
	background: #95c11f;
}
#fancybox-wrap #fancybox-outer #fancybox-content >div >a.showcart {
	background: #95c11f;
	left: auto;
	right: 20px;
}
#fancybox-wrap #fancybox-outer #fancybox-content >div >a.showcart:hover {
	background: #444;
}
.sp-module.banner_blog {
	margin-top: 0px;
}
.sp-module.banner_blog .bannergroup .banneritem:hover img {
	opacity: 0.85;
}
#facebox_overlay {
	opacity: 0.6 !important;
}
#facebox {
	box-sizing: content-box;
	z-index: 9999;
}
#facebox .popup {
	border: 0;
	overflow: hidden;
}
#facebox .popup .content {
	padding: 15px 15px;
	position: relative;
	background: #fff;
}
#facebox .popup .content > h4 {
	font-size: 16px;
	margin-bottom: 30px;
}
#facebox .popup .content > h5 {
	font-size: 13px;
	margin-top: 30px;
}
#facebox .popup .content >a {
	background: #444;
	border: 0 none;
	border-radius: 0 !important;
	color: #fff;
	display: inline-block;
	padding: 5px 15px;
}
#facebox .popup .content >a:hover {
	background: #95c11f;
}
#facebox .popup .content >a.showcart {
	background: #95c11f;
	left: auto;
	right: 20px;
}
#facebox .popup .content >a.showcart:hover {
	background: #444;
}
#facebox .popup .content .product-related-products {
	display: flex;
	flex-direction: row;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	max-width: 320px;
	padding: 0;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
#facebox .popup .content .product-related-products .product-field {
	width: 33.33%;
	margin: 0 10px 0 0;
}
#facebox .popup .content .product-related-products h4 {
	font-size: 14px;
}
#facebox .popup .content .product-related-products .product-field-display a {
	color: #666;
}
#facebox .popup .content .product-related-products .product-field-display a:hover {
	color: #95c11f;
}
#facebox .popup .content .product-related-products .PricesalesPrice .vm-price-desc {
	display: none;
}
#facebox .popup .content .product-related-products .PricesalesPrice span.PricesalesPrice {
	color: #95c11f;
}
.sp-module.featured-products h3.sp-module-title {
	text-align: left;
	margin: 0px 0 30px;
	width: 100%;
	display: inline-block;
}
.sp-module.featured-products h3.sp-module-title:before {
	width: 168px;
}
.sp-module.featured-products .sp-module-content .owl-carousel .item {
	padding: 0px;
	border: 0;
}
.sp-module.featured-products .sp-module-content .sj-extra-slider {
	margin: 0;
}
.sp-module.featured-products .sp-module-content .sj-extra-slider .owl-controls {
	top: 6px;
	right: 10px;
}
.sp-module.featured-products .sp-module-content .sj-extra-slider .owl-controls .owl-nav >div {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 0;
	overflow: hidden;
	cursor: pointer;
	background-color: transparent;
	position: relative;
	display: inline-block;
	border: none;
	right: auto;
	float: none;
}
.sp-module.featured-products .sp-module-content .sj-extra-slider .owl-controls .owl-nav >div:hover {
	color: #95c11f;
}
.sp-module.featured-products .sp-module-content .sj-extra-slider .owl-controls .owl-nav .owl-prev {
	left: 0;
}
.sp-module.featured-products .sp-module-content .sj-extra-slider .owl-controls .owl-nav .owl-prev:before {
	font-family: FontAwesome;
	font-size: 28px;
	content: "\f104";
}
.sp-module.featured-products .sp-module-content .sj-extra-slider .owl-controls .owl-nav .owl-next {
	right: 0;
}
.sp-module.featured-products .sp-module-content .sj-extra-slider .owl-controls .owl-nav .owl-next:before {
	font-family: FontAwesome;
	font-size: 28px;
	content: "\f105";
}
.sp-module.featured-products .sp-module-content .sj-extra-slider .extraslider-inner {
	padding: 0;
	position: relative;
	border: none;
}
.sp-module.featured-products .sp-module-content .sj-extra-slider .extraslider-inner .item-wrap .item-image:hover img {
	opacity: 0.85;
}
.sp-module.featured-products .sp-module-content .sj-extra-slider .extraslider-inner .item-wrap img {
	transform-style: inherit;
	width: auto;
	margin: 0 auto;
}
.sp-module.featured-products .sp-module-content .sj-extra-slider .extraslider-inner .item-wrap .item-wrap-inner {
	margin: 0;
	padding: 0;
}
.sp-module.featured-products .sp-module-content .sj-extra-slider .extraslider-inner .item-wrap .item-wrap-inner .product-item-container {
	background-color: #f7f7f7;
	margin: 0 0 30px 0;
	padding: 0 0 25px;
	position: relative;
	overflow: hidden;
	border-radius: 0px;
}
.sp-module.featured-products .sp-module-content .sj-extra-slider .extraslider-inner .item-wrap .item-wrap-inner .product-item-container:hover .left-block .item-image .sj_quickview_handler {
	opacity: 1;
	top: 46%;
	transition: all 0.3s ease-in-out;
}
.sp-module.featured-products .sp-module-content .sj-extra-slider .extraslider-inner .item-wrap .item-wrap-inner .product-item-container:hover .right-block .item-addtocart {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	visibility: visible;
	bottom: -20px;
	margin-top: 0;
}
.sp-module.featured-products .sp-module-content .sj-extra-slider .extraslider-inner .item-wrap .item-wrap-inner .product-item-container .left-block {
	position: relative;
	overflow: hidden;
}
.sp-module.featured-products .sp-module-content .sj-extra-slider .extraslider-inner .item-wrap .item-wrap-inner .product-item-container .left-block .item-image {
	padding-top: 10px;
}
.sp-module.featured-products .sp-module-content .sj-extra-slider .extraslider-inner .item-wrap .item-wrap-inner .product-item-container .left-block .item-image .sj_quickview_handler {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: #fff;
	color: #222;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 0;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}
.sp-module.featured-products .sp-module-content .sj-extra-slider .extraslider-inner .item-wrap .item-wrap-inner .product-item-container .left-block .item-image .sj_quickview_handler:before {
	content: "\f002";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	font-family: "FontAwesome";
}
.sp-module.featured-products .sp-module-content .sj-extra-slider .extraslider-inner .item-wrap .item-wrap-inner .product-item-container .left-block .item-image .sj_quickview_handler:hover {
	background: #444;
	color:#fff;
}
.sp-module.featured-products .sp-module-content .sj-extra-slider .extraslider-inner .item-wrap .item-wrap-inner .product-item-container .left-block .item_discount {
	background-color: #95c11f;
	right: 20px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 1.2rem;
	font-weight: 700;
	height: 40px;
	width: 40px;
	line-height: 40px;
	position: absolute;
	top: 20px;
	text-transform: uppercase;
	z-index: 2;
	padding: 0;
	margin-bottom: 5px;
}
.sp-module.featured-products .sp-module-content .sj-extra-slider .extraslider-inner .item-wrap .item-wrap-inner .product-item-container .right-block {
	clear: both;
	padding: 0px 12px;
	text-align: center;
	position: relative;
	background-color: #f7f7f7;
}
.sp-module.featured-products .sp-module-content .sj-extra-slider .extraslider-inner .item-wrap .item-wrap-inner .product-item-container .right-block .item-addtocart {
	width: 100%;
	padding: 10px 0;
	opacity: 0;
	text-align: center;
	transition: all 0.2s ease-in-out;
	position: absolute;
	bottom: -30px;
	left: 0;
	top: auto;
	background: #f7f7f7;
	margin-top: 25px;
}
.sp-module.featured-products .sp-module-content .sj-extra-slider .extraslider-inner .item-wrap .item-wrap-inner .product-item-container .right-block .item-addtocart .addtocart-area {
	min-height: auto;
}
.sp-module.featured-products .sp-module-content .sj-extra-slider .extraslider-inner .item-wrap .item-wrap-inner .product-item-container .right-block .item-addtocart .addtocart-area label {
	display: none;
}
.sp-module.featured-products .sp-module-content .sj-extra-slider .extraslider-inner .item-wrap .item-wrap-inner .product-item-container .right-block .item-addtocart .vm-customfields-wrap {
	display: none;
}
.sp-module.featured-products .sp-module-content .sj-extra-slider .extraslider-inner .item-wrap .item-wrap-inner .product-item-container .right-block .item-addtocart .addtocart-button {
	font-size: 13px;
	font-weight: 600;
	background: #95c11f;
	border-radius: 4px;
	border: none;
	text-transform: inherit;
	padding: 4px 13px 4px;
	display: inline-block;
	line-height: normal;
}
.sp-module.featured-products .sp-module-content .sj-extra-slider .extraslider-inner .item-wrap .item-wrap-inner .product-item-container .right-block .item-addtocart .addtocart-button .addtocart-button {
	background: none;
}
.sp-module.featured-products .sp-module-content .sj-extra-slider .extraslider-inner .item-wrap .item-wrap-inner .product-item-container .right-block .item-addtocart .addtocart-button:hover {
	background: #444;
}
.sp-module.featured-products .sp-module-content .sj-extra-slider .extraslider-inner .item-wrap .item-wrap-inner .product-item-container .right-block .item-addtocart .quantity-box {
	display: none;
}
.sp-module.featured-products .sp-module-content .sj-extra-slider .extraslider-inner .item-wrap .item-wrap-inner .product-item-container .right-block .item-info .item-price .PricesalesPrice {
	display: inline-block;
}
.sp-module.featured-products .sp-module-content .sj-extra-slider .extraslider-inner .item-wrap .item-wrap-inner .product-item-container .right-block .item-info .item-price .PricesalesPrice span {
	font-size: 16px;
	color: #95c11f;
	font-weight: bold;
	padding-right: 10px;
}
.sp-module.featured-products .sp-module-content .sj-extra-slider .extraslider-inner .item-wrap .item-wrap-inner .product-item-container .right-block .item-info .item-price .PricebasePriceVariant {
	display: inline-block;
}
.sp-module.featured-products .sp-module-content .sj-extra-slider .extraslider-inner .item-wrap .item-wrap-inner .product-item-container .right-block .item-info .item-price .PricebasePriceVariant span {
	font-size: 12px;
	color: #999;
	text-decoration: line-through;
	font-weight: 600;
}
.sp-module.featured-products .sp-module-content .sj-extra-slider .extraslider-inner .item-wrap .item-wrap-inner .product-item-container .right-block .item-info .item-content {
	display: none;
}
.sp-module.featured-products .sp-module-content .sj-extra-slider .extraslider-inner .item-wrap .item-wrap-inner .item-info {
	background-color: transparent;
}
.sp-module.featured-products .sp-module-content .sj-extra-slider .extraslider-inner .item-wrap .item-wrap-inner .item-info .item-title a {
	color: #222;
	text-transform: inherit;
	font-size: 14px;
	font-weight: 400;
}
.sp-module.featured-products .sp-module-content .sj-extra-slider .extraslider-inner .item-wrap .item-wrap-inner .item-info .item-title a:hover {
	color: #95c11f;
}
#system-message {
	margin: 0;
}
#system-message .alert-message, #system-message .alert-notice {
	background: #f2dede;
	border-color: #ebccd1;
}
#system-message .alert .alert-message {
	background: transparent;
}
#system-message .message {
	margin-bottom: 1.5em;
}
#system-message .message >ul {
	margin: 0;
	background-position: 5px 40%;
}
span.highlight {
	background-color: #f16529 !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #444;
}
.dl-horizontal dd {
	width: 200px;
}
#fancybox-loading {
	display: none;
}


.sp-column h2 {
	 position: relative;
    font-size: 24px;
    text-transform: none;
    font-weight: 300;
}
.sp-column fieldset legend {
	font-size: 16px;
}
.sp-column table.user-details {
	width: 100%;
}
.sp-column table.user-details input {
	width: 100%;
}
.sp-column table.user-details .chzn-container-single {
	width: 100% !important;
}
.chzn-container-single .chzn-drop {
	width:100% !important;
}
.sp-column table.user-details .chzn-container-single a {
	height: 35px;
}
.chzn-container-single .chzn-single {
	line-height: 35px;
}
.chzn-container-single .chzn-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../images/chosen-sprite.png) no-repeat 0px 7px;
}
td.key {
    padding: 0 6px;
    width: 150px;
}
.sp-column table.user-details tr td {
	padding: 12px 0px;
}
.sp-column .button {
	font-weight: 600;
    background: #91c01f;
    font-family: 'Montserrat';
    color: #fff;
    padding: 12px 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    border: none;
    border-radius: 4px !important;
}
.sp-column button.default {
	padding: 7px 20px;
	border-radius: 0;
}
.sp-column #com-form-login {
	    background: #4fb1c71a;
	padding: 20px;
	margin: 0 0 60px;
}
.sp-column #com-form-login .userdata p {
	padding: 0 15px;
}
.sp-column #com-form-login .width30.floatleft {
	padding: 15px 15px 0px 0px;
}
tr[title="Codice fiscale"] td input {
	text-transform: uppercase;
}
.sp-column #com-form-login h2 {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	padding: 0 15px;
}
.sp-column #com-form-login #com-form-login-username {
	width: 50%;
	margin: 0;
	padding: 0 15px;
}
.sp-column #com-form-login #com-form-login-username input {
	width: 100%;
	line-height: 15px;
}
.sp-column #com-form-login #com-form-login-password {
	width: 50%;
	margin: 0;
}
.sp-column #com-form-login #com-form-login-password input {
	width: 100%;
	line-height: 15px;
}
.sp-column #com-form-login #com-form-login-remember {
	padding: 0 15px;
	margin: 20px 0;
}
.sp-column #com-form-login #com-form-login-remember input.default {
	padding: 5px 20px;
	border-radius: 4px;
	background: #95c11f;
	box-shadow: none;
	border: none;
	text-transform: uppercase;
	color: #fff;
}
.sp-column #com-form-login #com-form-login-remember input.default:hover {
	background: #666;
}
.vm-orders-list #com-form-login .width30.floatleft {
	padding: 0 15px;
}
.vm-order-done .vm-button-correct {
	margin-bottom: 20px;
}
#myLogin .modal-dialog {
	width: 360px;
	margin: 100px auto;
	z-index: 999;
}


#myLogin .modal-dialog .modal-content {
	padding: 25px;
    max-width: 300px;
    margin: auto;
	margin-top: 5%;
}
#myLogin .modal-dialog .modal-content h3 {
	font-size: 24px;
	color: #1c1c1c;
	margin-bottom: 10px;
	margin-top: 10px;
    font-family: 'Montserrat';
}
#myLogin .modal-dialog .modal-content #login-form .userdata {
	margin: 0px;
}
#myLogin .modal-dialog .modal-content #login-form .userdata .inputbox {
	width: 100%;
}
#myLogin .modal-dialog .modal-content #login-form .userdata button {
	text-transform: uppercase;
	border: none;
	line-height: 28px;
	width: 100%;
	background: #f39202;
	color: #fff;
}
#myLogin .modal-dialog .modal-content #login-form .userdata button:hover {
	background: #ea5b7d;
	    transition: ease-in-out 0.2s;
}
#myLogin .modal-dialog .modal-content #login-form ul.listlogin {
	margin: 10px 0 10px;
	padding: 0px;
}
#myLogin .modal-dialog .modal-content .btReverse {
	display: block;
	text-align: center;
	background: #666;
	text-transform: uppercase;
	line-height: 28px;
	border: none;
	color: white;
}
#myLogin .modal-dialog .modal-content .btReverse:hover {
	background: #075782;
}
.login img {
	display: inline-block;
	margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
	margin-top: 6px;
}
.form-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.search .btn-toolbar {
	margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
	margin: 0;
}
.search .btn-toolbar button {
	color: #fff;
}
.search .phrases .phrases-box .controls label {
	display: inline-block;
	margin: 0 20px 20px;
}
.search .phrases .ordering-box {
	margin-bottom: 15px;
}
.search .only label {
	display: inline-block;
	margin: 0 20px 20px;
}
.search .search-results dt.result-title {
	margin-top: 40px;
}
.search .search-results dt, .search .search-results dd {
	margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
	height: 34px;
	line-height: 34px;
}
.form-search .finder label {
	display: block;
}
.form-search .finder .input-medium {
	width: 60%;
	border-radius: 4px;
}
.finder .word input {
	display: inline-block;
}
.finder .search-results.list-striped li {
	padding: 20px 0;
}
.article-info {
	margin: 0 -5px 0;
	color: #999;
}
.article-info >dd {
	display: inline-block;
	margin: 0 5px;
}
.article-info >dd a {
	color: #999;
}
.article-info >dd a:hover {
	color: #95c11f;
}
article.item {
	margin-bottom: 47px;
}
.tags {
	margin-top: 20px;
}
.tags >span {
	text-transform: uppercase;
	letter-spacing: 2px;
}
.content_rating, .content_rating + form {
	display: none;
}
.voting-symbol {
	unicode-bidi: bidi-override;
	direction: rtl;
	font-size: 14px;
	display: inline-block;
}
.voting-symbol span.star {
	font-family: "FontAwesome";
	font-weight: normal;
	font-style: normal;
	display: inline-block;
}
.voting-symbol span.star.active:before {
	content: "\f005";
}
.voting-symbol span.star:before {
	content: "\f006";
	padding-right: 5px;
}
.sp-rating span.star:hover:before, .sp-rating span.star:hover ~ span.star:before {
 content: "\f005";
 cursor: pointer;
}
.post_rating {
	margin-bottom: 20px;
}
.post_rating .ajax-loader, .post_rating .voting-result {
	display: none;
}
.post-format {
	position: absolute;
	top: 0;
	left: -68px;
	display: block;
	width: 48px;
	height: 48px;
	font-size: 24px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	border-radius: 0px;
}
.entry-image, .entry-gallery, .entry-video, .entry-audio, .entry-link {
	margin-bottom: 15px;
}
.entry-status, .entry-quote {
	margin-bottom: 50px;
}
.entry-header {
	position: relative;
	margin-bottom: 15px;
}
.entry-header.has-post-format {
	/* margin-left: 0px;
padding: 11px 0 15px;
 border-bottom: 1px solid #ebebeb;*/
}
.page-header {border:none !important;}
.entry-header h2 {
	margin: 0 0 8px;
	font-size: 20px;
}
.entry-header h2 a {
	color: #222;
}
.entry-header h2 a:hover {
	color: #95c11f;
}
.entry-link {
	padding: 100px 50px;
	position: relative;
	z-index: 1;
}
.entry-link a h4 {
	margin: 0;
	font-size: 36px;
	color: #fff;
}
.entry-link a h4:hover {
	color: rgba(255, 255, 255, 0.85);
}
.entry-link:before {
	position: absolute;
	left: -60px;
	font-size: 300px;
	content: "\f0c1";
	font-family: FontAwesome;
	transform: rotate(90deg);
	top: -75px;
	color: rgba(255, 255, 255, 0.15);
	z-index: -1;
}
.entry-quote {
	position: relative;
	padding: 80px 50px;
	color: rgba(255, 255, 255, 0.9);
}
.entry-quote:before {
	position: absolute;
	left: -40px;
	font-size: 300px;
	content: "\f10e";
	font-family: FontAwesome;
	transform: rotate(15deg);
	top: -75px;
	color: rgba(255, 255, 255, 0.15);
}
.entry-quote blockquote small {
	color: #FFF;
	font-weight: 600;
	font-size: 20px;
}
.entry-quote blockquote {
	padding: 0;
	margin: 0;
	font-size: 16px;
	border: none;
}
.carousel-left, .carousel-right {
	position: absolute;
	top: 50%;
	font-size: 24px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin-top: -18px;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	-webkit-transition: 400ms;
	transition: 400ms;
}
.carousel-left:hover, .carousel-right:hover {
	color: #fff;
}
.carousel-left:focus, .carousel-right:focus {
	color: #fff;
}
.carousel-left {
	left: 10px;
}
.carousel-right {
	right: 10px;
}
.newsfeed-category .category {
	list-style: none;
	padding: 0;
	margin: 0;
}
.newsfeed-category .category li {
	padding: 5px 0;
}
.newsfeed-category #filter-search {
	margin: 10px 0;
}
.category-module, .categories-module, .archive-module, .latestnews, .newsflash-horiz, .mostread, .form-links, .list-striped {
	list-style: none;
	padding: 0;
	margin: 0;
}
.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
	padding: 2px 0;
}
.category-module li h4, .categories-module li h4, .archive-module li h4, .latestnews li h4, .newsflash-horiz li h4, .mostread li h4, .form-links li h4, .list-striped li h4 {
	margin: 5px 0;
}
.article-footer-top {
	display: table;
	clear: both;
	width: 100%;
}
.article-footer-top .post_rating {
	float: left;
}
.helix-social-share {
	float: right;
}
.helix-social-share .helix-social-share-icon ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.helix-social-share .helix-social-share-icon ul li {
	margin-right: 7px;
	display: inline-block;
}
.helix-social-share .helix-social-share-icon ul li div {
	display: block;
}
.helix-social-share .helix-social-share-icon ul li div a {
	background: #f5f5f5 none repeat scroll 0 0;
	border-radius: 50%;
	height: 30px;
	padding-top: 4px;
	text-align: center;
	width: 30px;
	display: inline-block;
}
.helix-social-share .helix-social-share-icon ul li div a:hover, .helix-social-share .helix-social-share-icon ul li div a:focus {
	background: #95c11f;
	color: #fff;
}
.sj-twitter-slider .ts-slider-wrap .list-item {
	margin: 0;
	padding: 0;
}
div.sj-twitter-slider .ts-slider-wrap .ts-items li.item {
	margin: 0;
}
div.sj-twitter-slider .ts-slider-wrap .ts-items li.item .tweet {
	margin: 0;
	text-align: left;
}
div.sj-twitter-slider .ts-slider-wrap .ts-items li.item .timePosted {
	font-size: 12px;
	font-style: italic;
	text-align: left;
}
div.sj-twitter-slider .ts-slider-wrap .ts-items li.item .timePosted a {
	color: #999999;
}
div.sj-twitter-slider .ts-slider-wrap .ts-items li.item .interact {
	display: none;
}
div.sj-twitter-slider .ts-slider-wrap .ts-items li.item a {
	color: #20a7bb;
}
div.sj-twitter-slider .ts-slider-wrap .ts-items li.item a:hover {
	color: #95c11f;
}
div.sj-twitter-slider .ts-slider-wrap .ts-ctr-pages li {
	background: #484848;
	border: none;
}
div.sj-twitter-slider .ts-slider-wrap .ts-ctr-pages li.sel {
	background: #8e8e8e;
	border: none;
}
.list-social--about {
	margin-bottom: 40px;
}
.list-social--about .yt-socialbt {
	margin: 0px;
}
.list-social--about .yt-socialbt a.large {
	width: 35px;
	height: 35px;
	line-height: 35px;
	border: none;
	background: #595959;
	color: white;
	box-shadow: none;
}
.list-social--about .yt-socialbt a.large > i {
	font-size: 18px;
}
.table-worktime td {
	padding: 0 0 10px 0;
}
.table-worktime .td-time {
	text-align: right;
	font-size: 12px;
	min-width: 140px;
}
#sp-bottom1 .form-group {
	margin-bottom: 30px;
}
#sp-main-bottom {
	min-height: 444px;
	padding: 70px 0 10px;
	color: #bfbfbf;
	background: url(../../images/bg-mainbottom.png) no-repeat 0 0 #131313;
	background-size: cover;
}
#sp-main-bottom .sp-module-title {
	color: white;
	font-size: 18px;
	text-transform: none;
	margin-top: 15px;
}
#sp-main-bottom .nav>li>a {
	padding: 0 0 10px;
	color: #bfbfbf;
	background: none;
}
#sp-main-bottom .nav>li>a:hover {
	color: #95c11f;
}

#sp-newsletter h3 {
	color:#a5d6ea;
}
#sp-newsletter p {
	color:#ffffff;
}


#sp-newsletter .sp-copyright {
	margin: 10px 0 0;
	display: block;
}
#sp-newsletter .acymailing_module_form {
	display: block;
	overflow: hidden;
	width: 100%;
	padding-top: 45px !important;
}
input.button.subbutton.btn.btn-primary,
#sp-newsletter a.subbutton,
#sp-newsletter button.button.subbutton.btn.btn-primary {
	font-size: 18px;
	background: none;
	border:1px solid #fff;
	border-radius:4px;
	color:#ffffff;
}
#sp-newsletter .acymailing_module_form .inputbox {
	font-size: 12px;
	height: 34px;
	transition: all 0.3s ease;
	box-shadow: none;
}
#sp-newsletter .acymailing_module_form .inputbox, #sp-newsletter .acymailing_module_form .subbutton {
	border-radius: 0px;
	height: 50px;
}
#sp-newsletter .acymailing_module_form .inputbox {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
#sp-newsletter .acymailing_module_form .subbutton {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
#sp-newsletter .acymailing_module_form .subbutton {
	font-size: 16px;
	font-weight: 700;
	padding: 8px 33px;
	border-color: #95c11f;
}
#sp-newsletter .acymailing_module_form .subbutton:hover {
	background-color: #95c11f;
}
#sp-newsletter .acymailing_module_form .acymailing_form {
	margin-top: -25px;
	display: inline-table;
	float: right;
	width: 53%;
	margin-bottom: 30px;
}
#sp-newsletter .acymailing_module_form .acymailing_form tr td.acysubbuttons {
	width: 50px;
}
#sp-newsletter .acymailing_module_form .acymailing_introtext {
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	font-size: 22px;
	text-transform: capitalize;
	padding-left: 69px !important;
	width: 45%;
	float: left;
	margin: 10px 0 0 !important;
}
#sp-newsletter .acymailing_module_form .acymailing_introtext:before {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f1d9";
	font-size: 40px;
	top: 56px;
	left: 22px;
}
#sp-newsletter .acymailing_module_form .acymailing_finaltext {
	color: #999;
	font-size: 14px;
	padding-left: 70px !important;
	float: left;
	width: 45%;
}
#sp-footer1 .sp-copyright {
	padding: 0px;
	display: block;
	text-align: left;
	font-size: 14px;
}
#sp-footer2 {
	padding: 26px 0;
}
#sp-footer2 p {
	display: inline;
	float: right;
}
#sp-footer2 p img {
	float: right;
	margin-right: 15px;
}
.sp-comingsoon-wrap {
	justify-content: center;
	align-items: center;
}
.sp-comingsoon-wrap .sp-comingsoon-title {
	font-size: 60px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: normal;
	text-transform: uppercase;
}
.sp-comingsoon-wrap .sp-comingsoon-content {
	font-size: 14px;
}
.sp-comingsoon {
	width: 100%;
	height: 100%;
	min-height: 100%;
}
.sp-comingsoon body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	color: #fff;
}
.sp-comingsoon .sp-comingsoon-wrap.has-background {
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	overflow: hidden;
}
.sp-comingsoon .comingsoon-page-logo {
	text-align: center;
}
.sp-comingsoon .comingsoon-page-logo img {
	display: inline-block;
}
.sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
	display: none;
}
.sp-comingsoon .days, .sp-comingsoon .hours, .sp-comingsoon .minutes, .sp-comingsoon .seconds {
	display: inline-block;
	margin: 80px 15px;
}
.sp-comingsoon .days .number, .sp-comingsoon .hours .number, .sp-comingsoon .seconds .number, .sp-comingsoon .minutes .number {
	width: 115px;
	height: 120px;
	line-height: 120px;
	border: 1px solid #fff;
	border-radius: 4px;
	display: inline-block;
	font-size: 48px;
	font-weight: bold;
}
.sp-comingsoon .days .string, .sp-comingsoon .minutes .string, .sp-comingsoon .seconds .string, .sp-comingsoon .hours .string {
	display: block;
	font-size: 18px;
	margin-top: 10px;
}
.sp-comingsoon .social-icons li {
	display: inline-block;
	margin: 0 15px;
}
.sp-comingsoon .social-icons li a {
	color: rgba(255, 255, 255, 0.7);
	font-size: 24px;
	-webkit-transition: color 400ms;
	transition: color 400ms;
}
.sp-comingsoon .social-icons li a:hover {
	color: #fff;
}
.error-page {
	width: 100%;
	height: 100%;
	min-height: 100%;
}
.error-page body {
	width: 100%;
	height: 100%;
	min-height: 100%;
}
.error-page .error-page-inner {
	height: 100%;
	min-height: 100%;
	width: 100%;
	display: table;
	text-align: center;
}
.error-page .error-page-inner.has-background {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.error-page .error-page-inner .error-logo-wrap {
	text-align: center;
	margin-bottom: 30px;
}
.error-page .error-page-inner .error-logo-wrap img {
	display: inline-block;
}
.error-page .error-page-inner >div {
	display: table-cell;
	vertical-align: middle;
}
.error-page .fa-exclamation-triangle {
	font-size: 64px;
	line-height: 1;
	margin-bottom: 10px;
}
.error-page .error-code {
	font-weight: bold;
	font-size: 96px;
	line-height: 1;
	margin: 0 0 10px 0;
	padding: 0;
}
.error-page .error-message {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 30px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
 #sp-header .sp-default-logo {
 display: none;
}
 #sp-header .sp-retina-logo {
 display: inline;
}
 .sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
 display: table;
 margin: 0 auto;
}
 .sp-comingsoon .comingsoon-page-logo .sp-default-logo {
 display: none;
}
	
	.sp-default-logo {
		max-width: 175px !important;
	}	

}
.sp-social-share ul {
	display: block;
	padding: 0;
	margin: 20px -5px 0;
}
.sp-social-share ul li {
	display: inline-block;
	font-size: 24px;
	margin: 0 5px;
}
.dl-horizontal dt {
	margin: 4px 0;
	text-align: left;
}
.page-header {
	padding-bottom: 15px;
}
table.category {
	width: 100%;
}
table.category thead >tr, table.category tbody >tr {
	border: 1px solid #f2f2f2;
}
table.category thead >tr th a, table.category tbody >tr th a {
	display: block !important;
}
table.category thead >tr th, table.category thead >tr td, table.category tbody >tr th, table.category tbody >tr td {
	padding: 10px;
}
.contact-form .form-actions {
	background: none;
	border: none;
}
@media print {
.visible-print {
	display: inherit !important;
}
.hidden-print {
	display: none !important;
}
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
	margin: 0 10px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	background: transparent;
	border-radius: 0;
	border: 1px solid #5b6063;
	padding: 9px 20px;
	color: white;
	font-size: 12px;
	min-width: 150px;
	text-transform: uppercase;
}
.sp-simpleportfolio .sp-simpleportfolio-filter {
	margin-bottom: 70px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a, .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:hover {
	background: #95c11f;
	border-color: #95c11f;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-content {
	background: white;
	position: absolute;
	z-index: 3;
	min-width: 250px;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	padding: 10px 25px 3px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-content .sp-simpleportfolio-tags {
	font-weight: 500;
	margin-bottom: 5px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-content .sp-simpleportfolio-title {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 0 10px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-content .sp-simpleportfolio-title a {
	color: #333;
}
.sp-pre-loader {
	background: #f5f5f5;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}
.sp-pre-loader .sp-loader-clock {
	border: 3px solid #333333;
	border-radius: 60px;
	bottom: 0;
	height: 80px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
}
.sp-pre-loader .sp-loader-clock:after {
	content: "";
	position: absolute;
	background-color: #333333;
	top: 2px;
	left: 48%;
	height: 38px;
	width: 4px;
	border-radius: 5px;
	-webkit-transform-origin: 50% 97%;
	transform-origin: 50% 97%;
	-webkit-animation: grdAiguille 2s linear infinite;
	animation: grdAiguille 2s linear infinite;
}
.sp-pre-loader .sp-loader-clock:before {
	content: "";
	position: absolute;
	background-color: #333333;
	top: 6px;
	left: 48%;
	height: 35px;
	width: 4px;
	border-radius: 5px;
	-webkit-transform-origin: 50% 94%;
	transform-origin: 50% 94%;
	-webkit-animation: ptAiguille 12s linear infinite;
	animation: ptAiguille 12s linear infinite;
}
.sp-pre-loader .sp-loader-circle {
	position: absolute;
	height: 80px;
	width: 80px;
	border-radius: 80px;
	border: 3px solid rgba(51, 51, 51, 0.7);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: loader1 3s linear infinite;
	animation: loader1 3s linear infinite;
}
.sp-pre-loader .sp-loader-circle:after {
	content: "";
	position: absolute;
	top: -5px;
	left: 20px;
	width: 11px;
	height: 11px;
	border-radius: 10px;
	background-color: #333333;
}
.sp-pre-loader .sp-loader-bubble-loop {
	position: absolute;
	width: 12px;
	height: 12px;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 12px;
	background-color: #333333;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: loader6 1s ease-in-out infinite;
	animation: loader6 1s ease-in-out infinite;
}
.sp-pre-loader .sp-loader-bubble-loop:before {
	content: "";
	position: absolute;
	background-color: rgba(51, 51, 51, 0.5);
	top: 0px;
	left: -25px;
	height: 12px;
	width: 12px;
	border-radius: 12px;
}
.sp-pre-loader .sp-loader-bubble-loop:after {
	content: "";
	position: absolute;
	background-color: rgba(51, 51, 51, 0.5);
	top: 0px;
	left: 25px;
	height: 12px;
	width: 12px;
	border-radius: 12px;
}
.sp-pre-loader .circle-two {
	bottom: 0;
	height: 100px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
}
.sp-pre-loader .circle-two > span, .sp-pre-loader .circle-two > span:before, .sp-pre-loader .circle-two > span:after {
	content: "";
	display: block;
	border-radius: 50%;
	border: 2px solid #333333;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.sp-pre-loader .circle-two > span {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-left-color: transparent;
	-webkit-animation: effect-2 2s infinite linear;
	-moz-animation: effect-2 2s infinite linear;
	-ms-animation: effect-2 2s infinite linear;
	-o-animation: effect-2 2s infinite linear;
	animation: effect-2 2s infinite linear;
}
.sp-pre-loader .circle-two > span:before {
	width: 75%;
	height: 75%;
	border-right-color: transparent;
}
.sp-pre-loader .circle-two > span:after {
	width: 50%;
	height: 50%;
	border-bottom-color: transparent;
}
.sp-pre-loader .wave-two-wrap {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	width: 90px;
}
.sp-pre-loader .wave-two {
	margin: 0;
	list-style: none;
	width: 90px;
	position: relative;
	padding: 0;
	height: 10px;
}
.sp-pre-loader .wave-two li {
	position: absolute;
	width: 2px;
	height: 0;
	background-color: #333333;
	bottom: 0;
}
.sp-pre-loader .wave-two li:nth-child(1) {
 left: 0;
 -webkit-animation: sequence1 1s ease infinite 0;
 animation: sequence1 1s ease infinite 0;
}
.sp-pre-loader .wave-two li:nth-child(2) {
 left: 15px;
 -webkit-animation: sequence2 1s ease infinite 0.1s;
 animation: sequence2 1s ease infinite 0.1s;
}
.sp-pre-loader .wave-two li:nth-child(3) {
 left: 30px;
 -webkit-animation: sequence1 1s ease-in-out infinite 0.2s;
 animation: sequence1 1s ease-in-out infinite 0.2s;
}
.sp-pre-loader .wave-two li:nth-child(4) {
 left: 45px;
 -webkit-animation: sequence2 1s ease-in infinite 0.3s;
 animation: sequence2 1s ease-in infinite 0.3s;
}
.sp-pre-loader .wave-two li:nth-child(5) {
 left: 60px;
 -webkit-animation: sequence1 1s ease-in-out infinite 0.4s;
 animation: sequence1 1s ease-in-out infinite 0.4s;
}
.sp-pre-loader .wave-two li:nth-child(6) {
 left: 75px;
 -webkit-animation: sequence2 1s ease infinite 0.5s;
 animation: sequence2 1s ease infinite 0.5s;
}
.sp-pre-loader .sp-loader-audio-wave {
	width: 3em;
	height: 2em;
	background: linear-gradient(#333333, #333333) 0 50%, linear-gradient(#333333, #333333) 0.625em 50%, linear-gradient(#333333, #333333) 1.25em 50%, linear-gradient(#333333, #333333) 1.875em 50%, linear-gradient(#333333, #333333) 2.5em 50%;
	background-repeat: no-repeat;
	background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
	animation: audioWave 1.5s linear infinite;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.sp-pre-loader .sp-loader-with-logo {
	top: 0;
	left: 0;
	width: 100%;
	height: 105px;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	position: absolute;
}
.sp-pre-loader .sp-loader-with-logo .logo {
	display: inline-block;
	width: auto;
}
.sp-pre-loader .sp-loader-with-logo .line {
	background: #333333;
	bottom: 0;
	height: 5px;
	left: 0;
	position: absolute;
	top: auto;
}
@-webkit-keyframes grdAiguille {
 0% {
 -webkit-transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
}
}
@keyframes grdAiguille {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
@-webkit-keyframes ptAiguille {
 0% {
 -webkit-transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
}
}
@keyframes ptAiguille {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
@-webkit-keyframes loader1 {
 0% {
 -webkit-transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
}
}
@keyframes loader1 {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
@-webkit-keyframes loader6 {
 0% {
 -webkit-transform: rotate(0deg);
}
 50% {
 -webkit-transform: rotate(180deg);
}
 100% {
 -webkit-transform: rotate(180deg);
}
}
@keyframes loader6 {
 0% {
 transform: rotate(0deg);
}
 50% {
 transform: rotate(180deg);
}
 100% {
 transform: rotate(180deg);
}
}
@keyframes rotate-360 {
 from {
 -moz-transform: rotate(0);
 -ms-transform: rotate(0);
 -webkit-transform: rotate(0);
 transform: rotate(0);
}
to {
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
}
@keyframes audioWave {
 25% {
 background: linear-gradient(#333333, #333333) 0 50%, linear-gradient(#333333, #333333) 0.625em 50%, linear-gradient(#333333, #333333) 1.25em 50%, linear-gradient(#333333, #333333) 1.875em 50%, linear-gradient(#333333, #333333) 2.5em 50%;
 background-repeat: no-repeat;
 background-size: 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
}
 37.5% {
 background: linear-gradient(#333333, #333333) 0 50%, linear-gradient(#333333, #333333) 0.625em 50%, linear-gradient(#333333, #333333) 1.25em 50%, linear-gradient(#333333, #333333) 1.875em 50%, linear-gradient(#333333, #333333) 2.5em 50%;
 background-repeat: no-repeat;
 background-size: 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
}
 50% {
 background: linear-gradient(#333333, #333333) 0 50%, linear-gradient(#333333, #333333) 0.625em 50%, linear-gradient(#333333, #333333) 1.25em 50%, linear-gradient(#333333, #333333) 1.875em 50%, linear-gradient(#333333, #333333) 2.5em 50%;
 background-repeat: no-repeat;
 background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em;
}
 62.5% {
 background: linear-gradient(#333333, #333333) 0 50%, linear-gradient(#333333, #333333) 0.625em 50%, linear-gradient(#333333, #333333) 1.25em 50%, linear-gradient(#333333, #333333) 1.875em 50%, linear-gradient(#333333, #333333) 2.5em 50%;
 background-repeat: no-repeat;
 background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em;
}
 75% {
 background: linear-gradient(#333333, #333333) 0 50%, linear-gradient(#333333, #333333) 0.625em 50%, linear-gradient(#333333, #333333) 1.25em 50%, linear-gradient(#333333, #333333) 1.875em 50%, linear-gradient(#333333, #333333) 2.5em 50%;
 background-repeat: no-repeat;
 background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em;
}
}
@-webkit-keyframes effect-2 {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
}
@keyframes effect-2 {
 from {
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 transform: rotate(0deg);
}
to {
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
}
@keyframes sequence1 {
 0% {
 height: 10px;
}
 50% {
 height: 50px;
}
 100% {
 height: 10px;
}
}
@keyframes sequence2 {
 0% {
 height: 20px;
}
 50% {
 height: 65px;
}
 100% {
 height: 20px;
}
}
@keyframes rot1 {
 100% {
 transform: skew(-10deg) translateX(50px) rotate(405deg);
}
}
@-webkit-keyframes rot1 {
 100% {
 -webkit-transform: skew(-10deg) translateX(50px) rotate(405deg);
}
}
@keyframes rot2 {
 100% {
 transform: skew(-10deg) rotate(525deg);
}
}
@-webkit-keyframes rot2 {
 100% {
 -webkit-transform: skew(-10deg) rotate(525deg);
}
}
@keyframes rot3 {
 100% {
 transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
}
}
@-webkit-keyframes rot3 {
 100% {
 -webkit-transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
}
}
@keyframes width {
 10% {
 width: 10%;
}
 20% {
 width: 20%;
}
 30% {
 width: 30%;
}
 40% {
 width: 40%;
}
 50% {
 width: 50%;
}
 60% {
 width: 60%;
}
 70% {
 width: 70%;
}
 80% {
 width: 80%;
}
 90% {
 width: 90%;
}
 100% {
 width: 100%;
}
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -50%, 0);
 transform: translate3d(0, -50%, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
@keyframes fadeInDown {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -50%, 0);
 transform: translate3d(0, -50%, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
@keyframes fadeInUp {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
 .scrollup {
 bottom: 45%;
 right: 25px;
}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.body-wrapper {
    padding-top: 0px !important;
}
	
 .sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .owl2-controls .owl2-nav {
    top: 0px;
}
	#sp-feature-item .sj-listing-tabs .owl2-controls .owl2-nav {
	top: 0px;
}
	
	ul.social-icons {
 margin: 0;
 width: 100%;
 display: flex;
}
 ul.social-icons > li {
 margin: 5px;
}
 .sp-contact-info {
 display: table;
 float: none;
 margin: 0;
 text-align: center;
 width: 100%;
}
 .sp-contact-info li {
 margin: 0 5px;
 font-size: 89%;
}
 .sppb-animated .sppb-addon-cta .sppb-cta-title {
 font-size: 28px !important;
 line-height: 40px !important;
}
 .sppb-animated .sppb-addon-cta .sppb-btn-lg {
 font-size: 16px;
}
 .scrollup {
 bottom: 45%;
 right: 25px;
}
 .form-horizontal .control-label {
 width: 100%;
 text-align: left;
}
 .form-horizontal .controls {
 margin: 0;
 width: 100%;
}
 .form-horizontal .controls input, .form-horizontal .controls textarea {
 width: 100%;
}
 .form-horizontal .controls textarea {
 height: 131px;
}
}
@media screen and (min-width: 550px) and (max-width: 767px) {
 .sp-contact-info li {
 margin: 0 5px;
 font-size: 90%;
}
}
.sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a {
	color: #fff;

}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
	color: #95c11f;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
	color: #95c11f;
}
body .col-lg-1, body .col-lg-10, body .col-lg-11, body .col-lg-12, body .col-lg-2, body .col-lg-3, body .col-lg-4, body .col-lg-5, body .col-lg-6, body .col-lg-7, body .col-lg-8, body .col-lg-9, body .col-md-1, body .col-md-10, body .col-md-11, body .col-md-12, body .col-md-2, body .col-md-3, body .col-md-4, body .col-md-5, body .col-md-6, body .col-md-7, body .col-md-8, body .col-md-9, body .col-sm-1, body .col-sm-10, body .col-sm-11, body .col-sm-12, body .col-sm-2, body .col-sm-3, body .col-sm-4, body .col-sm-5, body .col-sm-6, body .col-sm-7, body .col-sm-8, body .col-sm-9, body .col-xs-1, body .col-xs-10, body .col-xs-11, body .col-xs-12, body .col-xs-2, body .col-xs-3, body .col-xs-4, body .col-xs-5, body .col-xs-6, body .col-xs-7, body .col-xs-8, body .col-xs-9, body .sppb-col-xs-1, body .sppb-col-sm-1, body .sppb-col-md-1, body .sppb-col-lg-1, body .sppb-col-xs-2, body .sppb-col-sm-2, body .sppb-col-md-2, body .sppb-col-lg-2, body .sppb-col-xs-3, body .sppb-col-sm-3, body .sppb-col-md-3, body .sppb-col-lg-3, body .sppb-col-xs-4, body .sppb-col-sm-4, body .sppb-col-md-4, body .sppb-col-lg-4, body .sppb-col-xs-5, body .sppb-col-sm-5, body .sppb-col-md-5, body .sppb-col-lg-5, body .sppb-col-xs-6, body .sppb-col-sm-6, body .sppb-col-md-6, body .sppb-col-lg-6, body .sppb-col-xs-7, body .sppb-col-sm-7, body .sppb-col-md-7, body .sppb-col-lg-7, body .sppb-col-xs-8, body .sppb-col-sm-8, body .sppb-col-md-8, body .sppb-col-lg-8, body .sppb-col-xs-9, body .sppb-col-sm-9, body .sppb-col-md-9, body .sppb-col-lg-9, body .sppb-col-xs-10, body .sppb-col-sm-10, body .sppb-col-md-10, body .sppb-col-lg-10, body .sppb-col-xs-11, body .sppb-col-sm-11, body .sppb-col-md-11, body .sppb-col-lg-11, body .sppb-col-xs-12, body .sppb-col-sm-12, body .sppb-col-md-12, body .sppb-col-lg-12, body .col-xs-1, body .col-sm-1, body .col-md-1, body .col-lg-1, body .col-xs-2, body .col-sm-2, body .col-md-2, body .col-lg-2, body .col-xs-3, body .col-sm-3, body .col-md-3, body .col-lg-3, body .col-xs-4, body .col-sm-4, body .col-md-4, body .col-lg-4, body .col-xs-5, body .col-sm-5, body .col-md-5, body .col-lg-5, body .col-xs-6, body .col-sm-6, body .col-md-6, body .col-lg-6, body .col-xs-7, body .col-sm-7, body .col-md-7, body .col-lg-7, body .col-xs-8, body .col-sm-8, body .col-md-8, body .col-lg-8, body .col-xs-9, body .col-sm-9, body .col-md-9, body .col-lg-9, body .col-xs-10, body .col-sm-10, body .col-md-10, body .col-lg-10, body .col-xs-11, body .col-sm-11, body .col-md-11, body .col-lg-11, body .col-xs-12, body .col-sm-12, body .col-md-12, body .col-lg-12 {
	padding-left: 15px;
	padding-right: 15px;
}
body .row, body .sppb-row, body .sp-pagebuilder-row {
	margin-right: -15px;
	margin-left: -15px;
}
.pagenav li a [class^="icon-"] {
 display: none;
}
.entry-gallery .owl2-carousel .owl2-stage-outer {
	direction: ltr;
}
.entry-gallery .owl2-controls .owl2-nav .owl2-prev, .entry-gallery .owl2-controls .owl2-nav .owl2-next {
	background-color: rgba(0, 0, 0, 0.5);
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	text-align: center;
	line-height: 32px;
}
.entry-gallery .owl2-controls .owl2-nav .owl2-prev:before, .entry-gallery .owl2-controls .owl2-nav .owl2-next:before {
	color: #fff;
}
.entry-gallery .owl2-controls .owl2-nav .owl2-prev:hover, .entry-gallery .owl2-controls .owl2-nav .owl2-next:hover {
	background-color: #95c11f;
}
.entry-gallery .owl2-controls .owl2-nav .owl2-next {
	right: 0;
}
.entry-gallery .owl2-controls .owl2-nav .owl2-next:before {
	content: '\f105';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-synthesis: weight style;
	font-stretch: normal;
	font-size-adjust: none;
	font-language-override: normal;
	font-kerning: auto;
	font-feature-settings: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 20px;
}
.entry-gallery .owl2-controls .owl2-nav .owl2-prev {
	left: 0;
}
.entry-gallery .owl2-controls .owl2-nav .owl2-prev:before {
	content: '\f104';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-synthesis: weight style;
	font-stretch: normal;
	font-size-adjust: none;
	font-language-override: normal;
	font-kerning: auto;
	font-feature-settings: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 20px;
}
.cat-children {
	font-size: 14px;
}
.cat-children h3 {
	font-size: 14px;
}
.blog .item .entry-image img {
	border-radius: 0px;
}
.blog .item .entry-thumbnail {
	position: relative;
}
.blog .item .entry-thumbnail a img {
	border-radius: 0px;
}
.blog .item .entry-thumbnail:hover img {
	opacity: 0.85;
}
.blog .item .readmore {
	margin-top: 0px;
}
.blog .item .readmore .btn-readmore {
	font-size: 13px;
	text-transform: uppercase;
}
.blog .item .readmore .btn-readmore:after {
	font-family: 'FontAwesome';
	content: "\f101";
}
.blog .item .blockquote {
	border: 0;
	background-color: #f5f5f5;
	padding: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	font-style: italic;
}
.blog .item .article-footer-wrap {
	margin-top: 30px;
}
.blog .item .article-footer-wrap .article-footer-top .helix-social-share .helix-social-share-icon ul li a {
	color: #fff;
	height: 40px;
	padding: 0;
	line-height: 40px;
	width: 40px;
}
.blog .item .article-footer-wrap .article-footer-top .helix-social-share .helix-social-share-icon ul li a.facebook {
	background-color: #3a5897;
}
.blog .item .article-footer-wrap .article-footer-top .helix-social-share .helix-social-share-icon ul li a.twitter {
	background-color: #2fc2ee;
}
.blog .item .article-footer-wrap .article-footer-top .helix-social-share .helix-social-share-icon ul li a.gplus {
	background-color: #e14a3c;
}
.blog .item .article-footer-wrap .article-footer-top .helix-social-share .helix-social-share-icon ul li a.linkedin {
	background-color: #1a3562;
}
.blog .items-more {
	background-color: #f4f4f4;
	border-radius: 6px;
	margin-bottom: 30px;
	padding: 15px;
}
.blog .items-more ol {
	padding: 0 10px;
	margin-bottom: 0;
}
.blog .items-more ol li a {
	display: block;
	padding: 5px;
	color: #666;
}
.blog .items-more ol li a:hover {
	color: #95c11f;
}
#sp-breadcrumb {
	margin-top: 17px;
	margin-bottom: 19px;
}
#sp-breadcrumb .last-breadcrumb {
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 15px;
	margin-top: 0;
}
#sp-breadcrumb .breadcrumb {
	background-color: transparent;
	margin: 0;
	font-size: 14px;
	padding: 0;
	font-weight: 400;
}
#sp-breadcrumb .breadcrumb li a {
	color: #7f7e7e;
	font-weight: 400;
}
#sp-breadcrumb .breadcrumb li a:hover {
	color: #95c11f;
}
#sp-breadcrumb .breadcrumb li.active {
	color: #95c11f;
}
#sp-breadcrumb .breadcrumb li:first-child:before {
	color: #999;
	padding: 0 5px;
	content: "\f015";
	font-family: "FontAwesome";
	font-size: 13px;
}
.breadcrumb>li+li:before {
	color: #999 !important;
}
#sp-main-menu #search-top-bar {
	margin-top: 10px;
	text-align: right;
}
#search-top-bar .form-search {
	position: relative;
	z-index: 1;
}
#search-top-bar .form-search .search-query {
	width: 100%;
	background: none;
	border: none;
	box-shadow: none;
}
#search-top-bar .form-search .btn-search {
	border: none;
	background: none;
	position: absolute;
	right: 0;
	padding: 5px 10px;
	border-radius: 0px;
}
#search-top-bar .form-search .btn-search:hover {
	background: #95c11f;
	color: white;
}
.search-aside-top {
	border: 1px solid #e1e1e1;
}
.pagination-wrapper {
	text-align: center;
	border-top: 1px solid #ddd;
	padding-top: 10px;
}
.pagination-wrapper .pagination li {
	display: inline-block;
	padding: 0 5px;
}
.pagination-wrapper .pagination li:first-child a, .pagination-wrapper .pagination li:last-child a {
	font-weight: 700;
}
.pagination-wrapper .pagination li a, .pagination-wrapper .pagination li span {
	border-radius: 0;
	min-width: 40px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #eaeaea;
	padding: 0 10px;
	color: #464646;
	text-align: center;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
}
.pagination-wrapper .pagination li.active a, .pagination-wrapper .pagination li.active span, .pagination-wrapper .pagination li:hover a, .pagination-wrapper .pagination li:hover span {
	color: #fff;
	background-color: #95c11f;
	border-color: #95c11f;
}
.blog .entry-header h2 {
	font-family: "Roboto", sans-serif;
}
.blog .item .readmore .btn-readmore {
	position: relative;
	text-transform: capitalize;
	color: #95c11f;
	padding: 5px 0;
}
.blog .item .readmore .btn-readmore:hover {
	color: #000;
	transition: all 0.25s ease-in-out;
	transform: translate(-50%, 50px);
}
.blog .item .readmore .btn-readmore::before {
 content: "\f0da";
 font-family: 'FontAwesome';
}
.blog .item .readmore .btn-readmore::after {
 content: "";
}
.blog .article-info .published, .blog .article-info .createdby {
	font-size: 13px;
}
.sj-extraslider .extraslider-inner {
	padding-top: 28px;
}
.sj-extraslider .extraslider-inner.owl-carousel.owl-loaded {
	border: none;
	outline: none;
}
.sj-extraslider .extraslider-inner .item .item-wrap.style2 .item-wrap-inner .item-image {
	width: 100%;
}
.sj-extraslider .extraslider-inner .item .item-wrap.style2 .item-wrap-inner .item-image a img {
	border-radius: 0px;
}
.sj-extraslider .extraslider-inner .item .item-wrap.style2 .item-wrap-inner .item-info {
	background-color: transparent;
}
.sj-extraslider .extraslider-inner .item .item-wrap.style2 .item-wrap-inner .item-info .item-title {
	font-family: "Roboto", sans-serif;
	text-transform: inherit;
	font-size: 16px;
	padding: 10px 0 0 0;
}
.sj-extraslider .extraslider-inner .item .item-wrap.style2 .item-wrap-inner .item-info .item-title a {
	color: #222;
}
.sj-extraslider .extraslider-inner .item .item-wrap.style2 .item-wrap-inner .item-info .item-title a:hover {
	color: #95c11f;
}
.sj-extraslider .extraslider-inner .item .item-wrap.style2 .item-wrap-inner .item-info .item-content {
	margin-top: 0px;
}
.sj-extraslider .extraslider-inner .item .item-wrap.style2 .item-wrap-inner .item-info .item-content .bs-cat-date {
	color: #999;
	font-size: 12px;
}
.sj-extraslider .owl-controls {
	position: absolute;
	top: 0px;
	right: 0px;
}
#sp-left {
	background: #95c11f1f;
}
#sp-right .sp-column .categories-sidebar, #sp-left .sp-column .categories-sidebar {
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	margin-bottom: 23px;
}
#sp-right .sp-column .categories-sidebar .sp-module-title, #sp-left .sp-column .categories-sidebar .sp-module-title {
	background-image: none;
	background-color: #f5f5f5;
	padding: 15px 0 15px 15px;
	margin: 0px 0 20px;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 5px 5px 0 0;
}
#sp-right .sp-column .categories-sidebar .sp-module-title:before, #sp-left .sp-column .categories-sidebar .sp-module-title:before {
	background: transparent;
	margin: 0px;
}
#sp-right .sp-column .categories-sidebar ul, #sp-left .sp-column .categories-sidebar ul {
	padding: 0px 15px;
	border: none;
}
#sp-right .sp-column .categories-sidebar ul >li, #sp-left .sp-column .categories-sidebar ul >li {
	display: inline-block;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #d7d7d7;
	line-height: 30px;
}
#sp-right .sp-column .categories-sidebar ul >li a, #sp-left .sp-column .categories-sidebar ul >li a {
	color: #222;
}
#sp-right .sp-column .categories-sidebar ul >li a:hover, #sp-left .sp-column .categories-sidebar ul >li a:hover {
	color: #95c11f;
}
#sp-right .sp-column .categories-sidebar ul >li:first-child, #sp-left .sp-column .categories-sidebar ul >li:first-child {
	padding-top: 0px;
}
#sp-right .sp-column .categories-sidebar ul >li:last-child, #sp-left .sp-column .categories-sidebar ul >li:last-child {
	border-bottom: none;
}
#sp-right .sp-column .categories-sidebar ul >li.hover ul, #sp-left .sp-column .categories-sidebar ul >li.hover ul {
	max-height: 200px;
	display: block;
	margin: 0;
	padding: 0;
}
#sp-right .sp-column .categories-sidebar ul >li.hover ul li, #sp-left .sp-column .categories-sidebar ul >li.hover ul li {
	padding: 0;
	border-bottom: 0;
}
#sp-right .sp-column .categories-sidebar ul >li.hover ul li a, #sp-left .sp-column .categories-sidebar ul >li.hover ul li a {
	color: #222;
	background-color: #fff;
	width: 100%;
	display: block;
	padding: 7px 10px;
}
#sp-right .sp-column .categories-sidebar ul >li.hover ul li a:hover, #sp-left .sp-column .categories-sidebar ul >li.hover ul li a:hover {
	background-color: #f7f7f7;
	color: #95c11f;
}
#sp-right .sp-column .categories-sidebar ul >li ul, #sp-left .sp-column .categories-sidebar ul >li ul {
	overflow: inherit;
	max-height: 0;
	-webkit-transition: all 2s ease-out;
}
#sp-right .sp-column .categories-sidebar ul >li ul >li, #sp-left .sp-column .categories-sidebar ul >li ul >li {
	border-bottom: 0;
}
#sp-right .sp-column .categories-sidebar ul >li ul >li.VmClose, #sp-left .sp-column .categories-sidebar ul >li ul >li.VmClose {
	display: none;
}
#sp-right .sp-column .archies-sidebar, #sp-left .sp-column .archies-sidebar {
	margin-bottom: 35px;
}
#sp-right .sp-column .archies-sidebar img, #sp-left .sp-column .archies-sidebar img {
	border-radius: 0px;
	width: 100%;
}
#sp-right .sp-column .archies-sidebar:hover img, #sp-left .sp-column .archies-sidebar:hover img {
	opacity: 0.85;
}
#sp-right .sp-column .archies-sidebar p, #sp-left .sp-column .archies-sidebar p {
	padding: 0px;
	margin: 20px 0 46px;
	text-align: left;
	line-height: 34px;
}
#sp-right .sp-column .archies-sidebar ul, #sp-left .sp-column .archies-sidebar ul {
	margin: 0;
	padding: 0;
}
#sp-right .sp-column .archies-sidebar ul li, #sp-left .sp-column .archies-sidebar ul li {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
}
#sp-right .sp-column .archies-sidebar ul li:last-child, #sp-left .sp-column .archies-sidebar ul li:last-child {
	border-bottom: none;
}
#sp-right .sp-column .archies-sidebar ul li a, #sp-left .sp-column .archies-sidebar ul li a {
	color: #666;
	display: inline-block;
	padding: 10px 20px 10px;
	position: relative;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
}
#sp-right .sp-column .archies-sidebar ul li a:before, #sp-left .sp-column .archies-sidebar ul li a:before {
	content: "\f073";
	position: absolute;
	left: 0px;
	top: 8px;
	font-family: "FontAwesome";
}
#sp-right .sp-column .archies-sidebar ul li a .num, #sp-left .sp-column .archies-sidebar ul li a .num {
	float: right;
}
#sp-right .sp-column .archies-sidebar ul li a:hover, #sp-left .sp-column .archies-sidebar ul li a:hover {
	color: #95c11f;
}
#sp-right .sp-column .sj-extraslider, #sp-left .sp-column .sj-extraslider {
	margin: -45px 0 0px;
	position: relative;
}
#sp-right .sp-column .sj-extraslider .owl-carousel .owl-stage-outer, #sp-left .sp-column .sj-extraslider .owl-carousel .owl-stage-outer {
	padding-top: 10px;
}
#sp-right .sp-column .sj-extraslider .owl-controls, #sp-left .sp-column .sj-extraslider .owl-controls {
	z-index: 999;
}
#sp-right .sp-column .sj-extraslider .owl-controls .owl-dots .owl-dot, #sp-left .sp-column .sj-extraslider .owl-controls .owl-dots .owl-dot {
	background: #222;
	opacity: 1;
}
#sp-right .sp-column .sj-extraslider .owl-controls .owl-dots .owl-dot.active, #sp-left .sp-column .sj-extraslider .owl-controls .owl-dots .owl-dot.active {
	background: #95c11f;
	width: 30px;
}
#sp-page-title .row {
	margin: 0;
}
#sp-main-body .sp-page-builder .page-content #sppb-addon-1515380083536 img:hover, #sp-main-body .sp-page-builder .page-content #sppb-addon-1515380083588 img:hover, #sp-main-body .sp-page-builder .page-content #sppb-addon-1515380083582 img:hover, #sp-main-body .sp-page-builder .page-content #sppb-addon-1515380083597 img:hover, #sp-main-body .sp-page-builder .page-content #sppb-addon-1515380083610 img:hover, #sp-main-body .sp-page-builder .page-content #sppb-addon-1515380083613 img:hover, #sp-main-body .sp-page-builder .page-content #sppb-addon-1515380083616 img:hover, #sp-main-body .sp-page-builder .page-content #sppb-addon-1515380083619 img:hover {
	opacity: 0.85;
}
#sp-main-body .sp-page-builder .page-content #section-id-1515380083538 {
	padding-top: 10px;
	padding-bottom: 40px;
}
#sp-main-body .sp-page-builder .page-content #section-id-1515380083545 {
	padding-bottom: 0px;
}
#sp-main-body .sp-page-builder .page-content #section-id-1515380083545 #sppb-addon-1515380083575 .sppb-addon-title {
	text-transform: uppercase;
}
#sp-main-body .sp-page-builder .page-content #section-id-1515380083579 {
	padding-top: 50px;
	padding-bottom: 50px;
}
#sp-main-body .sp-page-builder .page-content #section-id-1515380083599 {
	padding-top: 30px;
	padding-bottom: 40px;
}
#sp-main-body .sp-page-builder .page-content #section-id-1515380083599 #sppb-addon-1515380083602 .sppb-addon-title {
	text-transform: uppercase;
}
#sp-main-body .sp-page-builder .page-content #section-id-1515380083607 {
	padding-bottom: 50px;
}
#sp-main-body .sp-page-builder .page-content #section-id-1515380083607 #sppb-addon-1515380083625 .sppb-addon-title {
	text-transform: uppercase;
}
#sp-main-body .sp-page-builder .page-content #section-id-1515380083607 #sppb-addon-1515380083628 .sppb-addon-title {
	text-transform: uppercase;
}
.our-team {
	margin: 0 -10px;
}
.our-team .item-team {
	width: 20%;
	float: left;
	padding: 0 10px;
}
.our-team .item-team .item-wrap .item-img {
	position: relative;
	margin-bottom: 20px;
}
.our-team .item-team .item-wrap .item-img:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #293340;
	opacity: 0.7;
	z-index: 1;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}
.our-team .item-team .item-wrap .item-img .item-social {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 2;
	opacity: 0;
 -webkit-transition: all .5s;
 -o-transition: all .5s;
 transition: all .5s;
}
.our-team .item-team .item-wrap .item-img .item-social [class*="team-"] {
 display: inline-block;
 vertical-align: top;
 padding: 0 7px;
}
.our-team .item-team .item-wrap .item-img .item-social a {
	color: #fff;
}
.our-team .item-team .item-wrap .item-img .item-social a:hover {
	color: #95c11f;
}
.our-team .item-team .item-wrap .item-img .item-social a .fa {
	font-size: 0;
}
.our-team .item-team .item-wrap .item-img .item-social a .fa:before {
	font-size: 18px;
}
.our-team .item-team .item-wrap .item-content {
	text-align: center;
}
.our-team .item-team .item-wrap .item-content h3 {
	font-size: 14px;
	text-transform: uppercase;
}
.our-team .item-team .item-wrap .item-content .team-info {
	color: #999;
}
.our-team .item-team .item-wrap:hover .item-img .item-social {
 -webkit-transition: all .5s;
 -o-transition: all .5s;
 transition: all .5s;
	opacity: 1;
}
.our-team .item-team .item-wrap:hover .item-img:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 0.7;
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}
.contact-ajax .ctajax-wrap .ctajax-element .el-inner h2 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 20px;
}
.contact-ajax.theme1 {
	padding: 20px;
}
.contact-ajax.theme1 .pre-text {
	font-size: 26px;
	color: #222222;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.contact-ajax.theme1 .pre-text:after {
	content: "";
	display: inline-block;
	height: 2px;
	width: 20px;
	background-color: #dd0000;
	vertical-align: middle;
	margin: 0 10px;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element {
	width: 100%;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner {
	padding: 0;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form {
	margin: 0 -15px;
	width: auto;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control {
	width: 50%;
	float: left;
	padding: 0 15px;
	position: relative;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control .el-input {
	width: 100%;
	margin-bottom: 20px;
	padding: 5px 10px;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control.ctr-full {
	width: 100%;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control #contact_email_copy, .contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control .el-label-email-copy {
	cursor: pointer;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control .ca-tooltip {
	position: absolute;
	top: 0;
	right: 0;
}
.rtl .contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control .ca-tooltip {
	right: auto;
	left: 0;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control .ca-tooltip .el-error {
	width: 40px;
	margin: 0;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control .el-ok {
	position: absolute;
	width: 40px;
	margin: 0;
	top: 0;
	right: 0;
}
.rtl .contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control .el-ok {
	right: auto;
	left: 0;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form #cainput_submit {
	border-radius: 0;
	background: none;
	background-color: #95c11f;
	border: 0;
	text-align: center;
	min-width: 160px;
	padding: 0 20px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form #cainput_submit:hover {
	background-color: #b62300;
}
.contact-ajax .ctajax-element .el-ctajax-form .el-ctajax-return.return-success i, .contact-ajax .ctajax-element .el-ctajax-form .el-ctajax-return.return-error i {
	width: 100%;
}
.sj_right_contact {
	padding: 35px 0;
}
.sj_right_contact .sj_wrapper {
	line-height: 24px;
	color: #666666;
}
.sj_right_contact .sj_wrapper h4 {
	font-size: 26px;
	color: #222222;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.sj_right_contact .sj_wrapper h4:after {
	content: "";
	display: inline-block;
	height: 2px;
	width: 20px;
	background-color: #dd0000;
	vertical-align: middle;
	margin: 0 10px;
}
.sj_right_contact .sj_wrapper .left-contact-top {
	padding: 15px 0;
}
.sj_right_contact .sj_wrapper .left-contact-top li {
	padding-bottom: 12px;
}
.sj_right_contact .sj_wrapper .left-contact-top li.address:before {
	content: "\f041";
}
.sj_right_contact .sj_wrapper .left-contact-top li.phone a {
	color: #666;
}
.sj_right_contact .sj_wrapper .left-contact-top li.phone a:hover {
	color: #95c11f;
}
.sj_right_contact .sj_wrapper .left-contact-top li.phone:before {
	content: "\f095";
}
.sj_right_contact .sj_wrapper .left-contact-top li.email:before {
	content: "\f003";
}
.sj_right_contact .sj_wrapper .left-contact-top li:before {
	font-family: fontawesome;
	font-size: 14px;
	font-weight: bold;
	min-width: 30px;
	display: inline-block;
}
.box-maps p {
	margin: 0;
}
#sp-component #xmap, #sp-component #user-registration, #sp-component .tag-category, #sp-component .search, #sp-component .finder, #sp-component .categories-list {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 50px;
}
#sp-component .wrap-login {
	padding: 30px !important;
	background-color: #fff;
	padding: 20px;
	margin-bottom: 50px;
	width: 400px;
	max-width: 100%;
	margin: 0 auto 50px;
	box-shadow: 0 0 6px #989898;
}
#sp-component .wrap-login #remember-lbl {
	cursor: pointer;
}
#sp-component .wrap-login .form-horizontal .well {
	padding-top: 0;
}
#sp-component .wrap-login .form-horizontal .well input.required {
	width: 100%;
}
#sp-component .wrap-login .form-horizontal .well .btn {
	width: 100%;
	padding: 10px 0;
}
#sp-component #josForm {
	padding: 30px !important;
	background-color: #fff;
	padding: 20px;
	margin-bottom: 50px;
	width: 750px;
	max-width: 100%;
	margin: 0 auto 50px;
	box-shadow: 0 0 6px #989898;
}
#sp-component #josForm .componentheading {
	font-size: 24px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #222;
}
#sp-component #josForm .k2AccountPage {
	padding-bottom: 0;
}
#sp-component #josForm .admintable_register .k2ProfileHeading {
	font-size: 18px;
}
#sp-component #josForm .admintable_register .form-register label {
	display: block;
	color: #222;
}
#sp-component #josForm .admintable_register .form-register label .colorR {
	color: #FF0000;
}
#sp-component #josForm .admintable_register .form-register .ipt-form {
	margin-bottom: 20px;
}
#sp-component #josForm .admintable_register .form-register .ipt-form input {
	width: 100%;
}
#sp-component #josForm .admintable_register .form-register .check-gender .controls {
	padding: 0 20px;
}
#sp-component #josForm .admintable_register .form-register .upload-image {
	margin-bottom: 20px;
}
#sp-component #josForm .admintable_register .form-register #editor-xtd-buttons, #sp-component #josForm .admintable_register .form-register .toggle-editor {
	margin: 20px 0 10px;
	width: auto;
}
#sp-component #josForm .admintable_register .form-register #editor-xtd-buttons #yt_shorcodes {
	margin: 0;
}
#sp-component #josForm .k2AccountPageUpdate .button {
	background-color: #95c11f;
	padding: 10px 30px;
	color: #fff;
	font-weight: bold;
	border: 0;
}
#sp-component #josForm .k2AccountPageUpdate .button:hover {
	background-color: #08689b;
}
#sp-component .tag-category .item {
	margin-bottom: 30px;
}
#sp-component .tag-category .item .wrap-article .article-img {
	margin-bottom: 20px;
}
.view-featured .blog-featured .intro-image {
	display: block;
}
div#finder-filter-window .filter-branch .finder-selects {
	margin: 15px;
}
#sp-header .yt-loginform ul li a span {
	display:none;
}
#sp-header .yt-loginform ul li span {
	display:none !important;
}
#sp-header .yt-loginform ul li a i {
	font-size: 37px;
	color: #444;
}
#sp-header .yt-loginform ul li {
	list-style-type:none;
	text-align:center;
}
#sp-header .yt-loginform ul {
	padding: 16px 0;
}
#sp-header .dovesiamo p {
	text-align:center;
}
#sp-header .dovesiamo a {
	font-size: 36px;
	color: #444;
}
#sp-header .dovesiamo {
	padding: 10px 0;
}

#sp-top6 {
	width:4.16666666%;
}
#sp-top2 {
	width:4.16666666%;
}
#sp-cart {
	width:4.16666666%;
}
.category-view .row {
	overflow:hidden;
}


.ja-products-wrapper .product-item-photo {
margin-bottom:15px;}
.browse-view { clear:both;}


 #sp-cart {
width:8.333333%;
}
}

.category-view .row.vm-list {
    width: 100%;
    margin: 0px 1.70940170% 30px 0px !important;
    float: left;
}
.category-view .product-container h2 {
    text-align: left;
}

@media (min-width: 1920px) {
 .sp-megamenu-wrapper #offcanvas-toggler {
 display: none;
}
}
@media (min-width: 1366px) and (max-width: 1920px) {
 .container, .sppb-section .sppb-row-container {
 width: 1200px;
}
 .sp-megamenu-wrapper #offcanvas-toggler {
 display: none;
}
}
@media (min-width: 1200px) and (max-width: 1366px) {
 .wrapper-content .sppb-container-inner .sppb-row .sppb-col-md-2 {
 display: none;
}
 .sp-megamenu-wrapper #offcanvas-toggler {
 display: none;
}
 .wrapper-content .sppb-container-inner .sppb-row .sppb-col-md-10 {
 width: 100%;
}
 .wrapper-content .sppb-container-inner .sppb-row .sppb-col-md-7 {
 width: 70%;
}
 .wrapper-content .sppb-container-inner .sppb-row .sppb-col-md-3 {
 width: 30%;
}
 .sambar .menu_horizontal .sj-megamenu .sj-megamenu-parent .sj-menu-item.level-1 > span, .sambar .menu_horizontal .sj-megamenu .sj-megamenu-parent .sj-menu-item.level-1 > a {
 font-size: 12px;
 padding: 0 15px;
}
 #search-top-bar .form-search {
 width: 100%;
}
 #sp-top #sp-top1 .sp-column .sp-module {
 padding: 0 10px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {

/* .category-view .row {
    width: 23%;
    margin: 0px 2% 30px 0px !important;
    float: left;
} 

.category-view .row .vertical-separator,
.category-view .row .vm-col.vertical-separator {
	min-width: 22% !important;
	max-width: 22% !important;
} */
.category-view .row {
	overflow:hidden;
}

 #offcanvas-toggler {
 display: none;
}
 #sp-main-menu #sp-menu-horizontal .sp-module #menuHeading {
 display: block;
}
 body.site #sp-main-menu #sp-menu-horizontal .sambar {
 visibility: hidden;
 opacity: 0;
 top: 60px;
}
 body.site #sp-main-menu #sp-menu-horizontal:hover .sambar {
 visibility: visible;
 opacity: 1;
 top: 40px;
}
 table.header-info td:last-child {
 display: none;
}
 .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-content .sp-simpleportfolio-title {
 white-space: normal;
 font-size: 14px;
}
 .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-content {
 padding: 10px 10px 3px;
 bottom: 5px;
}
 #yt-lightbox {
 width: 100% !important;
 height: auto !important;
}
 .sppb-addon--awards .sppb-addon-heading {
 margin-bottom: 0;
}
 .sppb-addon--awards .sppb-addon-heading .heading-subtitle {
 display: none;
}
 .sppb-addon--awards .sppb-addon-content {
 padding: 30px 30px 0;
}
 .sppb-addon--awards .yt-content-slider .owl-controls {
 display: none;
}
 #sp-menu-horizontal .sp-module #menuHeading .megamenuToogle-pattern .modtitle::before {
 right: 30px;
}
 #sp-left .shop-by .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option {
 margin: 2px;
}
 .category-view .vm-list .vm-col {
 width: 100%;
}
 .custom-top-tags .sm-top-tags-keywords .sm-top-tags-keywords-list li {
 padding: 0 5px;
}
 .mini-cart .sj-minicart-pro .mc-wrap .mc-header .mc-yourcart .title-my-cart {
 display: none;
}
 .mini-cart .sj-minicart-pro .mc-wrap .mc-header .mc-totalprice {
 padding: 10px 0px 0 8px;
}
 .category-view .vm-list .product-container .vm-product-rating-container .rating .ratingbox {
 margin: 0 0 0 62px;
}
 #sp-top3 {
 display: none;
}
 #sp-newsletter #sp-position-9 .sp-module-content {
padding-left:0px;
}
 #sp-top2 {
 width: 4.16666666%;
}
 #sp-logo .logo a img {
 width: 90%;
}
 #sp-copyright-footer .acymailing_module_form .acymailing_introtext {
 display: none;
}
 .col-md-9 .category-view .vm-list .product-container .group-addtocart {
 right: -10px !important;
}
 .banner-policy .inner .policy {
 padding: 0 18px;
}
 .productdetails .vm-product-media-container #addimgzoom .owl-controls .owl-nav .owl-next {
 right: -337px;
}
 .productdetails .vm-product-media-container #addimgzoom .owl-controls .owl-nav > div {
 height: 88px;
 line-height: 88px;
}
 #sp-footer-title #sp-user1 {
 display: none;
}
 #sp-right .sp-column .blog-sidebar .sj-basic-news .bs-items .bs-item .bs-image, #sp-left .sp-column .blog-sidebar .sj-basic-news .bs-items .bs-item .bs-image {
 margin-right: 10px;
}
 body.rtl #sp-right .sp-column .blog-sidebar .sj-basic-news .bs-items .bs-item .bs-image, body.rtl #sp-left .sp-column .blog-sidebar .sj-basic-news .bs-items .bs-item .bs-image {
 margin-left: 10px;
}
 #sp-right .sp-column .blog-sidebar .sj-basic-news .bs-items .bs-item .bs-title a, #sp-left .sp-column .blog-sidebar .sj-basic-news .bs-items .bs-item .bs-title a {
 font-size: 14px;
}
}
@media (max-width: 991px) {
	.body-wrapper {padding-top:75px;}
	
	#sp-footer1 .sp-copyright {
	text-align: center;
}

	#sp-footer2 .blankpage p {
		text-align: center;
		float: none;
	}
	.sj-minicart-pro .mc-wrap.mc-right .mc-content {
 right: -140% !important;
}
#sp-newsletter p {
 color: #ffffff;
}
#sp-newsletter #sp-position-9 .sp-module-content:before {
 padding: 30px 0 0px 0px;
}
.ja-products-wrapper.grid .cols-3 .product-item {
    width: 50% !important;
}
.ja-products-wrapper.grid .cols-3 .product-item:nth-child(2n+1) {
    clear: both;
}
.ja-products-wrapper.grid .cols-3 .product-item:nth-child(3n+1) {
    clear: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {

/* .category-view .row {
    width: 30.33333333%;
    margin: 0px 3% 30px 0px !important;
    float: left;
}
div.product {
    float: none;
    border: none;
    min-width: inherit !important;
	width:auto;
}

.category-view .row .vertical-separator,
.category-view .row .vm-col.vertical-separator {
	min-width: 29.33333333% !important;
	max-width: 29.33333333% !important;
}
.category-view .row {
	overflow:hidden;
}

.category-view .row .vm-col.vertical-separator {
    margin: 0 4% 30px 0 !important;
} */
	div.product { min-width: 220px;}
 #sp-menu {
 width: 8.33333333%;
}
body.rtl .col-md-1, body.rtl .col-md-2, body.rtl .col-md-3, body.rtl .col-md-4, body.rtl .col-md-5, body.rtl .col-md-6, body.rtl .col-md-7, body.rtl .col-md-8, body.rtl .col-md-9, body.rtl .col-md-10, body.rtl .col-md-11, body.rtl .col-md-12 {
 float: right;
}
 body.rtl .banner-policy .inner .policy.policy3 {
 border-left: 0;
}
 #sp-top-bar .sp-module .yt-loginform ul {
 position: static;
}
 .logo {
 margin: 0;
}
 #sp-main-menu #search-top-bar {
 margin: 0;
 color: white;
}
 #sp-main-menu {
 border-top: 0;
}
 #sp-main-menu .sambar .sambar-inner {
 background: none;
}
 #sp-main-menu .sambar .sambar-inner .btn-sambar {
 float: left;
}
 table.header-info td {
 display: none;
}
 table.header-info td:last-child {
 display: block;
}
 .sppb-addon-services {
 overflow-y: scroll;
 white-space: nowrap;
}
 .sppb-addon-services > * {
 display: inline-block;
 white-space: normal;
 float: none !important;
}
 .list-social--about li {
 margin-bottom: 5px;
}
 .sp-page-builder .page-content #section-id-1492655064 {
 padding: 0 !important;
}
 .module--extraslider1 .sj-extraslider .post-text {
 margin: 30px 0;
}
 .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
 min-width: inherit;
}
 .sp-page-builder .page-content #section-id-1504167133101, .sp-page-builder .page-content #section-id-1504165457712 {
 background-image: none !important;
 padding: 30px 0 !important;
}
 #yt-lightbox {
 width: 100% !important;
 height: auto !important;
}
 .sppb-addon--slider .yt-content-slider .caption .title-lage {
 font-size: 40px;
 margin-bottom: 15px;
}
 .sppb-addon--slider .yt-content-slider .active .caption p {
 display: none;
}
 .sppb-addon--slider .yt-content-slider .caption .button-find {
 min-width: inherit;
 padding: 10px 20px;
}
 .sppb-addon--contactus > li {
 padding: 0 15px;
}
 #sp-copyright-footer .acymailing_module_form .acymailing_introtext {
 display: none;
}
 .tab-product-detail {
 width: 100%;
 clear: both;
}
 #sp-left .shop-by .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option {
 margin: 2px;
}
 .category-view .vm-list .vm-col {
 width: 100%;
}
 .category-view .vm-list .product-container .vm-product-rating-container .rating .ratingbox {
 margin: 0 0 0 38px;
}
 .category-view .vm-list .product-container .group-title-des .product_s_desc {
 display: none;
}
 .category-view .vm-list .product-container .group-price {
 width: 62%;
}
 .col-sm-8 .category-view .vm-list .product-container .vm-product-rating-container {
 left: 135px !important;
}
 .col-sm-8 .category-view .vm-list .product-container .group-addtocart {
 right: -10px !important;
}
 .col-sm-12 .category-view .vm-list .product-container .vm-product-rating-container {
 left: 120px;
}
 .col-sm-12 .category-view .vm-list .product-container .group-addtocart {
 right: 40px !important;
}
 .mini-cart .sj-minicart-pro .mc-wrap .mc-header .mc-yourcart .title-my-cart {
 display: none;
}
 #sp-deal-of-the-week-and-best-sell .sj_vm_deals_wrap .item .item-image img {
 height: auto;
}
 .category-view .row .product-container .vm-product-media-container .sj_quickview_handler, .sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .left-block .vm-product-media-container .sj_quickview_handler, #sp-feature-item .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .left-block .vm-product-media-container .sj_quickview_handler, .sp-module.featured-products .sp-module-content .sj-extra-slider .extraslider-inner .item-wrap .item-wrap-inner .product-item-container .left-block .item-image .sj_quickview_handler, .sj_vm_deals_wrap .sj_quickview_handler, .sj_quickview_handler {
 display: none;
}

 .mini-cart .sj-minicart-pro .mc-wrap .mc-header .mc-totalprice {
 padding: 10px 0px 0 8px;
}
 body .close-offcanvas {
 padding-top: 0;
 right:5px;
 top:15px;
 font-size:25px;
}
 body.rtl #sp-main-menu .sambar .sambar-inner .btn-sambar {
 float: right;
}
 body.rtl .close-offcanvas {
 left: 10px;
 right: auto;
}
 #sp-menu {
 width: 16.66666666%;
 position: absolute !important;
 right: 0px;
}
 #sp-top2 {
 width: 16.66666666%;
}
#sp-cart {
 width: 16.66666666%;
}
#sp-top6 {
 display:block;
 width: 16.66666666%;
}
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
 #yt_tab_products {
 width: 100%;
 display: block;
 clear: both;
}
 #sp-logo {
 width: 25%;
}
 #sp-search {
}

 #offcanvas-toggler {
 display: none;
}
 #sp-main-menu #sp-menu-horizontal .sp-module #menuHeading {
 display: block;
}
 body.site #sp-main-menu #sp-menu-horizontal .sambar {
 visibility: hidden;
 opacity: 0;
 top: 60px;
}
 body.site #sp-main-menu #sp-menu-horizontal:hover .sambar {
 visibility: visible;
 opacity: 1;
 top: 40px;
}
 #sp-legacy .banner-policy .inner .policy.policy4 {
 display: block;
}
 #sp-legacy .banner-policy .inner .policy {
 padding: 0 18px;
}

 .category-view .row .product-container .vm-product-media-container .sj_quickview_handler, .sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .left-block .vm-product-media-container .sj_quickview_handler, #sp-feature-item .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .left-block .vm-product-media-container .sj_quickview_handler, .sp-module.featured-products .sp-module-content .sj-extra-slider .extraslider-inner .item-wrap .item-wrap-inner .product-item-container .left-block .item-image .sj_quickview_handler, .sj_vm_deals_wrap .sj_quickview_handler, .sj_quickview_handler {
 display: none;
}
 .productdetails .vm-product-media-container #addimgzoom .owl-controls .owl-nav >div {
 height: 89px !important;
 line-height: 89px !important;
}
 .productdetails .vm-product-media-container #addimgzoom .owl-controls .owl-nav .owl-next {
 right: -340px !important;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
 body.rtl .col-md-1, body.rtl .col-md-2, body.rtl .col-md-3, body.rtl .col-md-4, body.rtl .col-md-5, body.rtl .col-md-6, body.rtl .col-md-7, body.rtl .col-md-8, body.rtl .col-md-9, body.rtl .col-md-10, body.rtl .col-md-11, body.rtl .col-md-12 {
 float: right;
}
 .logo {
 text-align: left;
}
 #yt_tab_products {
 width: 100%;
 display: block;
 clear: both;
}
 .logo a img {
 display: inline;
 text-align: center;
}
 .col-sm-12 .category-view .vm-list .product-container .vm-product-rating-container {
 left: 118px !important;
}
 .category-view .vm-list .product-container .group-price {
 width: 44%;
}
 .category-view .row.vm-list .vm-col, .category-view .vm-list .vm-col.vertical-separator {
 width: 100%;
}
 .category-view .row .product-container .PricesalesPrice span {
 font-size: 14px;
 padding-right: 5px;
}
 .category-view .orderby-displaynumber .toolbar-center .orderlistcontainer.counter {
 padding: 12px 9px;
 display: none;
}
 .productdetails .vm-product-media-container #addimgzoom .owl-controls .owl-nav >div {
 height: 224px;
 line-height: 224px;
}
 .productdetails .vm-product-media-container #addimgzoom .owl-controls .owl-nav .owl-next {
 right: -660px;
}
 .sp-column #com-form-login #com-form-login-remember {
 padding: 0;
}
 #sp-footer-title #sp-user1 {
 display: none;
}
 #sp-footer-title #sp-user2 {
 float: right;
 width: 83.33333333%;
}
 .offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
 margin: 0;
 padding: 0;
}
 #sp-top-bar .sp-module .yt-loginform ul {
 position: static;
 float: right;
}
 #sp-menu-horizontal .sp-module .sp-module-title:before {
 right: 28px;
}
 .banner-policy .inner .policy {
 padding: 0 25px;
}
 #sp-main-menu .sambar .sambar-inner {
 display: block;
 visibility: visible;
}
 .category-view .row .product-container .vm-product-media-container .sj_quickview_handler, .sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .left-block .vm-product-media-container .sj_quickview_handler, #sp-feature-item .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .left-block .vm-product-media-container .sj_quickview_handler, .sp-module.featured-products .sp-module-content .sj-extra-slider .extraslider-inner .item-wrap .item-wrap-inner .product-item-container .left-block .item-image .sj_quickview_handler, .sj_vm_deals_wrap .sj_quickview_handler, .sj_quickview_handler {
 display: none;
}
 #sp-header .sj-search-pro-wrapper {
 padding: 10px 0;
}
 .banner-policy .inner .policy.policy4 {
 display: none;
}
 .banner-policy .inner .policy.policy3 {
 border-right: 0;
}
 #sp-shop-by-categories .sj-categories.preset02-3 .cat-wrap .content-box {
 width: auto;
}
 #sp-menu-horizontal .sp-module #menuHeading {
 display: none;
}
 #sp-main-menu #sp-menu-horizontal .sambar {
 visibility: visible;
 opacity: 1;
 top: 0;
}
 #sp-main-menu #sp-menu-horizontal:hover .sambar {
 top: 0;
}
 #sp-main-menu .sambar .sambar-inner .btn-sambar {
 background: transparent !important;
 margin: 0;
 padding: 14px 0;
 border: none;
 font-size: 14px;
 color: #000;
 text-transform: uppercase;
 font-weight: 500;		
}
 #sp-slidershow .sppb-addon--slider .yt-content-slider .yt-content-slide a img {
 height: auto;
}

}
 @media (max-width: 991px) {
	
	 #sp-logo {width:25% !important;}
	 #sp-menu {width:25% !important;}
	 
	 .zoomContainer{display: none !important;}	
#sp-left {display:none;}
#category-view .row .product-container .group-addtocart {
	opacity: 1;
	bottom: 10px;
}
	 #yt_tab_products {position:unset;}
	 #category-view .orderby-displaynumber .vm-view-list {display:none;}
	 
.productdetails .vm-product-top-container {margin-top:30px;}
.productdetails .vm-product-container {margin-bottom:0px;}
#sp-legacy .sp-module.banneralti {
    margin-bottom: 20px;
}
#sp-user2 {
width:100%
}
#sp-user2 ul.social-icons {
 float:none;
 margin:auto;
}
#sp-user2 ul.social-icons li {
 float:none;
 display:inline;
}

#sp-newsletter #sp-position-9 .sp-module-content:before {
float:none;
}
 #sp-newsletter #sp-position-9 .sp-module-content {
 text-align:center;
 padding: 0px;
}
 #sp-newsletter h3 {
 text-align: center;
}
#sp-newsletter p {
 text-align: center;
 padding-left: 0px;
}
 #sp-footer2 .blankpage p {
text-align:center;
float:none;
padding-bottom:30px;
}
 #sp-header-mobile {
 padding: 7px 0;
}
 .category-view .row .product-container .vm-product-media-container .sj_quickview_handler, .sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .left-block .vm-product-media-container .sj_quickview_handler, #sp-feature-item .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .left-block .vm-product-media-container .sj_quickview_handler, .sp-module.featured-products .sp-module-content .sj-extra-slider .extraslider-inner .item-wrap .item-wrap-inner .product-item-container .left-block .item-image .sj_quickview_handler, .sj_vm_deals_wrap .sj_quickview_handler, .sj_quickview_handler {
 display: none;
}
 #yt_tab_products {
 width: 100%;
}
 .productdetails .vm-product-media-container #addimgzoom .owl-controls .owl-nav .owl-next {
 right: -572px;
}
 .productdetails .vm-product-media-container #addimgzoom .owl-controls .owl-nav > div {
 height: 148px;
 line-height: 148px;
}
 #sp-top-bar .sp-module .yt-loginform ul, #sp-top1 {
 float: none;
 text-align: center;
}
.logo {
 margin:0px;
}
#sp-header #sp-logo .logo a {
 line-height:60px;
 vertical-align:middle;
}
 #sp-logo .logo a img {
 max-width: inherit;
	 max-height: 52px;
    margin-top: 4px;
}
.sp-top2 {
 float:left;
 content: '\f023';
 font-family: FontAwesome;
 margin: 0 5px;
 display: inline-block;
 font-size: 26px;
 color: #7f7e7e;
}
#sp-menu {
 width: 16.66666666%;
 position: absolute !important;
 right: 0px;
}
 #sp-top2 {
 width: 16.66666666%;
}
#sp-cart {
 width: 16.66666666%;
}
#sp-top6 {
 display:block;
 width: 16.66666666%;
}
}
.sp-module .menu_social_header {
	float: none;
	text-align: center;
	margin: 0;
	display: none;
}
#sp-top3 {
	display: none;
}
#sp-menu-horizontal .sp-module #menuHeading {
	display: none;
}
#sp-main-menu #sp-menu-horizontal .sambar {
	visibility: visible;
	opacity: 1;
	top: 0;
}
#sp-main-menu #sp-menu-horizontal:hover .sambar {
	top: 0;
}
#sp-main-menu .sambar .sambar-inner .btn-sambar {
	background: transparent !important;
	margin: 0;
	padding: 14px 0;
	border: none;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
}
.productdetails .vm-product-media-container #addimgzoom .owl-controls .owl-nav {
	display: none;
}
#sp-header-mobile #sp-logo .logo {
	text-align:left;
}
#sp-slidershow .sppb-addon--slider .yt-content-slider .yt-content-slide a img {
	height: auto;
}
.mini-cart .sj-minicart-pro .mc-wrap .mc-header .mc-yourcart .title-my-cart {
	display: none;
}

.banner-policy .inner .policy {
	width: 100%;
}
.banner-policy .inner .policy:last-child {
	border-bottom: 0;
}
.banner-policy .inner .policy2 a span {
	margin-left: 0;
}
.banner-policy .inner .policy3 a span {
	margin-left: 0;
}
.banner-policy .inner .policy4 a span {
	margin-left: 10px;
}
#sp-position-7 .sj-categories .cat-wrap.theme3 {
	flex-direction: column;
}
#sp-position-7 .sj-categories.preset01-4 .cat-wrap .content-box {
	width: 100%;
	margin: 0%;
}
#sp-position-14 .bannergroup {
	flex-direction: column;
}
.sp-column #com-form-login h2 {
	padding: 0;
}
.sp-column #com-form-login #com-form-login-username {
	padding: 0 0px 4px;
}
.sp-column #com-form-login #com-form-login-remember {
	padding: 0;
}
.sp-column #com-form-login #com-form-login-password {
	padding: 0;
}
.productdetails .vm-product-media-container #addimgzoom .owl-carousel .owl-stage {
	width: auto;
	margin: 0 auto;
}

.category-view .orderby-displaynumber .toolbar-center .orderlistcontainer .activeOrder {
	padding: 0 20px 0 0;
}
.category-view .orderby-displaynumber .toolbar-center .orderlistcontainer.counter, .category-view .orderby-displaynumber .toolbar-center .orderlistcontainer.limitbox {
	display: none;
}
.product-related-products #owl-carousel-related .item {
	max-width: 100%;
}
#sp-position3 {
	text-align: center;
}
#sp-footer-title #sp-user2 {
	text-align: center;
	position: static;
}
.category-view .row .category .spacer a {
	width: 100%;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
	margin: 0;
	padding: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul >li > a:hover {
	color: #92C2E1;
}
.sj-minicart-pro {
	float: none;
}
#sp-header {
	padding: 20px 0 10px 0;
}
#sp-top-bar .sp-module .yt-loginform ul {
	position: static;
}
#sp-top4 {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
#sp-main-menu #search-top-bar {
	margin: 3px 0 0;
	color: white;
}
#sp-search {
	display: block;
	padding-top: 0px;
}
#sp-header .sj-search-pro-wrapper {
	padding: 0;
}
#search-top-bar .form-search .btn-search {
	top: 0;
}
#sp-main-menu {
	background: #95c11f;
	border-top: 0;
	position: relative;
	padding-bottom: 20px;
}
#sp-main-menu .sambar .sambar-inner {
	background: none;
}
#sp-main-menu .sambar .sambar-inner .btn-sambar {
	float: left;
}
table.header-info td {
	display: none;
}
table.header-info td:last-child {
	display: block;
}
.module--extraslider1 .sj-extraslider .heading-title {
	font-size: 24px;
}
.yt-counter-wrapper {
	margin-bottom: 30px;
}
.sppb-addon-services {
	overflow-y: scroll;
	white-space: nowrap;
}
.sppb-addon-services > * {
	display: inline-block;
	white-space: normal;
}
.sj-basic-news .basic-news--item {
	margin-bottom: 15px;
}
.sppb-addon-latestnew .basic-news--item .bs-description {
	margin-bottom: 0;
}
#sp-top1 .yt-loginform > li a {
	padding: 10px 18px;
}
.sp-column #com-form-login #com-form-login-password, .sp-column #com-form-login #com-form-login-username {
	width: auto;
	padding: 0 0 0 8px;
}
.sp-column #com-form-login #com-form-login-remember {
	padding: 0 0 0 8px;
	margin: 0;
}
.vm-orders-list .order-view form input[type="text"] {
	width: auto;
}
.sp-page-builder .page-content #section-id-1492655064 {
	padding: 0 !important;
}
.module--extraslider1 .sj-extraslider .post-text {
	margin: 30px 0;
	width: 100%;
}
#yt-lightbox {
	width: 100% !important;
	height: auto !important;
}
.sppb-addon--contactus, .sppb-addon--brand {
	overflow-y: scroll;
	white-space: nowrap;
	display: block;
	min-height: inherit;
	padding: 50px 0;
}
.sppb-addon--contactus > li, .sppb-addon--brand .item {
	padding: 0 15px;
	display: inline-block;
	white-space: normal;
	border: none;
	width: 100%;
}
.sppb-addon--brand {
	padding: 0;
}
.sppb-addon--brand .item {
	width: 50%;
}
#sp-footer1 {
	text-align: center;
}
#sp-copyright-footer .acymailing_module_form .acymailing_introtext {
	display: none;
}
#sp-copyright-footer .acymailing_module_form .inputbox {
	width: 100% !important;
}
body .close-offcanvas {
	padding-top: 0;
	line-height: 20px;
	right: 10px;
	top: 20px;
	font-size:25px;
}
body.rtl .close-offcanvas {
	left: 10px;
	right: auto;
}
body.rtl #sp-top4 {
	left: 0;
	right: auto;
}
body.rtl #sp-main-menu .sambar .sambar-inner .btn-sambar {
	float: right;
}
body.rtl #sppb-addon-1504165457714 .sppb-addon-faq ul.yt-accordion li.yt-accordion-group h3.accordion-heading {
	padding: 18px 20px 18px 30px;
}
#sp-breadcrumb {
	padding: 0px;
}
#sp-newsletter .acymailing_module_form .acymailing_introtext {
	display: none;
}
#sp-newsletter .acymailing_module_form .acymailing_finaltext {
	display: none;
}
#sp-newsletter .acymailing_module_form .acymailing_form {
	margin-top: 30px;
	width: 100%;
}
#sp-footer2 {
	padding: 20px 0 0 0;
}
#sp-footer2 p img {
	float: none;
}
#sp-footer2 p {
	display: block;
	text-align: center;
}
 @media (max-width: 640px) {
 .category-view .row .product-container .vm-product-media-container .sj_quickview_handler, .sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .left-block .vm-product-media-container .sj_quickview_handler, #sp-feature-item .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .left-block .vm-product-media-container .sj_quickview_handler, .sp-module.featured-products .sp-module-content .sj-extra-slider .extraslider-inner .item-wrap .item-wrap-inner .product-item-container .left-block .item-image .sj_quickview_handler, .sj_vm_deals_wrap .sj_quickview_handler, .sj_quickview_handler {
 display: none;
}
 #yt_tab_products {
 width: 100%;
}
 .contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-info-contact .info-contact {
 width: 50%;
}
 .megafolio-container .mega-entry .mega-hoverlink, .megafolio-container .mega-entry .mega-hoverview {
 margin-top: -20px !important;
}
 .category-view .vm-list .vm-col {
 width: 100%;
}
 .category-view .vm-list .product-container .vm-product-rating-container {
 left: 50px;
}
 .category-view .vm-list .product-container .group-price {
 width: 56%;
 padding: 0;
 position: static;
}
 .category-view .vm-list .product-container .group-addtocart {
 top: 56px;
 right: 0;
}
 .sp-module.in-edicola .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container {
 position: static;
 margin: 0;
 height: auto;
}
 .sp-module.in-edicola .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs {
 margin: 0;
}
 .sp-module.in-edicola .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li.ltabs-tab {
 margin-left: 0;
}
 .sp-column #com-form-login #com-form-login-password, .sp-column #com-form-login #com-form-login-username {
 width: auto;
 padding: 0 0 0 8px;
}
 .sp-column #com-form-login #com-form-login-remember {
 padding: 0 0 0 8px;
}

}

	.productdetails .vm-product-container > div {margin-bottom: 0px !important;}
.at-resp-share-element.at-mobile .at-share-btn {
    margin-right: 5px!important;
}
div[class*="-view"] .row {
   display: block;
	}

	#sp-top6,
	#sp-top2,
	#sp-cart {
		padding-left:0px;
		padding-right:0px;
	}
	
	
	#sp-position-17 {padding-top:10px;}
	#sp-position-18 {padding-top:20px;}

	
#category-view .vm-grid .vm-col {
	max-width: none;
	}
	#category-view .product-container h2 {
    text-align: center;
}
	#category-view .row .product-container .product-price {
    text-align: center;
}
	#category-view .row .product-container .group-addtocart {
		width: 100%;
    padding: 0;
    margin: 0px 0 20px 0;
    text-align: center;
    opacity: 1;
    left: 0;
    bottom: -30px;
    border: none;
	}
	
.at-style-responsive .at-share-btn {
    padding: 0px !important;
}
.productdetails-view .addtocart-area, .productdetails-view .manufacturer, .productdetails-view .addtocart-bar {
    text-align: left;}
 #sp-header {
 padding: 14px 0 12px 0;
}
 #sp-subcribe-footer .acymailing_module form .acymailing_module_form .acymailing_form .inputbox {
 width: 100% !important;
}
 #sp-header .sj-search-pro-wrapper .select_category {
 display: none;
}
 #sp-position-11 .sj_vm_deals_wrap .item .item-image img {
 height: auto;
}
 #sp-feature-item .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container, .sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container {
 margin: 0;
}
 #sj_minicart_pro_20614998971517890196 .mc-content {
 width: 290px;
}
 .sj-minicart-pro .mc-content .mc-content-inner {
 min-width: 280px;
}
 .sj-minicart-pro .mc-content .mc-content-inner {
 max-width: 280px;
 min-width: 280px;
}
 .sp-column #com-form-login #com-form-login-password, .sp-column #com-form-login #com-form-login-username {
 width: auto;
 padding: 0 0 4px 8px;
}
 .order-view #com-form-order-submit {
 margin: 0;
}
 #finder-search a.btn {
 padding-top: 5px;
}
 .sp-column #com-form-login #com-form-login-remember {
 padding: 4px 0 0 8px;
}
 .tab-product-detail .tab-product ul.nav li a {
 padding: 8px 10px;
}
 .zoomContainer {
 z-index: 9;
}
 .sj-extraslider .extraslider-inner .item-wrap, #sp-right .sp-column .archies-sidebar img, #sp-left .sp-column .archies-sidebar img {
 width: 100%;
}
 #sp-top-tags {
 display: none;
}
 #yt_tab_products {
 width: 100%;
 display: block;
 clear: both;
}
 .com_virtuemart #checkoutForm .vm-fieldset-pricelist .cart-summary tr td .details-button {
 display: inline-block;
 padding: 4px;
}
 .com-sppagebuilder .sj-basic-news .bs-items .bs-item {
 width: 100%;
 margin-bottom: 20px;
}
 .about-me .yt-skills .form-group {
 width: 90%;
}
 .contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-info-contact .info-contact {
 width: 100%;
}
 .contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-control {
 width: 100%;
}
 #sp-feature-item .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab span.ltabs-tab-label {
 font-size: 14px;
 font-weight: normal;
 text-transform: none;
 margin-left: 20px;
}
 #sp-feature-item .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab:after, .sp-module.in-edicola .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li.ltabs-tab:after {
 background-color: transparent;
}
 .com_virtuemart #checkoutForm .vm-fieldset-pricelist .cart-summary tr td.vm-cart-item-name >a {
 display: inline;
}
 .com_virtuemart #checkoutForm .vm-fieldset-pricelist .cart-summary tr.sectiontableentry2 td input {
 width: auto;
}
 .vm-cart-header-container div[class*="width"] {
 width: 49%;
 float: left;
 margin-bottom: 15px;
}
 .category-view .row .product-container .vm-product-media-container .sj_quickview_handler, .sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .left-block .vm-product-media-container .sj_quickview_handler, #sp-feature-item .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .left-block .vm-product-media-container .sj_quickview_handler, .sp-module.featured-products .sp-module-content .sj-extra-slider .extraslider-inner .item-wrap .item-wrap-inner .product-item-container .left-block .item-image .sj_quickview_handler, .sj_vm_deals_wrap .sj_quickview_handler, .sj_quickview_handler {
 display: none;
}

 .sp-module.in-edicola .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container {
 top: 50px;
 right: 15px;
}
 .category-view .virtuemart_search .vm-search-custom-search-input .inputbox {
 width: 46%;
}
 #myLogin .modal-dialog {
 width: auto;
 margin: 0;
 z-index: 999;
}
 .col-md-9 .category-view .vm-list .product-container .vm-product-rating-container {
 left: 82px !important;
 top: 30px;
}
 .category-view .vm-list .product-container .group-price {
 width: 100%;
 position: absolute;
 padding-left: 0px;
 padding-right: 20px;
}
 .productdetails .vm-product-media-container #addimgzoom .owl-controls .owl-nav {
 display: none;
}
 .category-view .vm-list .product-container .group-title-des {
 width: 100%;
 padding: 0px 12px 0 10px;
}
 .col-md-9 .category-view .vm-list .product-container .group-addtocart {
 left: 142px;
}
 .sj_vm_deals_wrap .sj_deals_cd_day {
 margin-right: 8px;
}
 #fancybox-wrap #fancybox-outer #fancybox-content div > a {
 position: static;
 width: 100%;
 margin: 10px 0;
 text-align: center;
}
 #search-top-bar .form-search .form-group {
 margin-bottom: 0;
}
 .view-profile .admintable {
 display: block;
 overflow: auto;
}
 #searchForm .inputbox, #finder-search .inputbox {
 margin-bottom: 10px;
}
 .autocomplete-suggestions {
 width: 205px !important;
}
 #sp-breadcrumb {
 padding: 0px 10px;
}
 .category-view .row .category .spacer a img {
 width: 100%;
}

#sp-logo .logo {
padding-top:0px;
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .owl2-controls .owl2-nav {
top:5px;
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox {
 display:none !important;
}
#sp-categorie {
    margin-top: 0px;
}
.sp-module.in-evidenza .ltabs-tabs-container {
 display:none !important;
}
.sp-module.in-evidenza .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox {
 display:none !important;
}
 #sp-in-edicola {
 margin-top:30px;
}
#sp-feature-item {
 padding: 20px 0 0px !important;
}
#sp-feature-item .sj-listing-tabs .owl2-controls .owl2-nav {
top:5px;
}
.sj-categories .content-box {
margin:0px;
}
.sp-module.in-edicola .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .right-block .group-addtocart, .sp-module.in-evidenza .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .product-container .right-block .group-addtocart {
opacity: 1;
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
 visibility: visible;
 bottom: 10px;
 margin: 0;
}
}
svg path {
	fill: #fff;
}

.sp-module.in-evidenza .ltabs-tabs-container {
	display:none;
}
a {
	color: #90ba1f;
}
a:hover {
	color: #f39119;
}
#offcanvas-toggler >i {
	color: #000000;
}
#offcanvas-toggler >i:hover {
	color: #95c11f;
}
.list-social--about .yt-socialbt a.large:hover {
	background: #95c11f;
}
.sp-page-title {
	background: #95c11f;
}
.layout-boxed .body-innerwrapper {
	background: #ffffff;
}
.search .btn-toolbar button {
	background: #95c11f;
}
.post-format {
	background: #95c11f;
}
.voting-symbol span.star.active:before {
	color: #95c11f;
}
.sp-rating span.star:hover:before, .sp-rating span.star:hover ~ span.star:before {
 color: #08689b;
}
.entry-link, .entry-quote {
	background: #95c11f;
}
blockquote {
	border-color: #95c11f;
}
.carousel-left:hover, .carousel-right:hover {
	background: #95c11f;
}
.sp-comingsoon body {
	background-color: #08689b;
}
@media (max-width: 480px) {
 .sp-comingsoon-countdown .days, .sp-comingsoon-countdown .hours, .sp-comingsoon-countdown .minutes, .sp-comingsoon-countdown .seconds {
 margin: 20px 15px;
}
 .sp-comingsoon-countdown .days .number, .sp-comingsoon-countdown .hours .number, .sp-comingsoon-countdown .seconds .number, .sp-comingsoon-countdown .minutes .number {
 width: 185px;
}
}
.pagination>li>a, .pagination>li>span {
	color: #000000;
}
.pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>span:hover, .pagination>li>span:focus {
	color: #000000;
}
.pagination>.active>a, .pagination>.active>span {
	border-color: #95c11f;
	background-color: #95c11f;
}
.pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span:hover, .pagination>.active>span:focus {
	border-color: #95c11f;
	background-color: #95c11f;
}

.sp-module.bannercoupon {
	border: 1px solid #ddd;
	margin:0px;
	padding:0px;
}
.sp-module.bannercoupon div {
	padding:0px;
}
.sp-module.bannercoupon h3, .sp-module.bannercoupon p {
	line-height:44px;
	padding: 25px 20px;
	vertical-align:middle;
	margin:0px;
}
.sp-module.bannercoupon h3 {
	background-color:#e8641a;
	color:#fff;
	font-size: 16px;
	text-transform:uppercase;
}
.sp-module.bannercoupon p {
	background-color:#d72a00;
	color:#fff;
	font-size: 13px;
}
.sp-module.bannercoupon p a {
	font-size: 13px;
	font-weight: 600;
	background: #fff;
	border-radius: 4px;
	border: none;
	text-transform: inherit;
	padding: 8px 26px 8px;
	display: inline-block;
	line-height: normal;
	color:#222;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.38);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.38);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.38);
}
.sp-module.bannercoupon h3:before {
	font-family: "FontAwesome";
	content: " \f06b";
	margin: 0 20px;
	font-size:40px;
	vertical-align:middle;
	line-height:40px;
}
.sppb-addon--slider .yt-content-slider .active .caption h2 {
	font-size: 52px;
	line-height: 54px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
}
#sp-banner #sp-position-14 {
	padding:0px;
}
#sp-section-5 {
	background:#efefef;
}

#sp-footer {
	    background: #f39200;
    color: #fff;
    padding: 30px;
}
#sp-footer a {
	color:#fff;
}
.carte {
	padding-top:90px;
}
#sp-in-edicola {
	margin-top:30px;
}
.modal-backdrop {z-index: 998;}
h1.sppb-addon-title {
	position: relative;
    font-size: 28px;
    text-transform: none;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #444;
    margin: 0px 0 15px;
    padding: 0 0 12px;
}

#sp-left .cf_flt_header_text{
	background-color: #91c01f47;
    border-radius: 2px;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 5px 10px 5px 28px;
    position: relative;
	text-transform: uppercase;
}
#sp-left .headexpand_show .cf_flt_header_text:after {
	content: "\f146";
    color: #9e9e9e;
    display: block;
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    top: 5px;
	left: 8px;
}
#sp-left .headexpand_hide .cf_flt_header_text:after {
	content: "\f0fe";
	color: #9e9e9e;
    display: block;
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    top: 5px;
	left: 8px;
}
#sp-left .headexpand_show,
#sp-left .headexpand_hide {
    background: none;
} 
#sp-left .headexpand {
    float: none;
    width: auto;
    height: auto;
    margin-right: auto;
}
#sp-left .cf_filters_list {
		padding-left:0px;
}
#sp-left .cf_filters_list li a {
	color:#444;
}
#sp-left .cf_filters_list li.cfLiLevel1 {
    background: url(../../images/tree-bg.png) no-repeat 0px center;
    padding-left: 20px;
}
#sp-left .cf_filters_list li.cfLiLevel2 {
    background: url(../../images/tree-bg.png) no-repeat 0px center;
    padding-left: 40px;
}
#sp-left .cf_filters_list li {
    padding: 3px 0;
}
#sp-left a.cf_resetAll_link {
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
	background-color: #f9f9f9;
    color: #444;
}
	 #sp-legacy {
 padding-top: 40px !important;
}
.com-mymaplocations.view-location .maplist {display:none !important;}
.com-mymaplocations.view-location ul.tags {
		padding:0px 0px 30px 0;
}
.com-mymaplocations.view-location ul.tags li {
		list-style-type: none;
}
a.buttonfull {
	background: #95c11f;
	font-size: 14px;
    font-weight: 500;
    border-radius: 0px;
    border: none;
    text-transform: inherit;
    padding: 14px;
    margin: 0px;
    color: #fff;
	max-width: 100%;
    cursor: pointer;
    text-align: center;
    letter-spacing: 1px;
}
a.buttonoutline {
	font-size: 14px;
    font-weight: 500;
    background: #fff;
    border-radius: 4px;
    border: 2px solid #95c11f;
    text-transform: inherit;
    padding: 14px;
    margin: 0 15px 0 0;
    color: #95c11f;
	display: block;
}
#fancybox-content {
	max-width:100%;
}
#adminForm .buttonBar {margin-top:20px;}
#adminForm .button.registrati {
	font-size: 20px;
	width:100%;
	border-radius: 4px;
}
#sp-logo .logo .sp-retina-logo img {
	max-width: 52px;
}
.homepage .sppb-carousel-content p {
	color: rgb(0,0,0,.0);
	display:none;
}
.homepage #sppb-carousel1 .sppb-carousel-caption a.sppb-btn-custom,
.homepage #sppb-carousel2 .sppb-carousel-caption a.sppb-btn-custom
{
	width: 100% !important;
    height: 100% !important;
    color: rgb(0,0,0,.0) !important;
    background: rgb(0,0,0,.0) !important;
}
.sppb-carousel-indicators {
    bottom: -80px !important;
}
.sppb-carousel-indicators li {
	background-color: #d6d6d6 !important;
	width:12px!important; 
	height:12px!important;
	border:none !important;
	margin:5px !important;
}
.sppb-carousel-indicators li.active {
	background-color: #95c11f !important; 
}
.infospedizione .image-layout-preset-style-card .sppb-addon-image-layout-image {
	height:auto !important;
}
.infospedizione h4 {
	margin-bottom:5px !important;
}
.infospedizione p {
	margin-bottom:0px !important;
}
#section-id-1582213183646 h3.sppb-addon-title  {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 30px;
	font-family: 'Montserrat', sans-serif;
}
.com-mymaplocations .pagination.mml-pagination ul.pagination {
	display: none !important;
}
.sono_un {
    padding: 20px 0px 5px;
}
#area_fields_edicola {
	background-color: #ebebeb;
    padding: 20px 10px;
    border-radius: 4px;
    margin: 20px 0px;
}
.dataavailability {
	color:#F45B69;
}
#map-location .mmldir-search-fields-form-elem input#searchname {
	display: none!important;
}
#jform_captcha .grecaptcha-badge {
	bottom: 90px !important;
}
table.adminForm.user-details tr[title=emailuser] td:last-child:after{
	content:'Non usare email @alice.it e @tin.it perché non supportate';
	font-size: 12px;
}
#ProOPC #UserRegistration:before {
	content:'Non usare email @alice.it e @tin.it perché non supportate';
	font-size: 12px;
    color: #95c11f;
}
#ProOPC #UserRegistration .proopc-group:before {
	padding-top:10px;
}

#ProOPC .bt_email-group:after{
	content:'Non usare email @alice.it e @tin.it perché non supportate';
	font-size: 12px;
    color: #95c11f;
}
#ProOPC .bt_email-group {
	margin-bottom:10px;
}

.proopc-register-login .proopc-switch {
	font-size: 13px !important;
}
h5#COM_VIRTUEMART_ORDER_PRINT_COMPANY_field_delimiter {
	color:#95c11f;
	padding-top:10px;
	font-weight: bold !important;
}
h5#COM_VIRTUEMART_ORDER_PRINT_COMPANY_field_delimiter span {
	font-weight: bold !important;
}
.richiedofattura-group {
	padding:5px 0px 10px;
}
.chronoforms h1,
.chronoforms h2,
.chronoforms h3,
.chronoforms h4,
.chronoforms h5,
.chronoforms h6 {
	font-family: 'Montserrat', sans-serif;
}
.chronoforms button.sendformbutton {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 700;
}
.chronoforms .informativaprivacyposta {
	padding: 20px;
    border: 1px solid #ddd;
    height: 200px;
    overflow-y: scroll;
    border-radius: 5px;
    background: #fff;
}
.chronoforms .field.nomargin {
	margin:0px !important;
}
.posta .chronoforms .sendformbutton {
    font-size: 17px !important; 
	font-weight: 700 !important;
	margin: 30px 15px 0 0 !important;
}
.posta #sp-bottom  {background-color: #e1e1e1 !important;}

.formatomenu a:after,
.personaggimenu a:after,
.formatomenu .sp-dropdown,
.personaggimenu .sp-dropdown {
	display: none !important;
}
.contatti-ponpon #sppb-addon-1554817350011 li {
	text-align: left;
}

 @media (max-width: 1199px) and (min-width: 992px) {
	 .sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
		 padding: 15px 10px 15px 10px !important;
	 }
}