/*
Theme Name: airdesigns
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: airdesigns
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

airdesigns is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Roboto';
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Roboto';
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	/* margin-bottom: 1.5em; */
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
} */
dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.hidden{display:none;}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.site-content {clear: both;}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	/* margin: 0 0 1.5em; */
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## Navigation on hover
--------------------------------------------------------------*/

.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

/*
.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}
.dropdown:hover .dropdown-menu {
	display: block;
	padding: 5px 0 10px 0; 
}
*/

.dropdown-menu-wrap {
	display: none;
	position: absolute;
	background-color: #fff;
	left: -300px !important;
	max-width: 430px;
	width: 430px;
	/*max-height: 400px;*/
	height: calc(100vh - 90px);
	overflow-y: scroll;
}

.dropdown-menu-wrap .dropdown-menu {
	position: relative;
	border: none;
	box-shadow: none;
	top: 0;
}


.dropdown-menu-open .dropdown-menu-wrap {
	display: block;
}
.dropdown:hover .dropdown-menu {
	padding: 10px 0px 10px 0px !important;
}
.dropdown-menu-open .dropdown-menu-wrap .dropdown-menu  {
	padding: 10px 0px 10px 0px;
}
.dropdown-menu-open .dropdown-menu-wrap .dropdown-menu {
	display: block;
}
.dropdown-menu-open .dropdown-menu-wrap li .sub-menu {
    visibility: visible;
}

.dropdown_close {
	display: none;
	position: absolute;
	left: -300px !important;
	max-width: 430px;
	width: 430px;
	cursor: pointer;
}
.dropdown_close:before {
	content: " ";
	position: absolute;
	top:auto;
	right: auto;
	margin-left: 385px;
	margin-top:5px;
	width: 30px;
	height: 30px;
	padding: 5px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 9999;
	background-image: url("data:image/svg+xml,%3Csvg width='20' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.59 59.41a2 2 0 0 0 2.83 0L32 34.83l24.59 24.58a2 2 0 0 0 2.83-2.83L34.83 32 59.41 7.41a2 2 0 0 0-2.83-2.83L32 29.17 7.41 4.59a2 2 0 0 0-2.82 2.82L29.17 32 4.59 56.59a2 2 0 0 0 0 2.82z'/%3E%3C/svg%3E");
}
.dropdown-menu-open .dropdown_close {
	display: block;
}

/*
.dropdown.product-list-large:hover .dropdown-menu {
    padding-bottom: 30px;
}
*/

.nav-tabs .dropdown-menu, 
.nav-pills .dropdown-menu, 
.navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}


.dropdown ul.dropdown-menu li.current-menu-ancestor a.menu-image-title-after { background-color: transparent; color: #000000; }
.dropdown ul.dropdown-menu li ul.dropdown-menu li.current-menu-item a.menu-image-title-after,
.dropdown ul.dropdown-menu li ul.dropdown-menu li a.menu-image-title-after:hover { color: #d32b27; }


/*--------------------------------------------------------------
## bootstrap -grid
--------------------------------------------------------------*/
.vc_row{
	margin-left: -10px!important;
	margin-right: -10px!important;
}
.vc_column_container > .vc_column-inner {
	padding-left: 10px!important;
	padding-right: 10px!important;
}

/*--------------------------------------------------------------
## CUSTOM
--------------------------------------------------------------*/
body, button, input, select, textarea{
	color: #41516a;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    line-height: 1.1;
}

#commentform textarea{
    display: block;
    width: 100%;
    max-width: 100%;
}
.comment-form-email label,
.comment-form-author label {
    display: block;
}
.comment-form-url {
    display: none;
}

.form-submit #submit{
    color: #ffffff;
    background-color: #d32b27;
    border: 0;
    border-radius: 5px;
    padding: 15px 0;
    width: 100%;
    transition: all .2s;
}
.form-submit #submit:hover {
    color: #f4d9d9!important;
}
.comment-form-email,
.comment-form-author {
    width: 50%;
    float: right;
}

h5, .h5 {
  	 color: #41516a;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
/* CUSTOM END */
/*NAV */
.navbar{
	z-index: 2;
	border-radius: 0;
	position: fixed;
	left: 0;
	right: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    line-height: 90px;
    padding-bottom: 0;
    text-transform: uppercase;
    font-size: 17px;
}
.navbar-nav > li > a {
    padding-bottom: 15px;
    padding-top: 0;
    /*font-weight: 500;*/
    font-weight: 400;
    /* border-left: 0.5px solid rgba(255, 255, 255, .5); */
    transition: all 0.3s ease 0s;
}
.navbar-default .navbar-nav > li > a:hover{
	color: #d32b27;
}
.navbar-nav > li > a .caret{
	display: none;
}
.navbar-nav > li.devis-menu{
	padding: 26px 0;
	/* padding-right: 20px; */
	margin-right: 11px;
}
.navbar-nav > li.devis-menu >a{
	background: #d32b27;
	line-height: 38px;
	border-radius: 5px;
}
.navbar-nav > li.devis-menu:hover >a{
    background-color: #FFF;
    color: #d32b27;
    line-height: 38px;
    border-radius: 5px;
}

.navbar-default .navbar-nav > li.devis-menu > a:hover, .navbar-default .navbar-nav > li.devis-menu > a:focus{
	background-color: #FFF;
    color: #d32b27;
}
.navbar-nav > li.icon-menu .fa-user {
	border: 2px solid #FFF;
	border-radius: 50%;
	padding: 3px 3px 2px 3px;
	transition: all 0.3s ease 0s;
}
.navbar-default .navbar-nav > li.icon-menu a:hover .fa-user{
	border: 2px solid #d32b27;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #d32b27;
    cursor: pointer;
    /*color: #fff;
    background-color: #d32b27;*/
}
.navbar-default {
    background: rgba(0,0,0,0.8);
    border-color: transparent;
}
.navbar-default  .dropdown-menu{
	background-color: #FFF;

}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    /* background-color: #d32b27;
    color: #FFF */
        background-color: unset;
    color: #d32b27;
}
.navbar-nav > li.current-page-parent > a{
    /* background-color: #d32b27;
    	color: #FFF; */
}



.dropdown-menu > li > a{
    color: #000000;
    font-size: 13px;
    line-height: 26px;
	transition: all 0.3s ease 0s;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
   /* background-color: #d32b27;
    color: #FFF;*/
    background-color: transparent;
    color: #d32b27;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #d32b27;
    color: #FFF;
}


.navbar-brand{
	padding: 0;
	padding-top: 7px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background-color: #FFF;
}
.navbar-default .navbar-toggle .icon-bar{
	/* background-color: #FFF; */
}
.navbar-default .navbar-toggle:hover .icon-bar{
	background-color: #000;
}

	/*.slide_1 {background-image: url(/wp-content/themes/airdesigns/images/feature/pulsio_no_filter.jpg); background-repeat: no-repeat; background-size: cover; height: 550px; position: relative; color: #fff;}*/
	.slide_1 {background-repeat: no-repeat; background-size: cover; height: 550px; position: relative; color: #fff;}
	.slide_1 .row:after {background-image:  url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAEUlEQVQImWNgYGD4DwRgEowBT8IJ90Ei0EgAAAAASUVORK5CYII="); display: block; width: 100%; height: 100%; z-index: 1; position: absolute; top: 0; left: 0;}
	.slide_1 .row > div {z-index: 2;}
	.slide_1 .row > div h1 {font-weight: 600; font-size: 36px; color: #fff; padding-top: 32px; line-height: 43px; margin-bottom: 17px;}
	.slide_1 .row > div ul {list-style: none; padding-left: 0px;}
	.slide_1 .row > div ul li {font-size: 18px; font-weight: 300; margin-bottom: 6px; padding-left: 20px; position: relative;}
	.slide_1 .row > div ul li:before {
		width: 20px; height:20px; position: absolute; left: 0; top: 0px; content: "✔"; color: #fff;
	}
	.slide_1 .row > div .slide_1_btns {
		margin: 65px auto 0 auto;
		text-align: center;
	}
	.slide_1 .row > div .slide_1_btns .btn {
		z-index: 5;
		text-align: center;
		white-space: nowrap;
		font-size: 15px;
		line-height: 17px;
		font-weight: 500;
		border-radius: 4px;
		outline: currentcolor none medium;
		box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
		box-sizing: border-box;
		cursor: pointer;
		visibility: inherit;
		transition: none 0s ease 0s;
		display: inline-block;
		padding: 12px 35px;
		letter-spacing: 0px;
		opacity: 1;
		transform-origin: 50% 50% 0px;
		transform: translate3d(0px, 0px, 0px);
		margin: 0 10px;
	}

	.slide_1 .row > div .slide_1_btns .btn_yellow {
		color: rgb(12, 12, 12);
		background-color: rgb(241, 214, 0);
	}
	.slide_1 .row > div .slide_1_btns .btn_yellow:hover {
		background-color: rgba(241, 214, 0, 0.9);
	}

	.slide_1 .row > div .slide_1_btns .btn_red {
		color: rgb(255, 255, 255);
		background-color: rgb(211, 43, 39);
	}
	.slide_1 .row > div .slide_1_btns .btn_red:hover {
		background-color: rgba(211, 43, 39, 0.9);
	}

	.slide_1 .slide_1_video {margin-top: 70px; margin-bottom: 45px; position: relative; transition: all .2s; cursor: pointer;}
	.slide_1 .slide_1_video img {border: 2px solid #fff;}
	.slide_1 .slide_1_video .play_btn {position: absolute;left: 50%;margin-left: -30px;top: 50%;margin-top: -30px;width: 60px; transition: all .2s;}
	.slide_1 .slide_1_video:hover .play_btn {opacity: 0.9; width: 70px; margin-left: -35px; margin-top: -35px;}

	.award_badge {float: right;}
	.rating {float: right; margin-left: 30px; text-align: center;}
	.rating_stars {color: #f1d600; padding: 12px 33px 10px 33px;background-color: rgba(0, 0, 0, 0.44);min-width: 171px;max-width: 171px;border-radius: 4px;  margin-bottom: 3px;}
	.rating p { font-weight: 300; }

	@media only screen and (max-width: 1200px){
		.slide_1 .row > div h1 {font-size: 32px; }
	}
	@media only screen and (max-width: 991px){
		.slide_1 {height:300px;}
		.slide_1_right {display:none;}
		.slide_1 .row > div h1 {font-size: 28px; margin-top:60px; text-align: center; line-height: 32px; margin-bottom: 5px;  }
		.slide_1 .row > div ul {display: none;}
		.slide_1 .row > div .btn {margin: 30px auto 0 auto;}
	}
	@media only screen and (max-width: 480px) {
		.slide_1 .row > div h1 {margin-top:50px; font-size: 22px; line-height: 28px; }
	}
	.clients_slider { background-color:#f5f5f5; max-height: 80px; height:100%; overflow: hidden;}
	.clients_slider > div {text-align: center;}


.navbar-brand {
    padding: 15px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	background-color: unset;
	color: #FFF;
}
.astm-search-menu .search-form{
	position: relative;
	margin-right: -15px;
}
.astm-search-menu .search-form label{
	width: 100%;
}
.astm-search-menu .search-form .search-submit{
	position: absolute;
	right: 12px;
	color: #b4b4b4;
	top: 12px;
	background: transparent;
	border: none;
}
.astm-search-menu .search-form .search-field{
	height: 45px;
	line-height: 45px;
	background-color: rgba(0, 0, 0);
	border: none;
	padding: 0 12px!important;
	width: 100%;
	color: #FFF;
}
.search-form .search-field::placeholder{
	color: #dedede;
	opacity: 1;
}
.astm-search-menu .search-icon{
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: inline-block;
	margin-top: 25px;
}
.astm-search-menu .search-icon path{
    fill: #FFF;
}
/* #masthead .search-form{
	float: left;
	width: 330px;
	margin-top: 15px;
	margin-left: 6%;
}
#masthead .search-form label{
	width: 100%;
}
#masthead .search-form .search-field{
	line-height: 42px;
	background-color: rgba(0, 0, 0);
	border: none;
	padding-left: 15px;
	width: 100%;
	color: #FFF;
}
#masthead .search-form .search-field:placeholder-shown{
}
#masthead .search-form .search-field::placeholder{
	color: #dedede;
	opacity: 1;
}
#masthead .search-form .search-submit{
	display: none;
} */
/* NAV END*/
/* HOMEPAGE*/
/* #homepage-header{
	margin-top: -62px;
}
#homepage-header h1, #homepage-header h3{
	color: #FFF;
}
#homepage-header h1{
	font-size: 58px;
	margin-top: 160px;
	margin-bottom: 0;
}
#homepage-header h3{
	font-size: 40px;
	margin-top: 35px;
}
#homepage-header a{
	display: block;
	width: 100px;
	height: 100px;
	margin: 25px auto 50px;
	margin-bottom: 50px!important;
}
#homepage-header .wpb_content_element{
	margin-bottom: 0px;
}
#video-slider{
	margin-top: -62px;
}
#video-slider .wpb_content_element{
	margin-bottom: 0px;
}
#video-slider .jerk-button{
	margin-top: -100px;
} */
#search-form-mobile {
	position: relative;
}
#search-form-mobile input {
    height: 33px;
    font-size: 12px;
    width: 100%;
    padding: 0 10px;
}
#search-form-mobile button {
	position: absolute;
    right: 0;
    background: transparent;
    top: 6px;
    border: 0;
}

#tm-carousel .vc_column-inner{
	padding-top: 0px;
}
#tm-carousel .owl-theme .owl-controls{
	margin-top: 0;
}
#tm-carousel .owl-theme .owl-controls .owl-buttons .owl-prev {
	background-color: transparent;
	color: #000;
    left: -10px;
    margin-top: 0;
    top: 36%;
    font-size: 18px;
}
#tm-carousel .owl-theme .owl-controls .owl-buttons .owl-next{
	background-color: transparent;
	color: #000;
    right: -10px;
    margin-top: 0;
    top: 36%;
    font-size: 18px;
}
#homepage-products{
	margin-bottom: 75px;
	margin-top: 15px;
}
#homepage-products .header-exp .wpb_text_column{
	margin-bottom: 0px;
}
#homepage-products .header-exp .wpb_text_column h2{
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 35px;
}
#homepage-products .wpb_single_image{
	padding: 40px 0;
	margin-bottom: 0px;
	border: 2px solid #f3ecec;
	border-radius: 2px;
}
#homepage-products .prod-names p{
	background-color: #FFF;
	margin: -13px auto 0;	font-size: 19px;
}
#homepage-products a{
	color: #4b4b4b;
	transition: color 0.2s;
	text-transform: uppercase;
}
#homepage-products a:hover{
	color: #d32b27;
}
#homepage-products .prod-names p{
	min-height: 37px;
}
#homepage-products .prod-names p.cat{
	width: 130px;
}
#homepage-products .prod-names p.bro{
	width: 140px;
}
#homepage-products .prod-names p.dip{
	width: 130px;
	margin-top: -20px
}
#homepage-products .pro-links .wpb_text_column{
	padding: 78% 0;
	margin-bottom: 0px;
	border: 2px solid #f3ecec;
	border-radius: 2px;	
}
#homepage-products .pro-links a{
	line-height: 30px;
	font-size: 18px;
}
.five-columns{
	padding-top: 15px;
}
.five-columns.vc_row .vc_col-sm-2 {
	float: left;
	width: 18.8%;
	padding: 0;
	margin-right: 1.2%;
 }
.five-columns.vc_row .wpb_single_image{
	margin-bottom: 20px;
}
.five-columns.vc_row .wpb_text_column{
	margin-bottom: 20px;
}
.five-columns.vc_row .wpb_text_column p{
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
}
.five-columns.vc_row .fives{
	position: relative;
}
.five-columns.vc_row .fives:hover{
	cursor: pointer;
}
.five-columns.vc_row .fives .comt{
	position: absolute;
	background-color: #FFF;
	top: -15px;
	left: -7px;
	right: -7px;
	bottom: -55px;
	font-size: 14px;
	padding: 15px 25px;

	z-index: 1;
	display: none;
}
.vc_row[data-vc-full-width].vc_custom_1486635593751{overflow: unset;}
.five-columns.vc_row .fives .comt.comt1{
	height: 390px;
}
.five-columns.vc_row .fives .comt.comt1.comt1bg{
	height: 260px;
}
.five-columns.vc_row .fives .comt.comt2{
	height: 325px;
}
.five-columns.vc_row .fives .comt.comt3{
	height: 310px;
}
.five-columns.vc_row .fives .comt.comt4{
	height: 285px;
}
.five-columns.vc_row .fives .comt.comt5{
	height: 260px;
}
.five-columns.vc_row .fives .comt p{
	font-size: 14px;
	text-transform: unset;
}
#testimonials-carousel{}
#testimonials-carousel .owl-item header{
	width: 25%;
	margin-left: 2%;
	float: left;
    background-image: url("/wp-content/uploads/2017/01/qt.png");
    background-position: right top;
    background-repeat: no-repeat;
    padding-top: 30px;
    border-bottom: none;
}
#testimonials-carousel .owl-item section{
	width: 65%;
	float: left;
	color: #FFF;
	padding-top: 20px;
}
#testimonials-carousel div.svc_post_grid_s1 article section {
    border-bottom: none;
}
#testimonials-carousel .test-title .wpb_text_column{
	margin-bottom: 0px;
}
#testimonials-carousel .test-title .wpb_text_column h2{
	color: #FFF;
	font-weight: 400;
	font-size: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#testimonials-carousel .test-carousel .vc_column-inner{
	padding-top: 15px;
}
#testimonials-carousel .owl-item section .svc_info{
	font-size: 15px;
}
#testimonials-carousel .owl-item section .svc_title{
	font-size: 16px;
	color: #d32b27;
	margin-bottom: 0px;
	font-style: italic;
}
#testimonials-carousel .owl-item section .date-fix{
	font-size: 14px;
	font-style: italic;
	margin-top: 0px;
}
#testimonials-carousel .owl-wrapper-outer{
	padding:  0 25px;
}
#testimonials-carousel .owl-theme .owl-controls .owl-buttons .owl-prev,
#testimonials-carousel .owl-theme .owl-controls .owl-buttons .owl-next{
	margin-top: -80px;
	background: none!important;

}
#testimonials-carousel .owl-theme .owl-controls .owl-buttons .owl-prev i,
#testimonials-carousel .owl-theme .owl-controls .owl-buttons .owl-next i{
	font-size: 22px;
	font-weight: 400;
}
#testimonials-carousel .owl-theme .owl-controls .owl-buttons .owl-prev{
	left: 0px;
}
#testimonials-carousel .owl-theme .owl-controls .owl-buttons .owl-next{
	right: 0px;
}
#testimonials-carousel . div.svc_post_grid article{
	background-color: unset;
}
ul.svg_post_meta{display: none!important;}
div.svc_post_grid .svc_post_image{border-radius: 50%!important;}
div.svc_post_grid_s6 header .svc_social_share, .svc_read_more{display: none;}
#homepage-feature h3, #homepage-feature p{
	color: #FFF;
}
#homepage-feature h3{
	font-size: 45px;
	font-weight: 400;
	line-height: 55px;
}
#homepage-feature p{
	width: 70%;
	margin: 35px auto 0;
}
#homepage-devis .vc_column-inner{
	padding-top: 20px;
}
#homepage-devis h4{
	color: #FFF;
	margin: 0;
	font-size: 26px;
}
#homepage-devis .wpb_text_column {
	margin-bottom: 15px;
}
#homepage-devis  .vc_btn3.vc_btn3-size-md{
    border-radius: 5px;
    line-height: 38px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
    background-image: none;
    transition: all 0.3s;
}
#homepage-devis  .vc_btn3.vc_btn3-size-md:hover{
	background-color: #FFF!important;
	color:  #d32b27!important;
}
/* HOMEPAGE END*/
/* FOOTER */
footer.site-footer .newsletter-submit{
	background-color: #f8f8f8;
	margin-bottom: 35px;
	padding: 20px 0;
	overflow: hidden;
}
footer.site-footer .newsletter-submit p{
	text-align: right;
	color: #000000;
	font-size: 18px;
	line-height: 32px;
	font-weight: normal;
	margin-bottom: 0;
}
footer.site-footer .newsletter-submit .ml-block-form {
    height: 32px;
    position: relative;
    width: 40%;
}
footer.site-footer .newsletter-submit .ml-block-form .form-control {
    border: 1px solid #c2c2c2;
    box-shadow: unset;
}
footer.site-footer .newsletter-submit .ml-block-form .primary {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-size: 18px;
    position: absolute;
    right: 5px;
    top: 8px;
}
footer.site-footer .container-fluid{
	padding: 0px 15px 15px;
}
footer.site-footer #left-side ul{
	list-style: none;
	padding-left: 0;
	margin-left: 25px;
}
/* .widget_text_icl.socials{
	margin-left: 25px;
} */
footer.site-footer #left-side ul >li > a{
	color: #000;
	text-transform: uppercase;
	line-height: 30px;
	transition: color 0.2s;
}
footer.site-footer #left-side ul >li > a:hover{
	color: #d32b27;
}
footer.site-footer #left-side .vcard p{
	font-size: 16px;
}
footer.site-footer #left-side .vcard p .fa{
	font-size: 18px;
	color: #495062;
	width: 20px;
}
footer.site-footer #left-side .vcard p a{
	color: #41516a;
	transition: color 0.2s;
}
footer.site-footer #left-side .vcard p a:hover{
	color: #d32b27;
}
footer.site-footer #left-side .socials .social {
	display: inline-block;
    border: 1px solid #495062;
    border-radius: 50%;
    color: #495062;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    transition: all 0.2s;
    margin-right: 5px;
}
footer .svg-inline--fa {
	height: 14px;
	position: relative;
	top: 2px;
}
/*
footer.site-footer #left-side .socials .social .fa{
	padding-left: 0px;
	margin-left: 0px;
}
*/
footer.site-footer #left-side .socials .social:hover{
	color: #d32b27;
	border-color: #d32b27;
}
footer.site-footer #left-side .socials span.copyrights{
	font-size: 10px;
	line-height: 30px;
}
.widget.newlet{margin: 0;}
.footer-left-left img{width: 615px; margin: 0 auto;}
.footer-left-left svg {position: relative; top: 1px;}
footer.site-footer .footer-left-center .coface{
	vertical-align: top; width: 100%; 
}
/* FOOTER END */

.rev_slider .my-video {display: none}
.rev_slider .play-button {cursor: pointer}
/* Pages start */
body {
    color: #41516a;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
a{color: #d32b27; text-decoration: none;}
a:visited{color: #d32b27; text-decoration: none;}
a:hover{text-decoration: none;color: #f7332c;}
#content{margin-top: 0; /* margin-bottom: 30px; */}
ol, ul {
    padding: 0 0 0 20px;
}
.hometitle, .sectiontitle, .widget-title {
    padding-bottom: 15px;
    text-align: center;
}
h1 {
    color: #41516a;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
}
h2 {
    color: #41516a;
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
}
h3 {
    color: #41516a;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}
h4 {
    color: #41516a;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
article div.entry-content { margin-top: -2px; }

/* Book */
#book-top {background-color: #f3ecec; padding: 0 0 40px;}
#book-top h1:before{content: "";background: url('/wp-content/uploads/2016/12/book.png') no-repeat; background-size: contain; padding-right: 55px;}
#book-top h1 {color: #41516a;font-family: Roboto;font-size: 40px;font-style: normal;font-weight: 400;line-height: 48px;}
#book-top .book-upper{width: 80%; margin: 0 auto;}
.logolist{list-style: none;}
#content ul.logolist li{background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/03/list-logo2.png") no-repeat scroll 0 0;padding-left: 30px;}
.kal-button .vc_btn3.vc_btn3-style-custom{background-image: unset; padding: 10px 45px;}
.kal-button .vc_btn3.vc_btn3-style-custom:hover{color: #f4d9d9!important;}
#prod-carousel{padding-top: 35px;}
#prod-carousel .vc_images_carousel .vc_carousel-control .icon-next {font-size: 50px; margin-left: 0px;}
#prod-carousel .vc_images_carousel .vc_carousel-control .icon-prev {font-size: 50px; margin-left: -35px;}
#book-title{background-color: #f3ecec;}
#book-cont{background-color: #f3ecec;}
/* #book-footer{background-color: #f3ecec;} */
/* Book End */
/* catalogue+ */
#feat-product{padding: 130px 0 35px;}
#feat-product p, #feat-product h1 {color: #FFF; }
#feat-product ul li{margin-bottom: 5px;width: 50%; float: left;color: #FFF; }
#feat-product h1{margin-top: 0; position: relative;font-weight: 400; font-size: 58px;}
#feat-product h1 strong{position: absolute; top: -15px; left: 262px;font-weight: 400;font-size: 35px;}
#feat-product p{margin-top: 60px;}
#feat-product .head-list ul{list-style: url('/wp-content/uploads/2016/03/list-logo2.png');}
#feat-product .vc_btn3.vc_btn3-style-custom{background-image: none;padding: 12px 30px; text-transform: uppercase; border-radius: 3px;font-size: 18px; line-height: 18px; margin-top: 25px;transition: all 0.3s;}
#feat-product .vc_btn3.vc_btn3-style-custom:hover{color:#d32b27!important; background-color:#ffffff!important;}
#homepage-devis p{color: #FFF; font-size: 24px;margin-bottom: 25px;}
#products-accordion .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{background-color: #c9c7c7;}
#products-accordion .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a{color: #002238; font-size: 21px; font-weight: bold;}
#products-accordion .vc_tta-panel-body .wpb_text_column .reddon{color:#d32b27}

.product-icon { margin:10px 0 -25px !important; }
#catalogue-top {background-color: #f3ecec; padding: 0 0 40px;}
#catalogue-top h1:before{content: "";background: url('/wp-content/uploads/flyers/catalogue-3-150x150.png') no-repeat; background-size: contain; padding-right: 55px;}
#catalogue-top h1 {color: #41516a;font-family: Roboto;font-size: 40px;font-style: normal;font-weight: 400;line-height: 48px;}
#catalogue-top .book-upper{width: 80%; margin: 0 auto;}



/* catalogue+ end */
/* catalogue */
#cat-top {background-color: #f3ecec; padding: 0 0 40px; margin-top: 0;}
#cat-top h1:before{content: "";background: url('/wp-content/uploads/flyers/catalogue3-150x150.png') no-repeat; background-size: contain; padding-right: 55px;}
#cat-top h1 {color: #41516a;font-family: Roboto;font-size: 40px;font-style: normal;font-weight: 400;line-height: 48px;}
#cat-top .book-upper{width: 80%; margin: 0 auto;}
/* catalogue end */
/* brochure */
#brochure-top {background-color: #f3ecec; padding: 0 0 40px; margin-top: 0;}
#brochure-top h1:before{content: "";background: url('/wp-content/uploads/flyers/brochure3-150x150.png') no-repeat; background-size: contain; padding-right: 55px;}
#brochure-top h1 {color: #41516a;font-family: Roboto;font-size: 40px;font-style: normal;font-weight: 400;line-height: 48px;}
#brochure-top .book-upper{width: 60%; margin: 0 auto;}
/* brochure end*/
/* dipliana */
#dipliana-top {background-color: #f3ecec; padding: 0 0 40px; margin-top: 0;}
#dipliana-top h1:before{content: "";background: url('/wp-content/uploads/flyers/depliant3-150x150.png') no-repeat; background-size: contain; padding-right: 55px;}
#dipliana-top h1 {color: #41516a;font-family: Roboto;font-size: 40px;font-style: normal;font-weight: 400;line-height: 48px;}
#dipliana-top .book-upper{width: 80%; margin: 0 auto;}
/* dipliana end*/
/* flyer */
#flyer-top {background-color: #f3ecec; padding: 0 0 40px; margin-top: 0;}
#flyer-top h1:before{content: "";background: url('/wp-content/uploads/flyers/flyer3-150x150.png') no-repeat; background-size: contain; padding-right: 55px;}
#flyer-top h1 {color: #41516a;font-family: Roboto;font-size: 40px;font-style: normal;font-weight: 400;line-height: 48px;}
#flyer-top .book-upper{width: 60%; margin: 0 auto;}
/* flyer end*/
/* poster */
#poster-top {background-color: #f3ecec; padding: 0 0 40px; margin-top: 0;}
#poster-top h1:before{content: "";background: url('/wp-content/uploads/flyers/affiche3-150x150.png') no-repeat; background-size: contain; padding-right: 55px;}
#poster-top h1 {color: #41516a;font-family: Roboto;font-size: 40px;font-style: normal;font-weight: 400;line-height: 48px;}
#poster-top .book-upper{width: 60%; margin: 0 auto;}
/* poster end*/
/* autres */
#autres-top {background-color: #f3ecec; padding: 0 0 40px; margin-top: 0;}
#autres-top h1:before{content: "";background: url('/wp-content/uploads/2015/07/Autres.png') no-repeat; background-size: contain; padding-right: 55px;}
#autres-top h1 {color: #41516a;font-family: Roboto;font-size: 40px;font-style: normal;font-weight: 400;line-height: 48px;}
#autres-top .book-upper{width: 60%; margin: 0 auto;}
/* autres top*/
/* design */
.common-row{background-color: #f3ecec; padding: 0 40px; margin-top: 0;}
.common-row h1{text-align: center; padding-top: 40px;}
.common-row .wpb_text_column{padding: 0 5%;}
/* design end*/
/* pappers*/
.normal-row{background-color: #f3ecec;}
.normal-row h1{text-align: center;}
/* pappers end*/
/* special effects */
/* #f3ecec; - grey*/
.spec-row {}
.spec-row h1{text-align: center;margin-top: 0;}
/* special effects end*/
/* contacts */
#map-row .vc_column-inner {padding: 0;}

.wpcf7-form label{width: 100%;}
.wpcf7-form .form-control:focus {border-color: rgba(140, 140, 140, 0.8);box-shadow: 0 0 8px rgba(200, 200, 200, 0.6);outline: 0 none;}
.wpcf7-form .sendit{background: #d32b27 none repeat scroll 0 0;border: medium none;border-radius: 4px;box-shadow: none;color: #FFF;display: inline-block;padding: 12px 20px;transition: background 0.6s ease-out 0s, border 0.6s ease-out 0s;margin: 10px 0;}
.wpcf7-form .sendit:hover{background: #f7332c none repeat scroll 0 0}
/* contacts end*/
/* equipe */
.equipe-row {color: #FFF; padding: 35px 0; margin-top: 0;}
.equipe-row h1{color: #FFF;}
.equipe-mid{color: #FFF; padding: 100px 0 190px;}
.equipe-mid h1,.equipe-mid h4{color: #FFF;}
#equipe-round-images{margin-top: -75px;padding-bottom: 35px;}
#equipe-round-images .wpb_single_image .vc_single_image-wrapper.vc_box_border,
#equipe-round-images .wpb_single_image .vc_single_image-wrapper.vc_box_border_circle{padding: 2px;}
#equipe-round-images .wpb_content_element{margin-bottom: 15px;}
#equipe-round-images a{color: #41516a;}
/* equipe end*/
/* faq */
#faq-row .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading{background-color: #d32b27;}
#faq-row .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {color: #FFF;}
#faq-row .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
#faq-row .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before{border-color: #FFF!important}
#faq-row h2{text-align: center; margin:35px 0;}
/* faq end*/

/* blog */
.blogall .entry-content {padding: 15px 0; margin-top: 0px;}
.blogall h3{
   /* margin-bottom: 0;*/
    margin: 0;
}
#single-blog-row{background-color: #f3ecec; padding: 35px 0;margin-top:0; margin-bottom: 30px;}
#single-blog-row h1{text-align: center;margin: 10px 0;}
.blog-header.entry-header h3.entry-title a{color: #41516a;}
.blogall footer, .blogs footer{border-top: 1px solid rgba(0, 0, 0, 0.1);padding: 10px 0; margin-bottom: 20px;}
.cat-links a:before{content: "\f02c";font-family: FontAwesome;padding-right: 10px;}
.cat-links a{color: #41516a; font-size: 10px;}
.nav-links .nav-previous a, .nav-links .nav-next a{float: left; background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;border-radius: 5px;color: #444;padding: 8px 12px;transition: background 0.6s ease-out 0s;}
.nav-links .nav-next a{float: right;}
.nav-links .nav-previous a:hover, .nav-links .nav-next a:hover {background: #d32b27 none repeat scroll 0 0;color: #FFF;}
.nav-links .nav-previous a:before {
    content: "\f190";
    color: #FFF;
    font-family: 'FontAwesome';
    padding-right: 10px;
    margin-left: -15px;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
}
.nav-links .nav-next a:after {
    content: "\f18e";
    color: #FFF;
    font-family: 'FontAwesome';
    padding-left: 10px;
    margin-left: -15px;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
}
.nav-links .nav-previous a:hover:before, .nav-links .nav-next a:hover:after{
	margin-left: 0px;
	visibility: visible;
}

#sid-single aside#secondary .sidebar-blog-widget:first-child h4 {margin-top:0px;}

.lptw_recent_posts_thumbnails_widget .widget-title { font-weight: 400; font-weight: inherit; color: auto; line-height: auto; letter-spacing:auto;  text-transform: inherit; }
.lptw_recent_posts_thumbnails_widget img { border: 0px solid #ccc; width: 80px; }
.lptw_recent_posts_thumbnails_widget li { margin-bottom: 5px; }
.lptw_recent_posts_thumbnails_widget .lptw-post-header { min-height: 0; }
ul.lptw-recent-posts-thumbnails-widget { margin:10px 0 0 0 !important; }

/* blog end*/
/* archive */
#Cat-archive{padding: 25px 0;}
/* archive end;*/
/* sidebar */
.widget_categories .widget-title{display: none;}
.widget_categories ul{list-style: none;}
.widget_categories ul > li{}
.widget_categories ul > li > a{color: #41516a; transition: all 0.3s;background-color: #FFF;line-height: 35px;}
.widget_categories ul > li > a:hover{color: #d32b27; }
.widget_categories ul > li > a:after {
    content: "\f18e";
    color: #d32b27;
    font-family: 'FontAwesome';
    padding-left: 10px;
    margin-left: -15px;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
}
.widget_categories ul > li > a:hover::after{
	visibility: visible;
	 margin-left: 0px;
}

#pulsio_calc2{margin-top: 24px;}


.cd-testimonials-all{margin-top: 50px;}
.cd-testimonials-all ul{list-style: none;}

#map-row{
	position: relative;
	z-index: -1;
	margin-top: -5px;
}

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}
.up-button {
    background-color: #000000;
    bottom: 95px;
    color: #ffffff;
    height: 40px;
    position: fixed;
    right: 10px;
    width: 40px;
    font-size: 18px;
    opacity: 0.7;
    transition: all 0.2s;
}
.up-button:hover{
	opacity: 1
}
.up-button .fa{
	margin: 0;
}
.up-button.btn:hover, .up-button.btn:focus, .up-button.btn.focus {
    color: #FFF;
    text-decoration: none;
}
/* WOOCOMMERCE */
.woocommerce{
	padding: 35px 0;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #dfdbdf;
    border-radius: 0;
    margin: 2em 0;
    padding: 20px;
    text-align: left;
}
.woocommerce input, .woocommerce select, .woocommerce textarea, .woocommerce .input-sm {
    font-size: 15px !important;
}
.woocommerce input[type="text"], .woocommerce input[type="password"], .woocommerce input[type="url"], .woocommerce input[type="email"] {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    height: 40px;
    padding: 8px;
    transition: all 0.2s linear 0s;
    width: 100%;
}
.woocommerce input.input-text, form.checkout input.input-text {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    height: 40px;
    padding: 8px;
    width: 100%;
}
#customer_login input.input-text {
    border-radius: 0;
    box-sizing: border-box;
    height: 40px;
    padding: 8px;
    width: 100%;
}
.woocommerce input:focus, .woocommerce textarea:focus {
    border-color: rgba(140, 140, 140, 0.8);
    box-shadow: 0 0 8px rgba(200, 200, 200, 0.6);
    outline: 0 none;
}
.woocommerce form input.button[type="submit"] {
    margin-top: 15px;
    background: #d32b27 none repeat scroll 0 0;
    color: #FFF;
    padding: 10px 18px;
    font-size: 14px;
    line-height: 26px;
    transition: all 0.2s;
}
.woocommerce form input.button[type="submit"]:hover{
	background: #f7332c none repeat scroll 0 0;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
	content: "\f129";
    display: inline-block;
    width: 20px;
    height: 20px;
    font-family: FontAwesome ;
    left: 1.5em;
    position: absolute;
    top: 1em;
    color: #d32b27;
    border: 2px solid #d32b27;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
   background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #d32b27;
    color: #444;
    padding: 5px 5px 5px 55px;
}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button{
	display: none!important;
}
/* .woocommerce-MyAccount-orders .order .order-actions .button.pay,
.woocommerce-MyAccount-orders .order .order-actions .button.cancel{
	display: none;
} */
.woocommerce-MyAccount-content address,
.woocommerce-MyAccount-content header.title{
	display: none;
}
.woocommerce-MyAccount-orders .order .order-actions .button{
    background: #d32b27 none repeat scroll 0 0;
    color: #FFF;
}
.woocommerce-MyAccount-orders .order .order-actions .button:hover{
	background: #f7332c none repeat scroll 0 0;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-address,
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads{
	display: none;
}
.woocommerce-MyAccount-navigation ul{list-style: none;padding-left: 0;margin-bottom: 25px;}
.woocommerce-MyAccount-navigation ul > li > a{color: #41516a; transition: all 0.3s;line-height: 25px; color: #d32b27;}
.woocommerce-MyAccount-navigation ul > li > a:hover{color: #d32b27; }
.woocommerce-MyAccount-navigation ul > li > a:after {
    content: "\f18e";
    color: #d32b27;
    font-family: 'FontAwesome';
    padding-left: 10px;
    margin-left: -15px;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
}
.woocommerce-MyAccount-navigation ul > li > a:hover::after{
	visibility: visible;
	 margin-left: 0px;
}
.woocommerce-MyAccount-content tr.order td.order-status{
	display: none;
}
.woocommerce-MyAccount-content tr th.order-status{
	display: none;
}
/* WOOCOMMERCE END */


/* Primary menu */
.menu_overlay {
	width: 100%; 
	height: 100%; 
	background: rgba(0,0,0,0.7); 
	position: fixed; 
	top:0; 
	left:0px; 
	z-index: 10;
	display: none;
}

.site-header {position: relative; z-index: 11;}
.site-header .current_page_ancestor > a,
.site-header .current-menu-ancestor > a,
.site-header .navbar-default .navbar-nav > .active > a,
.site-header .navbar-default .navbar-nav > .active > a:hover,
.site-header .navbar-default .navbar-nav > .active > a:focus {
	background-color: #d32b27;
    color: #fff;
}

.site-header>.navbar.navbar-default {
    border: none;
}

.site-header>.navbar {
    position: relative;
    /*position: fixed;*/
}

.site-header .navbar {
    margin-bottom: 0;
}


/*#primary-menu .products-drop-one:hover > a:before,*/
#primary-menu .dropdown-menu-open > a:before,
#primary-menu .capability-drop:hover > a:before,
#primary-menu .enterprise-drop:hover > a:before,
#primary-menu .clients-drop:hover > a:before,
#primary-menu .commande-drop:hover > a:before,
#primary-menu .blog-drop:hover > a:before,
#primary-menu .current-menu-item.active a:before,
.current_page_ancestor:before,
.current-menu-ancestor:before {
    z-index: 1;
    content: ' ';
    position: absolute;
    border: solid 10px transparent;
    border-bottom: solid 0px transparent;
    border-width: 12px;
    left: 47%;
    bottom: 0px;
    margin-left: -10px;
    display: block;
    border-color: transparent transparent #f3ecec transparent;
}



.dropdown ul.dropdown-menu li ul li a::before,
.dropdown ul.dropdown-menu .current_page_ancestor::before,
.dropdown ul.dropdown-menu .current-menu-ancestor::before {
	border:none !important;
}


/*#primary-menu .products-drop-one:hover > a:before,*/
#primary-menu .dropdown-menu-open > a:before,
#primary-menu .capability-drop:hover > a:before,
#primary-menu .enterprise-drop:hover > a:before,
#primary-menu .clients-drop:hover > a:before,
#primary-menu .commande-drop:hover > a:before,
#primary-menu .blog-drop:hover > a:before {
	border-color: transparent transparent #fff transparent;
	z-index: 9999;
	bottom: -1px;
	border-width: 12px;
}



#primary-menu ul.dropdown-menu .current-menu-item.active:before,
ul.dropdown-menu .current_page_ancestor:before,
ul.dropdown-menu .current-menu-ancestor:before {
	border:none !important;
}


#menu-item-8585:before,
#menu-item-8587:before,
#menu-item-8288:before,
#menu-item-8289:before {border:none !important; }

#menu-item-8585 a,
#menu-item-8587 a,
#menu-item-8288 a,
#menu-item-8289 a { background-color: unset !important; }



.page-404-wrapper {
    background-color: #f3ecec;
}

.error-404 {
    margin: 0 auto;
    text-align: center;
    padding: 50px 230px;
}

.error-404 h1 {
    color: #000;
    font-size: 38px;
    font-weight: 600;
}

.error-404 a {
    color: #495062;
    text-decoration: underline;
    font-size: 18px;
}

.error-404 img {
    padding-right: 25px;
}

/* Primary menu END */


/* MEGA MENU */
#primary-menu>li {
    margin-right: 5px;
}
.dropdown-menu {
    min-width: unset;
    padding: 5px 0 2px;
}

.dropdown-menu > li > a {
    color: #000000;
    font-size: 15px;
    line-height: 20px;
    transition: all 0.3s ease 0s;
}

.navbar-default .dropdown-menu {
    background-color: transparent;
    margin-left: 5px;
    margin-right: 10px;
}
.navbar-nav > li > .dropdown-menu { background-color: #fff; }

.sub-hidden>a{
    display: none !important;
}

li.sub-hidden>ul {
    padding-left: 10px;
    padding-top: 0;
}

.clients-drop ul,
.commande-drop ul,
.enterprise-drop ul,
.capability-drop ul,
.products-drop-one ul {
    padding: 0;
}

.products-drop-one>ul,
.enterprise-drop>ul,
.enterprise-drop>ul,
.commande-drop>ul,
.capability-drop>ul,
.clients-drop>ul{
    background-color: #fff !important;
    padding: 15px 0;
}

.products-drop-one.parent-menu-item>ul.dropdown-menu {
    padding-bottom: 25px;
}

.commande-drop>ul,
.clients-drop>ul{
    min-width: 160px;
}
.enterprise-drop>ul {
    right: -45px !important;
    min-width: 220px;
}

.commande-drop>ul,
.clients-drop>ul {
    left: -15px !important;
    right: unset !important;
}

.products-drop-one>ul {
    width: 640px;
    height: auto;
    left: -240px !important;
}

.capability-drop>ul {
	width: 400px;
	height: auto;
	left: -135px !important;
}

.products-one ul, .enterprise-sub ul, .clients-sub ul {
    position: relative;
    left: 0 !important;
    background: transparent;
    box-shadow: none;
    border: 0;
    padding: 20px 0;
}
#menu-item-8980 .products-one ul, .enterprise-sub ul, .clients-sub ul{
	margin-bottom: -15px;
}
.products-one>ul.dropdown-menu {
    width: 100%;
}

.products-three.col-md-4,
.products-one.col-md-4 {
	width: 100%;
}

.products-two ul, .products-three ul {
    position: relative;
    left: 0 !important;
    background: transparent;
    box-shadow: none;
    border: 0;
    padding: 20px 15px 0;
}
.products-two ul li a {
	margin-bottom: 15px;
}

.clients-sub ul,
.enterprise-sub ul {
    width: 100%;
}

.dropdown-menu>li>a {
    padding: 0;
}

li.enterprise-sub>a, li.clients-sub>a,
li.products-one>a, li.products-two>a, li.products-three>a {
    padding: 5px 0;
    display: block;
    border-bottom: 2px solid #d32b27;
    font-size: 18px;
    font-weight: 600;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: transparent;
    color: #d32b27;
}

.products-inline-sub>a{
    white-space: initial !important;
    text-align: center;
}

.products-inline-sub {
    border-right: 1px solid #d6d6d6;
    padding-right: 15px;
    height: 75px;
}

.sub-hidden>ul>li>a {
    line-height: 28px;
}


.navigation li a:hover,
.commande-drop.active,
.clients-drop.active,
    /*#primary-menu li.blog-drop>a:hover,*/
#primary-menu li.blog-drop.active>a,
.products-drop-one.current-menu-ancestor.dropdown>a,
.capability-drop.current-menu-ancestor.dropdown>a,
.enterprise-drop.current-menu-ancestor.dropdown>a,
.commande-drop.current-menu-ancestor.dropdown>a,
.clients-drop.current-menu-ancestor.dropdown>a,
.blog-drop.current-page-parent.dropdown>a,
.products-drop-one.current-page-parent.dropdown>a,
.capability-drop.current-page-parent.dropdown>a,
.enterprise-drop.current-page-parent.dropdown>a,
.commande-drop.current-page-parent.dropdown>a,
.clients-drop.current-page-parent.dropdown>a{
    background-color: #d32b27;
    color: #fff !important;
}

/*#primary-menu li.blog-drop.active>a,*/
.products-drop-one.current-menu-ancestor.dropdown>a:before,
.capability-drop.current-menu-ancestor.dropdown>a:before,
.enterprise-drop.current-menu-ancestor.dropdown>a:before,
.commande-drop.current-menu-ancestor.dropdown>a:before,
.clients-drop.current-menu-ancestor.dropdown>a:before,
.blog-drop.current-page-parent.dropdown>a:before,
.products-drop-one.current-page-parent.dropdown>a:before,
.capability-drop.current-page-parent.dropdown>a:before,
.enterprise-drop.current-page-parent.dropdown>a:before,
.commande-drop.current-page-parent.dropdown>a:before,
.clients-drop.current-page-parent.dropdown>a:before {
    content: "";
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #f3ecec transparent;
    display: table-cell;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 16%;
    bottom: 0;
    z-index: 1000;
}

/*to prevent menu items txt overflow */
.dropdown-menu>li>a {
    white-space: initial;
    margin-bottom: 5px;
}

.dropdown-menu .bg-mega{
	margin-top: -45px;
}
/* MEGA MENU END */

/* BLOG */
.blogall {
    margin-bottom: 60px;
    clear: both;
}
.blogall .entry-content {
	padding-top: 0px;
}
.blogall .entry-title{
	line-height: 30px;
	margin-bottom: 15px;
}
.article-wrapper {
    /* max-height: 300px; */
}

aside#secondary .sidebar-blog-widget h4.widget-title {
    padding: 0;
    margin-bottom: 0;
    margin-top: 20px;
    text-align: left !important;
}

aside#secondary {
    padding: 0 15px;
}

.breadcrumbs-container p {
    margin-bottom: 0;
    padding: 10px 0;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #d32b27;
    text-decoration:none;
    transition: all 0.3s ease 0s;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #FFF;
    border: 1px solid #d32b27;
    border-radius: 2px;
    cursor: pointer;
    padding: 6px 12px;
}

.navigation li.active a {
    font-weight: 600;
}

.navigation li.active a {
    background-color: #fff;
    color: #d32b27;
}

.single-post-thumbnail {
    margin-bottom: 80px !important;
}

.single-post-thumbnail img {
    display: block;
    margin: 0 auto !important;
}
/* BLOG END  */
/* BREADCRUMBS */
div.breadcrumbs-container {
    text-align: center;
}
/* BREACRUMBS END */

/*front page fix grey line */
/*
div#rev_slider_4_1, div#rev_slider_3_1 {
    position: relative;
    top: -15px;
}
*/
footer {padding-top: 40px;}
#text_icl-4 h5 {margin-top: 0px;}

.footer-left-center .textwidget img{
	display: inline-block;
	text-align: center;
}

.vc_row-has-fill .bx-wrapper {
	background: transparent;
	border: none;
}
.sl-arrow-left, .sl-arrow-right{
	position: absolute;
	top: 50%;
	z-index: 1000;
	transition: all 0.2s;
}
.sl-arrow-left:hover, .sl-arrow-right:hover{
	cursor: pointer;
}
.sl-arrow-left:hover{
	margin-left: -5px;
}
.sl-arrow-right:hover{
	margin-right: -5px;
}
.sl-arrow-left{
	left: 0;
}
.sl-arrow-right{
	right: 0;
}

/* RESPONSIVE */
@media only screen and (min-width: 1200px) and (max-width: 1340px){
	footer.site-footer #left-side .vcard p a, 
	footer.site-footer #left-side .vcard p .fa,
	footer.site-footer #left-side ul > li > a{font-size: 12px;}
}
@media only screen and (max-width: 991px){
	footer.site-footer{text-align: center;}
	footer.site-footer .newsletter-submit p{text-align: center; margin-bottom: 5px;}
	footer.site-footer .newsletter-submit{padding-left:15px;padding-right:15px;}
	footer.site-footer .newsletter-submit .ml-block-form {width: 80%; margin: 0 auto;}
	#homepage-feature {padding: 15px 0 35px;}
	#homepage-feature h3{font-size: 25px; line-height: 35px;}
	#homepage-feature p{width: 100%;}
	#tm-carousel .owl-theme .owl-controls .owl-buttons .owl-prev{left: 0;margin-top: -15px;top: 50%;}
	#tm-carousel .owl-theme .owl-controls .owl-buttons .owl-next{right: 0;margin-top: -15px;top: 50%;}
	#video-slider{margin-top: -10px;}
	#testimonials-carousel .test-title .wpb_text_column h2{font-size: 30px;}
    .error-404 {
        padding: 50px 45px;
        font-size: 30px;
    }

    .error-404 h1 {
        font-size: 30px;
    }
    footer.site-footer .footer-left-center .coface{margin: 15px 0;}

}
@media (max-width: 767px) {
	.service-grid .vc_column-inner {width: 100%!important;}
	.common-row .wpb_text_column{padding: 0;}
	#autres-top .book-upper, #poster-top .book-upper, #flyer-top .book-upper, #flyer-top .book-upper, #dipliana-top .book-upper, #brochure-top .book-upper, #catalogue-top .book-upper, #cat-top .book-upper, #book-top .book-upper{width: 100%;}
	#homepage-products .header-exp .wpb_text_column h2{font-size: 26px; margin: 5px 0 15px;}
	#homepage-products  .vc_column-inner{padding-top: 0px;}
	#testimonials-carousel .owl-item section .svc_info{font-size: 13px;}
	#testimonials-carousel .owl-item section{width: 55%;}
	#homepage-devis h4{font-size: 18px;}
	footer.site-footer .newsletter-submit p{font-size: 17px; line-height: 26px;}
	.five-columns.vc_row .vc_col-sm-2 {width: 100%; padding: 0 15px;}
	.five-columns.vc_row .fives .comt{top: 0; left: 0; bottom: 0; right: 0;padding: 65px 25px 30px;}
	#feat-product .wpb_single_image.vc_align_right{text-align: center;}
	#feat-product {padding: 50px 0 0;text-align: center;}
	#feat-product h1{font-size: 52px;}
	#feat-product ul li{width: 100%; text-align: left;}
	#feat-product .vc_empty_space{display: none;}
	#homepage-devis p{font-size: 16px;}
	#products-accordion .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a{font-size: 16px;}

    .site-header>.navbar {
        position: fixed;
    }
}
@media only screen and (min-width: 1200px){}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.navbar-brand {max-width: 160px;padding: 20px 10px;}
    .error-404 {
        padding: 50px 200px;
    }
    .products-drop-one>ul {
        left: -235px !important;
    }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
	.navbar-brand {max-width: 200px;padding: 7px 0px;}
    .site-header>.navbar {
        /*position: relative;*/
        position: fixed;
    }

}
@media only screen and (min-width: 480px) and (max-width: 768px) {
    .comment-form-comment.col-xs-12 {
        width: 50%;
    }
    .comment-form-email,
    .comment-form-author {
        width: 100%;
        float: none;
    }
    .comment-form-email input,
    .comment-form-author input{
        width: 100%;
    }
	.navbar-brand {max-width: 160px;padding: 14px 10px;}
	#feat-product .vc_btn3.vc_btn3-style-custom{width: 190px; margin: 0 auto; display: block; font-size: 16px}
}
@media only screen and (max-width: 480px) {
    .comment-form-email,
    .comment-form-author {
        width: 100%;
        float: none;
    }
    .comment-form-email input,
    .comment-form-author input{
        width: 100%;
    }
	.navbar-brand {max-width: 160px;padding: 14px 10px;}
	#feat-product .vc_btn3.vc_btn3-style-custom{width: 190px; margin: 0 auto; display: block; font-size: 16px;}

    .error-404 {
        padding: 50px 45px;
        font-size: 30px;
    }



}
	/* hamburder menu breakpoint*/
	@media (max-width: 991px) {
		.navbar-header {
		  float: none;
		}
		.navbar-left,.navbar-right {
		  float: none !important;
		}
		.navbar-toggle {
		  display: block;
		}
		.navbar-collapse {
		  border-top: 1px solid transparent;
		  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
		}
		.navbar-fixed-top {
		  top: 0;
		  border-width: 0 0 1px;
		}
		.navbar-collapse.collapse {
		  display: none!important;
		}
		.navbar-nav {
		  float: none!important;
		  margin-top: 7.5px;
		}
		.navbar-nav>li {
		  float: none;
		}
		.navbar-nav>li>a {
		  padding-top: 10px;
		  padding-bottom: 10px;
		}
		.collapse.in{
		  display:block !important;
		}
		.sticky-wrapper #primary-menu li a{
			line-height: 35px;
		}
		#primary-menu li.menu-item-language .sub-menu{
			min-width: 100%;;
			padding-bottom: 20px;
		}
		#primary-menu{
			display: none;
		}
		footer.site-footer #left-side ul{
			margin-left: 0px;
		}
		.widget_text_icl.socials{
			margin-left: 0px;
		}
	}

/* LANDING */

div.newbody{color: #000;font-family: 'Roboto', sans-serif;}
/* header-top */
#header-top{padding: 10px 0; background-color: #000; color: #FFF;}
#header-top.headerclass {background-image: url('/wp-content/uploads/2016/11/colors-border.png') !important;background-position: 50% 100% !important;background-repeat: no-repeat !important;background-size: 100% 3px !important;transition: background 0.4s ease-out 0s, border 0.4s ease-out 0s;}
#header-top h2{margin: 0; text-align: right;line-height: 40px; font-size: 32px; color: #FFF;}
/* header-top end*/

/* header-main */
#header-main{padding: 55px 0 40px; background-image: url('/wp-content/uploads/2016/11/mainbg.jpg'); background-size: cover; background-position: center;}
#header-main h1, #header-main h2{background-color: rgba(0, 0, 0, 0.8); color: #FFF; text-align: center;}
#header-main h1{ line-height: 100px; font-size: 48px; color: #eb7460; font-weight: bold; margin-bottom: 0px;margin-top: 0px;}
#header-main h2{line-height: 50px; font-size: 26px; font-weight: bold; margin-bottom: 25px; margin-top: 0;}
#header-main #header-list{padding: 25px; background-color: rgba(255, 255, 255, 0.8); margin-bottom: 35px;}
#header-main #header-list h4{text-align: center; margin-bottom: 20px;}
#header-main #header-list ul{ list-style-image: url('/wp-content/uploads/2016/11/larrow.png'); }
#header-main #header-list ul li{margin-bottom: 12px;}
#header-main a.btn{display: block; width: 240px; margin: 0 auto; background-color: #eb7460; color: #FFF; text-transform: uppercase;font-weight: bold; border-radius: 0px;line-height: 50px;padding: 0px 12px; transition: all 0.2s;}
#header-main a.btn:hover{color: #000; background-color: #FFF;}
/* header-main end*/

/* logo-section */
#logo-section{padding: 20px 0 15px;}
#logo-section .sofitel{padding-top: 12px;}
/* logo-section end*/

/* format-section */
#format-section{padding: 50px 0; background-color: #f2ecec;color: #41516a;}
#format-section .format-text{max-width: 81%;}
#format-section .format-price{color: #eb7460; font-weight: bold;}
#format-section .format-price span{text-transform: uppercase;}
/* format-section end*/

/* quote-section */
#quote-section{padding: 45px 0; background-image: url('/wp-content/uploads/2016/11/pinbg.jpg'); background-size: cover;}
#quote-section h3{text-align: center; color: #FFF; margin-top: 0; font-size: 28px; margin-bottom: 20px;}
#quote-section a.btn{display: block; width: 240px; margin: 0 auto; background-color: #FFF; color: #000; text-transform: uppercase;font-weight: bold; border-radius: 0px;line-height: 50px;padding: 0px 12px;}
/* quote-section end*/

/* testimonials-section */
#testimonials-section{padding: 30px 0; background-color: #12121a;}
#testimonials-section .author-img{display: block; width: 100px; border-radius: 50%; margin: 0 auto;}
#testimonials-section p{color: #FFF; text-align: center; font-size: 16px;}
#testimonials-section .author-text{max-width: 80%; margin: 0 auto 30px; background-image: url('/wp-content/uploads/2016/11/quotes.png'); background-repeat: no-repeat; background-position: top center; margin-top: 10px; padding-top: 35px;}
#testimonials-section .author-name{font-style: italic; font-weight: bold;margin-bottom: 0px;}
#testimonials-section .author-name span{text-transform: uppercase;}
#testimonials-section .date {font-style: italic;color: #eb7460; max-width: 60%; margin: 0 auto; margin-top: 0px;}
/* testimonials-section end*/

/* contact-section */
#contact-section{padding: 50px 0;background-color: #f8f8f8;}
#contact-section h3, #contact-section h4{margin: 0; text-align: center;}
#contact-section h3{margin-bottom:5px;  font-size: 28px;}
#contact-section h4{color: #41516a; margin-bottom: 20px;font-size: 16px;}
#contact-section img{margin-right: 7px; min-width: 50px;}
#contact-section span{font-size: 16px; font-weight: bold;}
#contact-section span a{color: #000;}
/* contact-section end*/

/* INDEX2 */
/* header-main */
#index2 #header-main{padding: 55px 0; background-image: url('/wp-content/uploads/2016/11/mainbg2.jpg');}
#index2 #header-main h1, #header-main h2{background-color: unset;}
#index2 #header-main h1{color: #f26f21;}
#index2 #header-main #header-list{padding: unset; background-color: #ebebeb; padding-bottom: 15px;}
/* #index2 #header-main h4{padding-left: 10%; border-bottom: 1px solid #d3d3d3; text-align: left; margin-top: 0; line-height: 55px; font-size: 20px;margin-bottom: 10px;}
#index2 #header-main #header-list ul{list-style: none; padding-left: 0;}
#index2 #header-main #header-list ul li{padding-left: 10%;}
#index2 #header-main #header-list ul li:before{content: ""; display: block; width: 10px; height: 11px; background-image: url('/wp-content/uploads/2016/11/larrow.png'); float: left; margin-top: 4px; margin-right: 12px;}
#index2 #header-main #header-list ul li:nth-child(2){background-color: #d3d3d4;padding-top: 10px; padding-bottom: 10px;}
#index2 #header-main #header-list ul li span{display: block; float: left; width: 195px;} */
#index2 #header-main #header-list ul{padding-left: 0; list-style: none;}
#index2 #header-main #header-list ul li:before{content: ""; display: block; width: 10px; height: 11px; background-image: url('/wp-content/uploads/2016/11/larrow.png'); float: left; margin-top: 4px; margin-right: 12px;}
#index2 #header-main h4{text-align: left; margin-top: 0; line-height: 55px; font-size: 20px; margin-bottom: 0;}
#index2 #header-main #header-list ul li{margin-bottom: 0;}
#index2 #header-main #mid-li{background-color: #d3d3d4;padding-top: 8px; padding-bottom: 8px; margin: 7px 0;}
#index2 #header-main #mid-li li{margin-bottom: 0;}
#index2 #header-main #list-header{border-bottom: 1px solid #d3d3d3;margin-bottom: 10px;}
#index2 #header-main #header-list ul li span{display: block; float: left; width: 195px;}
#index2 #header-main a.btn, #index2 #quote-section a.btn{background-color: #f26f21; border-radius: 3px; font-size: 20px; width: 250px;}
#index2 #header-main a.btn:hover{background-color: #FFF;}
/* header-main end*/

/* format-section */
#index2 #format-section .format-price{color: #f26f21;}
/* format-section end*/

/* quote-section */
#index2 #quote-section{padding: 35px 0; background-image: unset;}
#index2 #quote-section a.btn{float: left; color: #FFF;}
#index2 #quote-section h3{text-align: right; margin-bottom: 0px; line-height: 50px; color: #24252d;}
/* quote-section end*/

/* testimonials-section */
#index2 #testimonials-section{padding-bottom: 60px; background-color: unset; background-image: url('/wp-content/uploads/2016/11/testback.jpg'); background-size: cover; background-position: center;}
#index2 #testimonials-section .quotes{background-image: url('/wp-content/uploads/2016/11/quotes2.png'); padding-top: 30px; background-repeat: no-repeat; background-position: top right;}
#index2 #testimonials-section p{text-align: left;}
#index2 #testimonials-section .author-text{max-width: unset; background-image: unset; padding-top: 15px;}
#index2 #testimonials-section .author-name{color: #ff8a44;}
#index2 #testimonials-section .date{margin: unset; max-width: unset; color: #ff8a44;}
/* testimonials-section end*/

/* contact-section */
#index2 #contact-section{padding: 50px 0 35px;}
/* contact-section end*/
/* INDEX2 END*/


/* NAVIGATION */

ul.lptw-recent-posts-thumbnails-widget {
    margin: 40px 0;
}
.products-inline-sub img.menu-image  {
    height: 50px;
    display: block;
    margin: 0 auto;
}

.menu-tech-sub {
	padding-left: 15px;
}
.menu-tech-sub a {
	font-size: 12px;
	position: relative;
}
.menu-tech-sub a:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: -12px;
    font-size: 12px;
    color: #3D3D3D;
}


.inner-dropdown {
    /*width: 103%;*/
    cursor: pointer;
}

/*.inner-dropdown:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 18px;
    color: #3D3D3D;
}*/
.inner-dropdown>ul.dropdown-menu {
    display: none !important;
    /*position: absolute;
    left: 196px !important;
    background-color: #fff;
    top: -5px;
    padding: 15px;*/
}
li.inner-dropdown:hover>ul.dropdown-menu {
    display: block !important;
    position: absolute;
    background-color: #fff;
    padding: 10px 30px 5px;
    margin: 3px 0 0 -16px;
    min-width: 220px;
    border: 1px solid rgba(0,0,0,0.15);
    border-top: none;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    top: 19px;
}

/* BLOG SIDEBARS */
aside#secondary {
    padding: 0 !important;
}

.calc-img { margin-top: 15px; }









/* NEW PRODUCT PAGE */

.pulsio_product_box_content {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	color: #4b4b4b;
}
.pulsio_product_box_content h1 {
	display: inline-block;
	color: #4b4b4b;
}
.pulsio_product_box_content h1 span {
	position: relative;
}
/*
.pulsio_product_box_content h1 span:before {
	content:'';
	display: block;
	height: 3px;
	background-color: #4b4b4b;
	float: left;
	width: 55%;
	position: absolute;
	bottom: 0px;
}
*/
.pulsio_product_box_image {
	width: 75px;
	display: inline-block;
	position: relative;
	top: -20px;
	margin-left: 90px;
}

.border-bottom-short {
	width: 60px;
    margin: -35px auto 0;
    border-bottom: 3px solid #4b4b4b;
}

.product_price_box .wpb_wrapper p {
	line-height: 36px;
}

.product_info_boxes .vc_tta-tabs .vc_tta-tabs-container {
	float: left;
	width: 40%;
}

.product_info_boxes .vc_tta-tabs .vc_tta-panels-container {
	float: left;
	width: 60%;
	background-color: #f4ebec;
}
.product_info_boxes .vc_tta-tabs .vc_tta-tabs-list li {
	background-color: #f0f0f0;
	color: #4b4b4b !important;
	border: 0px;
	height: 25%;
}

.product_info_boxes .vc_tta-tabs .vc_tta-tabs-list li a {
    padding: 115px 0 !important;
}
.product_info_boxes .vc_tta-tabs .vc_tta-tabs-list li:nth-child(even) {
	background-color: #f7f7f7 !important;
}
.product_info_boxes .vc_tta-tabs .vc_tta-tabs-list li.vc_active {
	background-color: #d0ada7 !important;
	color: #fff !important;
}
.product_info_boxes .vc_tta-tabs .vc_tta-tabs-list a {
	background-color: transparent !important;
	border: 0px;
	color: #4b4b4b !important;
	width: 100%;
	height: 100%;
	text-align: center;
	display: block;
	font-size: 28px;
	padding:0px !important;
	margin:0px !important;
}
.product_info_boxes .vc_tta-tabs .vc_tta-tabs-list li.vc_active a {
	color: #fff !important;
}



div.tabs-underline p{
    border-bottom: 3px solid #4b4b4b;
    max-width: 200px;
    height: 1px;
    text-align: center;
    margin: 15px auto 0;
}

.product_info_boxes .vc_tta-tab.vc_active div.tabs-underline p{
    border-color: #fff;
}

.product_info_boxes h2,
.product_info_boxes h3,
.product_info_boxes h4,
.product_info_boxes h5,
.product_info_boxes h6 {
    margin-top: 0;
}
.product_info_boxes .vc_tta-panels{
    padding: 35px 0;
}

/*.product_info_boxes .vc_tta-tabs-list .vc_tta-tab li>a  {
    padding: 100px 0 !important;
}*/

/* HORYZONTAL TABS */
.product_info_boxes .vc_tta-container{
	display: block;
}
.product_info_boxes .vc_tta-container .vc_tta-tabs-container,
.product_info_boxes .vc_tta-container .vc_tta-panels-container{
	flex-basis: unset!important;
	width: 100%!important;
	display: block!important;
}
.wpb-js-composer .product_info_boxes .vc_tta-tabs.vc_tta-tabs-position-left{
	display: block!important;
}
.wpb-js-composer .product_info_boxes .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab{
	width: calc(25% - 1px);
	float: left;
}

@media only screen and (min-width: 1200px){}
@media only screen and (min-width: 992px) and (max-width: 1199px) {}
@media only screen and (min-width: 769px) and (max-width: 991px){}
@media only screen and (min-width: 480px) and (max-width: 768px) {
	.vc_tta.vc_tta-o-no-fill.vc_tta-tabs .vc_tta-tabs-container {
		display: none !important;
	}
	.vc_tta.vc_general .vc_tta-panel-title {
		font-size: 28px;
		line-height: 20px;
		
	}
	.vc_tta.vc_general .vc_tta-panel-title span {
		color: #4b4b4b !important;
	}
	.vc_tta-panels .vc_tta-panel-body {
		padding: 20px !important;
	}
	.product_info_boxes .vc_tta-panels {
		padding: 0px;
	}

	.wpb-js-composer .product_info_boxes .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab {
		width: 100%;
		float: none;
		height: auto;
		max-height: none;
	}
	.wpb-js-composer .product_info_boxes .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab > a {
		padding: 20px 0 !important;
	}
}
@media only screen and (max-width: 480px) {
	.vc_tta.vc_tta-o-no-fill.vc_tta-tabs .vc_tta-tabs-container {
		display: none !important;
	}
	.vc_tta.vc_general .vc_tta-panel-title {
		font-size: 28px;
		line-height: 20px;
		
	}
	.vc_tta.vc_general .vc_tta-panel-title span {
		color: #4b4b4b !important;
	}
	.vc_tta-panels .vc_tta-panel-body {
		padding: 20px !important;
	}
	.product_info_boxes .vc_tta-panels {
		padding: 0px;
	}

	.wpb-js-composer .product_info_boxes .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab {
		width: 100%;
		float: none;
		height: auto;
		max-height: none;
	}
	.wpb-js-composer .product_info_boxes .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab > a {
		padding: 20px 0 !important;
	}
}



.list-no-bullets {
	font-size: 18px;
	margin: 0 auto;
    display: table;
}

.pill-tabs {
	margin-bottom: 0;
}

.col3-left .wpb_wrapper{
	background-color: #f0f0f0;
	padding: 0;
}
.col3-mid .wpb_wrapper {
	background-color: #F4EADE;
	padding: 0;
}
.col3-right .wpb_wrapper {
	background-color: #F4EBEC;
	padding: 0;
}
.col3-left > .vc_column-inner > .wpb_wrapper .wpb_text_column .wpb_wrapper,
.col3-mid > .vc_column-inner > .wpb_wrapper .wpb_text_column .wpb_wrapper,
.col3-right > .vc_column-inner > .wpb_wrapper .wpb_text_column .wpb_wrapper{
	padding: 0 50px;
}
.col3-left p {
	font-size: 18px
}

.col3-left h3, .col3-right h3, .col3-mid h3 {
	font-size: 32px
}

.tabs-content-column {
	position: relative;
}

.tabs-content-column .tab-pane {
	position: absolute;
}

.tabscol>div.vc_column-inner.vc_custom_1507108632300 {
	padding: 0 !important;
}

.left-tabs a {
	display: block;
	font-size: 30px;
	padding: 100px 0;
	/* height: 150px; */
	text-align: center;
	margin: 0 auto;
	color: #4a4a4a;
	text-decoration: none; 
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab{
	max-height: 275px!important;
}
.left-tabs.active a {
	background-color: #D0ADA7;
}

.left-tabs-even a {
	background-color: #f7f7f7;
}
.left-tabs-odd a {
	background-color: #f0f0f0;
}

.multiline_image_carousel div {
	text-align: center;
}
.multiline_image_carousel div img {
	margin: 0 auto;
}
.multiline_image_carousel .slick-arrow {

}
.multiline_image_carousel .sl-arrow-left {
	left: 0 !important;
	top: 50% !important;
	margin-top: -15px !important;
}
.multiline_image_carousel .sl-arrow-right {
	right: 0 !important;
	left: auto;
	top: 50% !important;
	margin-top: -15px !important;
}



/* bxslider */
.creation .bx-wrapper {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  *zoom: 1;
  background-color: transparent !important;
  border: 0px; 
  min-height: 200px;
  margin-bottom: 0;
}

.creation .bx-wrapper img {
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
}
.creation .bx-wrapper .bx-viewport{
	margin-top: 20px;
}
/** THEME
===================================*/
.bxslider {
  top: -12px;
}

.bx-wrapper .bx-pager{
  display: none;
}

.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */
.bx-wrapper {
	birder: none;
	box-shadow: none;
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: -50px;	
  border-radius: 15px;
}

.bx-wrapper .bx-prev:before{
	content:'';
	background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAZBAMAAADHzMPdAAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUM0RUJCMjdBQUE3MTFFN0FFRkJDM0VCODAzRDg2NTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUM0RUJCMjhBQUE3MTFFN0FFRkJDM0VCODAzRDg2NTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxQzRFQkIyNUFBQTcxMUU3QUVGQkMzRUI4MDNEODY1NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxQzRFQkIyNkFBQTcxMUU3QUVGQkMzRUI4MDNEODY1NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pu66h5YAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAJFBMVEVHcExKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkqArksmAAAADHRSTlMA/uzQESxFX59vtoi3cyZRAAAAlklEQVQY02NggAKWJnUYk2GSoBCMmSwoKAxlRgkKCopBmN5AplACmMmuCGSrgpmshkCmlAPYtEYgU7AFahpIGGYaEIiAmB5gpmADiG0IYU8AsSFMwQIQeyKEvQHEZlMEsw3A5nCD2eIQx3iB2EIBDAgbVKFemogkAXaRGtQrbIYwK4CAE2iyJMy/IGfBwyEY6mwwKF4CADj+FPNcO195AAAAAElFTkSuQmCC') no-repeat center;  
	width: 22px;
	height: 25px;
	position: absolute;
	left: 50%;
	top: 50%;  
	transform: translate(-50%, -50%);
}

.bx-wrapper .bx-next {
	right: -50px;	
  border-radius: 15px;  
}

.bx-wrapper .bx-next:before{
	content:'';
	background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAZCAMAAAACPC7cAAAAJFBMVEVHcExKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkqArksmAAAADHRSTlMA/uzQESxFX59vtoi3cyZRAAAAgElEQVQoz22SWxbEIAhDG0Dxsf/9TntGWxDyeUUMwUuJmlxBBIB6wIxHXA9c8dcoB6d1MP0TZXNSx2UsDnadpG0Ob/at92YFn6zZZrjp1C0Gb6wOY+PpaPfRLDM16zHj/HdkklDr+cuqS5LssHlocv8d71xnlueKlEvYvAzW+E1+1bcCgeS+YVQAAAAASUVORK5CYII=') no-repeat center; 
	width: 22px;
	height: 25px;
	position: absolute;
	left: 50%;
	top: 50%;  
	transform: translate(-50%, -50%);
}
.bx-wrapper .bx-prev, .bx-wrapper .bx-next{
	background: unset;
}

.bx-wrapper .bx-controls-direction a {  
  position: absolute;
  top: 50%;
  transform:translateY(-50%);
  outline: 0;
  width: 32px;
  height: 112px; 
  text-indent: -9999px;
  z-index: 9999;
  /* border: 1px solid #e6e6e6;
  background: -webkit-linear-gradient(#fcfcfc 0%, #ebebeb 100%);
  background: -moz-linear-gradient(#fcfcfc 0%, #ebebeb 100%);
  background: -o-linear-gradient(#fcfcfc 0%, #ebebeb 100%);
  background: linear-gradient(#fcfcfc 0%, #ebebeb 100%);   */
}

/* .bx-wrapper .bx-controls-direction a:hover{
  background: #ebebeb;
} */

.bx-wrapper .bx-controls-direction a:hover:before{
  left:45%;
}

.bx-wrapper .bx-controls-direction a.bx-next:hover:before{
  left:55%;
}


.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/* logo image carousel */
.creation .vc_column-inner {
	padding-top: 15px!important;
	padding-bottom: 15px;
}
.logo_image_carousel{
	position: relative;
}
.logo_image_carousel {
	display: flex;
}
.logo_image_carousel .slick-arrow{
	position: absolute;
	top: calc(50% - 15px);
	font-size: 30px;
	z-index: 1000;
	color: #41516a;
}
.logo_image_carousel .slick-arrow:hover{
	cursor: pointer;
}
.logo_image_carousel .slick-arrow.slick-prev{
	left: 0;
}
.logo_image_carousel .slick-arrow.slick-next{
	right: 0;
}
.logo_image_carousel .slick-slide {
    padding: 0 20px;
	max-height: 45px;
	width: auto !important;
	max-width: 200px;
	display: flex;
	height: auto;
	align-items: center;
	justify-content: center;
}



/* Partners */
.partners .bx-wrapper{
	margin-bottom: 0px;
	background: #f5f5f5;
	border: none;
}
.partners .vc_column-inner {
	padding-top: 0px!important;
}

.partners{
	background-color: #f5f5f5 !important;
	padding: 15px 0;
	margin-bottom: 55px;
}
.partners .bx-wrapper .bx-controls-direction a{
	top: 68%;
}
#tm-carousel{
	display: none;
}

.comments-area .children, 
.comments-area .comment-list {
	padding: 0;
	margin: 30px 0 0 0px;
	list-style: none;
}

.comments-area .comment.depth-1, 
.comments-area .comment.depth-2, 
.comments-area .comment.depth-3 {
    padding-left: 90px;
}
.comments-area .comment {
    margin-bottom: 30px;
}
.comments-area .comment .comment-author {
	position: relative;
}
.comments-area .comment .comment-author .avatar {
    left: -90px;
    position: absolute;
    top: 5px;
    border-radius: 50%;
    height: 70px;
    width: 70px;
}

.comments-area .comment .comment-meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.comments-area .comment .comment-meta .comment-metadata {
    margin-left: auto;
}
.comments-area .comment .comment-content {
    border: 1px solid #efefef;
    margin-bottom: 15px;
    padding: 1em 1.5em;
    margin-top: 10px;
}
.comments-area .comment .comment-content p {
	margin-bottom: 0px;
}
.comments-area .comment .comment-meta .comment-metadata {
    color: #9f9f9f;
    font-size: 12px;
    font-style: italic;
}
.comments-area .comment .reply a:before {
    content: "\F112";
    display: inline-block;
    font-family: "FontAwesome";
    margin-right: 8px;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.wpb-js-composer .vc_tta.vc_tta-spacing-1 .vc_tta-tab{
	margin: 1px 0 0 1px!important;
}

/* RESPONSIVE */

@media only screen and (min-width: 1200px){}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	#header-top h2{font-size: 28px;}
	#header-main h1{font-size: 38px; line-height: 60px;}
	#header-main h2{font-size: 22px; line-height: 45px;}
	#contact-section span{font-size: 12px;}
}
@media only screen and (min-width: 769px) and (max-width: 991px){
	#logo-section img{margin-bottom: 20px;}
	#logo-section .sofitel{padding-top: 0px;}
	#testimonials-section .author-img{margin-top: 35px;}
	#header-top h2{font-size: 20px; line-height: 30px; text-align: right;}
	#header-main h1{font-size: 25px; line-height: 50px;}
	#header-main h2{font-size: 20px; line-height: 40px;}

	#format-section img{margin: 0 auto;}
	#format-section .format-text{max-width: 100%; margin-top: 20px; text-align: center;}
	#format-section .format-price{margin-bottom: 25px; text-align: center;}

	#contact-section .col-sm-12.col-xs-12.phsec{text-align: center; margin-bottom: 14px;}
	#contact-section img{min-width: unset; max-width: 40px;}

	/* footer */


	#index2 #header-main #header-list ul li span{width: unset;}
	#index2 #quote-section h3{text-align: center;}
	#index2 #quote-section a.btn{float: none;}
	#index2 #testimonials-section p{text-align: center;}
	#index2 #testimonials-section .quotes{background-position: 58% 30px;}
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
	#header-top .logo-img{display: block; margin: 0 auto;}
	#logo-section img{margin-bottom: 20px;}
	#logo-section .sofitel{padding-top: 0px;}
	#testimonials-section .author-img{margin-top: 35px;}
	#testimonials-section .date {max-width: 100%;}

	#header-top h2{font-size: 20px; line-height: 30px; text-align: center;}
	#header-main h1{font-size: 25px; line-height: 50px;}
	#header-main h2{font-size: 20px; line-height: 40px;}

	#format-section img{margin: 0 auto;}
	#format-section .format-text{max-width: 100%; margin-top: 20px;text-align: center;}
	#format-section .format-price{margin-bottom: 25px;text-align: center;}

	#contact-section{padding: 30px 0;}
	#contact-section span{font-size: 14px;}
	#contact-section h3{font-size: 20px;}
	#contact-section .col-sm-12.col-xs-12.phsec{text-align: center; margin-bottom: 14px;}
	#contact-section img{min-width: unset; max-width: 40px;}

	/* footer */

	#index2 #header-main #header-list ul li span{width: unset;}
	#index2 #quote-section h3{margin-bottom: 20px; line-height: 30px; font-size: 25px; text-align: center;}
	#index2 #quote-section a.btn{float: none;}
	#index2 #testimonials-section p{text-align: center;}
	#index2 #testimonials-section .quotes{background-position: 60% 30px;}

	.vc_tta-panel .vc_tta-panel-title {
		position: relative;
	}
	.vc_tta-panel .vc_tta-panel-title:after {
		display: block;
		content: ' ';
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M506.157 132.386c-7.803-7.819-20.465-7.831-28.285-.029l-207.73 207.299c-7.799 7.798-20.486 7.797-28.299-.015L34.128 132.357c-7.819-7.803-20.481-7.79-28.285.029-7.802 7.819-7.789 20.482.029 28.284l207.701 207.27c11.701 11.699 27.066 17.547 42.433 17.547 15.358 0 30.719-5.846 42.405-17.533L506.128 160.67c7.818-7.802 7.831-20.465.029-28.284z'/%3E%3C/svg%3E");
		background-size: 20px 20px;
		background-repeat: no-repeat;
		height: 20px;
		width: 20px;
		position: absolute;
	    right: 13px;
	    top: 18px;
	}
	.vc_tta-panel.vc_active .vc_tta-panel-title:after {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M5.8 379.6c7.8 7.8 20.5 7.8 28.3 0l207.7-207.3c7.8-7.8 20.5-7.8 28.3 0l207.7 207.3c7.8 7.8 20.5 7.8 28.3 0 7.8-7.8 7.8-20.5 0-28.3L298.4 144.1c-11.7-11.7-27.1-17.5-42.4-17.5-15.4 0-30.7 5.8-42.4 17.5L5.9 351.3c-7.8 7.8-7.9 20.5-.1 28.3z'/%3E%3C/svg%3E");
	}
}
@media only screen and (max-width: 480px) {
	#header-top .logo-img{display: block; margin: 0 auto;}
	#logo-section img{margin-bottom: 20px;}
	#logo-section .sofitel{padding-top: 0px;}
	#testimonials-section .author-img{margin-top: 35px;}
	#testimonials-section .author-text{max-width: 100%;}
	#testimonials-section .date {max-width: 100%;}

	#header-top h2{font-size: 20px; line-height: 30px; text-align: center;}
	#header-main h1{font-size: 25px; line-height: 50px;}
	#header-main h2{font-size: 20px; line-height: 40px;}

	#format-section img{margin: 0 auto;}
	#format-section .format-text{max-width: 100%; margin-top: 20px;text-align: center;}
	#format-section .format-price{margin-bottom: 25px;text-align: center;}

	#contact-section span{font-size: 14px;}
	#contact-section h3{font-size: 20px;}

	#contact-section{padding: 30px 0;}
	#contact-section .col-sm-12.col-xs-12.phsec{text-align: center; margin-bottom: 14px;}
	#contact-section img{min-width: unset; max-width: 40px;}

	/* footer */

	#index2 #header-main #header-list ul li span{width: unset;}
	#index2 #quote-section h3{margin-bottom: 20px; line-height: 30px; font-size: 25px; text-align: center;}
	#index2 #quote-section a.btn{float: none;}
	#index2 #testimonials-section p{text-align: center;}
	#index2 #testimonials-section .quotes{background-position: 65% 30px;}
	#index2 #header-main h4{font-size: 13px;}

	.vc_tta-panel .vc_tta-panel-title {
		position: relative;
	}
	.vc_tta-panel .vc_tta-panel-title:after {
		display: block;
		content: ' ';
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M506.157 132.386c-7.803-7.819-20.465-7.831-28.285-.029l-207.73 207.299c-7.799 7.798-20.486 7.797-28.299-.015L34.128 132.357c-7.819-7.803-20.481-7.79-28.285.029-7.802 7.819-7.789 20.482.029 28.284l207.701 207.27c11.701 11.699 27.066 17.547 42.433 17.547 15.358 0 30.719-5.846 42.405-17.533L506.128 160.67c7.818-7.802 7.831-20.465.029-28.284z'/%3E%3C/svg%3E");
		background-size: 20px 20px;
		background-repeat: no-repeat;
		height: 20px;
		width: 20px;
		position: absolute;
	    right: 13px;
	    top: 18px;
	}
	.vc_tta-panel.vc_active .vc_tta-panel-title:after {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M5.8 379.6c7.8 7.8 20.5 7.8 28.3 0l207.7-207.3c7.8-7.8 20.5-7.8 28.3 0l207.7 207.3c7.8 7.8 20.5 7.8 28.3 0 7.8-7.8 7.8-20.5 0-28.3L298.4 144.1c-11.7-11.7-27.1-17.5-42.4-17.5-15.4 0-30.7 5.8-42.4 17.5L5.9 351.3c-7.8 7.8-7.9 20.5-.1 28.3z'/%3E%3C/svg%3E");
	}
	
}
#landing .vc_column_container > .vc_column-inner{padding-left: 0px!important;padding-right: 0px!important;}
#landing .wpb_text_column{margin-bottom: 0px!important;}
#contact-section a {color: #000; font-weight: bold;font-size: 16px;}

/* LANDING END*/

/* THANK YOU*/
#thank-you{color: #FFF; margin-top: 11px;}
#thank-you h1{color: #FFF; padding: 100px 0 90px; font-size: 38px;margin-top: 0;}
#thank-you p{font-size: 22px; margin-bottom: 30px;}
#thank-you #thank-you-contacts{padding-bottom: 95px;}
#thank-you #thank-you-contacts .fa{margin-right: 15px;}
#thank-you #thank-you-contacts .lefts{width: 42%; text-align: right;color: #FFF;font-size: 22px;float: left;margin-right: 5%;}
#testimonials-sec .panel-row-style:before{content: "Témoignages"; display: block; font-size: 42px; color: #FFF; text-align: center; padding: 25px 0 50px;}
#thank-you #thank-you-contacts .rights{width: 50%; text-align:left;color: #FFF;font-size: 22px;float: left;}
#testimonials-sec .author-img{display: block; width: 100px; border-radius: 50%; margin: 0 auto;}
#testimonials-sec p{color: #FFF;font-size: 15px;}
#testimonials-sec .author-text{margin-top: 30px;}
#testimonials-sec p.author-name {font-style: italic; font-weight: bold;margin-bottom: 0px;color: #d32b27; margin-top: 20px}
#testimonials-sec .author-name span{}
#testimonials-sec .date{font-style: italic;}
#news-form{margin-bottom: 0px;}
#news-form h3{font-size: 20px;}
#news-form .ml-block-form{position: relative; width:25%; margin: 0 auto;height: 70px;}
#news-form .ml-block-form .form-control{border: 1px solid #c2c2c2; box-shadow: unset;}
#news-form .ml-block-form .primary{background: rgba(0, 0, 0, 0) none repeat scroll 0 0;border: medium none;font-size: 18px;position: absolute;right: 5px;top: 8px;}
#social-stuff{/* margin: 70px 0 40px; */}
#social-stuff h3{text-align: center; font-size: 20px; margin-bottom: 35px;}
#social-stuff .socials{width: 201px; margin: 0 auto;overflow: hidden;}
#social-stuff .socials .social{border-radius: 50%; border: 1px solid #495062;width: 52px; line-height: 52px; height: 52px; color: #495062; float: left; margin-right: 15px;text-align: center;}
#social-stuff .socials .social a{color: #495062;font-size: 33px; }
#social-stuff .socials .social .fa{margin-left: 2px;}
/* INDEX2 */

#testimonials-sec .quotes{display:block; background-image: url('/wp-content/uploads/2017/01/qt.png'); padding-top: 30px; background-repeat: no-repeat; background-position: top right;}
#testimonials-sec p{text-align: left;}
#testimonials-sec .quotes-image {margin-left: 40px;}
#testimonials-sec .wpb_content_element{margin-bottom: 0px}
#testimonials-sec{padding-bottom: 35px;}
#thank-you .wpb_content_element{margin-bottom: 0px}
/* INDEX2 END*/
@media (max-width: 768px) {
	#news-form .ml-block-form{width:90%;}
	#thank-you h1{color: #FFF; padding: 50px 0 30px; font-size: 28px;}
	#thank-you #thank-you-contacts .lefts{width: 100%;font-size: 16px;text-align: center;margin-bottom: 15px;}
	#thank-you #thank-you-contacts .rights{width: 100%;font-size: 16px;text-align: center;margin-bottom: 15px;}
}
/* THANK YOU END*/

article table tbody,
article table tbody tr,
article table tbody tr td {
	border: inherit;
}

#partners .vc_column-inner {
	padding: 0!important;
}
#partners .vc_column-inner pre{
	background: unset;
	border: none;
}


.navbar-logo {height: 90px;padding: 22px 15px;}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.navbar-logo {padding-top: 33px; padding-bottom: 33px;}
}
@media only screen and (max-width: 991px) {
	.navbar-logo {padding-top: 15px; padding-bottom: 15px; height: auto;}
}

.navbar-desktop #bs-example-navbar-collapse-1 {float: right;}
.navbar-desktop .header-user-nav {float: right; width: 190px;}
.navbar-desktop .header-user-nav ul { list-style: none; padding: 0; margin:0px; }
.navbar-desktop .header-user-nav ul li { width: 33%; height: 45px; display: block; float: left; text-align: center; }
.navbar-desktop .header-user-nav ul li > div,
.navbar-desktop .header-user-nav ul li > a {display: block; cursor: pointer; text-align: center; height: 100%; width: 100%; line-height: 45px; color: #fff; transition: all 0.3s ease 0s;}
.navbar-desktop .header-user-nav ul li > div:hover,
.navbar-desktop .header-user-nav ul li > a:hover { color: #d32b27; }
.navbar-desktop .header-user-nav ul li > div svg,
.navbar-desktop .header-user-nav ul li > a svg {position: relative; top: 5px;}

.navbar-desktop .phonetop {clear: both; height: 45px; line-height: 35px; width: 100%; color: #d32b27; text-align: center; font-size: 19px;}
.navbar-desktop .phonetop svg {position: relative; top: 2px; margin-right: 5px;}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.navbar-default .navbar-nav > li > a {font-size: 15px;}
}

.navbar-desktop #search-form {
	min-width: 300px;
	max-width: 100%;
	position: absolute;
	right: 0;
	z-index: 9;
	top: 90px;
}
.navbar-desktop #search-form .search-field {
    height: 45px;
    line-height: 45px;
    background-color: rgba(0, 0, 0);
    border: none;
    padding: 0 12px !important;
    width: 100%;
    color: #FFF;
}
.navbar-desktop #search-form .search-submit {
    position: absolute;
    right: 12px;
    color: #b4b4b4;
    top: 12px;
    background: transparent;
    border: none;
}
.navbar-desktop #search-form label {
    width: 100%;
}

/*
.navbar .phonetop{color: #d32b27; text-align: left; font-size: 19px;position: absolute;top: 40px;right: 10px; width: 235px; border-top: none; line-height: 43px; border-top: none; border-bottom: none;padding-left: 45px; }
.navbar .phonetop .fa{padding-right: 12px;}
#primary-menu .icon-menu, #primary-menu .astm-search-menu {margin: 0;}
#primary-menu .icon-menu{border-right: 0px;}
#primary-menu .icon-menu a, #primary-menu .astm-search-menu a{display: block; width: 70px; height: 40px;  line-height: 35px; text-align: center;}
#primary-menu .icon-menu .fa{font-size: 15px;}
#primary-menu .astm-search-menu svg{width: 21px;}
.astm-search-menu .search-icon{margin-top: 6px;}
.astm-search-menu.dropdown form{top: 214%;}
#primary-menu .current-menu-item.active.icon-menu a::before{display: none;}
@media only screen and (min-width: 1200px) and (max-width: 1255px) {
	.navbar .phonetop{top: 89px;}
}
@media only screen and (max-width: 1120px) {
	.navbar .phonetop{top: 89px;}
}
*/

#chat {
	right: 10px !important;
	left: auto !important;
	bottom: 0px !important;
	visibility: visible;
	display: block;	
	text-align: center;
	padding-bottom: 25px;
	padding: 15px;
	position: fixed;
	z-index: 9;
	padding-bottom: 25px;
}
#chat > a {
	background: hsl(218.8235, 14%, 22%);
	display: inline-block;
	vertical-align: middle;
	min-height: 58px;
	font-size: 18px;
	line-height: 55px;
	padding: 0 18px 0 53px;
	color: #fff;
	font-weight: 500;
	overflow: hidden;
	position: relative;
	border-radius: 50px;
	text-decoration: none;
	white-space: nowrap;
}
#chat > a > span {
	top: 1px;
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
#chat > a > span > svg {
	width: 53px;
	position: absolute;
	left: 0px;
	top: 1px;
}
#chat > a > span > span {
	color: hsl(0, 0%, 100%);
	vertical-align: middle;
	top: 1px;
}

#chat .spinner {
  margin: 3px auto 0;
  width: 70px;
  text-align: center;
}

#chat .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

#chat .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

#chat .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.reviews_slider {
	width: 100%;
	max-width: 600px; 
	margin: 0 auto;
}
.repuso_content p {
    line-height: 26px;
    font-size: 14px;
    max-width: 65%;
    margin: 0 auto;
    position: relative;
    display: table;
    max-height: 55px;
    text-align: center;
}
.repuso_from .repuso_from_image, .repuso_from .repuso_from_name {
    float: right;
}
.repuso_from {
    display: table;
    margin: 17px auto 0;
}
.repuso_from_image {
    width: 40px;
    height: 40px;
    margin: 0 0 0 10px;
}
.repuso_from_image img {
    margin-top: 2px;
    border-radius: 4px;
}
.repuso_name_box {
    font-weight: 700;
    color: #565656;
    font-size: 14px;
    text-align: right;
    margin-top: 2px;
    line-height: 16px;
}
#repuso_inline_inner .openInlineModal, a {
    cursor: pointer;
}
.repuso_source_box {
    font-size: 12px;
    color: #b5b5b5;
    margin: 2px 0 0;
    text-align: right;
}
footer .repuso_source .svg-inline--fa {
	height: 12px;
}

.slick-arrow {
	position: absolute;
	left: 15px;
	z-index: 2;
	cursor: pointer;
	top: 20px;
	width: 25px;
}
.slick-arrow.slick-next {
    left: auto;
    right: 10px;
}
.slick-slide { display: none; }
.slick-initialized.slick-slider .slick-slide,
.slick-initialized.slick-slider .slick-slide:first-child{
    display: block !important;
}

#testimonials-row {
	padding: 0 20px;
}
.testimonials-item .row {
	margin: 0 0px 20px 0px !important;
	padding: 20px 25px;
	border: 2px solid #F5F0F0;
	position: relative;
}
/*
.testimonials-item:after {
	position: absolute;
	right: 10px;
	bottom: 0;
	content: " ";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M50.6 26.2c-0.1-1.4 0-5.2 3.6-10.4 0.3-0.4 0.2-0.9-0.1-1.3 -1.5-1.5-2.4-2.4-3-3.1 -0.8-0.9-1.2-1.3-1.8-1.8 -0.4-0.3-0.9-0.3-1.3 0 -6.3 5.5-13.4 16.9-12.3 30.8 0.6 8.2 6.6 14.1 14.2 14.1 7.8 0 14.2-6.4 14.2-14.2C64 32.8 58.1 26.7 50.6 26.2zM49.8 52.6c-6.5 0-11.7-5.2-12.2-12.3 0 0 0 0 0 0 -1.1-15.7 8.2-25.8 11-28.5 0.3 0.3 0.6 0.6 1 1.1 0.6 0.6 1.3 1.3 2.5 2.5 -4.4 6.8-3.6 11.6-3.2 12.3 0.2 0.3 0.5 0.6 0.9 0.6 6.7 0 12.2 5.5 12.2 12.2C62 47.1 56.5 52.6 49.8 52.6z'/%3E%3Cpath d='M15.1 26.2c-0.1-1.4 0-5.2 3.6-10.4 0.3-0.4 0.2-0.9-0.1-1.3 -1.5-1.5-2.4-2.4-3-3.1 -0.8-0.9-1.2-1.3-1.8-1.8 -0.4-0.3-0.9-0.3-1.3 0 -6.3 5.5-13.4 16.9-12.3 30.8v0c0.6 8.2 6.6 14.1 14.2 14.1 7.8 0 14.2-6.4 14.2-14.2C28.5 32.8 22.6 26.7 15.1 26.2zM14.3 52.6c-6.5 0-11.7-5.2-12.2-12.3v0c-1.1-15.7 8.2-25.9 11-28.5 0.3 0.3 0.6 0.6 1.1 1.1 0.6 0.6 1.3 1.3 2.5 2.5 -4.4 6.8-3.6 11.6-3.2 12.3 0.2 0.3 0.5 0.6 0.9 0.6 6.7 0 12.2 5.5 12.2 12.2C26.5 47.1 21 52.6 14.3 52.6z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	width: 110px;
	height: 110px;
	display: block;
	opacity: 0.1;
}
*/
.testimonial-img img {
	border-radius: 10px;
}
.reviews_pager {
	padding: 5px 30px;
}
.reviews_pager_next {
	text-align: right;
}
.reviews_pager_back {
	padding-left: 0px;
}
.reviews_pager_next {
	padding-right: 0px;
}
.reviews_pager_back a,
.reviews_pager_next a {
    border: 2px #ffe007 solid;
    background-color: #f3d007;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    padding: 5px 0;
    width: 150px;
    text-align: center;
	color: #333;
}
.reviews_pager_next a {
	float: right;
}



/* Mobile menu styles */
.mobile-red-btn {
	background-color: #d32b27;
	color: #fff;
}
.mobile-red-text .nav-item-wrapper a {
	color: #d32b27 !important;
    font-weight: 600;
}