footer .vc_post_button {
	margin-top: 0;
	margin-bottom: 25px;
}

footer .vc_post_button a {
	padding: 15px;
}

footer .vc_post_button a:hover {
	background: transparent!important;
}

section#last-real-section .nextend-arrow-previous,
section#last-real-section .nextend-arrow-next,
section#last-real-section .n2-ss-widget.n2-ss-control-bullet.n2-ss-control-bullet-horizontal {
	bottom:80px!important;
	margin-bottom: 0;
	line-height: 25px;
}

section#testimonials .nextend-arrow-previous {
	margin-top: -25px;
}

section#testimonials .nextend-arrow-next {
	margin-top: 25px;
}

/*section#last-real-section > .vc_row {
	max-width: none!important;
}

section#testimonials > .vc_row {
	max-width: none!important;
}
*/

section#last-real-section > .vc_row:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 105%;
	width: calc(calc( 100% - 1540px) / 2);
	background: white;
	margin: auto;
}

section#testimonials:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	height: 105%;
	width: calc(calc( 100% - 1540px) / 2);
	background: white;
	margin: auto;
}

section#last-real-section:after {
	content: ' '!important;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: white;
	z-index: 0;
}

section#last-real-section:before {
	content: ' '!important;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: white;
	z-index: 0;
}

section#last-real-section .n2-section-smartslider {
	z-index: 100;
}

form#search_form input::selection {
	background: #fff!important;
	color: #0052a0;
}

.jr_product_item_title a div:not(:last-child) {
	margin-bottom: 5px;
}

.special-title-container h2 em, h2.vc_jr_visual_section_title em {
	font-style: normal;
	color: #767676;
}

body .sboard.sb-carousel .sb-item{
	float: left;
}

body .ax-slider--hover-effect-rotate .ax-slider__inner {
	transform: scale(1.5);
}

body .ax-slider--hover-effect-rotate .ax-slider__item:hover img.ax-slider__main-img {
	transform: scale(1.5) rotate(15deg);
}

#cboxOverlay, #cboxWrapper, #colorbox{
	z-index: 10000!important;
}

body .sb-hero .ax-slider__body {
	max-height: calc(100% - 100px);
}

a.jr_product_item_link {
	text-align: center;
	text-decoration: none;
	color: inherit;
	font-weight: 600;
	text-transform: uppercase;
}

.jr_product_item .product_img a {
	padding: 20px;
	display: block;
	height: 100%;
	box-sizing: border-box;
}

.jr_product_item a:not(.price-link){
	color: inherit;
}

.jr_product_item_img {
	height: 80%;
	text-align: center;
}

.jr_product_item_title > * {
	text-align: center;
	font-size: 1em;
	box-sizing: border-box;
	font-weight: bold;
	text-transform: uppercase;
}

.jr_product_item_title a{
	display: block;
	padding: 0 20px;
}

.jr_product_item a.price-link {
	font-weight: 500;
	text-transform: none;
	font-family: 'Merriweather', serif;
	font-style: italic;
}

.jr_product_item a.price-link span.mjr-suffix {
	display: none;
}

.jr_product_item {
	width: 100%;
}

.cat_name{
	line-height: 1.5em;
}

.material_name, .color_name {
	font-weight: 500;
	font-size: .9em;
	letter-spacing: normal;
	word-spacing: 3px;
	font-weight: 700;
	color: #595959;
	line-height: 1.7em;
}

.color_name {
	text-transform: none;
	line-height: 1.0em;
}

/*new*/
.jr_product_item .product_img {
	position: relative;
}

.jr_product_item a.hover_img {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	transition: .25s;
}

.jr_product_item .product_img:hover a.hover_img {
	opacity: 1;
	visibility: visible;
}

.jr_product_items {
	box-sizing: border-box;
	padding: 0 30px;
}

/*GRID*/

.jr_product.display_mode_1 .jr_product_item {
	position: relative;
	width: 33.33%;
	margin-bottom: 50px;
}

.jr_product.display_mode_1 .jr_product_items {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

/*SEARCH*/
body.search main#main .jr-wrapper {
	margin-bottom: 100px;
}

.no-results.not-found input.search-field {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding-left: .5em;
	border-bottom: 1px #eeeeee solid;
	margin-right: 2em;
}

.no-results.not-found input.search-submit {
	background: #fff;
	color: #a0a0a0;
	border: 1px solid #a0a0a0;
	line-height: 1em;
	font-family: 'Raleway', sans-serif;
	font-size: 1em;
	cursor: pointer;
	padding: 1.2em 1.5em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	transition: .25s;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
}

.no-results.not-found input.search-submit:hover {
	background: #0052a0;
	color: #fff !important;
}

.no-results.not-found .search-form {
	margin-top: 3em;
}

body.search .nav-previous {
	float: right!important;
}

body.search .nav-next {
	float: left!important;
}

section#insta-home a.vc_general:hover {
	background: white;
	color: #11579e;
}

@media screen and (max-width: 768px){

	.jr_product.display_mode_1 .jr_product_item {
		width: 50%;
	}

}

@media screen and (max-width: 600px){

	body.search .nav-links > div {
		float: none!important;
		margin-bottom: 10px;
	}

	body.search .nav-links > div a {
		display: inline-block;
	}

	body.search .nav-links .nav-next {
		text-align: left;
	}

	body.search .nav-links .nav-previous {
		text-align: right;
	}

}

@media screen and (max-width: 480px){

	.jr_product.display_mode_1 .jr_product_item {
		width: 100%;
	}

}

/*GRID BORDER*/

@media screen and (min-width: 480px){

	.jr_product.display_mode_1 .jr_product_item:after {
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		width: 1px;
		background: #e9e9e9;
	}

}

@media screen and (min-width: 1024px){

	.jr_product.display_mode_1 .jr_product_item:nth-child(3n):before {
		content: '';
		position: absolute;
		bottom: -25px;
		left: -200%;
		width: 300%;
		height: 1px;
		background: #e9e9e9;
	}

	.jr_product.display_mode_1 .jr_product_item:nth-child(3n):after {
		content: none;
	}

	.jr_product.display_mode_1 .jr_product_item:last-child:after {
		content: none;
	}

	.jr_product.display_mode_1 .jr_product_item:last-child:before {
		content: none;
	}

}

@media screen and (min-width: 768px) and (max-width: 1024px){

	.jr_product.display_mode_1 .jr_product_item:nth-child(3n):before {
		content: '';
		position: absolute;
		bottom: -25px;
		left: -200%;
		width: 300%;
		height: 1px;
		background: #e9e9e9;
	}

	.jr_product.display_mode_1 .jr_product_item:nth-child(3n):after {
		content: none;
	}

	.jr_product.display_mode_1 .jr_product_item:last-child:after {
		content: none;
	}

	.jr_product.display_mode_1 .jr_product_item:last-child:before {
		content: none;
	}

}

@media screen and (min-width: 480px) and (max-width: 768px){

	.jr_product.display_mode_1 .jr_product_item:nth-child(2n):before {
		content: '';
		position: absolute;
		bottom: -25px;
		left: -200%;
		width: 300%;
		height: 1px;
		background: #e9e9e9;
	}

	.jr_product.display_mode_1 .jr_product_item:nth-child(2n):after {
		content: none;
	}

	.jr_product.display_mode_1 .jr_product_item:last-child:after {
		content: none;
	}

	.jr_product.display_mode_1 .jr_product_item:last-child:before {
		content: none;
	}

}

@media screen and (max-width: 480px){

	.home section:first-child .n2-ss-item-content br {
		display: none;
	}

	.jr_product.display_mode_1 .jr_product_item:after {
		content: '';
		position: absolute;
		bottom: -25px;
		left: 0;
		width: 100%;
		height: 1px;
		background: #e9e9e9;
	}

	.jr_product.display_mode_1 .jr_product_item:last-child:after {
		content: none;
	}

}

/*Real SS3*/
img.real-image {
	max-height: 230px;
	margin: auto!important;
	display: block!important;
}

@media (min-width: 900px){

	#last-real-section .n2-ss-slider-3.n2-ow:before {
		content: ' '!important;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 40px;
		background: white;
		display: none;
	}

	#last-real-section .n2-ss-slider-3.n2-ow:after {
		content: ' '!important;
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 40px;
		background: white;
		display: none;
	}

}

/*INSTA WALL V2*/
body #timeline_feed102789modern.sboard.sb-modern .ax-slider {
	padding: 0;
}

#timeline_feed102789modern.sboard .sb-item .sb-container {
	padding: 0;
}

body #timeline_feed102789modern.sboard.sb-modern .slick-slide > div {padding-top: 0;padding-bottom: 0;}

.sboard.sb-carousel .sb-item .sb-container .sb-inner {
	padding: 0;
}

.sboard.sb-carousel.sb-modern .origin-flag {
	display: none;
}

body #timeline_feed102789modern.sboard.sb-modern.sb-carousel .sb-item .sb-thumb {
	border: none;
	height: 234px;
	transition: .25s;
	z-index: 10000;
}

#timeline_feed102789modern.sboard.sb-modern.sb-carousel .sb-item .sb-nometa .sb-inner .sb-text {
	font-size: 16px;
	line-height: normal;
	font-weight: 400;
	color: #000!important;
}

.sboard.sb-modern .sb-item .sb-footer i {
	display: none;
}

.sboard.sb-modern .sb-item .sb-footer {
	border: none;
}

#timeline_feed102789modern.sboard.sb-modern, #timeline_feed102789modern.sboard.sb-modern a {
	box-shadow: none;
	outline: none;
}

.sboard.sb-carousel .sb-item .sb-inner .sb-thumb img {
	height: 100%!important;
}

section#insta-home .vc_col-sm-10 .wpb_wrapper,
section#insta-home .sboard,
section#insta-home .ax-slider,
section#insta-home .slick-list,
section#insta-home .slick-track{
	height:100%
}

section#insta-home .sb-item {
	height: 100%;
}

section#insta-home .sb-container {
	height: 100%;
	border: 0px!important;
}

section#insta-home .sb-inner {
	height: 100%;
}

section#insta-home h2 {font-family: 'Merriweather','serif';color: #fff;margin: 0;font-weight: 500;text-transform: none;font-size: 29px;}

section#insta-home .wpb_wrapper > div {
	margin-bottom: 15px;
}

section#insta-home
a.vc_general {
	background: none;
	color: #fff;
	border: 2px solid #FFF;
	width: 100%;
	display: block;
}

section#insta-home  .vc_btn3-container {
	width: 100%;
}

section#insta-home .vc_icon_element-inner {
	width: 20px;
	height: 20px;
}

body #timeline_feed102789modern.sboard.sb-modern.sb-carousel .sb-item .sb-nometa .sb-inner .sb-text {
	height: 30px;
	padding-top: 30px;
	margin-bottom: 0;
	padding-bottom: 10px;
}

.sboard.sb-carousel li{
	outline: none;
}

body #timeline_feed102789modern.sboard.sb-modern .sb-item .sb-footer a {
	color: #767676!important;
}

body .sboard.sb-modern .sb-item .sb-footer {
	padding: 0;
	margin: 0;
	border: none;
}

section#insta-home .wpb_wrapper > div:last-child {
	margin-bottom: 0;
}

#timeline_feed102789modern.sboard .sb-item .sb-foot {
	position: absolute;
	bottom: 55px;
}

section#insta-home .wpb_wrapper > div#timeline_feed102789modern {
	margin-bottom: 0;
}

section#insta-home .vc_col-sm-10 .wpb_wrapper > p {
	display: none;
}

section#insta-home .vc_col-sm-10 .wpb_wrapper > div:last-child {
	height: 100%;
}

section#insta-home > .vc_row {
	display: flex;
	box-sizing: border-box!important;
}

section#insta-home {
	margin-bottom: 50px!important;
}

.sb-thumb:hover {
	height: 100%!important;
}

.sb-thumb:hover + .sb-text {
	opacity: 0;
}

.sb-inner:hover + .sb-foot {
	opacity: 0;
}

section#insta-home .vc_col-sm-10 .vc_btn3-container {
	display: none;
}
#timeline_feed102789modern.sboard time {
	color: #767676;
	text-shadow: none;
}

@media (min-width: 1921px){

	.home-banner-txt p {
		font-size: 1.5em!important;
	}


	.home-banner-title h1 {
		font-size: 5em!important;
	}

}

@media (min-width: 2560px){

	.home-banner-txt p {
		font-size: 2em!important;
	}


	.home-banner-title h1 {
		font-size: 6em!important;
	}

}

@media (max-width: 600px) and (min-height: 500px){

	.home-banner-title h1{
		font-size:4.5em!important;
	}

	.home-banner-txt p{
		font-size:1.4em!important;
	}

}

@media (max-height: 650px){

	.home-banner-title h1{
		font-size:2.5em!important;
	}

	.home-banner-txt p{
		font-size:1em!important;
	}

}

@media (max-width: 1400px){

	section#insta-home .vc_col-sm-2 {
		width: 25%;
	}

	section#insta-home .vc_col-sm-10 {
		width: 75%;
	}

}

@media (max-width: 1400px){

	section#insta-home .vc_col-sm-2 {
		width: 25%;
	}

	section#insta-home .vc_col-sm-10 {
		width: 75%;
	}

}

@media (max-width: 1024px){

	section#insta-home .vc_col-sm-2 {
		width: 33.33%;
	}

	section#insta-home .vc_col-sm-10 {
		width: 66.66%;
	}

	section#testimonials div#n2-ss-25-arrow-previous {
		margin-top: 0;
		left: 0!important;
		right: auto!important;
	}

	section#testimonials div#n2-ss-25-arrow-next {
		margin-top: 0;
		right: 0!important;
		left: auto!important;
	}

}

@media (max-width: 768px){

	section#insta-home .vc_col-sm-2 {
		width: 50%;
	}

	section#insta-home .vc_col-sm-10 {
		width: 50%;
	}

}

@media (max-width: 768px){

	section#last-real-section .nextend-arrow-previous {
		left: -12px!important;
		bottom: 25%!important;
	}

	section#last-real-section .nextend-arrow-next {
		right: -12px!important;
		bottom: 25%!important;
	}

	section#last-real-section:before,
	section#last-real-section:after{
		display: none;
	}

}

@media (max-width: 480px){

	section#insta-home .vc_col-sm-2 {
		width: 100%;
	}

	section#insta-home .vc_col-sm-10 {
		width: 100%;
		display: block;
	}

	body #timeline_feed102789modern.sboard.sb-modern .slick-slide > div {
		padding: 0;
	}

	.sboard.sb-modern.sb-carousel .sb-item {
		margin: 0!important;
	}

	section#insta-home .vc_column-inner {
		background: none!important;
		padding: 0!important;
		/* display: block; */
	}

	section#insta-home h2 {
		color: #11579e;
		padding-bottom: 20px;
		border-bottom: 1px solid #d2d2d2;
		margin-bottom: 40px!important;
		font-weight: 500;
		font-size: 24px;
	}

	section#insta-home h2 br {
		display: none;
	}

	section#insta-home .vc_col-sm-2 .vc_btn3-container {
		/*text-align: center;*/
		display: none;
	}

	section#insta-home .vc_icon_element-inner {
		display: none;
	}

	section#insta-home .vc_col-sm-10 .vc_btn3-container {
		display: block;
	}

	section#insta-home .vc_col-sm-10 .vc_btn3-container a {
		display: block;
		color: #000000;
		border-color: #11579e;
		margin: auto;
	}

	section#insta-home .vc_col-sm-10 .vc_btn3-container {
		text-align: center;
		margin-top: 15px;
		/* margin-bottom: 90px!important; */
	}

	section#insta-home .vc_col-sm-10 .vc_btn3-container a:hover {background: #11579e;color: #fff;}

	.sb-thumb:hover {
		height: 234px!important;
	}

	.sb-thumb:hover + .sb-text {
		opacity: 1;
	}

	.sb-inner:hover + .sb-foot {
		opacity: 1;
	}

	/* fix tarteauxcitrons */
	#tarteaucitronCookiesNumber {
		font-size: 14px! important;
	}
	#tarteaucitronManager {
	    padding: 6px 6px 3px 6px !important;
	    overflow: hidden;
	    max-width: 45px;
	}
	#tarteaucitronManager #tarteaucitronDot {
	    height: 3px !important;
	}
	#tarteaucitronCookiesNumber {
		padding: 9px 10px !important;
		display: block !important;
		float: none !important;
	}

}
