@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');

/* GENERAL */

body {
	-webkit-font-smoothing: antialiased !important;
	width: 100%;
	height: 100%;
	font-family: 'Open+Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	line-height: 28px;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: 500;
	/* text-transform: uppercase;*/
	line-height: 1.1;
}
a {
	color: #000;
	cursor: pointer;
}

.sppb-btn {cursor: pointer;}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
a:focus {
	color: #fff;
}
ul, ol {
	list-style: none;
	margin-bottom:0px;
}

ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
img {
	max-width: 100%;
	height: auto;
}

p, .sppb-addon-text, .sppb-addon-text-block .sppb-addon-content {
	
	line-height: 28px;
	/*color: #333333;*/
	padding: 5px;
	letter-spacing:0px;
	margin: 0px 0 0px 0;
}

b, strong {
	font-weight: bold;
}

/* */

/* TOP BAR */

#sp-top-bar {
	padding: 6px 0 6px 0;
	font-size: inherit;
}

.sp-contact-info li {
	margin: 0;
	font-size: 14px;
}

.sp-contact-info li > a {
	margin-right: 10px;
}

ul.social-icons {
	list-style: none;
	padding: 0;
	margin: -5px;
	display: inline-block;
	float: right;
}

ul.social-icons > li {
	display: inline-block;
	margin: 0;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	margin-right: 10px;
	padding-top: 4px;
}

ul.social-icons > li > a {
	display: inline-block;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	font-size: 15px;
	display: block;
	width: 32px;
	height: 32px;
	line-height: 30px;
	/*border: 1px solid #fff;*/
    background-color: #d31116;
	text-align: center;
    color: #ffffff;
    padding: 8px;
}

ul.social-icons > li > a:hover {
	color: #ff3300 !important;
	background: #fff;
}

@media (max-width: 575px) {
	#sp-top1, #sp-top2 {text-align: center; padding-bottom: 7px;}
	ul.social-icons {
	float: none;
	}
}

/* */

/* HEADER */

#sp-header {
	height: inherit;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 99;
	box-shadow: none;
    padding-top: 10px;
    padding-bottom: 10px;
margin-top: auto;
margin-bottom: auto;
   
}

#sp-header.header-sticky {
	border-bottom: 4px solid #ff3300;
}

#sp-header #sp-logo {/*display: table;*/ margin: auto;}

#sp-header .logo {
	height: inherit;
	/*display: inline-block;*/
	margin: 0;
	align-items: center;
   
}

.logo-image {
	/*height: inherit !important;*/
}

.sp-megamenu-parent {
float: left !important;
background-color: #f9f9f9;
}




 .sp-megamenu-parent > li{
     
 width: 13em!important;
   vertical-align: middle;
       text-align: center;
}    

 .sp-megamenu-parent > li:hover{
     background-color: #f1f1f1;
}    
        .sp-megamenu-parent > li.active > a {
	font-weight: 600;

   
}
.sp-megamenu-parent > li.active > a {
	font-weight: 600;
  
   
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	display: block;
	font-size: 12px;
	font-weight: 600;
	padding: 0 12px;
        padding-top: 15px;
    padding-bottom: 15px;
	text-transform: uppercase;
	line-height: 20px;
   
}

@media (max-width: 1200px) {
	.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	padding: 0 10px;
}	
}

.sp-megamenu-parent > li.search-menu {line-height: 90px;}


.sp-megamenu-parent > li.search-menu > a {
	padding: 10px;
	background: #ff3300;
	margin-right: 6px;
	line-height: 1;
	margin-left: 15px;
	color: #fff;
}

.sp-megamenu-parent > li.cart-menu > a {
	padding-left: 7px;
	font-size: 20px;
}

body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
	display: none;
}

#offcanvas-toggler {
	display: block;
	height: 60px;
	line-height: 90px;
	font-size: 20px;
}

@media (max-width: 992px) {
	#offcanvas-toggler {
	line-height: 60px;
}	
}
.sp-megamenu-parent .mencla{
padding-top: 24px;
padding-bottom: 24px;
    }

/* Submenu */


.sp-megamenu-parent .pener{
    background-color: #c1d57c !important;
    }
    .sp-megamenu-parent .pener:hover{
    background-color: #aece2c !important;
    color: #ffffff!important;
    }
.sp-megamenu-parent .sp-dropdown {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
border-right:1px solid #f9f9f9;
border-bottom:1px solid #f9f9f9;
border-left:1px solid #f9f9f9;
width: 100%!important;
margin-left: auto!important;
margin-right: auto!important;

}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	box-shadow: none;
	padding: 0;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
	border-bottom: 2px solid #f1f1f1;
        border-left: 4px solid #f1f1f1;
        border-right: 4px solid #f1f1f1;
         background-color: #f9f9f9;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover {
         background-color: #ffffff;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
	font-size: 13px;
	font-weight: normal;
	padding: 5px;
	text-align: center;
	text-decoration: none;
        text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 20px;
}



/* */

.particles-js-canvas-el {
	position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.border-bottom {
	border-bottom: 1px dashed #fff !important;
}

/* PAGE TITLE */

.sp-page-title {
	color: #fff;
	padding: 10px 0 50px 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: scroll;
	text-align: center;
	position: relative;
}

.sp-page-title:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000 none repeat scroll 0 0;
	opacity: 0.5;
}

.sp-page-title .sp-page-title-heading {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	line-height: normal;
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	z-index: 2;
	position: relative;
}

.sp-page-title .sp-page-title-sub-heading {
	color: #ffffff;
	padding: 0px;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0px;
	margin: 0px auto 0px;
	font-weight: normal;
	text-transform: none;
	width: 50%;
	z-index: 2;
	position: relative;
}

/* */

/* PORTFOLIO SINGLE */

.com-spsimpleportfolio .sp-simpleportfolio .sp-simpleportfolio-img {
	width: 100%;
}

.com-spsimpleportfolio .sp-simpleportfolio .sp-simpleportfolio-description {
	width: 100%;
	float: unset;
}

.sp-simpleportfolio .sp-simpleportfolio-description > h2 {
	display: none;
}

.project-info-list {
	overflow: visible;
	margin: 0 -15px;
	margin-top: 50px;
}

.project-info-list li {
    border-bottom: 1px solid #f7f7f7;
    float: left;
    margin: 0 15px 20px;
    overflow: visible;
    padding-bottom: 11px;
    width: 42%;
    padding-left: 30px;
    position: relative;
}

.project-info-list li .icon-holder {
    left: 0;
    position: absolute;
    top: -5px;
}

.project-info-list li .icon-holder:before {
    color: #ff3300;
	content: "";
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
}

.project-info-list li:nth-child(1) .icon-holder:before {content: "\f007";}
.project-info-list li:nth-child(2) .icon-holder:before {content: "\f07c";}
.project-info-list li:nth-child(3) .icon-holder:before {content: "\f073";}
.project-info-list li:nth-child(4) .icon-holder:before {content: "\f073";}
.project-info-list li:nth-child(5) .icon-holder:before {content: "\f0c1";}
.project-info-list li:nth-child(6) .icon-holder:before {content: "\f041";}

.project-info-list li .text-holder h5 {
    color: #252525;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 3px;
}

.project-info-list li .text-holder p {
    margin: 0;
	color: #999;
}


.featherlight {
  top: 13%;
}

.featherlight .featherlight-content {
  max-height: 95%;
  max-width: 55%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: transparent none repeat scroll 0 0;
}

/* */

/* BLOG SINGLE */

.com-content {
	background: #f1f1f1;
}

.com-content .float-left {
	float: unset !important;
}

.article-details .article-info {
	margin-bottom: 20px;
	padding-top: 0;
}

.article-info > span {
	color: #848484;
	font-size: 14px;
}

.article-info > span a:hover {
	color: #ff3300;
}

.article-details .article-header h1 {
	font-size: 22px;
	color: #333333;
	font-weight: 600;
	margin-top: 22px;
	margin-bottom: 20px;
	transition: all 300ms ease;
	text-transform: none;
}

.article-details .article-header h1:after {
	background: #ff3300 none repeat scroll 0 0;
	content: "";
	height: 1px;
	margin: 20px 0;
	width: 50px;	
	display: block;
}

.content-box .text p {
    margin-bottom: 20px;
    margin-top: 20px;
}

.content-box .author {
    background-color: #ffffff;
    position: relative;
    margin-bottom: 2px;
    margin-top: 35px;
	overflow: hidden;
}

.content-box .author img {
    position: absolute;
}

.content-box .author-comment {
    margin-left: 340px;
    padding-left: 30px;
}

.author-comment .quote {
    font-size: 25px;
    color: #f1f1f1;
    margin-bottom: 7px;
    position: relative;
    top: -5px;
}

.author-comment .quote:before {
	display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
content: "\f10d";
    font-size: 25px;
}

.author-comment h5 {
    font-weight: 600;
    margin: 16px 0 5px 0;
    text-transform: uppercase;
    font-size: 18px;
}

.author-comment p.a-title {
    color: #8dc63f;
    font-size: 16px;
}

.article-details .article-full-image img {
	width: 100%;
}

.article-details .article-full-image {
	text-align: center;
	margin-bottom: 0;
}

.article-details .article-full-image img {
	display: inline-block;
	border-radius: 0;
}

.article-details .content {
    padding: 20px 30px 40px;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
}

.article-details .content .text h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.article-details .event-timeline {
    background: #f7f7f7;
    padding: 40px 30px 20px;
}

.article-details .section-title {
    margin-bottom: 30px;
	position: relative;
}

@media (max-width: 993px) {.article-details .content .event-timeline {margin: 0 0 30px;}}

.article-details .section-title h3 {
    position: relative;
    text-transform: capitalize;
    font-weight: 400;
}

.article-details  .event-timeline li {
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
    line-height: 26px;
}

.article-details  .event-timeline li:first-child:before {
    color: #8dc63f;
    margin-right: 10px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f017";
}

.article-details  .event-timeline li:last-child:before {
    color: #8dc63f;
    margin-right: 10px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f041";
}

.article-details .event-timeline li b {
    color: #303030;
	font-weight: 700;
}

.article-details .event-timeline li:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.article-details .list2 {
    margin-top: 25px;
}

.article-details .list2 li {
    padding-bottom: 12px;
}

.article-details .list2 li:before {
    padding-right: 10px;
    color: #8dc63f;
	display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
content: "\f058";
}

.article-details .img-box {
    position: relative;
}

.article-details .img-box img {
	width: 100%;
}

.article-details .donator .caption {
    text-align: center;
}

.article-details .donator .caption h5 {
    margin: 20px 0 5px;
    font-size: 16px;
}

.article-details .donator .caption p {
    color: #8dc63f;
}

#article-comments {
	border-top: 0px solid #f5f5f5;
}

.article-details .article-author-information {
	margin-top: 50px;
	position: relative;
	padding: 33px 35px 30px 15px;
	min-height: 160px;
	border: 1px solid #f4f4f4;
	text-align: center;
}

.article-details .article-author-information .mt-0 {
	position: relative;
	margin: 13px 0px 16px !important;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 600;
	color: #252525;
}

.article-details .article-author-information .media {
	display: block;
}

.mr-3, .mx-3 {
	margin-right: auto !important;
	margin-left: auto;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}

.article-details .article-author-information .media-body {
	display: block;
}

.author-bio {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #999;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.mt-2, .my-2 {
	margin-top: 10px !important;
}


#sp-left .sp-module, #sp-right .sp-module {
	border: 0px solid #f3f3f3;
	padding: 0;
	border-radius: 0;
}

.search .input-group > .form-control {
	position: relative;
	line-height: 24px;
	padding: 8px 50px 8px 20px;
	border: 1px solid #d0d0d0;
	background: #ffffff;
	color: #3a3a3a;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border-radius: 0;
}

.search .input-group > .form-control:focus {
	border-color: #ff3300 !important;
	box-shadow: none !important;
}

.search .input-group .btn {
height: 42px;
line-height: 30px;
text-align: center;
font-size: 14px;
color: #ffffff;
background: #252525;
border-radius: 0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border: none;
}

.search .input-group .btn:hover {
	background: #ff3300;
}

#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
	margin-bottom: 30px;
	padding-bottom: 15px;
	font-size: 20px;
	color: #1a1a1a;
	text-transform: uppercase;
	font-weight: 500;
	border-bottom: 0px solid #f3f3f3;
	position: relative;
}

#sp-left .sp-module .sp-module-title:after, #sp-right .sp-module .sp-module-title:after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 40px;
	height: 2px;
	background: #ff3300;	
}

#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
	display: block;
	border-bottom: 0px solid #f3f3f3;
}

.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
	padding: 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: 0;
}

#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
	display: block;
	line-height: inherit;
	padding: inherit;
}

.categories-module li {
	margin-bottom: 7px;
	line-height: 32px;
}

.categories-module li h4 {
	position: relative;
	display: block;
	color: #3d3d3d;
	font-size: 14px;
	font-weight: 400;
	border-bottom: 1px dashed #999;
	padding: 3px;
	line-height: 32px;
	font-family: 'Open+Sans', sans-serif;
	text-transform: none;
}

.categories-module li h4 > a {
	color: inherit;
	line-height: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.categories-module li h4 > a:hover {
	color: #ff3300;
}

#sp-right .latestnews li a, #sp-left .latestnews li a {
	position: relative;
	margin-bottom: 20px;
	border-bottom: 1px dashed #999;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4em;
	color: #292929;
	text-transform: uppercase;
}

.sp-module-content .latestnews > li > a > span {
	display: block;
	margin-top: 5px;
	font-size: 13px;
	color: #ccc;
	text-transform: capitalize;
	line-height: 28px;
}

#sp-left .sp-module .tagspopular ul > li, #sp-right .sp-module .tagspopular ul > li {
	display: inline-block;
	border-bottom: 0px solid #f3f3f3;
}

#sp-left .sp-module .tagspopular ul > li > a, #sp-right .sp-module .tagspopular ul > li > a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 5px 30px;
	margin: 0px 5px 12px 0px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	background: #ffffff;
	color: #1a1a1a;
	text-align: center;
	font-size: 13px;
	border-radius: 0px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

#sp-left .sp-module .tagspopular ul > li > a:hover, #sp-right .sp-module .tagspopular ul > li > a:hover {
	background-color: #ff3300;
	border-color: #ff3300;
	color: #ffffff;	
}

.tags.list-inline {display: none;}

/* */

/* SHOP SINGLE */

.view-products .col-sm-7 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.view-products .price-sku-brand-container {
	border-bottom: none;
	border-top: none;
	margin: 0 ;
	padding: 0;
}

.view-products .j2store-img-responsive {
  height: auto;
  width: 100%;
}

.view-products .j2store-mainimage {
	border: 2px solid #f1f1f1;
	margin-top: -10px;
}

.view-products .product-title {
	color: #333333;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.1;
	margin: 0 0 24px;
}

.view-products .product-price-container .strike, .view-products .product-price-container:after, .view-products .discount-percentage,.view-products  .product-sku {display: none;}

.view-products .product-title:after {
  background: #ff3300;
  content: "";
  display: block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  margin-top: 15px;
  text-rendering: auto;
  transform: translate(0px, 0px);
  margin-top: 34px;
  width: 100px;
  height: 1px;
}

.view-products .product-price-container .sale-price {
	color: #333333;
	font-family: "Open+Sans",sans-serif;
	font-size: 35px;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
	line-height: 1.1;
	text-align: right;
}

@media (max-width: 768px) {
	.view-products .product-price-container .sale-price {
	font-size: 25px;
	text-align: left;
}
}

.view-products .product-price-container {text-align: right;}

@media (max-width: 993px) {
.view-products .product-price-container {text-align: left;}
.view-products #sp-component {padding-top: 50px;}
}

.view-products .jb-sdesc {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 20px;
	padding-top: 5px;
}

.view-products .title-price {
	border-bottom: 0px solid #eeeeee;
	padding-bottom: 0;
}
.view-products .j2store-add-to-cart {
  padding-top: 30px;
  display: inline-block;
}
.view-products .j2store-add-to-cart input {
	background-color: #ff3300;
	border-radius: 0;
	box-shadow: none;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	outline: 0 none;
	padding: 10px 20px;
	text-transform: uppercase;
	border: 1px solid rgba(0, 0, 0, 0);
}

.view-products .nav {
	padding-top: 50px;
	border: none;
}

.view-products .nav-tabs > li {
  margin: 0;
}

.view-products .nav-tabs > li > a {
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) currentcolor;
	border-image: none;
	border-radius: 0;
	border-style: solid solid none;
	border-width: 1px 1px 0;
	color: #585858;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0;
	padding: 15px 25px;
	text-transform: uppercase;
	line-height: 28px;
	display: block;
}

.view-products .nav-tabs > li > a.active, .view-products .nav-tabs > li > a.active:focus, .view-products .nav-tabs > li > a.active:hover {
  background-color: #ff3300;
	color: #ffffff;
}

.view-products .tab-content > .tab-pane {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.view-products .tab-content p {
	color: #585858;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 0;
	padding-bottom: 10px;
}

.view-products .tab-content h2 {
	color: #333333;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 10px;
	text-transform: uppercase;
}


.view-products .product-qty input[type="text"], .view-products  .product-qty input[type="number"] {
  display: inline;
  height: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  width: 60px !important;
}

.view-products .text-success a {
	color: #ff3300;
}




.products-listing .j2store-single-product {
	margin-top: 55px;
	transition: all 0.6s ease 0s;
}

.products-listing .j2store-single-product:hover {
	box-shadow: 0 0 22px 0 #999;
	transition: all 0.6s ease 0s;
}

.products-listing .j2store-single-product .image-cart {
	position: relative;
}

.products-listing .j2store-single-product .image-cart img {
	width: 100%;
	border: 1px solid #f1f1f1;
}

.product_desc {
	text-align: center;
	border: 1px solid #f1f1f1;
	background: #eee;
	padding: 15px;
}

.view-products .products-listing .j2store-single-product .product-title {
	text-transform: uppercase;
	line-height: 1.1;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 1px;
}

.view-products .products-listing .j2store-single-product .product-title:after {display: none;}

.view-products .products-listing .j2store-single-product .product-title > a {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.view-products .products-listing .j2store-single-product .product-price-container {
	text-align: center;
	margin-bottom: 10px;
	padding: 5px;
}

.view-products .products-listing .j2store-single-product .product-price-container .strike,
.view-products .products-listing .product-price-container .sale-price {
	display: inline-block;
	color: #333;
	font-size: 25px;
	margin: 0px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 0px;
}

.view-products .products-listing .j2store-single-product .product-price-container .strike {
	font-size: 13px;
	color: #585858;
	margin-right: 5px;
}

.view-products .products-listing .j2store-single-product form a,
.view-products .products-listing .j2store-single-product form input {
	border: 1px solid #bfbfbf;
	background-color: transparent;
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	box-shadow: none;
	outline: 0;
	border-radius: 0px;
	padding: 15px 25px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.view-products .products-listing .j2store-single-product form a:hover,
.view-products .products-listing .j2store-single-product form input:hover,
.view-products .products-listing .j2store-single-product form a:focus,
.view-products .products-listing .j2store-single-product form input:focus,
.view-products .products-listing .j2store-single-product form a:active,
.view-products .products-listing .j2store-single-product form input:active {
	background-color: #ff3300;
	color: #fff;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

#j2store_sortby {
	width: 30% !important;
}

ul.pagination {
	margin: 20px 0;
	padding-top: 30px;
	padding-bottom: 30px;
}

.page-link {
	line-height: 1.42857143;
	background-color: #fff;
	font-size: 10px;
	border-radius: 0px;
	border: 1px solid #333;
	font-weight: 600;
	padding: 8px 15px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.page-item.active .page-link,
.page-link:hover,
.page-item.active .page-link:hover  {
	z-index: 1;
	background-color: #333;
	color: #fff !important;
	border-color: #333;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pagination {
	border-radius: 0;
}

/* Sidebar Products */

.j2store-module-product-row {padding-bottom: 25px;}

.j2store-module-product-row:last-child {padding-bottom: 0 !important;} 

.view-products #sp-left .product-title,
.view-products #sp-right .product-title {
	margin: 0px;
	line-height: 15px;
	color: #333;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 400;
	letter-spacing: 0;
	text-decoration: none;
	padding: 0 15px;
}

.view-products #sp-left .product-title > a,
.view-products #sp-right .product-title > a,
.view-products #sp-left .product-title > a:hover,
.view-products #sp-right .product-title > a:hover  {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

.view-products #sp-left .product-title:after,
.view-products #sp-right .product-title:after {
	display: none;
}

.view-products #sp-left .product-cart-left-block, .view-products #sp-right .product-cart-left-block {padding: 0;}

.view-products #sp-left .product-price-container,
.view-products #sp-right .product-price-container  {
	text-align: left;
	margin-bottom: 5px;
	margin-top: 8px;
	font-size: 14px;
	color: #333;
	font-weight: 500;
	text-transform: uppercase;
}

.view-products #sp-left .product-price-container .strike,
.view-products #sp-right .product-price-container .strike {
	display: inline-block;
	color: #585858;
	font-size: 13px;
	padding-right: 3px;
}

.view-products #sp-left .product-price-container .sale-price,
.view-products #sp-right .product-price-container .sale-price {
	color: #333333;
	font-family: "Open+Sans",sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
	line-height: 1.1;
	text-align: left;
	display: inline-block;
}

/* CART */

.view-carts .j2store-cart .row {
    display: block;
}

.j2store-single-product-view input.j2store-cart-button,
.view-carts .j2store-cart-buttons .buttons-left input,
.view-carts .buttons-right a,
#button-account,
#button-login,
#button-guest,
#button-payment-method,
#bank_form input,
.view-carts .buttons-right a:hover,
.view-carts .buttons-right a:active,
.view-carts .buttons-right a:focus,
.view-checkout input.btn {
	line-height: 46px;
	position: relative;
	background: #ff3300;
	font-size: 14px;
	border-radius: 25px;
	color: #ffffff;
	border: 1px solid #ff3300;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	padding: 0 38px;
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.view-carts .buttons-right a,
.j2store-single-product-view input.j2store-cart-button:hover,
.j2store-single-product-view input.j2store-cart-button:focus,
.j2store-single-product-view input.j2store-cart-button:active,
.view-carts .j2store-cart-buttons .buttons-left input:hover,
.view-carts .j2store-cart-buttons .buttons-left input:active,
.view-carts .j2store-cart-buttons .buttons-left input:focus,
#button-account:hover,
#button-account:active,
#button-account:focus,
#button-login:hover,
#button-login:active,
#button-login:focus,
#button-guest:hover,
#button-guest:active,
#button-guest:focus,
#button-payment-method:hover,
#button-payment-method:active,
#button-payment-method:focus,
#bank_form input:hover,
#bank_form input:active,
#bank_form input:focus,
.payment input:hover,
.payment input:active,
.payment input:focus,
.buttons input:hover,
.buttons input:active,
.buttons input:focus,
.view-checkout input.btn:hover,
.view-checkout input.btn:active,
.view-checkout input.btn:focus {
	background: transparent;
	color: #ff3300;
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.view-carts .j2store-cart-buttons .buttons-left .cart-continue-shopping-button input,
#button-login,
#button-login:hover,
#button-guest,
#button-guest:hover,
#button-payment-method,
#button-payment-method:hover,
#bank_form input,
#bank_form input:hover,
#button-account,
#button-account:hover {margin-left: 0;}

#onCheckoutPayment_wrapper .payment-plugin-image-label {padding-right: 5px;}

.customer-note {margin-bottom: 20px;}

.customer-note textarea {
	height: auto !important;
	width: auto !important;
}

.view-checkout .checkout-content .left label input,
.view-checkout .checkout-content .shipping-make-same input {
	width: inherit;
	height: inherit;
	margin-right: 7px;
	display: inline-block;
}

.view-checkout .checkout-content .shipping-make-same input {width: auto !important;}

.view-checkout #sp-main-body h2,
.view-checkout #sp-main-body h3 {
	font-size: 24px;
	padding: 10px 0 15px 0;
}

.view-myprofile #sp-main-body ul > li > a {margin: 5px 20px 15px 0; display: inline-block;}

.view-myprofile #sp-main-body label {display: block;}

.view-checkout input.btn {width: unset !important; margin-top: 5px;}

.view-checkout textarea {
    height: auto !important;
}

.btn:active, .btn:focus {
	box-shadow: none !important;
}

.view-checkout input[type="checkbox"], .view-checkout input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	display: inline-block;
}

#bank_form input {margin-top: 20px;}



/* */

/* BANNER */

#sp-banner {
	padding: 30px 0 15px;
	background-color: #ff3300;
	border-bottom: 1px dashed #fff;
}

/* */

/* BOTTOM & FOOTER */

#sp-bottom {
	background: #444445;
    min-height: 320px;
}

#sp-bottom .sp-module {
	margin-bottom: 0px;
}

#sp-bottom .sp-module ul > li {
	display: inherit;
	margin-bottom: inherit;
}

.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
	padding: inherit;
}

#sp-bottom .sp-module-content .latestnews > li > a > span {
	color: inherit;
}

#sp-footer {
	font-size: 14px;
	padding: 10px 0;
	text-align: left;
}

#sp-footer .container-inner {
	padding: 0;
	border-top: 0px solid rgba(255, 255, 255, .1);
}

#sp-footer .container-inner .sp-copyright {
	color: #999;
	text-align: center;
	padding: 10px;
	font-family: 'Open+Sans', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;	
}

.sp-scroll-up {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 55px;
	height: 55px;
	line-height: 53px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background: #ff3300;
	border-radius: 50px;
	z-index: 1000;
	border: 1px dashed #fff;
    padding: 14px;
}

/* */





/* ADD ET FONT */

@font-face {
	font-family: 'et-line';
	src:url('fonts/et-line.eot');
	src:url('fonts/et-line.eot?#iefix') format('embedded-opentype'),
		url('fonts/et-line.woff') format('woff'),
		url('fonts/et-line.ttf') format('truetype'),
		url('fonts/et-line.svg#et-line') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'et-line';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:inline-block;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.et-icon-mobile, .et-icon-laptop, .et-icon-desktop, .et-icon-tablet, .et-icon-phone, .et-icon-document, .et-icon-documents, .et-icon-search, .et-icon-clipboard, .et-icon-newspaper, .et-icon-notebook, .et-icon-book-open, .et-icon-browser, .et-icon-calendar, .et-icon-presentation, .et-icon-picture, .et-icon-pictures, .et-icon-video, .et-icon-camera, .et-icon-printer, .et-icon-toolbox, .et-icon-briefcase, .et-icon-wallet, .et-icon-gift, .et-icon-bargraph, .et-icon-grid, .et-icon-expand, .et-icon-focus, .et-icon-edit, .et-icon-adjustments, .et-icon-ribbon, .et-icon-hourglass, .et-icon-lock, .et-icon-megaphone, .et-icon-shield, .et-icon-trophy, .et-icon-flag, .et-icon-map, .et-icon-puzzle, .et-icon-basket, .et-icon-envelope, .et-icon-streetsign, .et-icon-telescope, .et-icon-gears, .et-icon-key, .et-icon-paperclip, .et-icon-attachment, .et-icon-pricetags, .et-icon-lightbulb, .et-icon-layers, .et-icon-pencil, .et-icon-tools, .et-icon-tools-2, .et-icon-scissors, .et-icon-paintbrush, .et-icon-magnifying-glass, .et-icon-circle-compass, .et-icon-linegraph, .et-icon-mic, .et-icon-strategy, .et-icon-beaker, .et-icon-caution, .et-icon-recycle, .et-icon-anchor, .et-icon-profile-male, .et-icon-profile-female, .et-icon-bike, .et-icon-wine, .et-icon-hotairballoon, .et-icon-globe, .et-icon-genius, .et-icon-map-pin, .et-icon-dial, .et-icon-chat, .et-icon-heart, .et-icon-cloud, .et-icon-upload, .et-icon-download, .et-icon-target, .et-icon-hazardous, .et-icon-piechart, .et-icon-speedometer, .et-icon-global, .et-icon-compass, .et-icon-lifesaver, .et-icon-clock, .et-icon-aperture, .et-icon-quote, .et-icon-scope, .et-icon-alarmclock, .et-icon-refresh, .et-icon-happy, .et-icon-sad, .et-icon-facebook, .et-icon-twitter, .et-icon-googleplus, .et-icon-rss, .et-icon-tumblr, .et-icon-linkedin, .et-icon-dribbble {
	font-family:et-line;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:inline-block;
}
.et-icon-mobile:before {
	content: "\e000";
}
.et-icon-laptop:before {
	content: "\e001";
}
.et-icon-desktop:before {
	content: "\e002";
}
.et-icon-tablet:before {
	content: "\e003";
}
.et-icon-phone:before {
	content: "\e004";
}
.et-icon-document:before {
	content: "\e005";
}
.et-icon-documents:before {
	content: "\e006";
}
.et-icon-search:before {
	content: "\e007";
}
.et-icon-clipboard:before {
	content: "\e008";
}
.et-icon-newspaper:before {
	content: "\e009";
}
.et-icon-notebook:before {
	content: "\e00a";
}
.et-icon-book-open:before {
	content: "\e00b";
}
.et-icon-browser:before {
	content: "\e00c";
}
.et-icon-calendar:before {
	content: "\e00d";
}
.et-icon-presentation:before {
	content: "\e00e";
}
.et-icon-picture:before {
	content: "\e00f";
}
.et-icon-pictures:before {
	content: "\e010";
}
.et-icon-video:before {
	content: "\e011";
}
.et-icon-camera:before {
	content: "\e012";
}
.et-icon-printer:before {
	content: "\e013";
}
.et-icon-toolbox:before {
	content: "\e014";
}
.et-icon-briefcase:before {
	content: "\e015";
}
.et-icon-wallet:before {
	content: "\e016";
}
.et-icon-gift:before {
	content: "\e017";
}
.et-icon-bargraph:before {
	content: "\e018";
}
.et-icon-grid:before {
	content: "\e019";
}
.et-icon-expand:before {
	content: "\e01a";
}
.et-icon-focus:before {
	content: "\e01b";
}
.et-icon-edit:before {
	content: "\e01c";
}
.et-icon-adjustments:before {
	content: "\e01d";
}
.et-icon-ribbon:before {
	content: "\e01e";
}
.et-icon-hourglass:before {
	content: "\e01f";
}
.et-icon-lock:before {
	content: "\e020";
}
.et-icon-megaphone:before {
	content: "\e021";
}
.et-icon-shield:before {
	content: "\e022";
}
.et-icon-trophy:before {
	content: "\e023";
}
.et-icon-flag:before {
	content: "\e024";
}
.et-icon-map:before {
	content: "\e025";
}
.et-icon-puzzle:before {
	content: "\e026";
}
.et-icon-basket:before {
	content: "\e027";
}
.et-icon-envelope:before {
	content: "\e028";
}
.et-icon-streetsign:before {
	content: "\e029";
}
.et-icon-telescope:before {
	content: "\e02a";
}
.et-icon-gears:before {
	content: "\e02b";
}
.et-icon-key:before {
	content: "\e02c";
}
.et-icon-paperclip:before {
	content: "\e02d";
}
.et-icon-attachment:before {
	content: "\e02e";
}
.et-icon-pricetags:before {
	content: "\e02f";
}
.et-icon-lightbulb:before {
	content: "\e030";
}
.et-icon-layers:before {
	content: "\e031";
}
.et-icon-pencil:before {
	content: "\e032";
}
.et-icon-tools:before {
	content: "\e033";
}
.et-icon-tools-2:before {
	content: "\e034";
}
.et-icon-scissors:before {
	content: "\e035";
}
.et-icon-paintbrush:before {
	content: "\e036";
}
.et-icon-magnifying-glass:before {
	content: "\e037";
}
.et-icon-circle-compass:before {
	content: "\e038";
}
.et-icon-linegraph:before {
	content: "\e039";
}
.et-icon-mic:before {
	content: "\e03a";
}
.et-icon-strategy:before {
	content: "\e03b";
}
.et-icon-beaker:before {
	content: "\e03c";
}
.et-icon-caution:before {
	content: "\e03d";
}
.et-icon-recycle:before {
	content: "\e03e";
}
.et-icon-anchor:before {
	content: "\e03f";
}
.et-icon-profile-male:before {
	content: "\e040";
}
.et-icon-profile-female:before {
	content: "\e041";
}
.et-icon-bike:before {
	content: "\e042";
}
.et-icon-wine:before {
	content: "\e043";
}
.et-icon-hotairballoon:before {
	content: "\e044";
}
.et-icon-globe:before {
	content: "\e045";
}
.et-icon-genius:before {
	content: "\e046";
}
.et-icon-map-pin:before {
	content: "\e047";
}
.et-icon-dial:before {
	content: "\e048";
}
.et-icon-chat:before {
	content: "\e049";
}
.et-icon-heart:before {
	content: "\e04a";
}
.et-icon-cloud:before {
	content: "\e04b";
}
.et-icon-upload:before {
	content: "\e04c";
}
.et-icon-download:before {
	content: "\e04d";
}
.et-icon-target:before {
	content: "\e04e";
}
.et-icon-hazardous:before {
	content: "\e04f";
}
.et-icon-piechart:before {
	content: "\e050";
}
.et-icon-speedometer:before {
	content: "\e051";
}
.et-icon-global:before {
	content: "\e052";
}
.et-icon-compass:before {
	content: "\e053";
}
.et-icon-lifesaver:before {
	content: "\e054";
}
.et-icon-clock:before {
	content: "\e055";
}
.et-icon-aperture:before {
	content: "\e056";
}
.et-icon-quote:before {
	content: "\e057";
}
.et-icon-scope:before {
	content: "\e058";
}
.et-icon-alarmclock:before {
	content: "\e059";
}
.et-icon-refresh:before {
	content: "\e05a";
}
.et-icon-happy:before {
	content: "\e05b";
}
.et-icon-sad:before {
	content: "\e05c";
}
.et-icon-facebook:before {
	content: "\e05d";
}
.et-icon-twitter:before {
	content: "\e05e";
}
.et-icon-googleplus:before {
	content: "\e05f";
}
.et-icon-rss:before {
	content: "\e060";
}
.et-icon-tumblr:before {
	content: "\e061";
}
.et-icon-linkedin:before {
	content: "\e062";
}
.et-icon-dribbble:before {
	content: "\e063";
}


/* ********************************************** box ************************************************/


.bloc_conf_1 {
background-color: #ffffff;
border-radius: 5px 5px 0px 0px;
-webkit-box-shadow: inset 0px 0px 10px 1px rgba(240,240,240,1);
-moz-box-shadow: inset 0px 0px 10px 1px rgba(240,240,240,1);
box-shadow: inset 0px 0px 10px 1px rgba(240,240,240,1);
    z-index: 1;
}

.bg_conf_1 {
padding-bottom: 40px;
  
}
.bloc_title_conf_1 {
 cursor: default;
}
.title_conf {
font-size: 32px;
font-family: "Helvetica";
color: rgb(97, 97, 97);
line-height: 1.475;
text-align: center;
letter-spacing: 3;
    
}

.hidden{
display: none; 
    }

.title_satis {
font-size: 23px;
font-family: "Helvetica";
color: rgb(211, 17, 22);
line-height: 1.475;
text-align: center;
    
}

.bloc_conf_1  .t-conf{
cursor: default;
    background-color: #f0f0f0;
font-size: 14px;
font-family: "Helvetica";
color: rgb(35, 35, 36);
line-height: 1.256;
text-align: center;
padding:  30px 60px 30px 60px ;
line-height: 1.5;
   } 

.pic1{
position: absolute;
    background-image: url(../images/box/icon.svg);
    background-color: #ffffff;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    border-radius:50%;
 float: left;
     margin-left: 155px;
    margin-right: 105px;
    margin-top: -35px;
    z-index: 10;
}
.pic2{
position: absolute;
    background-image: url(../images/box/icon.svg);
    background-color: #ffffff;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    border-radius:50%;
 float: left;
     margin-left: 155px;
    margin-right: 105px;
    margin-top: -35px;
    z-index: 10;
}
.pic3{
position: absolute;
    background-image: url(../images/box/icon.svg);
    background-color: #ffffff;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    border-radius:50%;
 float: left;
     margin-left: 155px;
    margin-right: 105px;
    margin-top: -35px;
    z-index: 10;
}

.block_conf_contact_1 {

}

.bg1_cont_1 {
background-color: #616161;
    
padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
-webkit-border-radius: 0px 0px 5px 5px;
}


.bg2_cont_1 {
background-position: center;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background-color: rgb(255, 255, 255);
padding: 3px;
margin: auto;
}

.title_cont {
font-size: 21px;
font-family: "Helvetica";
color: rgb(97, 97, 97);
line-height: 1.5;
text-align: center;
cursor : pointer;
-moz-transform: matrix( 1.26450394544006,0,0,1.28319003067945,0,0);
-webkit-transform: matrix( 1.26450394544006,0,0,1.28319003067945,0,0);
-ms-transform: matrix( 1.26450394544006,0,0,1.28319003067945,0,0);
}


/* HOVER */

.bloc_conf_1:hover .title_satis {
color: rgb(97, 97, 97);
-webkit-transition:all 1s ease-in-out;
-moz-transition:all 1s ease-in-out;
-o-transition:all 1s ease-in-out;
transition:all 1s ease-in-out;
   
  
}

.bloc_conf_1:hover .title_conf {
color: rgb(211, 17, 22);
    font-weight: bolder;

    
}

.bloc_conf_1:hover .title_cont {
color: rgb(211, 17, 22);
transition:All 1s ease;
-webkit-transition:All 1s ease;
-moz-transition:All 1s ease;
-o-transition:All 1s ease;
}

.bloc_conf_1:hover .bg1_cont_1 {
    background-color: rgb(211, 17, 22);
    transition:All 1s ease;
-webkit-transition:All 1s ease;
-moz-transition:All 1s ease;
-o-transition:All 1s ease;
}

/*------------------------------------------*/

#renov, #macon, #elec {
 cursor : pointer;
}
#renov-presta, #macon-presta, #elec-presta {
 cursor : pointer;
}
/*------------------------------------------*/

#renov .c-renov{
background-image: url(../images/box/picto-E2R-.png);
background-repeat: no-repeat;
background-position: 20px 18px;
     width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: #ffffff;
    margin: auto;
}
#renov:hover .c-renov{
background-position: -81px 18px;
background-color: #d31116;
}

#renov, #macon, #elec {
 cursor : pointer;
}

/*------------------------------------------*/

#renov-presta .c-renov{
background-image: url(../images/box/picto-E2R-.png);
background-repeat: no-repeat;
background-position: 20px 18px;
     width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: #ffffff;
    margin: auto;
}
#renov-presta:hover .c-renov{
background-position: -81px 18px;
background-color: #d31116;
}

/*------------------------------------------*/

#macon .c-macon{
background-image: url(../images/box/picto-E2R-.png);
background-repeat: no-repeat;
background-position: -182px 18px;
     width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: #ffffff;
    margin: auto;
}
#macon:hover .c-macon{
background-position: -295px 18px;
background-color: #d31116;
}

#macon-presta .c-macon{
background-image: url(../images/box/picto-E2R-.png);
background-repeat: no-repeat;
background-position: -182px 18px;
     width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: #ffffff;
    margin: auto;
}
#macon-presta:hover .c-macon{
background-position: -295px 18px;
background-color: #d31116;
}


/*------------------------------------------*/

#elec .c-elec{
background-image: url(../images/box/picto-E2R-.png);
background-repeat: no-repeat;
background-position: -405px 12px;
     width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: #ffffff;
    margin: auto;
}
#elec:hover .c-elec{
background-position: -543px 12px;
background-color: #d31116;
}

#elec-presta .c-elec{
background-image: url(../images/box/picto-E2R-.png);
background-repeat: no-repeat;
background-position: -405px 12px;
     width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: #ffffff;
    margin: auto;
}
#elec-presta:hover .c-elec{
background-position: -543px 12px;
background-color: #d31116;
}

/* Nos réalisations */

.backposrea{
    
   background-position-y: 45% !important;
    
    }

#portfolio-module-140 .projects-filter a.selected, #portfolio-module-140 .projects-filter a.selected:hover {
    background: #d31116 !important;
    color: #ffffff !important;
    padding: 15px !important;

    }
.projects-filter > a {
    border-radius: 2px 2px 2px 2px;
    color: #777777 !important;
    background-color: #ededed;
    font-size: 13px;
    padding: 15px !important;
    margin-right: 10px;
    line-height: 26px;
    display: inline-block;
    position: relative;
    min-width: 162px !important;
    text-align: center!important;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
     }
.projects-filter > a:hover {
    color: #ffffff !important;
     }

.project-inner {
    text-align: center !important;
    color: #232324 !important;
     }
.project-inner:hover h4 a {
    color: #d31116 !important;

     }
.swiper-pagination-bullet {
    background: #656565!important;
}
.swiper-pagination-bullet-active {
    background: #d31116!important;
}
#portfolio-module-141 .projects-wrapper .project-img img {
border-radius: 5px !important;
}

.fa-thumbs-o-up:before{
display:block;font-size:48px;color:#edeef2;margin-bottom:10px 
    
    }
.sppb-testimonial-pro .sppb-testimonial-message {
 color: #ffffff;
}


 
div.boxtext p
{
font-size: 20px;
color: #ffffff!important;  
}
div.boxtext p a
{
font-size: 20px;
color: #ffffff!important;  
}
div.boxtext p a:hover
{
color: #d31116!important;  
}

/* scrollbar */

::-webkit-scrollbar {
     width: 15px;
     height: 5px;
 }
 ::-webkit-scrollbar-button {
     width: 0px;
     height: 0px;
 }
 ::-webkit-scrollbar-thumb {
     background: #d31116;
     border: 31px none #ffffff;
     border-radius: 5px;
 }
 ::-webkit-scrollbar-thumb:hover {
     background: #a1a1a1;
 }
 ::-webkit-scrollbar-thumb:active {
     background: #d31116;
 }
 ::-webkit-scrollbar-track {
     background: #f0f0f0;
     border: 1px solid #ffffff;
     border-radius: 5px;
 }
 ::-webkit-scrollbar-track:hover {
     background: #f2f2f2;
 }
 ::-webkit-scrollbar-track:active {
     background: #f5f5f5;
 }
 ::-webkit-scrollbar-corner {
     background: transparent;
 }

/* tabs */


.tabs{
list-style: none;  
}

.tabs .tab-link{
color: #fff;
background: #ffffff;
display: inline-block;
margin-right: 95px;
    margin-left: 95px;
cursor: pointer;
height: 100px;
width: 100px;
border-radius: 100px;
}
	
.tabs p {padding: 130px 0px 0px 0px; 
font-size: 1.4em;
    font-family: helvetica;
color: #d31116;
text-align: center;
position: absolute;
}
.tab-content{
display: none;
}
.tab-text{
    overflow: hidden;
     word-wrap: break-word;
    text-align: justify !inportant;
}
.tab-content.current{
display: inherit;
}

/*tab renovation*/
.tabs .tabren{
background-image: url(../images/box/picto-E2R-.png);
background-repeat: no-repeat;
background-position: 20px 18px;
    
}


.tabs .tabren:hover{
background-position: -81px 18px;
background-repeat: no-repeat;
background-color: #d31116;
}

.tabs .tabren.current{
background-position: -81px 18px;
background-repeat: no-repeat;
background-color: #d31116;
}

.tab-content .tabren{
background-image: url(../images/box/picto-E2R-.png);
background-repeat: no-repeat;
background-position: 20px 18px;
height: 100px;
width: 100px;  
border-radius: 100px;
  border: 2px solid #d31116;
    margin-left: auto;
    margin-right: auto;
    }
/*tab maçonnerie*/
.tabs .tabmac{
background-image: url(../images/box/picto-E2R-.png);
background-repeat: no-repeat;
background-position: -182px 18px;
    
}

.tabs .tabmac:hover{
background-position: -295px 18px;
background-color: #d31116;
}

.tabs .tabmac.current{
background-position: -295px 18px;
background-color: #d31116;
}

.tab-content .tabmac{
background-image: url(../images/box/picto-E2R-.png);
background-repeat: no-repeat;
background-position: -182px 18px;
height: 100px;
width: 100px;  
border-radius: 100px;
  border: 2px solid #d31116;
    margin-left: auto;
    margin-right: auto;
    }


/* DP */
.tabdp{
background-image: url(../images/box/Picto-PE.png);
background-repeat: no-repeat;   
height: 100px;
width: 100px; 
}


/*tab electricté*/
.tabs .tabelec{
background-image: url(../images/box/picto-E2R-.png);
background-repeat: no-repeat;
background-position: -405px 12px; 
}

.tabs .tabelec:hover{
background-position: -543px 12px;
background-color: #d31116;
}

.tabs .tabelec.current{
background-position: -543px 12px;
background-color: #d31116;
}
.tab-content .tablec{
background-image: url(../images/box/picto-E2R-.png);
background-repeat: no-repeat;
background-position: -405px 12px;
height: 100px;
width: 100px;  
border-radius: 100px;
  border: 2px solid #d31116;
    margin-left: auto;
    margin-right: auto;
    }

.prestcar{
    /*height: 200px !important;*/
    
     }
.sppb-testimonial-pro .sppb-testimonial-message {
     font-size: 14px !important; 
}

.sppb-text-centerfooter-testi .sppb-testimonial-pro .sppb-testimonial-message{
    font-size: 11px !important; 
    }

.titre-esp h2{
    margin-left: 200px;
    
    
    }

.qual h3{
    font-size: 16px;
     }
.qual:hover h3{
   color:#d31116;
     }
.eco h3{
    font-size: 16px;
     }
.eco:hover h3{
   color:#d31116;
     }

.offcanvas-toggler-right:after{
   color:#d31116;
    content: " Menu";
     }
