html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    outline: 0;
    background: transparent;
}

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

blockquote {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

del {
    text-decoration: line-through;
}

table {
    border: medium none;
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: middle;
}

table th {
    padding: 5px 7px;
    border: 0;
    text-align: center;
}

table td {
    padding: 5px 10px;
    text-align: center;
}

a img {
    border: 0;
}

img {
    height: auto;
    max-width: 100%;
}

html {
    height: 100%;
    margin: 0!important;
    -webkit-transition: all 1.3s ease-out;
    -moz-transition: all 1.3s ease-out;
    -ms-transition: all 1.3s ease-out;
    -o-transition: all 1.3s ease-out;
    transition: all 1.3s ease-out;
}

body {
    overflow-x: hidden!important;
    overflow-y: scroll;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #000000;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
}

h1 {
    font-size: 30px;
    line-height: 1.25em;
}

h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.384615384615385em;
}

h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.304347826086957em;
}

h4 {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.375em;
}

h5 {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.571428571428571em;
    color:#C1E14F;
}

h6 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.538461538461538em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #5d5d5d;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #ff3700;
}

a,
p a {
    text-decoration: none;
    color: #5d5d5d;
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
    -ms-transform: color .15s ease-in-out;
    cursor: pointer;
}

input[type='submit'],
.woocommerce input[type='button'],
.woocommerce-page input[type='button'] {
    -webkit-appearance: none;
}

ul {
    list-style-position: inside;
}

::selection {
    color: #fff;
    background: #ff3700;
}

::-moz-selection {
    color: #fff;
    background: #ff3700;
}

.content ul ul,
.content ol ol {
    padding: 0 0 0 15px;
}

.wrapper {
    z-index: 1000;
    position: relative;
    left: 0;
    background-color: #fff;
    -webkit-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
    -moz-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
    -ms-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
    -o-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
    transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
}

.right_side_menu_opened .wrapper {
    left: -270px;
}

.wrapper_inner {
    width: 100%;
    overflow: hidden;
}

body.boxed .wrapper_inner {
    overflow: visible;
}

body.boxed .content {
    overflow: hidden;
}

.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {
    opacity: 1;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.aligncenter {
    display: block;
    margin: 10px auto;
}

.header_top .aligncenter {
    margin: 8px auto;
}

.text-align-right {
    text-align: right;
}

.text-align-left {
    text-align: left;
}

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

#ascrail2000 {
    z-index: 99990!important;
    padding: 0 0 0 1px;
}

#ascrail2000 div {
    right: 3px;
    background-color: #000!important;
    background-color: rgba(0,0,0,0.2) !important;
}

.meta {
    display: none;
}

.content {
    z-index: 100;
    position: relative;
    margin-top: 0;
    background-color: #fff;
}

.content.content_top_margin {
    margin-top: 100px!important;
}

.content.content_top_margin_none {
   /*margin-top: 0!important;*/
}

.container {
    z-index: 100;
    position: relative;
    width: 100%;
    padding: 0;
}

.container_inner {
    width: 1100px;
    margin: 0 auto;
}

.content .container {
    background-color: #fff;
}

.content .container .container_inner.default_template_holder {
    padding-top: 24px;
}

.full_page_container_inner {
    padding: 30px 0 0 0;
}

.full_width {
    z-index: 100;
    position: relative;
    background-color: #fff;

}

.ajax_loader {
    display: none;
    z-index: 1100;
    position: fixed;
    top: 50%;
    left: 50%;
}

.vertical_menu_enabled:not(.vertical_menu_transparency_on) .ajax_loader {
    margin-left: 130px;
}

.ajax_loader_1 {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}

.ajax_loader_2 {
    margin: -50% 0 0 -50%;
}

.ajax_loader .pulse {
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background-color: #303030;
    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes scaleout {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        opacity: 0;
        -moz-transform: scale(1);
    }
}

@-ms-keyframes scaleout {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        opacity: 0;
        -ms-transform: scale(1);
    }
}

@-o-keyframes scaleout {
    0% {
        -o-transform: scale(0);
    }

    100% {
        opacity: 0;
        -o-transform: scale(1);
    }
}

@keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.ajax_loader .double_pulse {
    position: relative;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
}

.ajax_loader .double_pulse .double-bounce1,
.ajax_loader .double_pulse .double-bounce2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: .6;
    background-color: #303030;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.ajax_loader .double_pulse .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0);
    }

    50% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0);
        transform: scale(0.0);
    }

    50% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.ajax_loader .cube {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background-color: #303030;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

.ajax_loader .rotating_cubes {
    position: relative;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
}

.ajax_loader .rotating_cubes .cube1,
.ajax_loader .rotating_cubes .cube2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #303030;
    -webkit-animation: cubemove 1.8s infinite ease-in-out;
    animation: cubemove 1.8s infinite ease-in-out;
}

.ajax_loader .rotating_cubes .cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }

    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
        transform: translateX(42px) rotate(-90deg) scale(0.5);
    }

    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
        transform: translateX(42px) translateY(42px) rotate(-179deg);
    }

    50.1% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
        transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.ajax_loader .stripes {
    width: 50px;
    height: 60px;
    margin: -30px 0 0 -25px;
    text-align: center;
    font-size: 10px;
}

.ajax_loader .stripes > div {
    display: inline-block;
    width: 6px;
    height: 100%;
    margin: 0 3px 0 0;
    background-color: #303030;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.ajax_loader .stripes .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.ajax_loader .stripes .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.ajax_loader .stripes .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.ajax_loader .stripes .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1.0);
    }
}

@keyframes stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1.0);
        transform: scaleY(1.0);
    }
}


.ajax_loader .wave {
    width: 72px;
    margin: -9px 0 0 -36px;
    text-align: center;
}

.ajax_loader .wave > div {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 3px 0 0;
    border-radius: 100%;
    background-color: #303030;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.ajax_loader .wave .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.ajax_loader .wave .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

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

    40% {
        -webkit-transform: scale(1.0);
    }
}

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

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.ajax_loader .two_rotating_circles {
    position: relative;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    text-align: center;
    -webkit-animation: rotatecircles 2.0s infinite linear;
    animation: rotatecircles 2.0s infinite linear;
}

.ajax_loader .two_rotating_circles .dot1,
.ajax_loader .two_rotating_circles .dot2 {
    display: inline-block;
    position: absolute;
    top: 0;
    width: 60%;
    height: 60%;
    border-radius: 100%;
    background-color: #303030;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.ajax_loader .two_rotating_circles .dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes rotatecircles {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotatecircles {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.ajax_loader .five_rotating_circles {
    position: relative;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
}

.ajax_loader .five_rotating_circles .container1 > div,
.ajax_loader .five_rotating_circles .container2 > div,
.ajax_loader .five_rotating_circles .container3>div {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #303030;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.ajax_loader .five_rotating_circles .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.ajax_loader .five_rotating_circles .container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.ajax_loader .five_rotating_circles .container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.ajax_loader .five_rotating_circles .circle1 {
    top: 0;
    left: 0;
}

.ajax_loader .five_rotating_circles .circle2 {
    top: 0;
    right: 0;
}

.ajax_loader .five_rotating_circles .circle3 {
    right: 0;
    bottom: 0;
}

.ajax_loader .five_rotating_circles .circle4 {
    bottom: 0;
    left: 0;
}

.ajax_loader .five_rotating_circles .container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.ajax_loader .five_rotating_circles .container3 .circle1 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.ajax_loader .five_rotating_circles .container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.ajax_loader .five_rotating_circles .container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.ajax_loader .five_rotating_circles .container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.ajax_loader .five_rotating_circles .container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.ajax_loader .five_rotating_circles .container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.ajax_loader .five_rotating_circles .container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.ajax_loader .five_rotating_circles .container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.ajax_loader .five_rotating_circles .container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.ajax_loader .five_rotating_circles .container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

body.smooth_scroll {
    overflow-y: hidden;
}

body.boxed .wrapper_inner,
body.boxed .footer_inner {
    width: 1150px;
    margin: 0 auto;
}

section.section {
    display: block;
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}

div.section {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

div.section.pattern_background {
    background-position: 0 0;
    background-repeat: repeat;
    background-size: inherit;
}

.use_row_as_box {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

div.video_section {
    overflow: hidden;
}

.boxed .section .section_inner,
.grid_section .section_inner {
    z-index: 20;
    position: relative;
    width: 1100px;
    margin: 0 auto;
}

div.column1 .grid_section .section_inner,
div.column2 .grid_section .section_inner {
    width: 100%;
}

/* Modif des element en les centrant */
.chantierPosition .full_section_inner {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.full_section_inner {
    z-index: 20;
    position: relative;
   /* top:20px;*/
}

.pagination {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0 0 50px;
    text-align: center;
}

.pagination ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.pagination ul li {
    display: inline-block;
    float: left;
}

.pagination ul li span,
.pagination ul li a {
    display: inline-block;
    position: relative;
    width: 33px;
    height: 33px;
    margin: 0 6px 0 0;
    border: 2px solid #e2e2e2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 33px;
    white-space: nowrap;
    outline: 0;
    color: #e2e2e2;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.pagination ul li span,
.pagination ul li a:hover {
    border-color: #e8e8e8;
    color: #b0b0b0;
    background-color: #e8e8e8;
}

/* Change lien a hover */
.aHover a:hover {
	color: #A72B31;
}

/* Change image evolution chantier reception */
.evolutionChantierImageReception {
	max-width: 146px;
	margin: auto;
}

/* Change couleur de l'ancre pour remonter en haut */
#back_to_top {
    visibility: hidden;
    z-index: 10000;
    position: fixed;
    right: 25px;
    bottom: 65px;
    height: auto;
    margin: 0;
    color: #9C9DA1;
    opacity: 0;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    filter: alpha(opacity=0);
}

#back_to_top.off {
    right: 25px;
    opacity: 0;
    filter: alpha(opacity=0);
}

#back_to_top.on {
    visibility: visible;
    right: 25px;
    opacity: 1;
    filter: alpha(opacity=100);
}

#back_to_top .hover {
    display: none;
}

#back_to_top > span {
    width: 51px;
    height: 51px;
    border: 2px solid #9C9DA1;
    text-align: center;
    text-decoration: none;
    line-height: 51px;
    opacity: .5;
    background: transparent;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

#back_to_top span span {
    font-size: 22px;
    line-height: 51px;
    color: #9C9DA1;
    -webkit-transition: color .2s ease 0s;
    -moz-transition: color .2s ease 0s;
    -ms-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
    transition: color .2s ease 0s;
}

#back_to_top:hover > span {
    border-color: #9C9DA1!important;
    opacity: 1;
    background-color: white!important;
}

#back_to_top:hover > span span {
    color: #A72B31;
}

.right_side_menu_opened #back_to_top {
    display: none;
}

body div.pp_default .pp_loaderIcon {
    border-radius: 20px;
    background-color: #fff;
}

.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
    margin-bottom: 0!important;
}

.section_inner_margin {
    margin-right: -15px;
    margin-left: -15px;
}

@-webkit-keyframes element-from-left {
    0% {
        opacity: 0;
        -webkit-transform: translate(-20%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0,0);
    }
}

@-moz-keyframes element-from-left {
    0% {
        opacity: 0;
        -moz-transform: translate(-20%,0);
    }

    100% {
        opacity: 1;
        -moz-transform: translate(0,0);
    }
}

@-o-keyframes element-from-left {
    0% {
        opacity: 0;
        -o-transform: translate(-20%,0);
    }

    100% {
        opacity: 1;
        -o-transform: translate(0,0);
    }
}

@keyframes element-from-left {
    0% {
        opacity: 0;
        transform: translate(-20%,0);
    }

    100% {
        opacity: 1;
        transform: translate(0,0);
    }
}

@-webkit-keyframes element-from-right {
    0% {
        opacity: 0;
        -webkit-transform: translate(20%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0,0);
    }
}

@-moz-keyframes element-from-right {
    0% {
        opacity: 0;
        -moz-transform: translate(20%,0);
    }

    100% {
        opacity: 1;
        -moz-transform: translate(0,0);
    }
}

@-o-keyframes element-from-right {
    0% {
        opacity: 0;
        -o-transform: translate(20%,0);
    }

    100% {
        opacity: 1;
        -o-transform: translate(0,0);
    }
}

@keyframes element-from-right {
    0% {
        opacity: 0;
        transform: translate(20%,0);
    }

    100% {
        opacity: 1;
        transform: translate(0,0);
    }
}

@-webkit-keyframes element-from-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translate(0,30%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0,0);
    }
}

@-moz-keyframes element-from-bottom {
    0% {
        opacity: 0;
        -moz-transform: translate(0,30%);
    }

    100% {
        opacity: 1;
        -moz-transform: translate(0,0);
    }
}

@-o-keyframes element-from-bottom {
    0% {
        opacity: 0;
        -o-transform: translate(0,30%);
    }

    100% {
        opacity: 1;
        -o-transform: translate(0,0);
    }
}

@keyframes element-from-bottom {
    0% {
        opacity: 0;
        transform: translate(0,30%);
    }

    100% {
        opacity: 1;
        transform: translate(0,0);
    }
}

@-webkit-keyframes element-from-top {
    0% {
        opacity: 0;
        -webkit-transform: translate(0,-30%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0,0);
    }
}

@-moz-keyframes element-from-top {
    0% {
        opacity: 0;
        -moz-transform: translate(0,-30%);
    }

    100% {
        opacity: 1;
        -moz-transform: translate(0,0);
    }
}

@-o-keyframes element-from-top {
    0% {
        opacity: 0;
        -o-transform: translate(0,-30%);
    }

    100% {
        opacity: 1;
        -o-transform: translate(0,0);
    }
}

@keyframes element-from-top {
    0% {
        opacity: 0;
        transform: translate(0,-30%);
    }

    100% {
        opacity: 1;
        transform: translate(0,0);
    }
}

@-webkit-keyframes element-transform {
    0% {
        opacity: .1;
        -webkit-transform: scale(0.3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes element-transform {
    0% {
        opacity: .1;
        -moz-transform: scale(0.3);
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-o-keyframes element-transform {
    0% {
        opacity: .1;
        -o-transform: scale(0.3);
    }

    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@keyframes element-transform {
    0% {
        opacity: .1;
        transform: scale(0.3);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

@-moz-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

@-ms-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

@-o-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

@keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes scaleout {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        opacity: 0;
        -moz-transform: scale(1);
    }
}

@-ms-keyframes scaleout {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        opacity: 0;
        -ms-transform: scale(1);
    }
}

@-o-keyframes scaleout {
    0% {
        -o-transform: scale(0);
    }

    100% {
        opacity: 0;
        -o-transform: scale(1);
    }
}

@keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes spin {
    from {
        opacity: 1;
        -webkit-transform: rotate(0deg);
    }

    to {
        opacity: 1;
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        opacity: 1;
        -moz-transform: rotate(0deg);
    }

    to {
        opacity: 1;
        -moz-transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    from {
        opacity: 1;
        -ms-transform: rotate(0deg);
    }

    to {
        opacity: 1;
        -ms-transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    from {
        opacity: 1;
        -o-transform: rotate(0deg);
    }

    to {
        opacity: 1;
        -o-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        opacity: 1;
        transform: rotate(0deg);
    }

    to {
        opacity: 1;
        transform: rotate(360deg);
    }
}

.element_from_left,
.element_from_right,
.element_from_top,
.element_from_bottom,
.element_from_fade {
    display: inline-block;
    width: 100%;
}

.touch .no_animation_on_touch .element_from_left > div,
.touch .no_animation_on_touch .element_from_right > div,
.touch .no_animation_on_touch .element_from_top>div,
.touch .no_animation_on_touch .element_from_bottom>div,
.touch .no_animation_on_touch .element_from_fade>div,
.touch .no_animation_on_touch .element_transform>div {
    opacity: 1;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    filter: alpha(opacity = 100);
}

.element_from_left > div,
.element_from_right > div,
.element_from_top>div,
.element_from_bottom>div,
.element_from_fade>div {
    display: inline-block;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity = 0);
}

.element_transform > div {
    opacity: .2;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}

.element_from_fade.element_from_fade_on > div {
    opacity: 1;
    -webkit-transition: opacity .8s ease 0s;
    -moz-transition: opacity .8s ease 0s;
    -o-transition: opacity .8s ease 0s;
    -webkit-backface-visibility: hidden;
    filter: alpha(opacity = 100);
}

.element_from_left.element_from_left_on > div {
    opacity: 1;
    -webkit-animation: element-from-left .7s 1 ease-in-out;
    -moz-animation: element-from-left .7s 1 ease-in-out;
    -o-animation: element-from-left .7s 1 ease-in-out;
    animation: element-from-left .7s 1 ease-in-out;
    -webkit-backface-visibility: hidden;
    filter: alpha(opacity = 100);
}

.element_from_right.element_from_right_on > div {
    opacity: 1;
    -webkit-animation: element-from-right .7s 1 ease-in-out;
    -moz-animation: element-from-right .7s 1 ease-in-out;
    -o-animation: element-from-right .7s 1 ease-in-out;
    animation: element-from-right .7s 1 ease-in-out;
    -webkit-backface-visibility: hidden;
    filter: alpha(opacity = 100);
}

.element_from_top.element_from_top_on > div {
    opacity: 1;
    -webkit-animation: element-from-top .7s 1 ease-in-out;
    -moz-animation: element-from-top .7s 1 ease-in-out;
    -o-animation: element-from-top .7s 1 ease-in-out;
    animation: element-from-top .7s 1 ease-in-out;
    -webkit-backface-visibility: hidden;
    filter: alpha(opacity = 100);
}

.element_from_bottom.element_from_bottom_on > div {
    opacity: 1;
    -webkit-animation: element-from-bottom .7s 1 ease-in-out;
    -moz-animation: element-from-bottom .7s 1 ease-in-out;
    -o-animation: element-from-bottom .7s 1 ease-in-out;
    animation: element-from-bottom .7s 1 ease-in-out;
    -webkit-backface-visibility: hidden;
    filter: alpha(opacity = 100);
}

.element_transform.element_transform_on > div {
    opacity: 1;
    -webkit-animation: element-transform .4s 1 cubic-bezier(0.175,0.885,0.320,1.275);
    -moz-animation: element-transform .4s 1 cubic-bezier(0.175,0.885,0.320,1.275);
    -o-animation: element-transform .4s 1 cubic-bezier(0.175,0.885,0.320,1.275);
    animation: element-transform .4s 1 cubic-bezier(0.175,0.885,0.320,1.275);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.google_map_holder {
    position: relative;
}

.google_map_ovrlay {
    display: none;
    z-index: 1000;
    position: absolute;
    width: 100%;
    height: 100%;
}

.google_map {
    display: block;
    width: 100%;
    height: 450px;
}

.google_map iframe,
.google_map object,
.google_map embed {
    display: block;
    width: 100%;
}

.google_map img {
    max-width: none;
}

.contact_form h5 {
    margin: 0 0 18px;
}

.contact_info .q_social_icon_holder .fa-stack {
    margin: .2307692307692308em .4615384615384616em .2307692307692308em 0;
}

.contact-error {
    display: block;
    position: relative;
    top: -20px;
    margin: 0;
}

.contact_detail {
    margin: 80px 0 100px;
}

.contact_section {
    padding: 0 0 80px 0;
    text-align: center;
}

.contact_section h2 {
    margin-bottom: 25px;
}

.contact_section .separator.small {
    margin-top: 0;
    margin-bottom: 25px;
}

span.submit_button_contact {
    display: block;
    text-align: left;
}

.contact_detail.map_grid .google_map {
    margin: 0 0 35px;
}

.page_not_found {
    margin: 80px 0;
    text-align: center;
}

.page_not_found h4 {
    margin: 0 0 80px 0;
}

.two_columns_66_33 {
    width: 100%;
}

.two_columns_66_33 > .column1 {
    float: left;
    width: 66.66%;
}

.two_columns_66_33 > .column1 > .column_inner {
    padding: 0 20px 0 0;
}

.two_columns_66_33 > .column2 {
    float: left;
    width: 33.33%;
}

.two_columns_66_33 > .column2 > .column_inner {
    padding: 0 0 0 20px;
}

.two_columns_33_66 {
    width: 100%;
}

.two_columns_33_66 > .column1 {
    float: left;
    width: 33.33%;
}

.two_columns_33_66 > .column1 > .column_inner {
    padding: 0 20px 0 0;
}

.two_columns_33_66 > .column2 {
    float: left;
    width: 66.66%;
}

.two_columns_33_66 > .column2 > .column_inner {
    padding: 0 0 0 20px;
}

.two_columns_75_25 {
    width: 100%;
}

.two_columns_75_25 > .column1 {
    float: left;
    width: 75%;
}

.two_columns_75_25 > .column1 > .column_inner {
    padding: 0 20px 0 0;
}

.two_columns_75_25 > .column2 {
    float: left;
    width: 25%;
}

.two_columns_75_25 > .column2 > .column_inner {
    padding: 0 0 0 20px;
}

.two_columns_25_75 {
    width: 100%;
}

.two_columns_25_75 > .column1 {
    float: left;
    width: 25%;
}

.two_columns_25_75 > .column1 > .column_inner {
    padding: 0 20px 0 0;
}

.two_columns_25_75 > .column2 {
    float: left;
    width: 75%;
}

.two_columns_25_75 > .column2 > .column_inner {
    padding: 0 0 0 20px;
}

.two_columns_50_50 {
    width: 100%;
}

.two_columns_50_50 > .column1 {
    float: left;
    width: 50%;
}

.two_columns_50_50 > .column1 > .column_inner {
    padding: 0 10px 0 0;
}

.two_columns_50_50 > .column2 {
    float: left;
    width: 50%;
}

.two_columns_50_50 > .column2 > .column_inner {
    padding: 0 0 0 10px;
}

.three_columns {
    width: 100%;
}

.three_columns > .column1,
.three_columns > .column2,
.three_columns>.column3 {
    float: left;
    width: 33.33%;
}

.three_columns > .column1 > .column_inner {
    padding: 0 15px 0 0;
}

.three_columns > .column2 > .column_inner {
    padding: 0 5px 0 10px;
}

.three_columns > .column3 > .column_inner {
    padding: 0 0 0 15px;
}

.four_columns {
    width: 100%;
}

.four_columns > .column1,
.four_columns > .column2,
.four_columns>.column3,
.four_columns>.column4 {
    float: left;
    width: 25%;
}

.four_columns > .column1 > .column_inner {
    padding: 0 15px 0 0;
}

.four_columns > .column2 > .column_inner {
    padding: 0 10px 0 5px;
}

.four_columns > .column3 > .column_inner {
    padding: 0 5px 0 10px;
}

.four_columns > .column4 > .column_inner {
    padding: 0 0 0 15px;
}

.five_columns > .column1,
.five_columns > .column2,
.five_columns>.column3,
.five_columns>.column4,
.five_columns>.column5 {
    float: left;
    width: 20%;
}

.five_columns > .column1 > .column_inner,
.five_columns>.column2>.column_inner,
.five_columns>.column3>.column_inner,
.five_columns>.column4>.column_inner {
    margin: 0 2.5% 0 0;
}

.five_columns > .column5 > .column_inner {
    margin: 0;
}

header {
    display: inline-block;
    z-index: 110;
    position: relative;
    width: 100%;
    margin: 0;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    position: fixed;
    box-shadow: 0 1px 5px black;
    background-color: #e3b905;
}

header .header_inner_left {
    position: absolute;
    top: 0;
    left: 45px;
}

header .container_inner .header_inner_left {
    position: absolute;
    top: 0;
    left: 0;
}

header .header_top_bottom_holder {
    position: relative;
}

.boxed header {
    border: 0!important;
    background-color: transparent!important;
}

.boxed .header_inner {
    width: 1150px;
    margin: 0 auto;
}

/* Change affichage de la loupe de la nav */
.header_inner_right {
	display: none;
    z-index: 110;
    float: right;
    position: relative;
}

.header_top {
    z-index: 100;
    position: relative;
    height: 33px;
    padding: 0;
    font-size: 11px;
    line-height: 33px;
    color: #fff;
      background: linear-gradient(to bottom, #ff3700, #ff3700);

    /*background-color: #AB7F10;*/
    /*  background: linear-gradient(to bottom, #999999, #000000);*/
}

.header_top p {
    padding: 0 15px;
    line-height: 32px;
}

.header_top .left {
    float: left;
}

.header_top .right {
    float: right;
}

.header_top .right .inner #lang_sel {
    float: left;
    padding: 0;
}

.header_top .inner #lang_sel > ul {
    list-style: none;
}

.header_top .left .inner > div,
.header_top .left .inner > div:last-child {
    float: left;
    border-top: 0;
    border-bottom: 0;
}

.header_top .right .inner .header-widget {
    float: left;
}

header.scrolled:not(.scroll_header_top_area) .header_top {
    border-bottom: 0;
}

.header_top .left .header-widget:last-child,
.header_top .right .header-widget:last-child {
    margin-right: 0;
}

.header_top .header-widget {
    margin-right: 10px;
}

.header_top .q_social_icon_holder {
    margin-right: 15px!important;
    margin-bottom: 0!important;
}

.header_top .q_social_icon_holder.normal_social.with_link .simple_social {
    color: #ffffff;
}

.light:not(.sticky) .header_top .q_social_icon_holder i.simple_social,
.light:not(.sticky) .header_top .header-widget,
.light:not(.sticky) .header_top .header-widget.widget_nav_menu ul.menu>li>a,
.light:not(.sticky) .header_top .header-widget p,
.light:not(.sticky) .header_top .header-widget a,
.light:not(.sticky) .header_top .header-widget span {
    color: #fff;
}

.light:not(.sticky) .header_top .q_social_icon_holder i.simple_social,
.light:not(.sticky) .header_top #lang_sel>ul>li>a,
.light:not(.sticky) .header_top #lang_sel_click > ul > li>a {
    color: #fff!important;
}

.dark:not(.sticky) .header_top .q_social_icon_holder i.simple_social,
.dark:not(.sticky) .header_top .header-widget,
.dark:not(.sticky) .header_top .header-widget.widget_nav_menu ul.menu>li>a,
.dark:not(.sticky) .header_top .header-widget p,
.dark:not(.sticky) .header_top .header-widget a,
.dark:not(.sticky) .header_top .header-widget span {
    color: #000;
}

.dark:not(.sticky) .header_top .q_social_icon_holder i.simple_social,
.dark:not(.sticky) .header_top #lang_sel>ul>li>a,
.dark:not(.sticky) .header_top #lang_sel_click > ul > li>a {
    color: #000!important;
}

/* Change background-color header */
.header_bottom {
    z-index: 99;
    position: relative;
    padding: 0 45px;
    background-color: #ffffff;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    height: 130px;
}

.boxed .header_bottom {
    padding: 0 25px;
}

.header_bottom .container_inner {
    position: relative;
}

.logo_wrapper {
    float: left;
    height: 150px;
}

.q_logo {
    position: relative;
    top: 30%;
    left: 0;
}

.q_logo a {
    display: block;
    visibility: hidden;
    position: relative;
}

.q_logo img {
    display: block;
    position: absolute;
    top: -50%;
    width: auto!important;
    max-width: none;
    opacity: 1;
    -webkit-transition: opacity .6s ease-in-out;
    -moz-transition: opacity .6s ease-in-out;
    -ms-transition: opacity .6s ease-in-out;
    -o-transition: opacity .6s ease-in-out;
    height: 125px!important;
}

.q_logo img.light,
.q_logo img.sticky,
.q_logo img.dark,
.q_logo img.popup {
    opacity: 0;
}

header.scrolled .q_logo img.normal,
header.scrolled.dark .q_logo img.normal,
header.scrolled.light .q_logo img.normal {
    opacity: 1;
}

header.scrolled .q_logo img.light,
header.scrolled.light .q_logo img.light,
header.scrolled.dark .q_logo img.light,
header.scrolled .q_logo img.dark,
header.scrolled.light .q_logo img.dark,
header.scrolled.dark .q_logo img.dark {
    opacity: 0;
}

header.light .q_logo img.normal {
    opacity: 0;
}

header.light .q_logo img.light {
    opacity: 1;
}

header.light .q_logo img.dark {
    opacity: 0;
}

header.dark .q_logo img.normal {
    opacity: 0;
}

header.dark .q_logo img.light {
    opacity: 0;
}

header.dark .q_logo img.dark {
    opacity: 1;
}

header.sticky {
    position: fixed;
    top: -120px;
    left: 0;
    -webkit-background-clip: border;
    -webkit-background-clip: padding;
    -webkit-background-clip: content;
    -moz-background-clip: border;
    -moz-background-clip: padding;
    -moz-background-clip: content;
    background-clip: border-box;
    background-clip: padding-box;
    background-clip: content-box;
    -webkit-transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
    -moz-transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
    -ms-transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
    -o-transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
    transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
}

header.sticky .header_top {
    display: none;
}

header.sticky .header_bottom {
    background-color: #fff!important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.11);
}

header.sticky.no_shadow .header_bottom {
    box-shadow: none;
}

header.sticky.centered_logo {
    top: -300px;
}

header.sticky.sticky_animate {
    top: 0;
}

header.sticky .q_logo img.sticky {
    opacity: 1;
}

header.sticky .q_logo img.normal,
header.sticky .q_logo img.light,
header.sticky .q_logo img.dark,
header.sticky .q_logo img.popup {
    opacity: 0!important;
}

header.sticky .logo_wrapper,
header.sticky.centered_logo .logo_wrapper {
    float: left;
    height: 60px!important;
}

header.sticky .drop_down .second {
    margin-top: 0;
}

header.sticky .header_fixed_right_area {
    display: none;
}

header.sticky .side_menu_button {
    height: 60px;
}

.sticky .header_menu_bottom {
    position: static;
}

.right_side_menu_opened .wrapper header.sticky {
    left: -270px;
}

header.fixed,
header.fixed_hiding {
    z-index: 110;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: left .13s cubic-bezier(0.694,0.0482,0.335,1), left .33s cubic-bezier(0.694,0.0482,0.335,1);
    -moz-transition: left .13s cubic-bezier(0.694,0.0482,0.335,1), left .33s cubic-bezier(0.694,0.0482,0.335,1);
    -ms-transition: left .13s cubic-bezier(0.694,0.0482,0.335,1), left .33s cubic-bezier(0.694,0.0482,0.335,1);
    -o-transition: left .13s cubic-bezier(0.694,0.0482,0.335,1), left .33s cubic-bezier(0.694,0.0482,0.335,1);
    transition: left .13s cubic-bezier(0.694,0.0482,0.335,1), left .33s cubic-bezier(0.694,0.0482,0.335,1);
	box-shadow: 0 1px 5px black;
}

/* Change background-color menu scrole */
header.fixed.scrolled .header_bottom,
header.fixed_hiding.scrolled .header_bottom {
    background-color: #ffffff!important;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    box-shadow: 0 1px 5px rgba(0,0,0,0.11);
}

.right_side_menu_opened .wrapper header.fixed,
.right_side_menu_opened .wrapper header.fixed_hiding {
    left: -270px;
}

@media only screen and (min-width:1100px) {
    .right_side_menu_opened:not(.boxed) .carousel-inner:not(.relative_position) {
        left: -270px!important;
    }
}

header.menu_bottom .header_inner_left {
    left: 0;
}

header:not(.sticky) .header_menu_bottom nav.main_menu > ul > li>a {
    line-height: 60px;
}

header:not(.sticky) .header_menu_bottom nav.main_menu > ul > li:first-child>a {
    padding-left: 0;
}

header.menu_bottom:not(.sticky) .drop_down .second {
    top: 100%;
}

header:not(.sticky) .header_menu_bottom .side_menu_button {
    height: 60px;
}

header.menu_bottom.has_header_fixed_right .mobile_menu_button {
    height: 130px;
}

header.menu_bottom .header_inner_left {
    position: relative;
}

.menu_bottom.sticky .container_inner .header_inner_left {
    position: absolute;
}

.menu_bottom .logo_wrapper {
    float: none;
}

.menu_bottom .q_logo a {
    display: inline-block;
}

.menu_bottom.sticky .logo_wrapper {
    float: left;
}

.header_menu_bottom {
    display: block;
    position: relative;
}

@media only screen and (min-width:1000px) {
    header.centered_logo {
        text-align: center;
    }

    header.centered_logo .header_inner_left {
        display: block;
        float: none;
        position: relative;
        left: 0;
        margin: 20px 0 10px 0;
    }

    header.centered_logo.sticky .header_inner_left {
        margin: 0;
    }

    header.centered_logo .logo_wrapper {
        float: none;
        height: auto!important;
    }

    header.centered_logo .q_logo {
        top: 0;
    }

    header.centered_logo.sticky .q_logo {
        top: 50%;
    }

    header.centered_logo .q_logo a {
        display: inline-block;
        vertical-align: middle;
    }

    header.centered_logo .q_logo img {
        top: 0;
        margin: 0;
    }

    header.centered_logo:not(.sticky) .q_logo img {
        -webkit-transform: translate(-50%,0px);
        -moz-transform: translate(-50%,0px);
        -ms-transform: translate(-50%,0px);
        -o-transform: translate(-50%,0px);
        transform: translate(-50%,0px);
    }

    header.centered_logo.centered_logo_animate .q_logo img,
    header:not(.centered_logo) .q_logo img {
        height: 100%;
    }

    header.centered_logo.sticky .q_logo img {
        top: -50%;
    }

    header.centered_logo.sticky .q_logo img {
        height: 100%!important;
    }

    header.centered_logo .header_inner_right {
        display: inline-block;
        float: none;
        position: relative;
        vertical-align: middle;
    }

    header.centered_logo .header_right_widget {
        float: left;
    }

    header.centered_logo nav.main_menu,
    header.centered_logo nav.main_menu.right {
        display: inline-block;
        float: none;
        position: relative;
        left: auto;
        vertical-align: middle;
    }

    header.centered_logo nav.main_menu > ul {
        left: 0;
    }

    header.fixed_hiding .holeder_for_hidden_menu {
        max-height: 150px;
        overflow: hidden;
        vertical-align: middle;
        -webkit-transition: max-height .2s cubic-bezier(0.23,1,0.32,1) 0s;
        -moz-transition: max-height .2s cubic-bezier(0.23,1,0.32,1) 0s;
        -ms-transition: max-height .2s cubic-bezier(0.23,1,0.32,1) 0s;
        -o-transition: max-height .2s cubic-bezier(0.23,1,0.32,1) 0s;
        transition: max-height .2s cubic-bezier(0.23,1,0.32,1) 0s;
    }

    header.fixed_hiding.scrolled .holeder_for_hidden_menu {
        max-height: 0;
    }

    header.fixed_hiding .holeder_for_hidden_menu:hover {
        overflow: visible;
    }

    header.fixed_hiding.scrolled:hover .holeder_for_hidden_menu {
        max-height: 150px;
        transition-duration: .5s;
        -webkit-transition-duration: .8s;
        -moz-transition-duration: .8s;
        -ms-transition-duration: .8s;
        -o-transition-duration: .8s;
    }

    header.fixed_hiding.centered_logo .header_inner_left {
        display: table;
        width: 100%;
        margin: 20px 0;
    }

    header.fixed_hiding.centered_logo.fixed_hiding .header_inner_left {
        height: 50px;
    }

    header.fixed_hiding .header-left-from-logo-widget,
    header.fixed_hiding .header-right-from-logo-widget,
    header.fixed_hiding .logo_wrapper {
        display: table-cell;
        position: relative;
        width: 33.33%;
        vertical-align: middle;
    }

    header.fixed_hiding .header-left-from-logo-widget-inner,
    header.fixed_hiding .header-right-from-logo-widget-inner {
        width: 100%;
    }

    header.fixed_hiding .header-left-from-logo-widget {
        text-align: left;
    }

    header.fixed_hiding .header-right-from-logo-widget {
        text-align: right;
    }

    header.fixed_hiding .q_logo a,
    header.fixed_hiding .q_logo {
        max-height: 124px;
        opacity: 1;
        -webkit-transition: max-height .2s ease 0s,opacity .2s ease 0s;
        -moz-transition: max-height .2s ease 0s,opacity .2s ease 0s;
        -ms-transition: max-height .2s ease 0s,opacity .2s ease 0s;
        -o-transition: max-height .2s ease 0s,opacity .2s ease 0s;
        transition: max-height .2s ease-out 0s,opacity .2s ease 0s;
    }

    header.fixed_hiding.scrolled .q_logo,
    header.fixed_hiding.scrolled .q_logo a {
        max-height: 0!important;
        opacity: 0;
        -webkit-transition: max-height .2s ease 0s,opacity .4s ease 0s;
        -moz-transition: max-height .2s ease 0s,opacity .4s ease 0s;
        -ms-transition: max-height .2s ease 0s,opacity .4s ease 0s;
        -o-transition: max-height .2s ease 0s,opacity .4s ease 0s;
        transition: max-height .2s ease-out 0s,opacity .4s ease 0s;
    }

    header.fixed_hiding .q_logo_hidden a {
        display: block;
        position: relative;
        height: 50px;
        max-height: 0;
        opacity: 0;
        -webkit-transition: opacity 0s ease 0s,max-height 0s ease 0s;
        -moz-transition: opacity 0s ease 0s,max-height 0s ease 0s;
        -ms-transition: opacity 0s ease 0s,max-height 0s ease 0s;
        -o-transition: opacity 0s ease 0s,max-height 0s ease 0s;
        transition: opacity 0s ease 0s,max-height 0s ease 0s;
    }

    header.fixed_hiding.scrolled .q_logo_hidden a {
        max-height: 500px;
        opacity: 1;
        -webkit-transition: opacity .15s ease .3s,max-height .15s ease .2s;
        -moz-transition: opacity .15s ease .3s,max-height .15s ease .2s;
        -ms-transition: opacity .15s ease .3s,max-height .15s ease .2s;
        -o-transition: opacity .15s ease .3s,max-height .15s ease .2s;
        transition: opacity .15s ease .3s,max-height .15s ease .2s;
    }
}

/* Change taille main_menu de la nav */
nav.main_menu {
    z-index: 100;
    position: absolute;
    left: 50%;
    text-align: left;
	max-width: calc(100% - 110px);
}

nav.main_menu.right {
    float: right;
    position: relative;
    left: auto;
    top:0px;
}

/* effet menu haut */
@keyframes fade-to-black {
  0% {
    background-color: #c9a344; /* couleur bordeaux */
  }
  100% {
    background-color: #AB7F10; /* couleur noire */
  }
}

nav.main_menu ul {
    margin: 0;
    padding: 0;
    list-style: none outside none;
}

nav.main_menu > ul {
    position: relative;
    left: -50%;
}

nav.main_menu.right > ul {
    left: auto;
}

nav.main_menu ul li {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    background-position: right;
    background-repeat: no-repeat;
    height: 130px;
    padding-top:25px;
}

/* Change li main menu hover */
nav.main_menu ul li:hover,
nav.main_menu ul li:hover a.current {
     background-color: #ff3700!important; /* couleur bordeaux */
  animation-name: fade-to-black;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
	color: white!important;
}

/* Change a dessus (current) */
nav.main_menu ul li a.current {
    color: #000000!important;
	/*text-shadow: 1px 1px 0 #0b1b3d!important;*/
}

nav.main_menu ul li a {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-weight: 400;
    line-height: 100px;
    color: #777;
    cursor: pointer;
}

header.sticky nav.main_menu > ul > li>a,
.light.sticky nav.main_menu>ul>li>a,
.light.sticky nav.main_menu>ul>li>a:hover,
.light.sticky nav.main_menu>ul>li.active>a,
.dark.sticky nav.main_menu>ul>li>a,
.dark.sticky nav.main_menu>ul>li>a:hover,
.dark.sticky nav.main_menu>ul>li.active>a {
    line-height: 60px;
}

/* Change taille espacement main_menu de la nav */
nav.main_menu > ul > li>a {
    display: inline-block;
    position: relative;
    height: 100%;
    padding: 0;
	margin: 0 7px;
    text-transform: none!important;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px!important;
    font-weight: 700;
    letter-spacing: 2px;
    color: #000000!important;
    background-color: transparent;
	 transition: transform 0.3s ease;
    -webkit-transition: opacity .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out;
    transition: opacity .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out;
}

nav.main_menu > ul > li>a:hover{
    color:#ffffff!important;
    animation-name: float-text-menu;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

/*ANIM MENU */
@keyframes float-text-menu {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(0);
  }
}




/* Change modif du sous menu */
nav.main_menu > ul > li>div.second .inner > ul > li {
	background-color: #0b1b3d;
}
/* Change sous menu hover */
nav.main_menu > ul > li>div.second .inner > ul > li:hover {
	background-color: #ce273b;
}

/* Change modif a du sous menu */
nav.main_menu > ul > li>div.second .inner > ul > li a {
	color: #ffffff!important;
}

/* Change color a de la nav scrole */
.page_header.fixed.scrolled .header_inner.clearfix .header_top_bottom_holder .header_bottom.clearfix .container .container_inner.clearfix nav.main_menu > ul > li>a {
	color: #000000!important;
	text-shadow: none!important;
}

/* Change modif du sous menu de la nav scrole */
.page_header.fixed.scrolled .header_inner.clearfix .header_top_bottom_holder .header_bottom.clearfix .container .container_inner.clearfix nav.main_menu > ul > li>div.second .inner > ul > li {
	background-color: #0b1b3d!important;
}

/* Change li main menu scroll (fixe) hover */
.page_header.fixed.scrolled .header_inner.clearfix .header_top_bottom_holder .header_bottom.clearfix .container .container_inner.clearfix nav.main_menu > ul > li:hover,
.page_header.fixed.scrolled .header_inner.clearfix .header_top_bottom_holder .header_bottom.clearfix .container .container_inner.clearfix nav.main_menu > ul > li:hover>a.current {
	background-color: #0b1b3d;
	color: white!important;
}

/* Change a dessus (current) */
.page_header.fixed.scrolled .header_inner.clearfix .header_top_bottom_holder .header_bottom.clearfix .container .container_inner.clearfix nav.main_menu > ul > li>a.current {
	color: #0b1b3d!important;
}

/* Change sous menu scroll (fixe) hover */
.page_header.fixed.scrolled .header_inner.clearfix .header_top_bottom_holder .header_bottom.clearfix .container .container_inner.clearfix nav.main_menu > ul > li>div.second .inner > ul > li:hover {
	background-color: #9C9DA1!important;
}

/* Change modif a du sous menu de la nav scrole */
.page_header.fixed.scrolled .header_inner.clearfix .header_top_bottom_holder .header_bottom.clearfix .container .container_inner.clearfix nav.main_menu > ul > li>div.second .inner > ul > li a {
	color: white!important;
}

nav.main_menu>ul>li:not(:first-child):before {
    content: '|';
    position: relative;
    top: -1px;
    left: -2px;
    font-size: 12px;
    font-weight: 400;
    color: white;
}

header:not(.with_hover_bg_color) nav.main_menu > ul > li:hover>a,
nav.main_menu>ul>li.active>a {
    color: #AB7F10;
}

nav.main_menu > ul > li>a>i.blank {
    display: none;
}

nav.main_menu > ul > li.has_sub>a>i.q_menu_arrow {
    display: inline-block;
    margin-left: 6px;
}

.light:not(.sticky):not(.scrolled) nav.main_menu>ul>li>a,
.light:not(.sticky):not(.scrolled) nav.main_menu>ul>li.active>a,
.light:not(.sticky):not(.scrolled) nav.main_menu > ul > li:before {
    color: #fff;
}

.dark:not(.sticky):not(.scrolled) nav.main_menu>ul>li>a,
.dark:not(.sticky):not(.scrolled) nav.main_menu>ul>li.active>a,
.dark:not(.sticky):not(.scrolled) nav.main_menu>ul>li:not(:first-child):before {
    color: #000;
}

.drop_down ul {
    list-style: none;
}

.drop_down ul li {
    position: relative;
}

header.transparent.fixed.scrolled .drop_down .second,
header.transparent.fixed_hiding.scrolled .drop_down .second {
    top: 100%;
}

.drop_down .second {
    display: block;
    visibility: hidden;
    z-index: 10;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: top .3s ease-in-out;
    -moz-transition: top .3s ease-in-out;
    -ms-transition: top .3s ease-in-out;
    -o-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;
}

header.transparent:not(.sticky) .drop_down .second {
    top: 75%;
}

header.transparent.with_border:not(.sticky) .drop_down .second,
header.transparent.with_hover_bg_color:not(.sticky) .drop_down .second {
    top: 100%;
}

.drop_down li.left_position .second {
    right: 0;
    left: auto;
}

header.transparent .drop_down .second:not(.right) {
    left: 16px;
}

header.transparent.with_hover_bg_color .drop_down .second:not(.right) {
    left: 0;
}

.drop_down li.right_position .second {
    left: -100%;
}

.drop_down .second.drop_down_start {
    visibility: visible;
    overflow: visible;
    opacity: 1;
}

nav.main_menu > ul > li:hover>.second {
    z-index: 20;
}

.drop_down .second .inner {
    display: block;
    z-index: 997;
    position: relative;
    padding: 0;
}

/* Change couleur sous menu */
.drop_down .second .inner > ul,
li.narrow .second .inner ul {
    display: inline-block;
    position: relative;
    background-color: #fafafa;
}

/* Change padding du saous menu */
li.narrow .second .inner ul {
    padding: 0 0;
}

.drop_down .second .inner ul li {
    display: block;
    float: none;
    position: relative;
    width: 190px;
    height: auto;
    padding: 0 15px;
    background: 0;
}

li.narrow .second .inner ul li:last-child {
    border-bottom: 0;
}

.drop_down .wide.left_position .second ul li,
.drop_down .wide.right_position .second ul li {
    width: 180px;
}

.drop_down .second .inner ul li a,
.drop_down .second .inner ul li h5 {
    display: block;
    height: auto;
    margin: 0 13px;
    padding: 9px 4px;
    border-bottom: 1px solid transparent;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    color: #9d9d9d;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.drop_down .second .inner > ul > li:last-child>a,
.drop_down .second .inner>ul>li>ul>li:last-child>a,
.drop_down .second .inner>ul>li>ul>li>ul>li:last-child>a {
    border-bottom: 0;
}

.drop_down .second .inner ul.right li a {
    padding: 9px 20px 9px 0;
}

.drop_down .second .inner > ul > li>a:hover,
.drop_down .second .inner ul li.sub ul li a:hover {
    color: #AB7F10;
}

.drop_down .narrow .second .inner ul li {
    width: 225px;
    padding: 0;
}

.drop_down .wide .second ul li a,
.drop_down .wide .second .inner ul li.sub a,
.drop_down .wide .second .inner ul li h5 {
    background: 0;
}

.drop_down .second i {
    display: none;
}

.drop_down .narrow .second .inner ul li ul {
    display: none;
    z-index: 10;
    position: absolute;
    top: -5px;
    left: 100%;
    height: auto;
    border-top: 3px solid #AB7F10;
    overflow: hidden;
}

.drop_down .second .inner ul li:hover ul {
    display: block;
    z-index: 20;
}

.drop_down .second.right {
    right: 0;
    left: auto;
}

.drop_down .second .inner ul.right li a,
.drop_down .second .inner ul.right li h5 {
    text-align: right;
}

.drop_down .second .inner ul.right li ul {
    left: -100%;
}

.drop_down .second .inner ul li.sub ul li a,
.drop_down .second .inner ul.right li.sub ul li a {
    background: 0;
}

.drop_down .second .inner .widget {
    padding: 0 20px;
}

.drop_down .second .inner .widget p {
    padding: 12px 0;
    font-size: 13px;
    line-height: 16px;
}

.drop_down .wide .second ul {
    padding: 15px 0;
}

.drop_down .second ul li {
    border-bottom-color: #3d3d3d;
    border-bottom-width: 1px;
}

.drop_down .wide .second ul li {
    float: left;
    width: 274px;
    padding: 0;
    border-bottom: 0;
    border-left: 1px solid #e1e1e1;
}

.drop_down .wide .second > .inner > ul>li.sub>ul>li>a,
.drop_down .wide .second ul li a {
    padding: 7px 9px;
    border: 0;
}

.drop_down .wide:not(.right_position) .second ul li:first-child,
.drop_down .wide.right_position .second ul li:last-child {
    border-left-color: transparent;
}

.drop_down .wide .second ul li:last-child {
    margin-right: 0;
}

.drop_down .wide.right_position .second ul li {
    float: right;
}

.drop_down .wide .second ul li:hover {
    background-color: transparent;
}

.drop_down .wide .second ul li:nth-child(4n+1) {
    clear: both;
}

.drop_down .second .inner ul li.sub a i.q_menu_arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -6px 0 0;
    font-size: 12px;
    vertical-align: middle;
    color: #9d9d9d;
}

.drop_down .second .inner ul li.sub ul li a i.q_menu_arrow,
.drop_down .wide .second .inner ul li.sub a i.q_menu_arrow {
    display: none;
}

.drop_down .second .inner ul.right li.sub a i.q_menu_arrow {
    right: auto;
    left: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.drop_down .wide .second .inner > ul > li>a {
    border-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    color: #696969;
}

.drop_down .wide .second .inner ul li.sub h5 a,
.drop_down .wide .second .inner ul li h5 a {
    padding: 0!important;
}

.drop_down .wide .second ul li ul {
    display: block;
    visibility: visible;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    background-color: transparent!important;
}

.drop_down .wide .second ul li ul .widget {
    padding: 0 10px;
}

.drop_down .wide .second ul li ul li {
    margin: 0;
    padding: 0;
    border: 0;
}

.drop_down .wide .second ul li ul li.menu-item-has-children > a,
.drop_down .wide .second ul li ul li.menu-item-has-children > a:hover {
    border-bottom: 0 none;
    font-size: 15px;
    color: #303030;
}

.drop_down .wide.icons .second ul li a span {
    display: block;
    position: relative;
}

.drop_down .wide.icons .second i {
    display: inline-block;
    float: left;
    width: 24px;
    height: 16px;
    line-height: 16px;
    color: #888;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.drop_down .wide.icons .second a:hover i {
    color: #AB7F10;
}

.drop_down .wide.icons .second i.blank {
    display: none;
    border: 0;
    background: 0;
}

.drop_down .wide .second ul li div.flexslider li:nth-child(4n+1) {
    clear: none;
}

.drop_down .wide .second ul li .flexslider ul {
    padding: 0;
    border: 0;
}

.drop_down .wide .second ul li ul.flex-direction-nav a {
    position: absolute;
    top: 0;
    margin: 0;
    border: 0;
}

.drop_down .wide .second ul li ul.flex-direction-nav {
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    overflow: visible;
}

.drop_down .wide .second ul li div.flexslider {
    margin: 0;
}

.drop_down .wide .second ul li .flexslider.widget_flexslider ul.flex-direction-nav li {
    width: 100%;
}

@media only screen and (min-width:1000px) {
    header.stick_with_left_right_menu:not(.sticky) {
        text-align: center;
    }

    header.stick_with_left_right_menu .header_inner_left {
        display: inline-block;
        z-index: 100;
        position: relative;
        top: 0;
        left: auto;
        vertical-align: middle;
    }

    header.stick_with_left_right_menu.sticky .header_inner_left {
        display: none;
    }

    header.stick_with_left_right_menu nav.main_menu.left_side {
        z-index: 50;
        position: absolute;
        top: 0;
        left: 0;
        width: 49%;
        text-align: right;
    }

    header.stick_with_left_right_menu nav.main_menu.left_side > ul {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }

    header.stick_with_left_right_menu nav.main_menu.right_side {
        z-index: 50;
        position: absolute;
        top: 0;
        right: 0;
        left: auto;
        width: 49%;
    }

    header.stick_with_left_right_menu nav.main_menu.left_side:hover,
    header.stick_with_left_right_menu nav.main_menu.right_side:hover {
        z-index: 200;
    }

    header.stick_with_left_right_menu.sticky nav.main_menu.right_side > ul > li:first-child:before {
        content: "|";
        position: relative;
        top: -1px;
        left: -2px;
        font-size: 12px;
        font-weight: 400;
        color: #9e9e9e;
    }

    header.stick_with_left_right_menu.sticky nav.main_menu.left_side,
    header.stick_with_left_right_menu.sticky nav.main_menu.right_side {
        display: inline-block;
        position: relative;
        vertical-align: middle;
    }

    header.stick_with_left_right_menu.sticky nav.main_menu.left_side > ul > li:last-child,
    header.stick_with_left_right_menu.sticky nav.main_menu.right_side>ul>li:first-child {
        margin: 0!important;
    }

    nav.main_menu.left_side > ul,
    nav.main_menu.right_side > ul {
        left: auto;
    }
}

.flexslider.widget_flexslider h3,
.drop_down .wide .second ul li ul li .flexslider.widget_flexslider h3,
.drop_down .wide .second ul li ul li .flexslider.widget_flexslider h3 a {
    padding: 10px 0 2px!important;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
}

.flexslider.widget_flexslider ul li h3 a,
.drop_down .wide .second .inner ul li.flexslider.widget_flexslider ul li h3 a {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    color: #000;
}

.flexslider.widget_flexslider ul.flex-direction-nav a.flex-prev,
.drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider ul.flex-direction-nav a.flex-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #000;
    background-color: rgba(0,0,0,0.4);
}

.drop_down .second .flexslider.widget_flexslider ul.flex-direction-nav i {
    display: inline;
}

.drop_down .wide.icons .second .flexslider.widget_flexslider ul.flex-direction-nav i {
    float: none;
    width: auto;
    height: auto;
    color: #fff;
}

.flexslider.widget_flexslider ul.flex-direction-nav a.flex-next,
.drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider ul.flex-direction-nav a.flex-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #000;
    background-color: rgba(0,0,0,0.4);
}

.flexslider.widget_flexslider ul.flex-direction-nav a.flex-next:hover,
.drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider ul.flex-direction-nav a.flex-next:hover,
.flexslider.widget_flexslider ul.flex-direction-nav a.flex-prev:hover,
.drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider ul.flex-direction-nav a.flex-prev:hover {
    background-color: #000;
}

.drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider .menu_recent_post_text {
    padding: 10px 0;
}

.drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider .menu_recent_post_text a {
    display: inline;
    padding: 0;
}

.drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider .menu_recent_post_text a:hover {
    color: #fff;
}

.drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider a,
.drop_down .wide .second ul li .flexslider.widget_flexslider a {
    margin: 0;
    padding: 0;
}

.drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider a i,
.drop_down .wide .second ul li .flexslider.widget_flexslider a i {
    font-size: 20px;
}

.mobile_menu_button {
    display: none;
    float: left;
    height: 100px;
    margin: 0 20px 0 0;
}

.mobile_menu_button span {
    display: table-cell;
    z-index: 50;
    position: relative;
    width: 19px;
    height: 17px;
    font-size: 14px;
    vertical-align: middle;
    color: #777;
    cursor: pointer;
}

.dark .mobile_menu_button span {
    color: #000;
}

nav.mobile_menu {
    display: none;
    z-index: 100;
    float: left;
    position: relative;
    top: 12px;
    width: 100%;
    overflow: hidden;
    text-align: left;
    background-color: #AB7F10;
    /*padding: 0px 3px 0px;*/
    z-index:99999;
}

nav.mobile_menu ul {
    display: none;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

nav.mobile_menu > ul {
    margin-bottom: -1px!important;
}

nav.mobile_menu ul li {
    position: relative;
    margin: 0;
    padding: 0;
}

nav.mobile_menu ul li a {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-tap-highlight-color: transparent;
}

nav.mobile_menu ul li,
nav.mobile_menu ul li,
nav.mobile_menu ul li ul li {
    border-bottom: 1px solid #eaeaea;
}

nav.mobile_menu ul li.open_sub > ul {
    border-top: 1px solid #eaeaea;
}

nav.mobile_menu ul li:last-child {
    border: 0!important;
}

nav.mobile_menu ul > li.has_sub > span.mobile_arrow,
nav.mobile_menu ul>li.has_sub>span.mobile_arrow {
    display: inline-block;
    z-index: 9000;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 35px;
    margin: 0;
    padding: 0 10px 0 0;
    text-align: right;
    line-height: 35px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

nav.mobile_menu ul li span.mobile_arrow i,
nav.mobile_menu ul li span.mobile_arrow i {
    color: white;
}

nav.mobile_menu ul > li > span.mobile_arrow i {
    display: none;
}

nav.mobile_menu ul > li.has_sub > span.mobile_arrow i {
    display: inline;
}

nav.mobile_menu ul > li.has_sub > span.mobile_arrow i.fa-angle-down,
nav.mobile_menu ul>li.has_sub>span.mobile_arrow i.fa-angle-down {
    display: none;
}

nav.mobile_menu ul > li.has_sub.open_sub > span.mobile_arrow i.fa-angle-right,
nav.mobile_menu ul>li.has_sub>ul.open_sub>li>span.mobile_arrow i.fa-angle-right {
    display: none;
}

nav.mobile_menu ul > li.has_sub.open_sub > span.mobile_arrow i.fa-angle-down,
nav.mobile_menu ul>li.has_sub ul.open_sub>li>span.mobile_arrow i.fa-angle-down {
    display: inline;
}

nav.mobile_menu ul li a,
nav.mobile_menu ul li h3 {
    display: block;
    position: relative;
    padding: 9px 0;
    text-transform: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0;
    color: white!important;
}

nav.mobile_menu ul li a:hover,
nav.mobile_menu ul li.active > a {
    color: #AB7F10;
}

nav.mobile_menu ul li ul li {
    margin: 0 0 0 20px;
}

header:not(.centered_logo) .header_fixed_right_area {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    line-height: 100px;
}

.header_menu_bottom .main_menu {
    left: auto;
}

.sticky .header_menu_bottom .main_menu {
    float: right;
    position: relative;
    left: auto;
}

.sticky .header_menu_bottom .main_menu_header_inner_right_holder .main_menu {
    float: left;
}

.sticky .header_menu_bottom .main_menu_header_inner_right_holder.with_center_logo .main_menu {
    float: left;
}

.sticky .header_menu_bottom .main_menu_header_inner_right_holder {
    float: right;
}

.header_menu_bottom nav.main_menu > ul {
    left: auto;
}

.sticky .header_menu_bottom nav.main_menu > ul {
    left: auto;
}

.side_menu_button_wrapper {
    display: table;
}

.side_menu_button {
    display: table-cell;
    height: 100px;
    vertical-align: middle;
    cursor: pointer;
}

.header_bottom_right_widget_holder {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

@media only screen and (min-width:1000px) {
    header.dark:not(.sticky):not(.scrolled) .header_bottom_right_widget_holder a.qbutton {
        border-color: #000!important;
        color: #000!important;
        background-color: transparent!important;
    }

    header.light:not(.sticky):not(.scrolled) .header_bottom_right_widget_holder a.qbutton {
        border-color: #fff!important;
        color: #fff!important;
        background-color: transparent!important;
    }

    .light:not(.sticky):not(.scrolled) .header-widget,
    .light:not(.sticky):not(.scrolled) .header-widget.widget_nav_menu ul.menu>li>a,
    .light:not(.sticky):not(.scrolled) .header-widget p,
    .light:not(.sticky):not(.scrolled) .header-widget a,
    .light:not(.sticky):not(.scrolled) .header-widget span {
        color: #fff;
    }

    .light:not(.sticky):not(.scrolled) .q_social_icon_holder i.simple_social,
    .light:not(.sticky):not(.scrolled) #lang_sel>ul>li>a,
    .light:not(.sticky):not(.scrolled) #lang_sel_click > ul > li>a {
        color: #fff!important;
    }

    .light:not(.sticky):not(.scrolled) .q_social_icon_holder .fa-stack {
        border-color: #fff;
    }

    .light:not(.sticky):not(.scrolled) .q_social_icon_holder:hover .fa-stack {
        border-color: #fff!important;
        background-color: #fff!important;
    }

    .dark:not(.sticky):not(.scrolled) .header-widget,
    .dark:not(.sticky):not(.scrolled) .header-widget.widget_nav_menu ul.menu>li>a,
    .dark:not(.sticky):not(.scrolled) .header-widget p,
    .dark:not(.sticky):not(.scrolled) .header-widget a,
    .dark:not(.sticky):not(.scrolled) .header-widget span {
        color: #000;
    }

    .dark:not(.sticky):not(.scrolled) .q_social_icon_holder i.simple_social,
    .dark:not(.sticky):not(.scrolled) #lang_sel>ul>li>a,
    .dark:not(.sticky):not(.scrolled) #lang_sel_click > ul > li>a {
        color: #000!important;
    }

    .dark:not(.sticky):not(.scrolled) .q_social_icon_holder .fa-stack {
        border-color: #000;
    }

    .dark:not(.sticky):not(.scrolled) .q_social_icon_holder:hover .fa-stack {
        border-color: #000!important;
        background-color: #000!important;
    }
}

.side_menu_button > a {
    display: inline;
    position: relative;
    width: 20px;
    height: 20px;
    padding: 0 12px;
    font-size: 14px;
}

.side_menu_button > a.side_menu_button_link.medium {
    display: inline-block;
    width: 19px;
    height: 30px;
    font-size: 21px;
    line-height: 30px;
}

.side_menu_button > a.side_menu_button_link.large {
    display: inline-block;
    width: 24px;
    height: 34px;
    font-size: 28px;
    line-height: 34px;
}

.side_menu_button > a,
.mobile_menu_button span {
    color: white!important;
    -webkit-transition: opacity .3s ease,color .3s ease;
    -moz-transition: opacity .3s ease,color .3s ease;
    -ms-transition: opacity .3s ease,color .3s ease;
    -o-transition: opacity .3s ease,color .3s ease;
    transition: opacity .3s ease,color .3s ease;
}

.side_menu_button > a:hover,
.mobile_menu_button span:hover {
    color: #AB7F10;
}

.qode_search_form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    margin: 0;
    overflow: hidden;
    color: #fff;
    background: none repeat scroll 0 0 #5d5d5d;
}

.qode_search_form i {
    display: inline-block;
    float: left;
    padding: 0 0 0 45px;
    font-size: 13px;
    line-height: 50px;
    color: #959595;
}

.qode_search_form input,
.qode_search_form input:focus {
    display: inline-block;
    float: left;
    -webkit-appearance: none;
    width: 90%;
    height: 20px;
    margin: 15px 0;
    padding: 0 45px 0 10px;
    border: medium none;
    border-radius: 0;
    font-family: inherit;
    font-size: 13px;
    line-height: 20px;
    outline: 0;
    outline-offset: 0;
    color: #959595;
    background-color: #5d5d5d;
    box-shadow: none;
}

.qode_search_form input:focus {
    outline-offset: 0!important;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
    margin: 10px 0 0 0;
    color: #959595;
}

@media only screen and (max-width:1200px) {
    .qode_search_form input {
        width: 80%;
    }
}

@media only screen and (max-width:768px) {
    .qode_search_form input {
        width: 70%;
    }
}

@media only screen and (max-width:500px) {
    .qode_search_form input {
        width: 65%;
    }
}

@media only screen and (max-width:350px) {
    .qode_search_form input {
        width: 50%;
    }
}

.qode_search_form .container_inner {
    position: relative;
}

.qode_search_form .container i {
    padding: 0;
}

.qode_search_form .container input {
    width: 90%;
    padding: 0 0 0 10px;
}

.qode_search_form input[type="submit"] {
    visibility: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0 none;
    clip: rect(0px,0px,0px,0px);
}

.qode_search_form .qode_search_close {
    position: absolute;
    top: 0;
    right: 45px;
    height: 50px;
    font-size: 13px;
    line-height: 50px;
    color: #959595;
}

.qode_search_form .container .qode_search_close {
    right: 0;
}

.header_bottom_widget .q_social_icon_holder {
    margin-right: 15px!important;
    margin-bottom: 0!important;
}

.header_bottom_widget .q_social_icon_holder.with_link .simple_social {
    font-size: 14px;
    color: #696969;
}

.light:not(.sticky):not(.scrolled) .header_bottom_widget .q_social_icon_holder.with_link .simple_social {
    color: #fff!important;
}

.dark:not(.sticky):not(.scrolled) .header_bottom_widget .q_social_icon_holder.with_link .simple_social {
    color: #000!important;
}

.vertical_menu_enabled .q_slider,
.vertical_menu_enabled .full_width,
.vertical_menu_enabled .content .container,
.vertical_menu_enabled .title_outer,
.vertical_menu_enabled footer {
    padding-left: 260px;
}

.boxed.vertical_menu_enabled .q_slider,
.boxed.vertical_menu_enabled .full_width,
.boxed.vertical_menu_enabled .content .container,
.boxed.vertical_menu_enabled .title_outer,
.boxed.vertical_menu_enabled footer {
    padding-left: 0;
}

.boxed.vertical_menu_enabled,
.boxed.vertical_menu_enabled footer.uncover {
    padding-left: 260px;
}

.vertical_menu_enabled .content .title .container {
    padding-left: 0;
}

.vertical_menu_enabled .content .container,
.vertical_menu_enabled .q_slider,
.vertical_menu_enabled footer {
    width: auto;
}

aside.vertical_menu_area {
    z-index: 101;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 260px;
    height: 100%;
    padding: 20px 40px;
    outline: 0;
    background-color: #fff;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    -webkit-backface-visibility: hidden;
}

aside.vertical_menu_area.with_scroll {
    overflow: hidden;
}

aside.vertical_menu_area .vertical_menu_area_widget_holder {
    position: relative;
    font-size: 13px;
}

.vertical_menu_enabled.vertical_area_transparent .content {
    padding-left: 0;
}

.vertical_menu_transparency_on aside.vertical_menu_area.light .vertical_menu_area_widget_holder,
.vertical_menu_transparency_on aside.vertical_menu_area.light .widget a,
.vertical_menu_transparency_on aside.vertical_menu_area.light .q_social_icon_holder i.simple_social body:not(.vertical_menu_transparency_off) aside.vertical_menu_area.light .vertical_menu_area_widget_holder,
body:not(.vertical_menu_transparency_off) aside.vertical_menu_area.light .widget a,
body:not(.vertical_menu_transparency_off) aside.vertical_menu_area.light .q_social_icon_holder i.simple_social {
    color: #fff;
}

.vertical_menu_transparency_on aside.vertical_menu_area.dark .vertical_menu_area_widget_holder,
.vertical_menu_transparency_on aside.vertical_menu_area.dark .widget a,
.vertical_menu_transparency_on aside.vertical_menu_area.dark .q_social_icon_holder i.simple_social,
body:not(.vertical_menu_transparency_off) aside.vertical_menu_area.dark .vertical_menu_area_widget_holder,
body:not(.vertical_menu_transparency_off) aside.vertical_menu_area.dark .widget a,
body:not(.vertical_menu_transparency_off) aside.vertical_menu_area.dark .q_social_icon_holder i.simple_social {
    color: #000;
}

.vertical_menu_enabled header {
    display: block;
}

.vertical_menu_enabled header .header_inner {
    display: none;
}

.vertical_area_background {
    z-index: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    height: 100%;
    opacity: 1;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.vertical_logo_wrapper {
    z-index: 100;
    position: relative;
}

.vertical_logo_wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.q_logo_vertical img.normal {
    position: relative;
}

.q_logo_vertical img.light,
.q_logo_vertical img.dark {
    opacity: 0;
}

.vertical_menu_transparency_on .light .q_logo_vertical img.normal,
body:not(.vertical_menu_transparency_off) .light .q_logo_vertical img.normal {
    opacity: 0;
}

.vertical_menu_transparency_on .light .q_logo_vertical img.light,
body:not(.vertical_menu_transparency_off) .light .q_logo_vertical img.light {
    opacity: 1;
}

.vertical_menu_transparency_on .light .q_logo_vertical img.dark,
body:not(.vertical_menu_transparency_off) .vertical_menu_transparency_on .light .q_logo_vertical img.dark {
    opacity: 0;
}

.vertical_menu_transparency_on .dark .q_logo_vertical img.normal,
body:not(.vertical_menu_transparency_off) .dark .q_logo_vertical img.normal {
    opacity: 0;
}

.vertical_menu_transparency_on .dark .q_logo_vertical img.light,
body:not(.vertical_menu_transparency_off) .dark .q_logo_vertical img.light {
    opacity: 0;
}

.vertical_menu_transparency_on .dark .q_logo_vertical img.dark,
body:not(.vertical_menu_transparency_off) .dark .q_logo_vertical img.dark {
    opacity: 1;
}

nav.vertical_menu {
    z-index: 101;
    position: relative;
    margin: 45px 0 0 0;
}

.vertical_menu ul {
    list-style: none;
}

.vertical_menu ul li {
    position: relative;
}

nav.vertical_menu > ul > li>a {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 2px;
    color: #525252;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    cursor: pointer;
}

.vertical_menu ul li a:hover {
    color: #AB7F10;
}

.vertical_menu_transparency_on .light nav.vertical_menu>ul>li>a,
body:not(.vertical_menu_transparency_off) .light nav.vertical_menu > ul > li>a {
    color: #fff;
}

.vertical_menu_transparency_on .dark nav.vertical_menu>ul>li>a,
body:not(.vertical_menu_transparency_off) .dark nav.vertical_menu > ul > li>a {
    color: #000;
}

.vertical_menu .second .inner {
    display: block;
    z-index: 997;
    position: relative;
    padding: 0;
}

.vertical_menu_toggle .second .inner_arrow {
    display: none;
}

.vertical_menu_toggle .second {
    display: none;
    z-index: 10;
    margin: 0;
    overflow: hidden;
}

.vertical_menu_toggle .second ul ul {
    display: none;
}

nav.vertical_menu_toggle ul li a {
    display: block;
}

nav.vertical_menu_toggle ul li a .line {
    display: none;
}

nav.vertical_menu_toggle ul > li.menu-item-has-children > a>.plus {
    display: block;
    z-index: 10000;
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    background-image: url('img/vertical_menu_cross.png');
    background-position: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 8px 8px;
    -moz-background-size: 8px 8px;
    background-size: 8px 8px;
    -o-background-size: 8px 8px;
}

nav.vertical_menu_toggle ul li ul > li.menu-item-has-children > a>.plus {
    margin: 5px 0 0 0;
}

.no-touch nav.vertical_menu_toggle ul > li.menu-item-has-children > a:hover>.plus {
    background-image: url('img/vertical_menu_minus.png');
}

.touch nav.vertical_menu_toggle ul > li.menu-item-has-children.open > a>.plus {
    background-image: url('img/vertical_menu_minus.png');
}

nav.vertical_menu_toggle ul li.menu-item-has-children a span {
    display: inline-block;
    max-width: 180px;
}

.vertical_menu_transparency_on .light nav.vertical_menu_toggle ul>li.menu-item-has-children>a>.plus,
body:not(.vertical_menu_transparency_off) .light nav.vertical_menu_toggle ul > li.menu-item-has-children > a>.plus {
    background-image: url('img/vertical_menu_cross_white.png');
}

.vertical_menu_transparency_on .light nav.vertical_menu_toggle ul>li.menu-item-has-children>a:hover>.plus,
body:not(.vertical_menu_transparency_off) .light nav.vertical_menu_toggle ul > li.menu-item-has-children > a:hover>.plus {
    background-image: url('img/vertical_menu_minus_white.png');
}

.vertical_menu_transparency_on .dark nav.vertical_menu_toggle ul>li.menu-item-has-children>a>.plus,
body:not(.vertical_menu_transparency_off) .dark nav.vertical_menu_toggle ul > li.menu-item-has-children > a>.plus {
    background-image: url('img/vertical_menu_cross_black.png');
}

.vertical_menu_transparency_on .dark nav.vertical_menu_toggle ul>li.menu-item-has-children>a:hover>.plus,
.body:not(.vertical_menu_transparency_off) .dark nav.vertical_menu_toggle ul > li.menu-item-has-children > a:hover>.plus {
    background-image: url('img/vertical_menu_minus_black.png');
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5) ,
only screen and (min--moz-device-pixel-ratio:1.5) ,
only screen and (-o-min-device-pixel-ratio:150/100) ,
only screen and (min-device-pixel-ratio:1.5) ,
only screen and (min-resolution:160dpi) {
    nav.vertical_menu_toggle ul li.menu-item-has-children a .plus {
        background-image: url('img/vertical_menu_cross@1_5x.png');
    }

    .no-touch nav.vertical_menu_toggle ul > li.menu-item-has-children > a:hover>.plus {
        background-image: url('img/vertical_menu_minus@1_5x.png');
    }

    .touch nav.vertical_menu_toggle ul > li.menu-item-has-children.open > a>.plus {
        background-image: url('img/vertical_menu_minus@1_5x.png');
    }

    .vertical_menu_transparency_on .light nav.vertical_menu_toggle ul li.menu-item-has-children a .plus,
    body:not(.vertical_menu_transparency_off) .light nav.vertical_menu_toggle ul li.menu-item-has-children a .plus {
        background-image: url('img/vertical_menu_cross_white@1_5x.png');
    }

    .vertical_menu_transparency_on .light nav.vertical_menu_toggle ul>li.menu-item-has-children>a:hover>.plus,
    body:not(.vertical_menu_transparency_off) .light nav.vertical_menu_toggle ul > li.menu-item-has-children > a:hover>.plus {
        background-image: url('img/vertical_menu_minus_white@1_5x.png');
    }

    .vertical_menu_transparency_on .dark nav.vertical_menu_toggle ul li.menu-item-has-children a .plus,
    body:not(.vertical_menu_transparency_off) .dark nav.vertical_menu_toggle ul li.menu-item-has-children a .plus {
        background-image: url('img/vertical_menu_cross_black@1_5x.png');
    }

    .vertical_menu_transparency_on .dark nav.vertical_menu_toggle ul>li.menu-item-has-children>a:hover>.plus,
    body:not(.vertical_menu_transparency_off) .dark nav.vertical_menu_toggle ul > li.menu-item-has-children > a:hover>.plus {
        background-image: url('img/vertical_menu_minus_black@1_5x.png');
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2.0) ,
only screen and (min--moz-device-pixel-ratio:2.0) ,
only screen and (-o-min-device-pixel-ratio:200/100) ,
only screen and (min-device-pixel-ratio:2.0) ,
only screen and (min-resolution:210dpi) {
    nav.vertical_menu_toggle ul li.menu-item-has-children a .plus {
        background-image: url('img/vertical_menu_cross@2x.png');
    }

    .no-touch nav.vertical_menu_toggle ul > li.menu-item-has-children > a:hover>.plus {
        background-image: url('img/vertical_menu_minus@2x.png');
    }

    .touch nav.vertical_menu_toggle ul > li.menu-item-has-children.open > a>.plus {
        background-image: url('img/vertical_menu_minus@2x.png');
    }

    .vertical_menu_transparency_on .light nav.vertical_menu_toggle ul li.menu-item-has-children a .plus,
    body:not(.vertical_menu_transparency_off) .light nav.vertical_menu_toggle ul li.menu-item-has-children a .plus {
        background-image: url('img/vertical_menu_cross_white@2x.png');
    }

    .vertical_menu_transparency_on .light nav.vertical_menu_toggle ul>li.menu-item-has-children>a:hover>.plus,
    body:not(.vertical_menu_transparency_off) .light nav.vertical_menu_toggle ul > li.menu-item-has-children > a:hover>.plus {
        background-image: url('img/vertical_menu_minus_white@2x.png');
    }

    .vertical_menu_transparency_on .dark nav.vertical_menu_toggle ul li.menu-item-has-children a .plus,
    body:not(.vertical_menu_transparency_off) .dark nav.vertical_menu_toggle ul li.menu-item-has-children a .plus {
        background-image: url('img/vertical_menu_cross_black@2x.png');
    }

    .vertical_menu_transparency_on .dark nav.vertical_menu_toggle ul>li.menu-item-has-children>a:hover>.plus,
    body:not(.vertical_menu_transparency_off) .dark nav.vertical_menu_toggle ul > li.menu-item-has-children > a:hover>.plus {
        background-image: url('img/vertical_menu_minus_black@2x.png');
    }
}

nav.vertical_menu_toggle ul li a .q_menu_arrow {
    display: none;
}

nav.vertical_menu_toggle li.narrow .second .inner ul {
    width: 100%;
    padding: 0;
    background-color: transparent;
}

nav.vertical_menu_toggle li.narrow .second .inner ul ul {
    display: none;
}

.vertical_menu_toggle .second .inner ul li a {
    display: block;
    height: auto;
    margin: 0;
    padding: 5px 0 5px 0;
    text-decoration: none;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #9d9d9d;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

.vertical_menu_toggle .second .inner ul li a:hover {
    color: #AB7F10;
}

.vertical_menu_transparency_on .light .vertical_menu_toggle .second .inner ul li a,
.vertical_menu_transparency_on .light .vertical_menu_toggle .second .inner ul li.sub ul li a,
body:not(.vertical_menu_transparency_off) .light .vertical_menu_toggle .second .inner ul li a,
body:not(.vertical_menu_transparency_off) .light .vertical_menu_toggle .second .inner ul li.sub ul li a {
    color: #fff!important;
}

.vertical_menu_transparency_on .dark .vertical_menu_toggle .second .inner ul li a,
.vertical_menu_transparency_on .dark .vertical_menu_toggle .second .inner ul li.sub ul li a,
body:not(.vertical_menu_transparency_off) .dark .vertical_menu_toggle .second .inner ul li a,
body:not(.vertical_menu_transparency_off) .dark .vertical_menu_toggle .second .inner ul li.sub ul li a {
    color: #000!important;
}

.vertical_menu_toggle .second .inner ul ul li a {
    padding-left: 15px;
}

.vertical_menu_area_widget_holder {
    margin: 60px 0 0 0;
}

.vertical_menu_enabled .carousel-inner:not(.relative_position) {
    left: 260px!important;
}

.vertical_menu_area .q_social_icon_holder {
    margin: 0 12px 2px 0!important;
}

.vertical_menu_enabled .content {
    margin-top: 0!important;
    padding-top: 0!important;
}

.boxed.vertical_menu_enabled .carousel-inner {
    left: auto!important;
    width: 1150px!important;
}

.vertical_menu_enabled.vertical_menu_transparency .full_section_inner {
    overflow: hidden;
}

.vertical_menu_enabled.vertical_menu_transparency_on aside.vertical_menu_area {
    background-color: transparent!important;
}

.vertical_menu_enabled.vertical_menu_transparency_on aside.vertical_menu_area .vertical_area_background {
    opacity: 0;
}

.vertical_menu_enabled.vertical_menu_transparency .q_slider {
    padding-left: 0;
}

.vertical_menu_enabled.vertical_menu_enabled.vertical_menu_transparency .carousel-inner:not(.relative_position) {
    left: 0!important;
}

.boxed.vertical_menu_enabled.vertical_menu_enabled.vertical_menu_transparency .carousel-inner:not(.relative_position) {
    left: auto!important;
}

.vertical_menu_enabled.vertical_menu_transparency .carousel-control.left {
    top: auto;
    right: 105px;
    bottom: 60px;
    width: 44px;
    height: 44px;
}

.vertical_menu_enabled.vertical_menu_transparency .carousel-control.right {
    top: auto;
    right: 50px;
    bottom: 60px;
    width: 44px;
    height: 44px;
}

.vertical_menu_enabled.vertical_menu_transparency .carousel-control .prev_nav {
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    margin: 0;
    line-height: 40px;
}

.vertical_menu_enabled.vertical_menu_transparency .carousel-control .next_nav {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 0;
    line-height: 40px;
}

.vertical_menu_enabled.vertical_menu_transparency .carousel-control i {
    font-size: 24px;
    line-height: 40px;
}

.vertical_menu_enabled.vertical_menu_transparency .carousel-indicators {
    display: none!important;
}

.popup_menu_inner {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 20px;
    height: 2px;
    vertical-align: middle;
}

.popup_menu .line {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 2px;
    margin: 0;
    background-color: #5d5d5d;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -ms-transform: all .3s ease-in-out;
}

.popup_menu .line:after,
.popup_menu .line:before {
    content: "";
    display: block;
    z-index: -1;
    position: absolute;
    width: 13px;
    height: 2px;
    background-color: #5d5d5d;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -ms-transform: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

@media only screen and (min-width:1000px) {
    .dark:not(.sticky):not(.scrolled) .popup_menu:not(.opened) .line,
    .dark:not(.sticky):not(.scrolled) .popup_menu:not(.opened) .line:before,
    .dark:not(.sticky):not(.scrolled) .popup_menu:not(.opened) .line:after {
        background-color: #000;
    }

    .light:not(.sticky):not(.scrolled) .popup_menu:not(.opened) .line,
    .light:not(.sticky):not(.scrolled) .popup_menu:not(.opened) .line:before,
    .light:not(.sticky):not(.scrolled) .popup_menu:not(.opened) .line:after {
        background-color: #fff;
    }
}

.popup_menu .line:before {
    top: -4px;
}

.popup_menu .line:after {
    top: 4px;
}

.popup_menu:hover .line,
.popup_menu:hover .line:after,
.popup_menu:hover .line:before {
    background-color: #AB7F10;
}

.popup_menu.opened .line {
    background-color: transparent!important;
}

.popup_menu.opened .line:after {
    top: 0!important;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup_menu.opened .line:before {
    top: 0!important;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup_menu_holder_outer {
    visibility: hidden;
    z-index: 105;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.popup_menu_holder {
    display: table;
    width: 100%;
    height: 100%;
    background-color: rgba(93,93,93,0.95);
    background-position: 0 0;
    background-repeat: repeat;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.popup_menu_holder_inner {
    display: table-cell;
    padding: 100px 0;
    vertical-align: middle;
}

.popup_menu_opened .main_menu,
.popup_menu_opened .side_menu_button a:not(.popup_menu) ,
.popup_menu_opened #back_to_top,
.popup_menu_opened .header_top,
.popup_menu_opened header .tooltip,
.popup_menu_opened .mobile_menu_button {
    visibility: hidden!important;
}

.popup_menu_opened .shopping_cart_header {
    display: none;
}

.popup_menu_opened .popup_menu_holder_outer {
    visibility: visible;
    opacity: 1;
}

.popup_menu_opened header.scrolled .header_bottom,
.popup_menu_opened header.sticky .header_bottom {
    background-color: transparent!important;
    box-shadow: none;
}

.popup_menu_opened .header_top,
.popup_menu_opened .header_bottom {
    border: 0!important;
    background-color: transparent!important;
}

.popup_menu_opened .q_logo img.normal,
.popup_menu_opened .q_logo img.light,
.popup_menu_opened .q_logo img.sticky,
.popup_menu_opened .q_logo img.dark {
    opacity: 0!important;
}

.popup_menu_opened header .q_logo img.popup {
    opacity: 1!important;
}

nav.popup_menu {
    position: relative;
    top: 0;
    margin: 0 auto;
    text-align: left;
}

nav.popup_menu ul {
    display: none;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

nav.popup_menu > ul {
    display: block;
}

nav.popup_menu ul li {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 45px;
    line-height: 50px;
}

nav.popup_menu ul li a,
nav.popup_menu ul li h6 {
    display: block;
    position: relative;
    padding: 0;
    text-decoration: none;
    font-size: 25px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
}

nav.popup_menu ul li a:hover,
nav.popup_menu ul li h6:hover {
    color: #AB7F10;
}

nav.popup_menu ul li a span,
nav.popup_menu ul li h6 span {
    display: inline-block;
    vertical-align: middle;
}

nav.popup_menu ul li ul li a,
nav.popup_menu ul li ul li h6 {
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
}

nav.popup_menu ul li ul li ul li a,
nav.popup_menu ul li ul li ul li h6 {
    font-size: .5em;
    line-height: 1em;
}

.popup_menu.medium .popup_menu_inner,
.popup_menu.medium .line,
.popup_menu.medium .line:after,
.popup_menu.medium .line:before {
    width: 19px;
    height: 3px;
}

.popup_menu.medium .line:before {
    top: -6px;
}

.popup_menu.medium .line:after {
    top: 6px;
}

.popup_menu.large .popup_menu_inner,
.popup_menu.large .line,
.popup_menu.large .line:after,
.popup_menu.large .line:before {
    width: 24px;
    height: 4px;
}

.popup_menu.large .line:before {
    top: -8px;
}

.popup_menu.large .line:after {
    top: 8px;
}

.carousel {
    position: relative;
}

/* Change position slider */
.carousel-inner {
    position: relative!important;
    width: 100%;
    overflow: hidden;
}
/* Change taille imgAccueilBesoinDevis */
.imgAccueilBesoinDevis div p a img {
	width: auto;
	height: 200px;
	max-height: 100%;
}

.boxed .carousel-inner {
    left: auto!important;
    width: 1150px;
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner>.item>a>img {
    display: block;
    height: auto;
    max-width: 100%;
    line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner>.prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel.fade .item {
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    filter: alpha(opacity=100);
}

.carousel.fade .active.left,
.carousel.fade .active.right {
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel.fade .active.item {
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel.fade .active.left,
.carousel.fade .active.right {
    z-index: 2;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel.fade .next,
.carousel.fade .prev {
    z-index: 1;
    left: 0;
}

.carousel-indicators {
    z-index: 15;
    position: absolute;
    top: 0;
    left: 50%;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 1px;
    border-radius: 10px;
    text-indent: -999px;
    cursor: pointer;
}

.carousel-caption {
    z-index: 10;
    position: absolute;
    right: 15%;
    bottom: 40px;
    left: 15%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    color: #fff;
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width:768px) {
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
}

.carousel {
    margin-bottom: 0;
}

.carousel.full_screen {
    height: 1500px;
}

.qode_slider_preloader {
    z-index: 20;
    position: absolute;
    width: 100%;
    background-color: #1c1c1c;
}

.qode_slider_preloader {
    height: 1500px;
}

.qode_slider_preloader .ajax_loader {
    position: absolute;
}


/* Change carroussel centre */
.carousel-inner .slider_content_outer {
    z-index: 12;
    position: relative;
    width: 1100px;
    height: 100%;
    margin: 0 auto;
}

.carousel-inner .slider_content {
    position: absolute;
    width: 100%;
}

.carousel-inner .slider_content .slide_anchor_holder {
    margin-top: 70px;
}

.carousel-inner .item.dark .slider_content .text .slide_anchor_holder .slide_anchor_button {
    color: #000;
}

.carousel-inner .slider_content .slide_anchor_holder .slide_anchor_button {
    font-size: 51px;
    color: #fff;
}

.carousel-inner .slider_content .thumb {
    height: 100%;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity = 0);
}

@media only screen and (max-height:850px) {
    .full_screen .carousel-inner .slider_content {
        height: 35%;

    }
}

@media only screen and (max-height:600px) {
    .full_screen .carousel-inner .slider_content {
        height: 25%;
    }
}

.carousel-inner .slider_content.left .thumb {
    text-align: left;
}

.carousel-inner .slider_content.right .thumb {
    text-align: right;
}

.carousel-inner .active .slider_content .thumb {
    opacity: 1;
    -webkit-animation: rotate 1s 1 ease-out;
    -moz-animation: rotate 1s 1 ease-out;
    -o-animation: rotate 1s 1 ease-out;
    animation: rotate 1s 1 ease-out;
    filter: alpha(opacity = 100);
}

.carousel-inner .active .slider_content .thumb.fade {
    -webkit-animation: fade 1s 1 ease-out;
    -moz-animation: fade 1s 1 ease-out;
    -o-animation: fade 1s 1 ease-out;
    animation: fade 1s 1 ease-out;
}

.carousel-inner .slider_content .thumb img {
    max-height: 100%;
}

.carousel-inner .slider_content .text {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 10px 0 10px 0;
    text-align: left;
    opacity: 0;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px);
    filter: alpha(opacity = 0);
}

.carousel-inner .active .slider_content .text {
    opacity: 1;
    -webkit-animation: text-from-bottom 1.5s 1 cubic-bezier(0.165,0.840,0.440,1.000);
    -moz-animation: text-from-bottom 1.5s 1 cubic-bezier(0.165,0.840,0.440,1.000);
    -o-animation: text-from-bottom 1.5s 1 cubic-bezier(0.165,0.840,0.440,1.000);
    animation: text-from-bottom 1.5s 1 cubic-bezier(0.165,0.840,0.440,1.000);
    filter: alpha(opacity = 100);
}

/* Change texte slider */
.text.all_at_once.no_subtitle.no_separator p {
	text-align: left;
}

.carousel-inner .slider_content.left .separator {
    margin-left: 0;
}

.carousel-inner .slider_content.right .separator {
    margin-right: 0;
}

.carousel-inner .slider_content .text.one_by_one {
    opacity: 1;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}

.carousel-inner .slider_content .text.one_by_one h2,
.carousel-inner .slider_content .text.one_by_one p,
.carousel-inner .slider_content .text.one_by_one a.qbutton,
.carousel-inner .slider_content .text.one_by_one .slide_anchor_holder,
.carousel-inner .slider_content .text.one_by_one .slide_subtitle,
.carousel-inner .slider_content .text.one_by_one .separator {
    position: relative;
    top: 70px;
    opacity: 0;
    filter: alpha(opacity = 0);
}

.carousel-inner .active .slider_content .text.one_by_one h2,
.carousel-inner .active .slider_content .text.one_by_one p,
.carousel-inner .active .slider_content .text.one_by_one a.qbutton,
.carousel-inner .active .slider_content .text.one_by_one .slide_subtitle,
.carousel-inner .active .slider_content .text.one_by_one .slide_anchor_holder,
.carousel-inner .active .slider_content .text.one_by_one .separator {
    opacity: 1;
    -webkit-animation: text-from-bottom-one-by-one 1.2s 1 cubic-bezier(0.165,0.840,0.440,1.000) 0s;
    -moz-animation: text-from-bottom-one-by-one 1.2s 1 cubic-bezier(0.165,0.840,0.440,1.000) 0s;
    -o-animation: text-from-bottom-one-by-one 1.2s 1 cubic-bezier(0.165,0.840,0.440,1.000) 0s;
    animation: text-from-bottom-one-by-one 1.2s 1 cubic-bezier(0.165,0.840,0.440,1.000) 0s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    filter: alpha(opacity = 100);
}

.carousel-inner .active .slider_content .text.one_by_one p {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.carousel-inner .active .slider_content .text.one_by_one a.qbutton {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.carousel-inner .slider_content .text.one_by_one .slide_anchor_holder {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.carousel-inner .active .slider_content .text.one_by_one.subtitle_above_title.no_separator h2 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.carousel-inner .active .slider_content .text.one_by_one.subtitle_above_title.no_separator p {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.carousel-inner .active .slider_content .text.one_by_one.subtitle_above_title.no_separator a.qbutton {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.carousel-inner .active .slider_content .text.one_by_one.subtitle_above_title.no_separator .slide_anchor_holder {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.carousel-inner .active .slider_content .text.one_by_one.subtitle_above_title.has_separator h2 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.carousel-inner .active .slider_content .text.one_by_one.subtitle_above_title.has_separator .separator {
    margin-top: -7px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.carousel-inner .active .slider_content .text.one_by_one.subtitle_above_title.has_separator p {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.carousel-inner .active .slider_content .text.one_by_one.subtitle_above_title.has_separator a.qbutton {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.carousel-inner .active .slider_content .text.one_by_one.subtitle_above_title.has_separator .slide_anchor_holder {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.carousel-inner .small_title .slider_content_outer {
    width: 100%;
}

.carousel-inner .small_title.small_title_right .slider_content {
    top: auto!important;
    right: 120px!important;
    bottom: 110px!important;
    left: auto!important;
    width: 100%!important;
    height: auto!important;
}

.carousel-inner .small_title.small_title_right .slider_content .text,
.carousel-inner .small_title.small_title_right p {
    margin: 0;
    text-align: right;
}

.carousel-inner .small_title.small_title_left .slider_content {
    top: auto!important;
    bottom: 110px!important;
    left: 120px!important;
    width: 100%!important;
    height: auto!important;
    auto: auto!important;
}

.carousel-inner .small_title.small_title_left .slider_content .text,
.carousel-inner .small_title.small_title_left p {
    margin: 0;
    text-align: left;
}

.carousel-inner .small_title h2 {
    margin: 10px 0;
    font-size: 25px;
}

.carousel-inner .small_title p {
    margin: 0;
    font-size: 14px;
}

.carousel-inner .slider_content .slide_buttons_holder {
    display: inline-block;
}

.carousel-inner .slider_content .slide_buttons_holder .qbutton {
    margin: 10px 10px 0 10px;
    -webkit-backface-visibility: hidden;
}

.carousel-inner .slider_content .slide_buttons_holder .qbutton:first-child {
    margin-left: 0;
}

.carousel-inner .slider_content .slide_buttons_holder .qbutton:last-child {
    margin-right: 0;
}

.carousel-inner .slider_content .text .qbutton:not(.white):hover {
    border-color: #fff;
    color: #fff;
}

.carousel-inner .item.dark .slider_content .text .qbutton {
    border-color: #303030;
    color: #fff;
    background-color: #303030;
}

.carousel-inner .item.dark .slider_content .text .qbutton:hover {
    color: #303030;
    background-color: transparent;
}

.carousel-inner .item.dark .slider_content .text .qbutton.white {
    color: #303030;
    background-color: transparent;
}

.carousel-inner .item.dark .slider_content .text .qbutton.white:hover {
    border-color: #303030;
    color: #fff!important;
    background-color: #303030;
}

.carousel-inner h2 {
    display: inline-block;
    margin: 10px 0 20px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.071428571428571em;
    letter-spacing: 1px;
    color: #fff;
}

.carousel-inner h2.with_border {
    margin-top: 0;
    padding: .5272727272727273em 40px;
    border: 4px solid;
    border-right: 0;
    border-left: none;
}

.carousel-inner .subtitle_above_title h2.with_border {
    margin-top: 10px;
}

.carousel-inner .slide_subtitle {
    padding: 0;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
}

.carousel-inner .slide_subtitle span {
    display: inline-block;
    margin-bottom: 13px;
    font-size: 1em;
}

.carousel-inner p {
    margin: 10px 0 43px 0;
    text-align: center;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.363157894736842em;
    color: #fff;
}

.carousel-inner .dark h2,
.carousel-inner .dark p,
.carousel-inner .dark .slide_subtitle {
    color: #000;
}

.carousel-inner .left .text,
.carousel-inner .left h2,
.carousel-inner .left p,
.carousel-inner .left .slide_subtitle {
    text-align: left;
}

.carousel-inner .left h2.with_border {
    padding-left: 0;
}

.carousel-inner .right .text,
.carousel-inner .right h2,
.carousel-inner .right p,
.carousel-inner .right .slide_subtitle {
    text-align: right;
}

.carousel-inner .small_title.small_title_left .slider_content .slide_subtitle {
    text-align: left;
}

.carousel-inner .small_title.small_title_right .slider_content .slide_subtitle {
    text-align: right;
}

.carousel-inner .right h2.with_border {
    padding-right: 0;
}

/* Change hauteur slider */
.carousel-inner {
    z-index: 1;
    position: fixed;
    left: 0!important;
    width: 100%;
    overflow: hidden;
    -webkit-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
    -moz-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
    -ms-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
    -o-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
    transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
    -webkit-transform: translate(0px,0px);
    -moz-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    -o-transform: translate(0px,0px);
    transform: translate(0px,0px);
}

.carousel-inner.relative_position {
    position: relative;
}

.carousel-inner .item img {
    display: inline-block!important;
}

.touch .carousel-inner .item {
    background-position: center 0!important;
}

/* Debut change image slider */
.carousel-inner.skrollable.skrollable-between .item.small_title_right {
	height: 100%!important;
}
.carousel-inner.skrollable.skrollable-between {
	height: 300px;
}
.carousel.responsive_height .carousel-inner .slider_content_outer {
	height: 300px;
}
#qode-slider_accueil {
	height: 100%!important;
}
.carousel-inner .item .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (max-width:720px) {
	#qode-slider_accueil {
	max-height: 200px!important;
}
	.carousel-inner.skrollable.skrollable-between {
	height: 200px;
}
	.carousel.responsive_height .carousel-inner .slider_content_outer {
	height: 200px;
}
}
@media (min-width:721px) {
	.carousel-inner .item .image {
    height: 100%;
}
	#qode-slider_accueil {
	max-height: 500px!important;
}
	.carousel-inner.skrollable.skrollable-between {
	height: 500px;
}
	.carousel.responsive_height .carousel-inner .slider_content_outer {
	height: 500px;
}
}
@media (min-width:960px) {

}
@media (min-width:1024px) {

}

/* Fin change image slider */

/* Modif page reception */
@media (min-width:721px) {
	.content .content_inner .container .container_inner.default_template_holder.clearfix .vc_row.wpb_row.section .full_section_inner.clearfix {
    	display: flex;
		justify-content: center;
	}
}
/* Fin modif page reception */


.carousel-inner .item .image img {
    display: none!important;
    width: 0;
    height: 0;
}

.carousel-control {
    z-index: 2!important;
    position: absolute;
    top: 0;
    width: 6%;
    height: 100%;
    margin: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-shadow: none;
    font-size: 13px;
    outline: 0;
    color: #303030;
    background: 0;
    -webkit-transition: color .6s ease-in-out,opacity .3s ease-in-out;
    -moz-transition: color .6s ease-in-out,opacity .3s ease-in-out;
    -o-transition: color .6s ease-in-out,opacity .3s ease-in-out;
    transition: color .6s ease-in-out,opacity .3s ease-in-out;
    -ms-transform: color .6s ease-in-out,opacity .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    cursor: pointer;
}

.carousel-control.right {
    right: 0;
    left: auto;
}

.carousel-control:hover {
    color: #303030;
    opacity: 1!important;
}

.carousel-control.dark,
.carousel-control.dark:hover {
    color: #fff;
}

.carousel-control .prev_nav,
.carousel-control .next_nav {
    z-index: 10;
    position: absolute;
    top: 50%;
    width: 54px;
    height: 54px;
    margin-top: -27px;
    border: 2px solid transparent;
    -webkit-border-radius: 56px;
    -moz-border-radius: 56px;
    border-radius: 56px;
    text-align: center;
    font-size: 14px;
    line-height: 54px;
    opacity: 0;
    -webkit-transition: opacity .3s ease 0s;
    -webkit-transition: border-color .3s ease-in-out;
    -moz-transition: opacity .3s ease 0s;
    -moz-transition: border-color .3s ease-in-out;
    -ms-transition: border-color .3s ease-in-out;
    -o-transition: opacity .3s ease 0s;
    -o-transition: border-color .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    -ms-border-radius: 56px;
    -o-border-radius: 56px;
}

.carousel-control .prev_nav:hover i,
.carousel-control .next_nav:hover i {
    opacity: .8;
}

.carousel-control i {
    font-size: 30px;
    line-height: 54px;
    color: #fff;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.carousel-control.dark i {
    color: #000;
}

.carousel-control .prev_nav {
    left: 23px;
}

.q_slider:hover .carousel-control .prev_nav {
    opacity: 1;
}

.carousel-control .next_nav {
    right: 23px;
}

.q_slider:hover .carousel-control .next_nav {
    opacity: 1;
}

.q_slider:hover .carousel-control .next_nav:hover,
.q_slider:hover .carousel-control .prev_nav:hover {
    opacity: 1;
}

.carousel-control .thumb_holder {
    display: block;
    z-index: 9;
    position: absolute;
    top: 50%;
    width: 150px;
    margin: -20px 0 0 0;
}

.carousel-control .thumb_holder .thumb_top {
    display: block;
    position: relative;
    background-color: #fff;
}

.carousel-control.dark .thumb_holder .thumb_top {
    background-color: #000;
}

.carousel-control.left .thumb_holder .thumb_top {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
    -ms-border-radius: 0 3px 0 0;
}

.carousel-control.right .thumb_holder .thumb_top {
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0;
    -ms-border-radius: 3px 0 0 0;
}

.carousel-control.left .thumb_holder {
    display: none;
    left: -100%;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    -webkit-transition: left .2s ease-in-out;
    -moz-transition: left .2s ease-in-out;
    -o-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out;
    -ms-transform: left .2s ease-in-out;
    -ms-border-radius: 0 3px 3px 0;
}

.slider_thumbs .carousel-control.left:hover .thumb_holder {
    left: 0;
}

.in_progress.slider_thumbs .carousel-control.left .thumb_holder {
    left: -100%!important;
}

.carousel-control.right .thumb_holder {
    display: none;
    right: -100%;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    -webkit-transition: right .2s ease-in-out;
    -moz-transition: right .2s ease-in-out;
    -o-transition: right .2s ease-in-out;
    transition: right .2s ease-in-out;
    -ms-transform: right .2s ease-in-out;
    -ms-border-radius: 3px 0 0 3px;
}

.slider_thumbs .carousel-control.right:hover .thumb_holder {
    right: 0;
}

.in_progress.slider_thumbs .carousel-control.right .thumb_holder {
    right: -100%!important;
}

.carousel-control.left .arrow_left {
    float: left;
    height: 40px;
    padding: 0 0 0 15px;
    line-height: 40px;
}

.carousel-control.left .numbers {
    float: right;
    height: 40px;
    padding: 0 20px 0 0;
    line-height: 40px;
}

.carousel-control.right .arrow_right {
    float: right;
    height: 40px;
    padding: 0 15px 0 0;
    line-height: 40px;
}

.carousel-control.right .numbers {
    float: left;
    height: 40px;
    padding: 0 0 0 20px;
    line-height: 40px;
}

.carousel-control .img_outer {
    display: block;
    clear: both;
    position: relative;
    top: 0;
    width: 150px;
    height: 47px;
    margin: 0 0 -2px 0;
    overflow: hidden;
}

.carousel-control .img {
    display: block;
    position: relative;
    top: -47px;
    width: 150px;
    height: 47px;
    overflow: hidden;
}

.in_progress .carousel-control:hover .img {
    top: -47px!important;
}

.carousel-control:hover .img {
    top: 0;
    -webkit-transition: top .2s ease-in-out .2s;
    -moz-transition: top .2s ease-in-out .2s;
    -o-transition: top .2s ease-in-out .2s;
    transition: top .2s ease-in-out .2s;
    -ms-transform: top .2s ease-in-out .2s;
}

.carousel-control.right .img {
    float: right;
}

.carousel-control .img img,
.carousel-control .img .video {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}

.carousel-control .img .video {
    left: -1px;
}

.carousel-control .img .old {
    z-index: 1;
}

@media only screen and (max-width:1300px) {
    .carousel-control {
        width: 15%;
    }
}

@media only screen and (max-width:1000px) {
    .carousel-control {
        width: 10%;
    }

    .carousel-control .prev_nav {
        left: 0;
        opacity: 1;
    }

    .carousel-control.left .thumb_holder {
        display: none;
    }

    .carousel-control .next_nav {
        right: 0;
        opacity: 1;
    }

    .carousel-control.right .thumb_holder {
        display: none;
    }
}

.touch .carousel-control {
    width: 10%;
}

.touch .carousel-control.left {
    background-position: 30px center!important;
}

.touch .carousel-control.left .thumb_holder {
    display: none;
}

.touch .carousel-control.right {
    background-position: 100% center!important;
}

.touch .carousel-control.right .thumb_holder {
    display: none;
}

@media(max-width:1400px) {
    .carousel.responsive_height .carousel-inner .slider_content_outer {
        display: table;
    }

    .carousel.responsive_height .carousel-inner .slider_content .thumb {
        height: auto;
    }

    .carousel.responsive_height .carousel-inner .slider_content {
        display: table-cell;
        position: static;
        top: 0!important;
        left: 0!important;
        vertical-align: bottom;
    }

    .carousel.responsive_height .carousel-inner h2 {
        font-size: 2.9em!important;
    }

    .carousel.responsive_height .carousel-inner h2 {
        line-height: 1.4em!important;
    }

    .carousel.responsive_height .carousel-inner p span {
        font-size: .9em;
    }

    .carousel-inner .qbutton {
        height: 40px;
        padding: 0 30px;
        font-size: 13px;
        line-height: 40px;
    }
}

@media(max-width:1200px) {
    .carousel-inner .item:not(.small_title) h2 {
        font-size: 2.5em!important;
    }

    .carousel-inner .item:not(.small_title) h2 {
        line-height: 1.4em!important;
    }

    .carousel-inner .slide_subtitle span {
        font-size: .8em;
    }
}

@media(max-width:1024px) {
    .carousel-inner {
        position: relative;
    }

    .carousel-inner .qbutton {
        height: 31px;
        font-size: 12px;
        line-height: 31px;
    }

    .carousel-inner .qbutton i {
        margin: 0 0 0 20px;
    }
}

@media only screen and (max-width:800px) {
    .carousel .carousel-inner .slider_content_outer {
        display: table;
    }

    .carousel-inner .slider_content .thumb {
        height: auto;
    }

    .carousel .carousel-inner .slider_content {
        display: table-cell;
        position: static;
        top: 0!important;
        left: 0!important;
        vertical-align: middle;
    }

    .carousel-inner .small_title.small_title_right .slider_content .text,
    .carousel-inner .small_title.small_title_right p,
    .carousel-inner .small_title.small_title_left .slider_content .text,
    .carousel-inner .small_title.small_title_left p {
        text-align: center;
    }

    .carousel .carousel-inner .small_title .slider_content {
        vertical-align: bottom;
    }

    .carousel .carousel-inner .small_title .slider_content .text {
        margin: 0 0 50px 0;
    }
}

@media(max-width:768px) {
    .carousel-inner .qbutton {
        height: 27px;
        font-size: 11px;
        line-height: 27px;
    }

    .carousel-inner .qbutton i {
        margin: 0 0 0 17px;
    }
}

@media(max-width:567px) {
    .carousel-inner h2 {
        font-size: 1.7em!important;
    }

    .carousel-inner .qbutton {
        height: 23px;
        font-size: 10px;
        line-height: 23px;
    }

    .carousel-inner .qbutton i {
        margin: 0 0 0 14px;
    }

    .carousel-inner p {
        line-height: 1.4em!important;
    }

    .carousel-control {
        display: none;
    }
}

@media(max-width:320px) {
    .carousel-inner .item:not(.small_title) h2 {
        font-size: 1.5em!important;
    }

    .carousel-inner p span {
        font-size: 60%!important;
    }

    .carousel-inner p {
        line-height: 1em;
    }

    .carousel-inner .qbutton {
        height: 20px;
        font-size: 9px;
        line-height: 20px;
    }

    .carousel-inner .qbutton i {
        margin: 0 0 0 10px;
    }
}

@media(max-width:768px) {
    .carousel-control.left {
        left: 0;
    }

    .carousel-control.right {
        right: 0;
    }
}

.carousel-indicators li {
    margin: 0;
    margin: 0 3px;
    opacity: .4;
    background-color: #ce273b;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    -ms-transform: all .6s ease-in-out;
}

.carousel-indicators.dark li {
    background-color: #000;
}

.carousel-indicators .active {
    margin: 0 3px;
    opacity: 1;
}

@-webkit-keyframes text-from-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translate(0,15%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(0,15%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0,0);
    }
}

@-moz-keyframes text-from-bottom {
    0% {
        opacity: 0;
        -moz-transform: translate(0,15%);
    }

    50% {
        opacity: 0;
        -moz-transform: translate(0,15%);
    }

    100% {
        opacity: 1;
        -moz-transform: translate(0,0);
    }
}

@-o-keyframes text-from-bottom {
    0% {
        opacity: 0;
        -o-transform: translate(0,15%);
    }

    50% {
        opacity: 0;
        -o-transform: translate(0,15%);
    }

    100% {
        opacity: 1;
        -o-transform: translate(0,0);
    }
}

@keyframes text-from-bottom {
    0% {
        opacity: 0;
        transform: translate(0,15%);
    }

    50% {
        opacity: 0;
        transform: translate(0,15%);
    }

    100% {
        opacity: 1;
        transform: translate(0,0);
    }
}

@-webkit-keyframes rotate {
    0% {
        opacity: 0;
        -webkit-transform: perspective(600px) rotateX(90deg) scale(.5);
    }

    50% {
        opacity: 0;
        -webkit-transform: perspective(600px) rotateX(90deg) scale(.5);
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(600px) rotateX(0deg) scale(1);
    }
}

@-moz-keyframes rotate {
    0% {
        opacity: 0;
        -moz-transform: perspective(600px) rotateX(90deg) scale(.5);
    }

    50% {
        opacity: 0;
        -moz-transform: perspective(600px) rotateX(90deg) scale(.5);
    }

    100% {
        opacity: 1;
        -moz-transform: perspective(600px) rotateX(0deg) scale(1);
    }
}

@-o-keyframes rotate {
    0% {
        opacity: .2;
        -o-transform: perspective(600px) rotateX(90deg) scale(.5);
    }

    50% {
        opacity: .2;
        -o-transform: perspective(600px) rotateX(90deg) scale(.5);
    }

    100% {
        opacity: 1;
        -o-transform: perspective(600px) rotateX(0deg) scale(1);
    }
}

@keyframes rotate {
    0% {
        opacity: 0;
        transform: perspective(600px) rotateX(90deg) scale(.5);
    }

    50% {
        opacity: 0;
        transform: perspective(600px) rotateX(90deg) scale(.5);
    }

    100% {
        opacity: 1;
        transform: perspective(600px) rotateX(0deg) scale(1);
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fade {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fade {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes text-from-bottom-one-by-one {
    0% {
        top: 70px;
        opacity: 0;
    }

    50% {
        top: 45px;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@-moz-keyframes text-from-bottom-one-by-one {
    0% {
        top: 70px;
        opacity: 0;
    }

    50% {
        top: 45px;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@-o-keyframes text-from-bottom-one-by-one {
    0% {
        top: 70px;
        opacity: 0;
    }

    50% {
        top: 45px;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@keyframes text-from-bottom-one-by-one {
    0% {
        top: 70px;
        opacity: 0;
    }

    50% {
        top: 45px;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

.carousel .video .mobile-video-image {
    display: none;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel .video .video-overlay {
    z-index: 11;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3000px;
    opacity: 0;
}

.carousel .video .video-overlay.active {
    opacity: 1;
    background-image: url("img/pixel-video.png");
    background-position: 0 0;
    background-repeat: repeat;
}

.carousel .video .video-overlay img {
    display: none!important;
}

.carousel .video .video-wrap {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.carousel .video .video-wrap .mejs-poster {
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    background-size: cover!important;
    -o-background-size: cover!important;
}

.carousel .video .video-wrap .mejs-container .mejs-controls {
    display: none!important;
}

.carousel .video .video-wrap .mejs-controls .mejs-button button:focus {
    outline: none!important;
}

.carousel .video .video-wrap .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background-color: rgba(255,255,255,0.18) !important;
}

.carousel .video .video-wrap .mejs-container {
    height: auto!important;
    background-color: transparent!important;
    background-image: none!important;
}

.carousel .video .video-wrap .mejs-mediaelement {
    border: 0!important;
    background: none!important;
}

.carousel .video .video-wrap .mejs-container .mejs-poster img {
    width: 100%!important;
    max-width: none!important;
}

.carousel .video .video-wrap .mejs-controls button {
    opacity: .8;
}

.carousel .video .video-wrap .mejs-controls button:hover,
.mejs-controls .mejs-fullscreen-button:hover button {
    opacity: 1!important;
}

.carousel .video .video-wrap .mejs-controls .mejs-time-rail .mejs-time-total {
    background: #1f1f1f none repeat scroll 0 0!important;
}

.carousel .video .video-wrap .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: transparent!important;
}

.q_slider {
    z-index: 10;
    position: relative;
    width: 100%;
    overflow: hidden;
}

@media only screen and (min-width:1000px) {
    .right_side_menu_opened:not(.boxed) .carousel-inner:not(.relative_position) {
        left: -270px!important;
    }
}

.title_outer.animate_title_area {
    overflow: hidden;
}

.title {
    display: block;
    z-index: 101;
    position: relative;
    width: 100%;
    height: 100px;
    border-bottom-color: #eee;
    text-align: left;
    /*background-image: url("img/title_background.png");*/
     background-image: linear-gradient(to bottom, #AB7F10, #AB7F10 70%);
  background-size: 100% 100%;
    background-position: center 0;
    background-repeat: repeat;

}

.title.with_background_color {
    background-image: none;
}

.title_outer.with_image .title {
    height: auto!important;
    line-height: normal;
    background: 0;
}

.title img {
    display: block;
    position: relative;
    width: 100%;
}

.title .not_responsive {
    display: none;
}

.title .title_holder {
    display: table;
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
}

.title_outer.with_image .title .title_holder,
.title_outer .has_fixed_background.title .title_holder,
.title_outer .has_background.title .title_holder {
    display: block;
    position: absolute;
    top: 0;
}

.title .title_overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 0 0;
    background-repeat: repeat;
}

.title .title_holder .container {
    display: table-cell;
    vertical-align: middle;
    background-color: transparent;
}

.title_outer.with_image .title .title_holder .container,
.title_outer .has_fixed_background.title .title_holder .container,
.title_outer .has_background.title .title_holder .container {
    display: block;
    height: 100%;
}

.content .title_outer.with_image .title .container_inner,
.title_outer .has_fixed_background.title .title_holder .container_inner,
.title_outer .has_background.title .title_holder .container_inner {
    display: table;
    height: 100%;
}

.title_subtitle_holder {
    display: block;
    position: relative;
    padding: 0;
}

.title_outer.with_image .title .title_subtitle_holder,
.title_outer .has_fixed_background.title .title_subtitle_holder,
.title_outer .has_background.title .title_subtitle_holder {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.title_subtitle_holder_inner {
    position: relative;
}

.title h1 {
    display: inline-block;
    padding: .527273em 0;
    text-transform: uppercase;
    font-family: 'Open Sans',sans-serif;
    font-size: 55px;
    font-weight: 600;
    letter-spacing: 3px;
    word-break: break-all;
    vertical-align: middle;
    color: #fff;
}

.title.position_center h1 {
    padding: .527273em 40px;
}

.title.has_separators h1 {
    border-top: 4px solid;
    border-bottom: 4px solid;
}

.title_text_shadow .title h1 {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.subtitle {
    display: block;
    margin-top: 25px;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.2em;
    color: #fff;
}

.title_text_shadow .subtitle {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.animate_title_text .title h1,
.animate_title_text .breadcrumbs_title .breadcrumb {
    visibility: visible;
    -webkit-animation: title-from-right .5s 1 cubic-bezier(0.175,0.885,0.320,1.275) 1s;
    -moz-animation: title-from-right .5s 1 cubic-bezier(0.175,0.885,0.320,1.275) 1s;
    -o-animation: title-from-right .5s 1 cubic-bezier(0.175,0.885,0.320,1.275) 1s;
    animation: title-from-right .5s 1 cubic-bezier(0.175,0.885,0.320,1.275) 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -ms-animation-fill-mode: both;
}

@-webkit-keyframes title-from-right {
    0% {
        opacity: 0;
        -webkit-transform: translate(50%,0);
        filter: alpha(opacity=0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0,0);
        filter: alpha(opacity=100);
    }
}

@-moz-keyframes title-from-right {
    0% {
        opacity: 0;
        -moz-transform: translate(50%,0);
        filter: alpha(opacity=0);
    }

    100% {
        opacity: 1;
        -moz-transform: translate(0,0);
        filter: alpha(opacity=100);
    }
}

@-o-keyframes title-from-right {
    0% {
        opacity: 0;
        -o-transform: translate(50%,0);
        filter: alpha(opacity=0);
    }

    100% {
        opacity: 1;
        -o-transform: translate(0,0);
        filter: alpha(opacity=100);
    }
}

@keyframes title-from-right {
    0% {
        opacity: 0;
        transform: translate(50%,0);
        filter: alpha(opacity=0);
    }

    100% {
        opacity: 1;
        transform: translate(0,0);
        filter: alpha(opacity=100);
    }
}

.position_center.title .title_subtitle_holder {
    text-align: center;
}

.position_right.title .title_subtitle_holder {
    text-align: right;
}

.position_right .breadcrumb {
    right: auto;
    left: 0;
}

.title.has_background {
    background-position: center 0;
    background-repeat: no-repeat;
}

.title.has_fixed_background {
    z-index: 101;
    position: relative;
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
}

.title_text_shadow .breadcrumbs .breadcrumbs_inner {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.title.standard_title .breadcrumb {
    position: relative;
    margin: 20px 0 0 0;
}

.title.standard_title.position_center .breadcrumb {
    text-align: center;
}

.title.standard_title.position_left .breadcrumb {
    text-align: left;
}

.title.standard_title.position_right .breadcrumb {
    text-align: right;
}

.title.without_title_text .breadcrumb {
    position: static;
}

.breadcrumb {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    font-size: 13px;
    color: #fff;
}

.breadcrumbs {
    display: table;
    width: 100%;
    height: 100%;
}

.breadcrumbs .breadcrumbs_inner {
    display: table-cell;
    vertical-align: middle;
}

.breadcrumb a,
.breadcrumb span {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
}

.breadcrumb a {
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.breadcrumb a:hover {
    color: #AB7F10;
}

/* Modification fil ariane */

@media only screen and (max-width: 720px) {
	.title.breadcrumbs_title {
		height: auto!important;
	}
}
@media only screen and (min-width: 721px) {
	.title.breadcrumbs_title {
		height: 200px!important;
	}
	.title .title_holder .container {
		display: block;
		margin-top: 15px;
	}
}

/* fin modif fil ariane */

.title.breadcrumbs_title .breadcrumb {
    display: inline-block;
    position: relative;
    right: auto;
    margin: 0;
    vertical-align: middle;
}

.title.breadcrumbs_title .breadcrumb a,
.title.breadcrumbs_title .breadcrumb span {
    text-transform: uppercase;
}

.title.breadcrumbs_title .breadcrumb a,
.title.breadcrumbs_title .breadcrumb span {
    color: #ffffff;
}

.title.breadcrumbs_title .breadcrumb a:hover,
.title.breadcrumbs_title .breadcrumb span.current {
    color: #FFF04F;
}

.touch .title.has_fixed_background {
    background-attachment: scroll;
}

.content .title .container_inner {
    padding: 0!important;
}

.blog_holder article {
    display: inline-block;
    width: 100%;
    margin: 0 0 60px;
    padding: 0 0 60px 0;
    border-bottom: 2px solid #e2e2e2;
}

.blog_holder.blog_small_image article {
    margin: 0 0 50px;
    padding: 0 0 50px 0;
}

.blog_holder.masonry article,
.blog_holder.masonry_full_width article {
    display: block;
    float: left;
}

.blog_holder.blog_single article {
    margin: 0;
}

.blog_holder.blog_single article .post_text h2 {
    display: block;
    margin: 0;
    padding: 17px 0;
    border-top: 2px solid #b8b8b8;
    border-bottom: 2px solid #b8b8b8;
}

.blog_holder.blog_single article .post_text .post_info {
    margin: 21px 0 30px 0;
}

.single-post .blog_single p {
    margin-bottom: 0;
}

.single-post .blog_single p:last-child {
    margin-bottom: 0;
}

.blog_holder article.sticky .post_text h3 a {
    color: #AB7F10;
}

.blog_single.blog_holder article.format-link .post_text .post_text_inner,
.blog_single.blog_holder article.format-quote .post_text .post_text_inner {
    margin: 0 0 30px 0;
    padding: 40px 50px 40px 50px;
}

.blog_holder article .post_content_holder {
    width: 100%;
}

.blog_holder article .post_image,
.blog_holder article .post_image > a,
.blog_holder article .post_image img {
    display: block;
    position: relative;
    width: 100%;
}

.blog_holder article .post_image {
    padding: 0 0 40px 0;
}

.blog_holder article.format-link .post_text .post_text_inner,
.blog_holder article.format-quote .post_text .post_text_inner {
    padding: 47px 60px;
    background-color: #f7f7f7;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.blog_holder.masonry article .post_text .post_text_inner,
.blog_holder.masonry_full_width article .post_text .post_text_inner {
    padding: 0 0 20px 0;
    background-color: #fff;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.blog_holder.masonry article.format-quote .post_text .post_text_inner,
.blog_holder.masonry article.format-link .post_text .post_text_inner,
.blog_holder.masonry_full_width article.format-quote .post_text .post_text_inner,
.blog_holder.masonry_full_width article.format-link .post_text .post_text_inner {
    padding: 17px 15px 18px 15px;
    background-color: #f7f7f7;
}

.blog_holder article .post_text h5 {
    margin: 0 0 20px 0;
    font-size: 18px;
    color: #5d5d5d;
}

.blog_holder article .post_text.with_title_separator h5 {
    margin-bottom: 5px;
}

.blog_holder.masonry article.sticky .post_text h5 a,
.blog_holder.masonry_full_width article.sticky .post_text h5 a {
    color: #AB7F10;
}

.blog_holder article .post_text h2 .date {
    color: #bebebe;
}

.blog_holder article .post_info {
    display: inline-block;
    width: 100%;
    margin: 21px 0 25px;
    font-size: 12px;
    font-weight: 400;
    line-height: 2em;
    color: #AB7F10;
}

.blog_holder article .post_info a {
    font-size: 12px;
    color: #AB7F10;
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -ms-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}

.blog_holder article .post_info span {
    font-size: 12px;
    line-height: 1em;
}

.blog_holder article .post_info i {
    margin: 0 5px 0 0;
}

.blog_holder article .post_info a:hover {
    color: #9d9d9d;
}

.blog_holder article .post_info .social_share_dropdown a:hover {
    color: #fff;
}

.blog_holder article.format-quote .post_text:hover .post_info .social_share_dropdown ul li:hover span,
.blog_holder article.format-link .post_text:hover .post_info .social_share_dropdown ul li:hover span {
    color: #fff;
}

.blog_holder article.format-quote .post_info .post_text:hover .social_share_holder:hover .social_share_dropdown ul li:hover {
    color: #fff;
}

.blog_holder article.format-quote .post_info,
.blog_holder article.format-link .post_info {
    margin: 0 0 28px 60px;
}

.blog_holder article .post_text .post_info .post_author,
.blog_holder article .post_text .post_info .time,
.blog_holder article .post_text .post_info .post_category,
.blog_holder article .post_text .post_info .post_comments,
.blog_holder.masonry article .post_text .post_info .post_comments a,
.blog_holder article .post_text .post_info .blog_like,
.blog_holder article .post_text .post_info .blog_share {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    border-left: 1px solid #AB7F10;
    font-size: 12px;
    line-height: 1em;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.blog_holder.masonry article .post_text .post_info .post_comments,
.blog_holder.masonry_full_width article .post_text .post_info .post_comments,
.blog_holder.masonry article .post_text .post_info .blog_share,
.blog_holder.masonry_full_width article .post_text .post_info .blog_share {
    border-color: #5d5d5d;
}

.blog_holder article .post_text .post_info > span:first-child,
.blog_holder article .post_text:hover .post_info > span:first-child,
.blog_holder.masonry article.format-link .post_text:hover .post_info .time,
.blog_holder.masonry_full_width article.format-link .post_text:hover .post_info .time,
.blog_holder.masonry article.format-quote .post_text:hover .post_info .time,
.blog_holder.masonry_full_width article.format-quote .post_text:hover .post_info .time {
    margin: 0;
    padding: 0;
    border: 0!important;
}

.blog_holder article .post_info .blog_share {
    font-size: 15px;
    line-height: 1em;
}

.blog_holder article .post_more {
    margin: 30px 0 0;
}

.blog_holder.blog_small_image article .post_more {
    margin: 30px 0 0;
}

.blog_holder article .video .mobile-video-image {
    display: none;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog_holder article .video {
    position: relative;
}

.blog_holder article .video .video-wrap {
    z-index: 10;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.blog_holder article .video .video-wrap .mejs-poster {
    width: 100%!important;
    height: 100%!important;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    background-size: cover!important;
    -o-background-size: cover!important;
}

.blog_holder article .video .video-wrap .mejs-container {
    width: 100%!important;
    height: 100%!important;
    overflow: hidden;
    background-color: transparent!important;
    background-image: none!important;
}

.blog_holder article .video .video-wrap .mejs-mediaelement {
    border: 0!important;
    background: none!important;
}

.blog_holder article .video .video-wrap .mejs-container .mejs-poster img {
    width: 100%!important;
    max-width: none!important;
}

.blog_holder article .mejs-container .mejs-controls {
    visibility: visible!important;
}

.blog_holder article .mejs-controls .mejs-volume-button .mejs-volume-slider {
    display: none!important;
}

.blog_holder article .post_image .mejs-poster img {
    display: none!important;
}

.blog_holder article.format-gallery .flexslider {
    margin: 0;
    overflow: hidden;
}

.portfolio_single .flexslider {
    overflow: hidden;
}

.blog_holder.blog_small_image article .post_image {
    width: 50%;
    padding: 0;
}

.blog_holder.blog_small_image article .post_image,
.blog_holder.blog_small_image article .post_text {
    float: left;
    width: 50%;
    margin: 0;
}

.blog_holder.blog_small_image article.format-quote .post_text,
.blog_holder.blog_small_image article.format-link .post_text {
    width: 100%;
}

.blog_holder.blog_small_image article .post_text .post_text_inner {
    padding: 0 25px;
}

.blog_holder.blog_small_image article.format-quote .post_text .post_text_inner,
.blog_holder.blog_small_image article.format-link .post_text .post_text_inner {
    padding: 50px;
}

.grid2 .blog_holder.blog_small_image article .post_comments {
    margin-left: 0;
}

.blog_holder article .post_description {
    margin: 2px 0 10px;
}

.latest_post_inner .post_comments i {
    padding: 0 8px 0 0;
    font-size: 16px;
    color: #adadad;
}

.latest_post_inner .post_comments:hover i {
    color: #AB7F10;
}

.blog_holder article .post_info .post_info_left a.post_author_avatar {
    display: inline-block;
    float: left;
    padding: 0 10px 0 0;
}

.blog_holder article .post_info .post_info_left a.post_author {
    display: inline-block;
    float: left;
    line-height: 64px;
}

.post_author_avatar img {
    border: 2px solid #eaeaea;
    border-radius: 60px;
}

.blog_holder.masonry article .post_description,
.blog_holder.masonry_full_width article .post_description {
    margin: 0 0 4px;
}

.blog_holder article .post_description a:hover,
.blog_holder article .post_description .post_comments:hover {
    color: #AB7F10;
}

.blog_like {
    display: inline-block;
}

.blog_like a {
    display: block;
    line-height: 14px;
}

.blog_like a:before {
    content: '\e030';
    position: relative;
    top: 1px;
    margin-right: 5px;
    font-family: 'ElegantIcons',sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.blog_like a.liked:before {
    content: '\e089';
}

.blog_holder.masonry article .blog_like a i,
.blog_holder.masonry_full_width article .blog_like a i,
.blog_holder.blog_single article .blog_like a i,
.blog_holder.blog_large_image article .blog_like a i {
    display: inline-block;
}

.blog_like a:hover i,
.blog_like a.liked i,
.blog_like a:hover span {
    color: #AB7F10;
}

.blog_holder article .blog_like span {
    display: none;
}

.blog_holder article .post_info .qbutton.dark {
    text-transform: none;
}

.blog_share {
    display: inline-block;
}

.blog_holder article.format-quote .post_text i.qoute_mark,
.blog_holder article.format-link .post_text i.link_mark {
    line-height: 1em;
    color: #AB7F10;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.blog_holder article.format-quote .post_text i.qoute_mark {
    margin: -5px 0 0 0;
    font-size: 45px;
}

.blog_holder article.format-link .post_text i.link_mark {
    margin: 3px 0 0 0;
    font-size: 30px;
}

.blog_holder article.format-quote .post_text .post_title,
.blog_holder article.format-link .post_text .post_title {
    padding: 0 0 0 60px;
    text-align: left!important;
}

.blog_holder.blog_small_image article.format-quote .post_text .post_title,
.blog_holder.blog_small_image article.format-link .post_text .post_title {
    padding: 0 0 0 60px;
}

.blog_holder article.format-quote .post_text .post_title p,
.blog_holder article.format-link .post_text .post_title p {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.38462em;
    color: #5d5d5d;
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}

.blog_holder article.format-quote .post_text .post_title p a,
.blog_holder article.format-link .post_text .post_title p a {
    color: #5d5d5d;
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -ms-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}

.blog_holder article.format-quote .post_text .quote_author {
    display: block;
    font-family: inherit;
    font-size: 25px;
    font-weight: 400;
    line-height: 32px;
    color: #5d5d5d;
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -ms-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}

.blog_holder article.format-link .post_text:hover .post_text_inner,
.blog_holder article.format-quote .post_text:hover .post_text_inner {
    background-color: #AB7F10!important;
}

.blog_holder.blog_single article.format-link .post_text .post_info a:hover,
.blog_holder.blog_single article.format-quote .post_text .post_info a:hover {
    color: #9d9d9d;
}

.blog_holder article.format-link .post_text:hover .post_info,
.blog_holder article.format-quote .post_text:hover .post_info .time,
.blog_holder article.format-link .post_text:hover .post_info .time,
.blog_holder article.format-link .post_text:hover .post_info a,
.blog_holder article.format-quote .post_text:hover .post_info,
.blog_holder article.format-quote .post_text:hover .post_info a,
.blog_holder.blog_single article.format-link .post_text:hover .post_info a:hover,
.blog_holder.blog_single article.format-quote .post_text:hover .post_info a:hover,
.blog_holder article.format-quote .blog_like a:hover span,
.blog_holder article.format-quote .post_text:hover .quote_author,
.blog_holder article.format-quote .post_text:hover i.qoute_mark,
.blog_holder article.format-link .post_text:hover i.link_mark,
.blog_holder article.format-link .blog_like a:hover span,
.blog_holder article.format-quote .post_text:hover p a,
.blog_holder article.format-link .post_text:hover p a,
.blog_holder article.format-quote .post_text:hover .post_title p,
.blog_holder article.format-link .post_text:hover .post_title p,
.blog_holder.masonry article.format-quote .post_text:hover .post_author > a,
.blog_holder.masonry article.format-link .post_text:hover .post_author > a,
.blog_holder.masonry_full_width article.format-quote .post_text:hover .post_author>a,
.blog_holder.masonry_full_width article.format-link .post_text:hover .post_author>a {
    color: #fff;
}

.blog_holder article.format-link .post_text:hover .post_info .time,
.blog_holder article.format-quote .post_text:hover .post_info .time,
.blog_holder article.format-link .post_text:hover .post_info .post_category,
.blog_holder article.format-link .post_text:hover .post_info .post_comments,
.blog_holder article.format-quote .post_text:hover .post_info .post_category,
.blog_holder article.format-quote .post_text:hover .post_info .post_comments,
.blog_holder article.format-link .post_text:hover .post_info .blog_like,
.blog_holder article.format-quote .post_text:hover .post_info .blog_like,
.blog_holder article.format-link .post_text:hover .post_info .blog_share,
.blog_holder article.format-quote .post_text:hover .post_info .blog_share {
    border-left: 1px solid #fff;
}

.blog_load_more_button_holder {
    padding: 0 0 40px;
    text-align: center;
    opacity: 0;
}

.single_links_pages {
    display: block;
    margin: 50px 0 0;
    text-align: center;
    text-decoration: none;
}

.single_links_pages span {
    display: inline-block;
    position: relative;
    width: 38px;
    height: 38px;
    margin: 0 11px 0 0;
    border: 2px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    line-height: 38px;
    white-space: nowrap;
    outline: 0;
    color: #303030;
    background-color: #e3e3e3;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    cursor: pointer;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

.single_links_pages a span {
    border-color: #e5e5e5;
    color: #b4b4b4;
    background-color: transparent;
}

.single_links_pages a:hover span {
    border-color: #e3e3e3;
    color: #303030;
    background-color: #e3e3e3;
}

.author_description {
    display: block;
    position: relative;
    margin: 34px 0 0;
    padding: 23px 23px;
    background-color: #fff;
}

.author_description_inner {
    display: block;
}

.author_description_inner .image {
    display: block;
    float: left;
    width: 85px;
    height: 85px;
    border: 1px solid #5d5d5d;
    border-radius: 75px;
    overflow: hidden;
}

.author_description .author_description_inner .image img {
    display: block;
    float: left;
    padding: 5px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    overflow: hidden;
}

.author_text_holder {
    position: relative;
    padding: 0 0 0 100px;
    min-height: 100px;
}

.author_text_holder .author_name {
    display: block;
    margin: 0 0 4px 0;
}

.author_text_holder .author_email {
    display: block;
    margin: 0 0 6px 0;
}

.single_tags {
    margin: 26px 0 0 0;
}

.single_tags a,
.widget .tagcloud a {
    color: #AB7F10;
}

.single_tags a:hover,
.widget .tagcloud a:hover {
    color: #9d9d9d;
}

.single_tags h5 {
    display: inline-block;
}

.widget .tagcloud a {
    display: inline-block;
    font-size: 14px!important;
}

.widget .tagcloud a:after {
    content: ",";
}

.widget .tagcloud a:last-child:after {
    content: "";
}

.blog_social_and_comments {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px;
}

.comment_number_holder {
    display: inline-block;
    float: left;
}

.blog_single_social {
    display: inline-block;
    float: right;
}

.blog_single_social .blog_like {
    float: right;
    margin: 0 0 0 15px;
}

.comment_holder {
    margin: 0;
    padding: 40px 0;
}

.comment_number_holder .comment_number {
    color: #000;
}

.comment_number .comment_number_inner i {
    position: relative;
    top: -1px;
    padding: 0 10px 0 0;
}

.comment_holder ul.comment-list {
    z-index: 150;
    position: relative;
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
}

.comment_holder .comment-list li {
    display: inline-block;
    position: relative;
    width: 100%;
}

.comment_holder .comment-list li ul.children li:last-child {
    padding: 0;
}

.comment_holder .comment-list > li {
    margin: 0 0 18px;
}

.comment_holder .comment-list > li:last-child {
    margin: 0;
}

.comment_holder .comment {
    padding: 30px;
    background-color: #f7f7f7;
}

.comment_holder .comment .image {
    display: block;
    float: left;
    width: 102px;
    height: 102px;
}

.comment_holder .comment .image img {
    display: block;
    float: left;
    width: 90px;
    height: 90px;
    padding: 5px;
    border: 1px solid #5d5d5d;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    overflow: hidden;
}

.comment_holder .comment .text {
    position: relative;
    padding: 0 0 0 130px;
    min-height: 102px;
}

.comment_holder .comment .text .comment_date {
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    color: #5d5d5d;
}

.comment_holder .comment .text .name {
    display: block;
    margin: 0 0 3px 0;
    font-size: 18px;
    font-weight: 600;
    color: #5d5d5d;
}

.comment_holder .comment .text .replay,
.comment_holder .comment .text .comment-reply-link {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    border-left: 1px solid #5d5d5d;
    font-size: 12px;
    font-weight: 400;
    color: #AB7F10;
}

.comment_holder .comment .text .replay:hover,
.comment_holder .comment .text .comment-reply-link:hover {
    color: #AB7F10;
}

.comment_holder .comment .text .text_holder {
    display: block;
    margin: 20px 0 0 0;
}

.comment_holder .comment .logged-in-as {
    margin: 10px 0;
}

.comment_holder .comment .form-submit {
    margin: 0 0 20px;
}

.comment_holder .comment-list li ul.children {
    margin: 18px 0 0 0;
    padding: 0 0 0 70px;
}

.comment_holder .comment-list li ul.children li {
    margin: 0 0 18px 0;
    border-bottom: 0;
}

.comment_holder .comment-list li ul.children li:last-child {
    margin: 0;
}

#respond h3 {
    margin: 0 0 15px 0;
}

#respond h3.comment-reply-title {
    margin: 0;
}

#respond small {
    display: block;
    position: relative;
    margin: 0 0 40px;
}

.comment_holder .comment .comment-respond {
    margin-top: 20px;
}

#respond textarea,
#respond input[type='text'],
.contact_form input[type='text'],
.contact_form textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 27px 0;
    padding: 13px 17px;
    border: 0;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    outline: 0;
    color: #5d5d5d;
    background-color: #f8f8f8;
    resize: none;
}

#respond textarea {
    padding: 15px 17px;
}

.comment_holder #respond textarea,
.comment_holder #respond input[type='text'] {
    background-color: #fff;
}

.comment_holder .comment #respond textarea,
.comment_holder .comment #respond input[type='text'] {
    background-color: #f6f6f6;
}

.comment_holder #respond textarea {
    margin: 0 0 12px;
}

#respond textarea:focus,
#respond input[type='text']:focus,
.contact_form input[type='text']:focus,
.contact_form textarea:focus {
    color: #fff;
    background-color: #AB7F10;
}

#respond textarea:focus::-webkit-input-placeholder,
#respond input[type='text']:focus::-webkit-input-placeholder,
.contact_form input[type='text']:focus::-webkit-input-placeholder,
.contact_form textarea:focus::-webkit-input-placeholder {
    color: #fff;
}

#respond textarea:focus:-moz-placeholder,
#respond input[type='text']:focus:-moz-placeholder,
.contact_form input[type='text']:focus:-moz-placeholder,
.contact_form textarea:focus:-moz-placeholder {
    color: #fff;
}

#respond textarea:focus::-moz-placeholder,
#respond input[type='text']::-moz-placeholder,
.contact_form input[type='text']:focus::-moz-placeholder,
.contact_form textarea:focus::-moz-placeholder {
    color: #fff;
}

div.comment_form {
    display: inline-block;
    width: 100%;
    margin: 0 0 30px;
    padding: 60px 0 0 0;
    border-top: 2px solid #e2e2e2;
}

div.comment_form form p.form-submit,
div.comment_holder .comment p.form-submit {
    margin: 0;
}

div.comment_form form p.form-submit .success p {
    margin: 10px 0 0;
}

div.comment_form form p.logged-in-as {
    margin: 0 0 17px;
    font-size: 12px;
    font-weight: 400;
}

div.comment_form form p.logged-in-as a {
    color: #AB7F10;
}

div.comment_form form p.logged-in-as a:hover {
    color: #9d9d9d;
}

#cancel-comment-reply-link {
    display: inline-block;
    width: 100%;
    margin: 0;
}

body.page-template-blog-masonry-full-width-php .content .full_width {
    padding: 44px 20px 25px 45px;
}

.blog_holder.masonry,
.blog_holder.masonry_full_width {
    margin-bottom: 20px;
    overflow: visible!important;
    opacity: 0;
    transition: none!important;
    filter: alpha(opacity=0);
}

.blog_holder.masonry .post_author,
.blog_holder.masonry_full_width .post_author {
    display: block;
    margin-bottom: 20px;
}

.blog_holder.masonry .post_author a,
.blog_holder.masonry_full_width .post_author a {
    font-size: 13px;
    color: #AB7F10;
}

.blog_holder.masonry .post_author a:hover,
.blog_holder.masonry_full_width .post_author a:hover {
    font-size: 13px;
    color: #5d5d5d;
}

.blog_holder.masonry .post_author i,
.blog_holder.masonry_full_width .post_author i {
    margin: 0 5px 0 0;
}

#infscr-loading {
    position: absolute;
    bottom: -35px;
    left: 50%;
}

.blog_infinite_scroll_button {
    display: none;
}

.blog_holder.masonry article,
.blog_holder.masonry_full_width article {
    z-index: 100;
    width: 31.2%;
    margin: 0 0 20px;
    padding: 0;
    border-bottom: 2px solid #e2e2e2;
    text-align: left;
    vertical-align: top;
}

.blog_holder.masonry_full_width article {
    width: 18.7%;
}

.two_columns_75_25 .blog_holder.masonry article,
.two_columns_66_33 .blog_holder.masonry article,
.two_columns_33_66 .blog_holder.masonry article,
.two_columns_25_75 .blog_holder.masonry article {
    width: 48%;
}

.blog_holder.masonry article:hover,
.blog_holder.masonry_full_width article:hover {
    z-index: 200;
}

.blog_holder.masonry article .post_image {
    width: auto;
    margin: 0;
    padding: 0;
    padding-bottom: 17px;
    text-align: center;
}

.blog_holder.masonry article .post_info,
.blog_holder.masonry_full_width article .post_info,
.blog_holder.masonry article .post_info > a,
.blog_holder.masonry_full_width article .post_info > a,
.blog_holder.masonry article .post_info .social_share_holder>a,
.blog_holder.masonry_full_width article .post_info .social_share_holder>a {
    margin: 20px 0 0 0;
    font-weight: 600;
    color: #5d5d5d;
}

.blog_holder.masonry article .post_info a:hover,
.blog_holder.masonry_full_width article .post_info a:hover {
    color: #AB7F10;
}

.blog_holder.masonry article .post_info .social_share_dropdown a,
.blog_holder.masonry_full_width article .post_info .social_share_dropdown a {
    margin: 0;
    font-weight: normal;
}

.blog_holder.masonry article .post_info .social_share_dropdown a:hover,
.blog_holder.masonry_full_width article .post_info .social_share_dropdown a:hover {
    color: #fff;
}

.blog_holder.masonry article .post_info span,
.blog_holder.masonry-full-width article .post_info span {
    font-size: 13px;
}

.blog_holder.masonry article.format-link .post_info,
.blog_holder.masonry_full_width article.format-link .post_info,
.blog_holder.masonry_full_width article.format-quote .post_info,
.blog_holder.masonry article.format-quote .post_info {
    margin: 0 0 20px;
}

.blog_holder.masonry article .post_text .post_text_innet,
.blog_holder.masonry_full_width article .post_text .post_text_innet {
    padding: 20px 15px 20px 15px;
}

.blog_holder.masonry article.format-link .post_text,
.blog_holder.masonry_full_width article.format-link .post_text,
.blog_holder.masonry article.format-quote .post_text,
.blog_holder.masonry_full_width article.format-quote .post_text {
    border: 0;
}

.blog_holder.masonry article .post_text.center {
    padding: 0 20px;
    text-align: center;
}

.blog_holder.masonry article .post_text.left {
    padding: 0 15px;
    text-align: left;
}

.blog_holder.masonry article .post_text.right {
    padding: 0 15px;
    text-align: right;
}

/* Classe circle pour facebook */
.circle {
	border-radius: 50%;
	margin: 0.15em;
	font-size: 3em;
}

.blog_holder.masonry article .q_font_elegant_holder.circle {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    border: 0;
    background-color: #AB7F10;
}

.blog_holder.masonry article .q_font_elegant_holder.circle span {
    font-size: 20px;
    line-height: 60px;
    color: #fff;
}

.blog_holder article.format-quote h3 {
    margin: 0 0 10px;
    line-height: 35px;
}

.blog_holder.masonry article h4,
.blog_holder.masonry_full_width article h4 {
    margin: 0 0 4px;
}

.blog_holder.masonry article h3 a {
    font-weight: 300;
}

.blog_holder.masonry article.format-link .post_text,
.blog_holder.masonry_full_width article.format-link .post_text,
.blog_holder.masonry_full_width article.format-quote .post_text,
.blog_holder.masonry article.format-quote .post_text {
    padding: 0;
}

.blog_holder.masonry article .mejs-controls div.mejs-horizontal-volume-slider,
.blog_holder.masonry_full_width article .mejs-controls div.mejs-horizontal-volume-slider {
    margin: 0 10px 0 0;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    z-index: 1;
    pointer-events: none;
}

.isotope {
    -webkit-transition-property: height;
    -moz-transition-property: height;
    -ms-transition-property: height;
    -o-transition-property: height;
    transition-property: height;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform,opacity;
    -moz-transition-property: -moz-transform,opacity;
    -ms-transition-property: -ms-transform,opacity;
    -o-transition-property: -o-transform,opacity;
    transition-property: transform,opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.q_masonry_blog {
    margin-bottom: 50px;
    overflow: visible!important;
    opacity: 0;
    transition: none!important;
    filter: alpha(opacity=0);
}

.q_masonry_blog article,
.full_width .grid_section .q_masonry_blog article {
    display: block;
    z-index: 100;
    float: left;
    width: 31.2%;
    margin: 0 0 20px;
    padding: 0;
    border: 0;
    text-align: left;
    vertical-align: top;
    background-color: #fff;
}

.full_width .q_masonry_blog article {
    width: 18.9%;
    margin-right: .5%;
    margin-left: .5%;
}

.q_masonry_blog article.format-link:hover,
.q_masonry_blog article.format-quote:hover {
    background-color: #AB7F10;
}

.q_masonry_blog article.format-link .q_masonry_blog_post_title,
.q_masonry_blog article.format-quote .q_masonry_blog_post_title {
    padding: 0 0 0 60px;
}

.q_masonry_blog article.format-quote .q_masonry_blog_post_text i.qoute_mark,
.q_masonry_blog article.format-link .q_masonry_blog_post_text i.link_mark {
    margin: 7px 0 0;
    font-size: 36px;
    color: #c0c0c0;
}

.q_masonry_blog article.format-quote .q_masonry_blog_post_text p,
.q_masonry_blog article.format-link .q_masonry_blog_post_text p {
    font-size: 21px;
    line-height: 35px;
    color: #303030;
}

.q_masonry_blog article.format-link:hover .q_masonry_blog_post_info,
.q_masonry_blog article.format-link:hover .q_masonry_blog_post_info a,
.q_masonry_blog article.format-quote:hover .q_masonry_blog_post_info,
.q_masonry_blog article.format-quote:hover .q_masonry_blog_post_info a,
.q_masonry_blog article.format-quote:hover .q_masonry_blog_post_text .quote_author,
.q_masonry_blog article.format-quote:hover .q_masonry_blog_post_text i.qoute_mark,
.q_masonry_blog article.format-link:hover .q_masonry_blog_post_text i.link_mark,
.q_masonry_blog article.format-quote:hover .q_masonry_blog_post_text p a,
.q_masonry_blog article.format-link:hover .q_masonry_blog_post_text p a {
    color: #fff;
}

.two_columns_75_25 .q_masonry_blog article,
.two_columns_66_33 .q_masonry_blog article,
.two_columns_33_66 .q_masonry_blog article,
.two_columns_25_75 .q_masonry_blog article {
    width: 48%;
}

.q_masonry_blog article:hover {
    z-index: 200;
}

.q_masonry_blog article .q_masonry_blog_post_image {
    width: auto;
    margin: 0;
}

.q_masonry_blog article .q_masonry_blog_post_image img {
    vertical-align: middle;
}

.q_masonry_blog article .q_masonry_blog_post_info {
    margin: 15px 0 0 0;
    color: #303030;
}

.q_masonry_blog article .q_masonry_blog_post_info a {
    color: #bebebe;
}

.q_masonry_blog article .q_masonry_blog_post_info a:hover {
    color: #AB7F10;
}

.q_masonry_blog article .quote_author {
    display: block;
    font-family: inherit;
    font-size: 21px;
    font-weight: 400;
    line-height: 35px;
    color: #c0c0c0;
}

.q_masonry_blog article.format-link .q_masonry_blog_post_info,
.q_masonry_blog article.format-quote .q_masonry_blog_post_info {
    margin: 0 0 20px;
}

.q_masonry_blog article .q_masonry_blog_post_text {
    padding: 20px 15px 20px 15px;
}

.q_masonry_blog article h5 {
    margin: 0 0 10px;
}

.q_masonry_blog article .mejs-controls div.mejs-horizontal-volume-slider {
    margin: 0 10px 0 0;
}

.q_masonry_blog article .flexslider {
    margin-bottom: 0;
}

.latest_post_holder {
    display: inline-block;
    width: 100%;
}

.latest_post_holder.date_in_box .latest_post {
    padding-left: 85px;
}

.latest_post_holder.minimal .latest_post {
    padding-bottom: 0;
    border-bottom: 0;
}

.latest_post_holder li:last-child .latest_post {
    border-bottom: 0;
}

.latest_post_holder .latest_post_date {
    float: left;
    width: 59px;
    margin-top: 5px;
    margin-right: 25px;
    border-radius: 4px;
    text-align: center;
}

.latest_post_holder .latest_post_date .post_publish_day {
    height: 39px;
    font-size: 22px;
    line-height: 39px;
    color: #fff;
    background-color: #AB7F10;
}

.latest_post_holder .latest_post_date .post_publish_month {
    height: 18px;
    border: 1px solid #eaeaea;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    font-size: 12px;
    line-height: 18px;
    color: #303030;
    background-color: #f4f4f4;
    -moz-border-bottom-left-radius: 2px;
    -moz-border-bottom-right-radius: 2px;
}

.latest_post_holder > ul {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.latest_post_holder > ul > li {
    display: block;
    position: relative;
    padding-top: 15px;
}

.latest_post_holder.minimal > ul > li {
    padding-top: 11px;
}

.latest_post_holder.image_in_box .latest_post_holder > ul > li {
    padding-top: 15px;
}

.latest_post_holder > ul > li:first-child {
    padding-top: 0;
}

.latest_post_holder.boxes.center {
    text-align: center;
}

.latest_post_holder.boxes.left {
    text-align: left;
}

.latest_post_holder.boxes.right {
    text-align: right;
}

.latest_post_holder.boxes > ul {
    clear: both;
}

.latest_post_holder.boxes > ul > li {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    margin: 0 2% 0 0;
    padding: 0;
    border: 0;
    -ms-box-sizing: border-box;
}

.latest_post_holder.boxes.two_columns > ul > li {
    width: 49%;
}

.latest_post_holder.boxes.three_columns > ul > li {
    width: 32%;
}

.latest_post_holder.boxes.four_columns > ul > li {
    width: 23.5%;
}

.latest_post_holder.boxes > ul > li:last-child {
    margin: 0;
}

.latest_post_holder.boxes > ul > li .latest_post {
    padding: 19px 0 12px;
    border-top: 0;
    border-bottom: 2px solid #e2e2e2;
}

.latest_post_holder.boxes > ul > li .latest_post p.excerpt {
    margin: 21px 0 19px;
}

.latest_post_holder .post_info_section,
.latest_post_holder .blog_like a {
    display: inline-block;
}

.latest_post_holder .post_info_section {
    padding: 0 10px;
}

.latest_post_holder .post_info_section.date_hour_holder {
    padding-left: 0;
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -ms-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}

.latest_post_holder .post_info_section.date_hour_holder:hover {
    color: #AB7F10;
}

.latest_post_holder .blog_like a {
    line-height: inherit;
}

.latest_post_holder .blog_like a span,
.latest_post_holder .post_info_section.date_hour_holder {
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -ms-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}

.latest_post_holder .blog_like span {
    padding: 0;
}

.latest_post_holder .post_info_section:before,
.latest_post_holder .blog_share:before {
    content: '|';
    position: relative;
    left: -10px;
}

.latest_post_holder .post_info_section:first-child:before {
    display: none;
}

.latest_post_holder .blog_share {
    margin-left: 10px;
}

.latest_post_holder.boxes > ul > li .latest_post .latest-vert-separator {
    margin-left: 3px;
}

.latest_post_holder.boxes .boxes_image {
    padding-bottom: 19px;
    border-bottom: 2px solid #e2e2e2;
    overflow: hidden;
}

.latest_post_holder.boxes .boxes_image a {
    display: block;
}

.latest_post_holder.boxes .boxes_image a img {
    vertical-align: top;
}

.latest_post_holder.boxes .q_font_elegant_holder.circle {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    border: 0;
    background-color: #AB7F10;
}

.latest_post_holder.boxes .q_font_elegant_holder.circle span {
    font-size: 20px;
    line-height: 60px;
    color: #fff;
}

.latest_post_holder.boxes .latest_post_author_holder {
    margin-top: 21px;
    font-weight: 400;
}

.latest_post_holder.boxes.with_title_separator .latest_post_author_holder {
    margin-top: 6px;
    margin-bottom: 23px;
}

.latest_post_holder.boxes .latest_post_author_holder a {
    color: #AB7F10;
}

.latest_post_holder.boxes .latest_post_author_holder a:hover {
    color: #5d5d5d;
}

.latest_post_holder.boxes .latest_post_author_holder a span {
    padding-right: 7px;
}

.latest_post_holder > ul > li .date_hour_holder i {
    margin-right: 8px;
}

.latest_post,
.latest_post > a,
.latest_post a img {
    display: block;
    position: relative;
}

.latest_post_image {
    float: left;
    width: 125px;
}

.latest_post_image img {
    float: left;
    width: 100%;
}

.latest_post_text {
    display: block;
    width: auto;
}

.latest_post_holder.image_in_box .latest_post_text {
    padding: 0 0 0 146px;
}

.latest_post_holder.minimal .latest_post_inner {
    margin: 0 0 0!important;
}

.latest_post_inner {
    margin: 0 0 10px!important;
}

.latest_post_holder.image_in_box .latest_post_text_inner {
    display: table-cell;
    vertical-align: middle;
}

.latest_post_holder.image_in_box .latest_post_inner {
    display: table;
    width: 100%;
    margin: 0 0 0!important;
}

.latest_post_inner .post_infos {
    display: block;
    font-size: 13px;
    font-weight: 600;
}

.latest_post_inner .post_infos,
.latest_post_inner .post_infos a {
    color: #5d5d5d;
}

.latest_post_inner .post_infos a:hover {
    color: #AB7F10;
}

.latest_post_holder.minimal .latest_post_inner .post_infos {
    margin: 10px 0 3px 0;
}

.latest_post_holder .latest_post_info_icon {
    margin-right: 7px;
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -ms-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}

.latest_post_holder .post_info_section:hover .latest_post_info_icon {
    color: #AB7F10;
}

.latest_post_holder.image_in_box .latest_post_text .latest_post_title {
    margin: -3px 0 2px 0;
}

.latest_post_holder.image_in_box .latest_post_text .excerpt {
    margin: 8px 0;
}

.latest_post_holder .social_share_holder .social_share_icon {
    margin-right: 7px;
    font-size: 13px;
}

.mejs-container {
    position: relative;
    height: 60px!important;
    text-align: left;
    text-indent: 0;
    vertical-align: top;
    background-color: #efefef;
}

.mejs-container.wp-audio-shortcode {
    height: 30px!important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.blog_holder.masonry .mejs-container {
    border: 0;
}

.blog_holder.small_images article .post_text .post_inner .mejs-container {
    margin: 0 0 15px;
}

.me-plugin {
    position: absolute;
}

.mejs-embed,
.mejs-embed body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.mejs-fullscreen {
    overflow: hidden!important;
}

.mejs-container-fullscreen {
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
    width: 100%;
    height: 100%;
}

.mejs-clear {
    clear: both;
}

.mejs-background {
    position: absolute;
    top: 0;
    left: 0;
}

.mejs-mediaelement {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.blog_holder.masonry .mejs-mediaelement {
    border: 0;
}

.mejs-poster {
    position: absolute;
    top: 0;
    left: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

:root .mejs-poster img {
    display: none;
}

.mejs-poster img {
    padding: 0;
    border: 0;
}

.mejs-overlay {
    position: absolute;
    top: 0;
    left: 0;
}

.mejs-overlay-play {
    cursor: pointer;
}

.mejs-container .mejs-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    list-style-type: none;

}

.mejs-container .mejs-controls div {
    display: block;
    float: left;
    width: 35px;
    height: 60px;
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
    background-image: none;
}

.mejs-controls .mejs-button button {
    display: block;
    position: absolute;
    width: 14px;
    height: 13px;
    margin: 23px 15px 23px 15px;
    padding: 0;
    border: 0;
    text-decoration: none;
    font-size: 0;
    line-height: 0;
    background: transparent;
    cursor: pointer;
}

.no-svg .mejs-controls .mejs-button button {
    background-image: url(img/audio/controls.png);
}

.mejs-controls .mejs-button button:focus {
    outline: 0;
}

.mejs-container .mejs-controls .mejs-time {
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: auto;
    height: 60px;
    padding: 0;
    overflow: hidden;
    text-align: center;
    color: #5d5d5d;
}

.mejs-container .mejs-controls .mejs-time span {
    display: block;
    float: left;
    width: auto;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 60px;
    color: #5d5d5d;
}

.mejs-controls .mejs-play button {
    background-image: url(img/audio/play.png);
    background-position: center;
    background-repeat: no-repeat;
}

.mejs-controls .mejs-pause button {
    background-image: url(img/audio/pause.png);
    background-position: center;
    background-repeat: no-repeat;
}

.mejs-controls .mejs-stop button {
    background-image: url(img/audio/stop.png);
    background-position: center;
    background-repeat: no-repeat;
}

.mejs-controls div.mejs-time-rail {
    width: 200px;
    direction: ltr;
}

.mejs-controls .mejs-time-rail span {
    display: block;
    position: absolute;
    width: auto;
    height: 8px;
    margin: 26px 15px;
    cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    background-color: #ddd;
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
    width: 100%;
    background-image: -o-linear-gradient(-45deg,rgba(224,222,222,0.15) 25%,transparent 25%,transparent 50%,rgba(224,222,222,0.15) 50%,rgba(224,222,222,0.15) 75%,transparent 75%,transparent);
    background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(224,222,222,0.15) ),color-stop(0.25,transparent), color-stop(0.5,transparent), color-stop(0.5,rgba(224,222,222,0.15) ),color-stop(0.75,rgba(224,222,222,0.15) ),color-stop(0.75,transparent), to(transparent) );
    background-image: -webkit-linear-gradient(-45deg,rgba(224,222,222,0.15) 25%,transparent 25%,transparent 50%,rgba(224,222,222,0.15) 50%,rgba(224,222,222,0.15) 75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(-45deg,rgba(224,222,222,0.15) 25%,transparent 25%,transparent 50%,rgba(224,222,222,0.15) 50%,rgba(224,222,222,0.15) 75%,transparent 75%,transparent);
    background-image: -ms-linear-gradient(-45deg,rgba(224,222,222,0.15) 25%,transparent 25%,transparent 50%,rgba(224,222,222,0.15) 50%,rgba(224,222,222,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(224,222,222,0.15) 25%,transparent 25%,transparent 50%,rgba(224,222,222,0.15) 50%,rgba(224,222,222,0.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    background-size: 15px 15px;
    -webkit-animation: buffering-stripes 2s linear infinite;
    -moz-animation: buffering-stripes 2s linear infinite;
    -o-animation: buffering-stripes 2s linear infinite;
    animation: buffering-stripes 2s linear infinite;
    -o-background-size: 15px 15px;
    -ms-animation: buffering-stripes 2s linear infinite;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    width: 0;
    margin: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    margin: 0;
    background-color: #AB7F10;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
    display: none;
    position: absolute;
    top: 0;
    width: 10px;
    margin: 0;
    text-align: center;
    background-color: #AB7F10;
    cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
    display: none;
    position: absolute;
    top: -35px;
    width: 36px;
    height: 15px;
    margin-left: -18px;
    text-align: center;
    color: #000;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
    display: block;
    left: 0;
    width: 30px;
    margin: 2px;
    text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
    display: none;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
    width: 48px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
    width: 44px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    left: 18px;
}

.mejs-controls .mejs-volume-button {
    background-image: url(img/audio/sound.png);
    background-position: center;
    background-repeat: no-repeat;
}

.mejs-controls .mejs-mute button {
    background-image: url(img/audio/sound.png);
    background-position: center;
    background-repeat: no-repeat;
}

.mejs-controls .mejs-unmute button {
    background-image: url(img/audio/mute.png);
    background-position: center;
    background-repeat: no-repeat;
}

.mejs-controls .mejs-volume-button {
    position: relative;
}

.mejs-controls .mejs-volume-button button {
    width: 14px;
    height: 14px;
    margin: 23px 6px 23px 11px;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
    display: none;
    z-index: 1;
    position: absolute;
    top: -115px;
    left: 0;
    width: 25px;
    height: 115px;
    margin: 0;
    background-image: url(img/audio/sound.png);
    background-position: center;
    background-repeat: no-repeat;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    position: absolute;
    top: 8px;
    left: 11px;
    width: 2px;
    height: 100px;
    margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
    position: absolute;
    top: 8px;
    left: 11px;
    width: 2px;
    height: 100px;
    margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    position: absolute;
    top: -3px;
    left: 4px;
    width: 16px;
    height: 6px;
    margin: 0;
    cursor: N-resize;
}

.mejs-controls div.mejs-horizontal-volume-slider {
    position: relative;
    width: 45px;
    height: 60px;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    position: absolute;
    top: 26px;
    left: 0;
    width: 35px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    background-color: #ddd;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    position: absolute;
    top: 26px;
    left: 0;
    width: 40px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    background-color: #AB7F10;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    display: none;
}

.me-cannotplay a {
    font-weight: bold;
    color: #fff;
}

.me-cannotplay span {
    display: block;
    padding: 15px;
}

.mejs-controls .mejs-loop-off button {
    background-position: -64px -16px;
}

.mejs-controls .mejs-loop-on button {
    background-position: -64px 0;
}

.mejs-controls .mejs-backlight-off button {
    background-position: -80px -16px;
}

.mejs-controls .mejs-backlight-on button {
    background-position: -80px 0;
}

.portfolio_single {
    position: relative;
}

.portfolio_single,
.portfolio_single_text_holder,
.portfolio_detail,
.lightbox_single_portfolio {
    position: relative;
}

.portfolio_single .flexslider {
    margin: 0 0 23px;
}

.portfolio_single .portfolio_images .fluid-width-video-wrapper,
.portfolio_single .portfolio_images img {
    margin: 0 0 18px;
}

.portfolio_single .portfolio_container {
    z-index: 200;
    position: relative;
}

.portfolio_single h2 {
    margin: 0 0 5px 0;
}

.portfolio_single h3 {
    margin: 0 0 8px 0;
}

.portfolio_single.big-images .portfolio_single_text_title,
.portfolio_single.big-slider .portfolio_single_text_title,
.portfolio_single.gallery .portfolio_single_text_title {
    margin-bottom: 22px;
}

.portfolio_detail.portfolio_single_follow {
    position: relative;
}

.portfolio_detail .info {
    margin: 0 0 12px;
    padding: 0 0 9px;
    font-size: 14px;
    color: #696969;
}

.portfolio_detail .info:last-child {
    border: 0;
}

.portfolio_detail .info .info_section_title {
    margin-bottom: 4px;
    color: #AB7F10;
}

.portfolio_detail .info .info_section_title a {
    color: #AB7F10;
}

.portfolio_detail .info .info_section_title:before {
    position: relative;
    top: 1px;
    margin-right: 5px;
    font-family: 'ElegantIcons',sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.portfolio_detail .info.portfolio_single_custom_field .info_section_title:before {
    content: '\e012';
}

.portfolio_detail .info.portfolio_single_custom_date .info_section_title:before {
    content: '\7d';
}

.portfolio_detail .info.portfolio_single_like .info_section_title:before {
    content: '\e030';
}

.portfolio_detail .info.portfolio_single_tags .info_section_title:before,
.portfolio_detail .info.portfolio_single_categories .info_section_title:before {
    content: '\e017';
}

.portfolio_detail .social_share_icon {
    margin-right: 5px;
    color: #AB7F10;
}

.portfolio_detail .social_share_title {
    font-size: 15px;
    font-weight: 700;
    color: #5d5d5d;
}

.portfolio_detail .social_share_holder:hover .social_share_title {
    color: #AB7F10;
}

.video_holder {
    display: block;
    position: relative;
    width: 100%;
    min-height: 1px;
}

.portfolio_single .video .mobile-video-image {
    display: none;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.portfolio_single .video {
    position: relative;
    margin: 0 0 44px;
}

.portfolio_single .video .video-wrap {
    z-index: 10;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.portfolio_single .video .video-wrap .mejs-poster {
    width: 100%!important;
    height: 100%!important;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    background-size: cover!important;
    -o-background-size: cover!important;
}

.portfolio_single .video .video-wrap .mejs-container {
    width: 100%!important;
    height: 100%!important;
    overflow: hidden;
    background-color: transparent!important;
    background-image: none!important;
}

.portfolio_single .video .video-wrap .mejs-mediaelement {
    border: 0!important;
    background: none!important;
}

.portfolio_single .video .video-wrap .mejs-container .mejs-poster img {
    width: 100%!important;
    max-width: none!important;
}

.portfolio_single .mejs-container .mejs-controls {
    visibility: visible!important;
}

.portfolio_single .mejs-controls .mejs-volume-button .mejs-volume-slider {
    display: none!important;
}

.flexslider .slides .mejs-poster img,
.portfolio_slider .portfolio_slides .mejs-poster img {
    display: none;
}

.portfolio_single .flexslider .video .video-wrap {
    margin: 0;
}

.portfolio_social_holder {
    display: inline-block;
    width: 100%;
}

.portfolio_single .portfolio_social_holder .portfolio_share,
.portfolio_single .portfolio_social_holder .portfolio_like {
    display: inline-block;
    margin: 0;
}

.portfolio_single .portfolio_like {
    display: inline-block;
    position: relative;
    padding: 0;
    cursor: pointer;
}

.portfolio_single .dots {
    padding: 0 7px 0 4px;
}

.portfolio_single .dots i {
    font-size: 3px;
    vertical-align: middle;
}

.portfolio_single .portfolio_like a {
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 13px;
}

.portfolio_single .portfolio_like span {
    line-height: 19px;
}

.portfolio_gallery {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0 0 15px 0;
}

.portfolio_gallery a {
    display: inline-block;
    float: left;
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -webkit-backface-visibility: hidden;
}

.portfolio_gallery a.v2 {
    width: 49%;
    margin: 0 2% 2% 0;
}

.portfolio_gallery a.v3 {
    width: 32%;
    margin: 0 2% 2% 0;
}

.portfolio_gallery a.v4 {
    width: 23.5%;
    margin: 0 2% 2% 0;
}

.portfolio_gallery a.v2:nth-child(2n) ,
.portfolio_gallery a.v3:nth-child(3n) ,
.portfolio_gallery a.v4:nth-child(4n) {
    margin: 0 0 2% 0;
}

.portfolio_gallery a img,
.portfolio_gallery a frame {
    display: block;
    z-index: 100;
    position: relative;
    width: 100%;
}

.portfolio_gallery iframe {
    min-height: 200px;
}

.portfolio_gallery a .gallery_text_holder {
    display: inline-block;
    visibility: visible;
    z-index: 200;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(255,255,255,0.90);
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    filter: alpha(opacity=0);
}

.portfolio_gallery a img {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.portfolio_gallery a:hover .gallery_text_holder {
    opacity: 1;
    filter: alpha(opacity=100);
}

.portfolio_gallery a .gallery_text_inner {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.portfolio_gallery a .gallery_text_inner h6 {
    display: table-cell;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 15px;
    text-align: center;
    vertical-align: middle;
}

.portfolio_navigation {
    display: inline-block;
    z-index: 100;
    position: relative;
    width: 100%;
    padding: 28px 0 50px;
}

.portfolio_navigation .portfolio_prev,
.portfolio_navigation .portfolio_next,
.portfolio_navigation .portfolio_button {
    display: inline-block;
}

.portfolio_navigation .portfolio_prev a,
.portfolio_navigation .portfolio_next a {
    display: inline-block;
    position: relative;
    text-align: center;
    text-decoration: none;
    font-size: 26px;
    color: #000000;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    transition: transform 0.5s ease;
}

.portfolio_navigation .portfolio_prev a:hover,
.portfolio_navigation .portfolio_next a:hover {
    color: #AB7F10;
    transform: translateY(-5px);
}

.portfolio_navigation .portfolio_button a {
    display: block;
    margin: 5px 14px 0 14px;
    font-size: 24px;
    color: #e1e0e0;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
     transition: transform 0.5s ease;
}

.portfolio_navigation .portfolio_button a:hover {
    color: #AB7F10;
     transform: translateY(-5px);
}

.portfolio_navigation .portfolio_prev a:hover,
.portfolio_navigation .portfolio_next a:hover {
    background-image: url('img/button-bg-px.png') !important;
}

.projects_holder_outer {
    display: block;
    width: 100%;
    margin: 0;
}

.projects_holder_outer .container .container_inner {
    padding: 0;
}

.full_width .projects_holder_outer.v6 .hover_text,
.full_width .projects_holder_outer.v5 .hover_text,
.full_width .projects_holder_outer.v4 .hover_text,
.full_width .projects_holder_outer.v5 .standard,
.full_width .projects_holder_outer.v6 .standard,
.full_width .projects_holder_outer.v4 .standard {
    width: 95%;
    margin: 0 auto;
}

.full_width .section_inner .projects_holder_outer.v6 .hover_text,
.full_width .section_inner .projects_holder_outer.v5 .hover_text,
.full_width .section_inner .projects_holder_outer.v4 .hover_text,
.full_width .section_inner .projects_holder_outer.v5 .standard,
.full_width .section_inner .projects_holder_outer.v6 .standard,
.full_width .section_inner .projects_holder_outer.v4 .standard {
    width: 100%;
}

.full_width .projects_holder_outer.v6 .hover_text.no_space,
.full_width .projects_holder_outer.v5 .hover_text.no_space,
.full_width .projects_holder_outer.v4 .hover_text.no_space {
    width: 100%;
    margin: 0;
}

.projects_holder {
    text-align: justify;
    font-size: .1px;
    line-height: 0;
    list-style-type: none;
}

.projects_holder:after,
.projects_holder:before {
    content: "";
    display: inline-block!important;
    width: 100%;
}

.projects_holder > .mix {
    display: none;
    position: relative;
    text-align: left;
    vertical-align: top;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.projects_holder .mix .image {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
}

.projects_holder article .image img {
    display: block;
    z-index: 100;
    position: relative;
    width: 100%;
}

.projects_holder article .image img,
.portfolio_slider .portfolio_slides li.item img {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.projects_holder.hover_text.no_space article .image img {
    margin: 0 1px;
}

.projects_holder article .image_holder,
.projects_holder article .portfolio_description {
    display: block;
    position: relative;
    overflow: hidden;
}

.projects_holder article .portfolio_description {
    padding: 20px 0 22px;
    border-color: #fefefe;
    border-style: none;
    border-width: 1px;
    border-top: none!important;
    text-align: center;
    background-color: transparent;
}

.projects_holder article .portfolio_description.text_align_left {
    text-align: left;
}

.projects_holder article .portfolio_description.text_align_left .separator.small,
.wpb_column > .wpb_wrapper .projects_holder article .portfolio_description.text_align_left .separator.small {
    margin-right: 0;
    margin-left: 0;
}

.projects_holder article .portfolio_description.text_align_right .separator.small,
.wpb_column > .wpb_wrapper .projects_holder article .portfolio_description.text_align_right .separator.small {
    margin-right: 0;
    margin-left: auto;
}

.projects_holder article .portfolio_description.text_align_center {
    text-align: center;
}

.projects_holder article .portfolio_description.text_align_right {
    text-align: right;
}

.projects_holder.standard article .portfolio_description,
.projects_holder.standard_no_space article .portfolio_description {
    padding-right: 20px;
    padding-left: 20px;
}

.standard_no_space.projects_holder article .portfolio_description {
    margin: 0 -1px 0 0;
}

.projects_holder article .portfolio_description .portfolio_title {
    display: block;
}

.projects_holder article .portfolio_description .portfolio_title a {
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.projects_holder article .portfolio_description .separator,
.projects_holder article .portfolio_description .separator,
.projects_holder article .hover_feature_holder_title .separator,
.portfolio_slider .image_holder .separator,
.portfolio_slider .image_holder .separator.small,
.wpb_column > .wpb_wrapper .projects_holder article .hover_feature_holder_title .separator.small,
.wpb_column > .wpb_wrapper .projects_holder article .portfolio_description .separator.small,
.wpb_column>.wpb_wrapper .image_holder .separator.small {
    width: 62px;
    margin: 13px auto 8px;
    border-bottom-color: #AB7F10;
}

.portfolio_slider .image_holder .separator.small.transparent {
    background-color: transparent!important;
}

.projects_holder.hover_text article .hover_feature_holder_title .separator {
    background-color: #fff;
}

.projects_holder.hover_text article .hover_feature_holder_title .portfolio_title,
.portfolio_slider .portfolio_title,
.projects_masonry_holder .portfolio_title {
    margin: 0 0 10px;
}

.projects_holder article .portfolio_description .project_category,
.projects_holder.hover_text article .project_category,
.portfolio_slider li.item .project_category,
.projects_masonry_holder .project_category {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    line-height: 27px;
    color: #AB7F10;
}

.portfolio_slider .portfolio_like a:hover i,
.portfolio_slider .portfolio_like span {
    color: #e0e0e0;
}

.projects_holder article .portfolio_like a,
.projects_holder article .portfolio_like:hover a {
    color: #fff;
}

.projects_holder article span.text_holder,
.projects_masonry_holder .text_holder {
    display: inline-block;
    visibility: visible;
    z-index: 200;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 101%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    background-color: rgba(255,255,255,0.90);
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.touch .projects_holder article span.text_holder {
    display: none!important;
    visibility: hidden!important;
    width: 0!important;
    height: 0!important;
    opacity: 0!important;
}

.projects_holder article:hover span.text_holder {
    height: 100%!important;
}

.projects_holder article .image_holder:hover span.text_holder {
    opacity: 1;
    filter: alpha(opacity=100);
}

.projects_holder.hover_text.with_mask article .image_holder:hover .image_hover {
    opacity: 0;
    filter: alpha(opacity=0);
}

.projects_holder article span.text_holder span.text_outer {
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 7%;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.projects_holder article span.text_holder span span.text_inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.projects_holder article .feature_holder,
.projects_holder article .feature_holder .feature_holder_icons {
    display: inline-block;
}

.projects_holder.hover_text article .feature_holder {
    width: 100%;
}

.projects_holder.hover_text article .feature_holder .feature_holder_icons {
    margin: 20px 0 0 0;
}

.portfolio_slider .feature_holder_icons {
    margin-top: 22px;
}

.portfolio_slider,
.portfolio_slides .image_holder {
    display: block;
    position: relative;
    -webkit-backface-visibility: hidden;
}

.portfolio_slides .image_pixel_hover {
    display: block;
    z-index: 100;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.touch .portfolio_slides .image_pixel_hover {
    display: none!important;
}

.portfolio_slides li:hover .image_pixel_hover {
    background-color: rgba(255,255,255,0.90);
}

.portfolio_slides .image_holder .image {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-transition: -webkit-transform .2s;
    -moz-transition: -moz-transform .2s;
    transition: transform .2s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.portfolio_slides .hover_feature_holder {
    display: block;
    z-index: 101;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.touch .portfolio_slides .hover_feature_holder {
    display: none!important;
}

.portfolio_slides .hover_feature_holder_icons {
    display: inline-block;
    display: none;
    position: relative;
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out .1s;
    -moz-transition: opacity .4s ease-in-out .1s;
    -ms-transition: opacity .4s ease-in-out .1s;
    -o-transition: opacity .4s ease-in-out .1s;
    transition: opacity .4s ease-in-out .1s;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
}

.portfolio_slides li:hover .hover_feature_holder_icons {
    opacity: 1;
}

.portfolio_slides .hover_feature_holder_icons_inner {
    display: inline-block;
    position: relative;
}

/* effet diamant */
.portfolio_slides .hover_feature_holder_outer {
    display: table;
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0%;
    opacity: 1!important;
    animation: diamond 1s ease-in-out infinite;
}
.portfolio_slides li .hover_feature_holder_inner {
  transition: box-shadow 0.3s ease-in-out;
}

.portfolio_slides li:hover .hover_feature_holder_inner {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.8),
              0 0 40px rgba(255, 255, 255, 0.6),
              0 0 60px rgba(255, 255, 255, 0.4),
              0 0 80px rgba(255, 255, 255, 0.2),
              0 0 100px rgba(255, 255, 255, 0.1);
  animation: diamond 1s ease-in-out infinite;
}


 
@keyframes diamond {
  0% {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.8),
                0 0 40px rgba(255, 255, 255, 0.6),
                0 0 60px rgba(255, 255, 255, 0.4),
                0 0 80px rgba(255, 255, 255, 0.2),
                0 0 100px rgba(255, 255, 255, 0.1);
  }
  50% {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5),
                 0 0 20px rgba(255, 255, 255, 0.3),
                 0 0 30px rgba(255, 255, 255, 0.2),
                 0 0 40px rgba(255, 255, 255, 0.1),
                 0 0 50px rgba(255, 255, 255, 0.05);
  }
  100% {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.8),
                0 0 40px rgba(255, 255, 255, 0.6),
                0 0 60px rgba(255, 255, 255, 0.4),
                0 0 80px rgba(255, 255, 255, 0.2),
                0 0 100px rgba(255, 255, 255, 0.1);
  }
}

.portfolio_slides .hover_feature_holder_inner {
    display: table-cell;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-box-sizing: border-box;
}

.portfolio_slides .hover_feature_holder_inner .qbutton {
    margin-top: 24px;
    margin-right: 5px;
    margin-left: 5px;
}

.portfolio_slides .hover_feature_holder_inner .qbutton:hover {
    border-color: #AB7F10;
}

.portfolio_slides li:hover .hover_feature_holder_inner {
    opacity: 1;
}

.projects_holder.hover_text article .image_holder {
    overflow: hidden;
}

.projects_holder.hover_text.no_space article .image_holder {
    margin: 0 -1px -1px -1px;
}

.projects_holder .hover_icon_holder,
.portfolio_slider .hover_icon_holder,
.projects_masonry_holder .hover_icon_holder {
    position: relative;
    margin-right: 21px;
}

.projects_holder .hover_icon_holder:last-child,
.portfolio_slider .hover_icon_holder:last-child,
.projects_masonry_holder .hover_icon_holder:last-child {
    margin: 0;
}

.projects_holder .hover_icon_holder,
.projects_holder .hover_icon_holder .hover_icon,
.portfolio_slider .hover_icon_holder,
.portfolio_slider .hover_icon_holder .hover_icon,
.projects_masonry_holder .hover_icon_holder .hover_icon,
.projects_masonry_holder .hover_icon_holder.portfolio_like {
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.projects_holder .hover_icon_holder.portfolio_like,
.portfolio_slider .hover_icon_holder.portfolio_like,
.projects_masonry_holder .hover_icon_holder.portfolio_like {
    color: #fff;
    background-color: #AB7F10;
}

.projects_holder .hover_icon_holder .hover_icon,
.portfolio_slider .hover_icon_holder .hover_icon,
.projects_masonry_holder .hover_icon_holder .hover_icon {
    width: 46px;
    height: 46px;
    font-size: 12px;
    line-height: 46px;
    color: #fff;
    background-color: #AB7F10;
}

.projects_holder .hover_icon_holder .hover_icon.qode-like,
.portfolio_slider .hover_icon_holder .hover_icon.qode-like,
.projects_masonry_holder .hover_icon_holder .hover_icon.qode-like {
    color: inherit;
    background-color: transparent;
	display: none;
}

.projects_holder .hover_icon_holder:hover .hover_icon,
.portfolio_slider .hover_icon_holder:hover .hover_icon,
.projects_masonry_holder .hover_icon_holder:hover .hover_icon,
.projects_holder .hover_icon_holder.portfolio_like:hover,
.portfolio_slider .hover_icon_holder.portfolio_like:hover,
.projects_masonry_holder .hover_icon_holder.portfolio_like:hover {
    background-color: #9d9d9d;
}

.projects_holder .hover_icon_holder:hover .hover_icon.qode-like,
.portfolio_slider .hover_icon_holder:hover .hover_icon.qode-like,
.projects_masonry_holder .hover_icon_holder:hover .hover_icon.qode-like {
    background-color: transparent;
}

.projects_holder article .portfolio_like .hover_icon:before,
.portfolio_slider .portfolio_like .hover_icon:before,
.projects_masonry_holder .portfolio_like .hover_icon:before {
    content: '\e030';
    font-family: 'ElegantIcons';
}

.projects_holder article .portfolio_like .liked.hover_icon:before,
.portfolio_slider .portfolio_like .liked.hover_icon:before,
.projects_masonry_holder .portfolio_like .liked.hover_icon:before {
    content: '\e089';
}

.projects_holder .filler {
    display: inline-block;
    height: 0;
}

.projects_holder.v6 .mix,
.projects_holder.v6.hover_text .mix {
    width: 15.7%;
    margin: 0 0 1.2%;
}

.projects_holder.v6.hover_text .mix {
    margin: 0 0 1.7%;
}

.projects_holder.v6 .filler,
.projects_holder.v6.hover_text .filler {
    width: 15.7%;
}

.projects_holder.v6.standard_no_space .mix,
.projects_holder.v6.hover_text.no_space .mix {
    width: 16.66%;
    margin: 0;
}

.projects_holder.v6.standard_no_space .mix {
    margin: 0;
}

.projects_holder.v6.standard_no_space .filler,
.projects_holder.v6.hover_text.no_space .filler {
    width: 16.66%;
}

.safari_browser .projects_holder.v6.standard_no_space .mix,
.safari_browser .projects_holder.v6.hover_text.no_space .mix {
    width: 16.6%;
}

.safari_browser .projects_holder.v6.standard_no_space .filler,
.safari_browser .projects_holder.v6.hover_text.no_space .filler {
    width: 16.6%;
}

.projects_holder.v5 .mix,
.projects_holder.v5.hover_text .mix {
    width: 18%;
    margin: 0 0 2.9%;
}

.projects_holder.v5.hover_text .mix {
    margin: 0 0 2%;
}

.projects_holder.v5 .filler,
.projects_holder.v5.hover_text .filler {
    width: 18.5%;
}

.projects_holder.v5.standard_no_space .mix,
.projects_holder.v5.hover_text.no_space .mix {
    width: 19.99%;
    margin: 0;
}

.projects_holder.v5.standard_no_space .mix {
    margin: 0;
}

.projects_holder.v5.standard_no_space .filler,
.projects_holder.v5.hover_text.no_space .filler {
    width: 19.99%;
}

.safari_browser .projects_holder.v5.standard_no_space .mix,
.safari_browser .projects_holder.v5.hover_text.no_space .mix {
    width: 19.93%;
}

.safari_browser .projects_holder.v5.standard_no_space .filler,
.safari_browser .projects_holder.v5.hover_text.no_space .filler {
    width: 19.93%;
}

.projects_holder.v4 .mix,
.projects_holder.v4.hover_text .mix {
    width: 23.5%;
    margin: 0 0 2.5%;
}

.projects_holder.v4.hover_text .mix {
    margin: 0 0 2.2%;
}

.projects_holder.v4 .filler,
.projects_holder.v4.hover_text .filler {
    width: 23.5%;
}

.projects_holder.v4.standard_no_space .mix,
.projects_holder.v4.hover_text.no_space .mix {
    width: 24.99%;
    margin: 0;
}

.projects_holder.v4.standard_no_space .mix {
    margin: 0;
}


.projects_holder.v4.standard_no_space .filler,
.projects_holder.v4.hover_text.no_space .filler {
    width: 24.99%;
}

.projects_holder.v3 .mix,
.projects_holder.v3.hover_text .mix {
    width: 32%;
    margin: 0 0 2.4%;
}

.projects_holder.v3.hover_text .mix {
    margin: 0 0 2.2%;
}

.projects_holder.v3 .filler,
.projects_holder.v3.hover_text .filler {
    width: 32%;
}

.projects_holder.v3.standard_no_space .mix,
.projects_holder.v3.hover_text.no_space .mix {
    width: 33.32%;
    margin: 0;
}

.projects_holder.v3.standard_no_space .mix {
    margin: 0;
}

.projects_holder.v3.standard_no_space .filler,
.projects_holder.v3.hover_text.no_space .filler {
    width: 33.32%;
}

.safari_browser .projects_holder.v3.standard_no_space .mix,
.safari_browser .projects_holder.v3.hover_text.no_space .mix {
    width: 33.3%;
}

.safari_browser .projects_holder.v3.standard_no_space .filler,
.safari_browser .projects_holder.v3.hover_text.no_space .filler {
    width: 33.3%;
}

.projects_holder.v2 .mix,
.projects_holder.v2.hover_text .mix {
    width: 49%;
    margin: 0 0 2.4%;
}

.projects_holder.v2.hover_text .mix {
    margin: 0 0 2.1%;
}

.projects_holder.v2 .filler,
.projects_holder.v2.hover_text .filler {
    width: 49%;
}

.projects_holder.v2.standard_no_space .mix,
.projects_holder.v2.hover_text.no_space .mix {
    width: 49.99%;
    margin: 0;
}

.projects_holder.v2.standard_no_space .mix {
    margin: 0;
}

.projects_holder.v2.standard_no_space .filler,
.projects_holder.v2.hover_text.no_space .filler {
    width: 49.99%;
}

.portfolio_paging {
    margin: 40px 0 0;
    text-align: center;
}

.portfolio_with_hover_text .portfolio_paging {
    margin: 32px 0 0;
}

.portfolio_standard:not(.with_description_background) .portfolio_paging {
    margin: 0;
}

.filter_outer {
    display: block;
    position: relative;
    margin: 0 0 50px;
    text-align: center;
}

.filter_holder {
    display: inline-block;
}

.filter_holder ul {
    display: inline-block;
    list-style: none;
}

.filter_holder ul li {
    display: block;
    float: left;
    margin: 0;
    text-align: center;
    cursor: pointer;
}

.filter_holder ul li span {
    display: inline-block;
    position: relative;
    padding: 0 25px;
    font-size: 17px;
    color: #696969;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.filter_holder ul li span:after {
    content: '|';
    display: inline-block;
    position: absolute;
    right: 0;
    width: 1px;
    color: #696969;
}

.filter_holder ul li:last-child span:after {
    content: none;
}

.filter_holder ul li.current span {
    color: #AB7F10!important;
    animation: animCategoriePortofolio 2s infinite;

}

/* anim categorie */

@keyframes animCategoriePortofolio {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.filter_holder ul li:hover span {
    color: #AB7F10!important;

}




.projects_masonry_holder {
    opacity: 0;
}

.projects_masonry_holder .portfolio_masonry_item,
.projects_masonry_holder .portfolio_masonry_item.large_height {
    width: 33.33%;
}

.projects_masonry_holder .portfolio_masonry_item.large_width,
.projects_masonry_holder .portfolio_masonry_item.large_width_height {
    width: 66.66%;
}

.full_width .projects_masonry_holder .portfolio_masonry_item,
.full_width .projects_masonry_holder .portfolio_masonry_item.large_height {
    width: 19.96%;
}

.full_width .projects_masonry_holder .portfolio_masonry_item.large_width,
.full_width .projects_masonry_holder .portfolio_masonry_item.large_width_height {
    width: 39.92%;
}

.projects_masonry_holder:after,
.projects_masonry_holder .portfolio_masonry_item:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}

.projects_masonry_holder .image_holder img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.projects_masonry_holder .image_holder {
    margin: 0 -1px 0 0;
}

.projects_masonry_holder .text_holder .text_outer {
    display: table;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.projects_masonry_holder .text_holder .text_inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.projects_masonry_holder article.portfolio_masonry_item:hover .text_holder {
    opacity: 1;
    filter: alpha(opacity=100);
}

.projects_masonry_holder .feature_holder_icons {
    display: inline-block;
    margin: 20px 0 0 0;
}

.projects_masonry_holder .feature_holder {
    display: inline-block;
    width: 100%;
}

.projects_masonry_holder .portfolio_like {
    margin: 0 0 0 10px;
}

.projects_masonry_holder .portfolio_like a,
.projects_masonry_holder .portfolio_like:hover a {
    color: #fff;
}

.masonry_with_space .projects_holder {
    position: relative;
    opacity: 0;
}

.masonry_with_space .projects_holder .mix {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 14px 0!important;
    padding: 0 7px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.masonry_with_space .projects_holder.v6 .mix {
    width: 16.66%;
}

.masonry_with_space .projects_holder.v5 .mix {
    width: 20%;
}

.masonry_with_space .projects_holder.v4 .mix {
    width: 25%;
}

.masonry_with_space .projects_holder.v3 .mix {
    width: 33.33%;
}

.masonry_with_space .projects_holder.v2 .mix {
    width: 49.99%;
}

.q_accordion_holder {
    display: block;
    visibility: hidden;
    position: relative;
    margin: 0 0 30px;
}

.q_accordion_holder.accordion.with_icon {
    border-top: 1px solid #eaeaea;
}

.q_accordion_holder.accordion .ui-accordion-header {
    display: block;
    position: relative;
    margin: 0 0 5px;
    padding: 0;
    min-height: 45px;
    line-height: 2em;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    cursor: pointer;
}

.q_accordion_holder.accordion h3.ui-accordion-header {
    padding-top: 3px;
}

.q_accordion_holder.accordion h4.ui-accordion-header {
    padding-top: 5px;
}

.q_accordion_holder.accordion h5.ui-accordion-header {
    padding-top: 9px;
    font-size: 15px;
}

.q_accordion_holder.accordion h6.ui-accordion-header {
    padding-top: 10px;
}

.q_accordion_holder.accordion.with_icon h3.ui-accordion-header {
    padding-bottom: 3px;
}

.q_accordion_holder.accordion.with_icon h4.ui-accordion-header {
    padding-bottom: 5px;
}

.q_accordion_holder.accordion.with_icon h5.ui-accordion-header {
    padding-bottom: 9px;
}

.q_accordion_holder.accordion.with_icon h6.ui-accordion-header {
    padding-bottom: 10px;
}

.q_accordion_holder.accordion.with_icon .ui-accordion-header {
    margin: 0;
    min-height: 3em;
    border: 1px solid #eaeaea;
    border-top: 0!important;
    line-height: 3em;
}

.q_accordion_holder.accordion .ui-accordion-header:hover {
    color: #AB7F10;
}

.q_accordion_holder.accordion.with_icon .ui-accordion-header:last-child {
    border-bottom: 0!important;
}

.q_accordion_holder.accordion.with_icon .ui-accordion-header span.tab-title {
    display: inline-block;
    width: 72%;
    margin: .85em 0 .85em 20px;
    line-height: 1.5625em;
}

.q_accordion_holder.accordion.without_icon .ui-accordion-header span.tab-title {
    display: block;
    padding: 0 0 0 63px;
}

.q_accordion_holder.accordion.with_icon .ui-accordion-header-active,
.q_accordion_holder.with_icon div.accordion_content {
    background-color: #fbfbfb;
}

.q_accordion_holder.accordion.with_icon .ui-accordion-header div.icon-wrapper,
.q_accordion_holder .ui-accordion-header .accordion_mark {
    float: left;
    position: relative;
    top: .09375em;
    line-height: 3.25em;
}

.q_accordion_holder.accordion.without_icon .ui-accordion-header div.icon-wrapper {
    display: none!important;
}

.q_accordion_holder.accordion.with_icon .ui-accordion-header i {
    margin: 0 0 0 15px;
    font-size: 18px;
    color: #AB7F10;
}

.q_accordion_holder.accordion .ui-accordion-header .accordion_mark_icon {
    display: block;
    width: 31px;
    height: 31px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
    background-image: url(img/plus.png);
    background-position: center;
    background-repeat: no-repeat;
}

.q_accordion_holder.with_icon .ui-accordion-header.ui-state-active .accordion_icon_mark {
    background-image: url(img/minus.png);
}

.q_accordion_holder.accordion .ui-accordion-header .accordion_mark {
    display: block;
    width: 45px;
    height: 45px;
    padding: 5px;
    border: 2px solid #e3e3e3;
    background-color: transparent;
    transition: background-color .3s ease-in-out;
}

.q_accordion_holder.accordion .ui-accordion-header .accordion_mark:hover {
    background-image: url('img/button-bg-px.png') !important;
}

.q_accordion_holder.accordion .ui-accordion-header .accordion_mark.left_mark {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.q_accordion_holder.accordion .ui-accordion-header .accordion_mark.right_mark {
    position: absolute;
    top: .65em;
    right: .65em;
}

.q_accordion_holder.accordion.without_icon .ui-accordion-header .accordion_mark.right_mark,
.q_accordion_holder.accordion.with_icon .ui-accordion-header .accordion_mark.left_mark {
    display: none;
}

.q_accordion_holder.accordion .ui-accordion-header.ui-state-active .accordion_mark_icon {
    padding: 5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #AB7F10;
    background-image: url(img/minus.png);
}

.q_accordion_holder.accordion .ui-accordion-header.ui-state-active .accordion_mark {
    padding: 5px;
    border: 2px solid #AB7F10;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: #fff;
    transition: background-color .3s ease-in-out;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5) ,
only screen and (min--moz-device-pixel-ratio:1.5) ,
only screen and (-o-min-device-pixel-ratio:150/100) ,
only screen and (min-device-pixel-ratio:1.5) ,
only screen and (min-resolution:160dpi) {
    .q_accordion_holder.with_icon .accordion_icon_mark,
    .q_accordion_holder.accordion .ui-accordion-header .accordion_mark_icon {
        background-image: url('img/plus@1_5x.png');
        -webkit-background-size: 9px 9px;
        -moz-background-size: 9px 9px;
        background-size: 9px 9px;
        -o-background-size: 9px 9px;
    }

    .q_accordion_holder.with_icon .ui-accordion-header.ui-state-active .accordion_icon_mark,
    .q_accordion_holder.accordion .ui-accordion-header.ui-state-active .accordion_mark_icon {
        background-image: url('img/minus@1_5x.png');
        -webkit-background-size: 9px 9px;
        -moz-background-size: 9px 9px;
        background-size: 9px 9px;
        -o-background-size: 9px 9px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2.0) ,
only screen and (min--moz-device-pixel-ratio:2.0) ,
only screen and (-o-min-device-pixel-ratio:200/100) ,
only screen and (min-device-pixel-ratio:2.0) ,
only screen and (min-resolution:210dpi) {
    .q_accordion_holder.with_icon .accordion_icon_mark,
    .q_accordion_holder.accordion .ui-accordion-header .accordion_mark_icon {
        background-image: url('img/plus@2x.png');
        -webkit-background-size: 9px 9px;
        -moz-background-size: 9px 9px;
        background-size: 9px 9px;
        -o-background-size: 9px 9px;
    }

    .q_accordion_holder.with_icon .ui-accordion-header.ui-state-active .accordion_icon_mark,
    .q_accordion_holder.accordion .ui-accordion-header.ui-state-active .accordion_mark_icon {
        background-image: url('img/minus@2x.png');
        -webkit-background-size: 9px 9px;
        -moz-background-size: 9px 9px;
        background-size: 9px 9px;
        -o-background-size: 9px 9px;
    }
}

.q_accordion_holder.accordion div.accordion_content {
    margin: 0;
    padding: 0 0 0 63px;
}

.q_accordion_holder.with_icon div.accordion_content {
    padding: 0 0 0 50px;
    border: 1px solid #eaeaea;
    border-top: 0;
}

.q_accordion_holder.accordion.with_icon div.accordion_content.no_icon {
    padding: 0 0 0 22px;
}

.q_accordion_holder.accordion div.accordion_content_inner {
    display: block;
    padding: 8px 0 25px;
}

.q_accordion_holder.with_icon div.accordion_content_inner {
    padding: 10px 27px 19px 0;
}

.q_accordion_holder.boxed .ui-state-active .tab-title {
    color: #AB7F10;
}

.q_accordion_holder.accordion.boxed .ui-accordion-header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 0 0 0;
    text-align: center;
}

.q_accordion_holder.accordion.boxed h4.ui-accordion-header {
    padding: 5px 0 4px 0;
}

.q_accordion_holder.accordion.boxed h3.ui-accordion-header,
.q_accordion_holder.accordion.boxed h2.ui-accordion-header {
    padding: 5px 0 7px 0;
}

.q_accordion_holder.accordion.boxed .ui-accordion-header {
    border: 2px solid #e2e2e2;
}

.q_accordion_holder.accordion.boxed .ui-accordion-header.ui-state-active {
    border: 2px solid #AB7F10;
}

.q_accordion_holder.boxed .ui-accordion-header .accordion_mark {
    display: none;
}

.q_accordion_holder.boxed div.accordion_content {
    padding-left: 26px;
}

.q_accordion_holder.boxed div.accordion_content_inner {
    padding-top: 20px;
}

blockquote {
    position: relative;
}

blockquote.with_background,
blockquote.with_border {
    padding: 14px 14px 14px 10px;
}

blockquote.with_border {
    border-left: 4px solid transparent;
}

blockquote.with_border.with_quote_icon {
    padding: 0;
}

blockquote.without_quote_icon {
    padding-left: 20px;
}

blockquote.with_quote_icon {
    display: table;
}

blockquote.with_quote_icon .icon_quotations_holder {
    display: table-cell;
    vertical-align: middle;
}

blockquote.with_quote_icon .blockquote_text {
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
}

blockquote.with_quote_icon i {
    padding-left: 10px;
    font-size: 55px;
    color: #AB7F10;
}

.q_boxes {
    display: block;
    position: relative;
    border: 2px solid transparent;
    background-color: transparent;
    background-position: center 0;
    background-repeat: no-repeat;
}

.q_boxes_inner {
    display: block;
    position: relative;
    padding: 35px 15px;
}

.q_dropcap {
    display: inline-block;
    float: left;
    position: relative;
    width: 48px;
    height: 48px;
    margin: 5px 20px 0 0;
    border: 1px solid transparent;
    text-align: center;
    font-size: 23px;
    line-height: 48px;
    color: #AB7F10;
}

.q_dropcap.circle,
.q_dropcap.square {
    margin: 5px 20px 0 0;
    border: 1px solid transparent;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    background-color: #AB7F10;
}

.q_dropcap.normal {
    position: relative;
    left: 8px;
    font-weight: 700;
}

.q_dropcap.circle {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    -ms-border-radius: 2em;
    -o-border-radius: 2em;
}

.q_dropcap.square {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.gallery_holder {
    display: block;
    position: relative;
}

.wpb_image_grid .gallery_holder {
    width: 100.1%;
}

/* Change écart entre photo de la galerie d'image */
.wpb_image_grid .gallery_holder ul li a {
	width: 150px;
    margin: auto;
}

.gallery_holder ul {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gallery_holder ul li {
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
}

.gallery_holder ul li a {
    display: block;
    position: relative;
    -webkit-backface-visibility: hidden;
}

.gallery_holder ul li a {
    display: block;
    overflow: hidden;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
}

.gallery_holder ul li a img {
    display: block;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

.gallery_holder ul li.grayscale a img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    filter: url(img/desaturate.svg#grayscale);
}

.gallery_holder ul li.grayscale:hover a img {
    -webkit-filter: grayscale(0);
    filter: none;
}

.gallery_holder ul li:hover a img {
    -webkit-transform: scale(1.03,1.03);
    -moz-transform: scale(1.03,1.03);
    -ms-transform: scale(1.03,1.03);
    -o-transform: scale(1.03,1.03);
    transform: scale(1.03,1.03);
}

.gallery_holder ul li .gallery_hover {
    display: inline-block;
    visibility: visible;
    z-index: 1000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #efeeed;
    background-color: rgba(255,255,255,0.90);
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -webkit-backface-visibility: hidden;
    filter: alpha(opacity=0);
}

/* Change hover galerie image sur le a */
.gallery_holder ul li a:hover .gallery_hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.gallery_holder ul li .gallery_hover i {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 46px;
    height: 46px;
    margin: -15px 0 0 -15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    line-height: 46px;
    color: #fff;
    background-color: #a12e33;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.gallery_holder ul li .gallery_hover i:hover {
    background-color: #9d9d9d;
}


/* Change margin galerie image */
.gallery_holder ul.v5 li,
.wpb_gallery_slides .gallery_holder ul.v5 li {
    width: 20%;
    margin: 10px auto;
}

/* Change margin galerie image */
.gallery_holder ul.v4 li,
.wpb_gallery_slides .gallery_holder ul.v4 li {
    width: 25%;
    margin: 10px auto;
}

/* Change margin galerie image */
.gallery_holder ul.v3 li,
.wpb_gallery_slides .gallery_holder ul.v3 li {
    width: 33.33333333333333%;
    margin: 10px auto;
}

/* Change margin galerie image */
.gallery_holder ul.v2 li,
.wpb_gallery_slides .gallery_holder ul.v2 li {
    width: 50%;
    margin: 10px auto;
}

.highlight {
    padding: 0 3px;
    color: #fff;
    background-color: #AB7F10;
}

.testimonials_holder {
    text-align: center;
}

.testimonials {
    position: relative;
}

.testimonials .testimonial_container {
    width: 100%;
    margin: 0 0 16px;
    overflow: hidden;
    text-align: left;
    background-color: transparent;
}

.testimonials_holder .flex-direction-nav {
    display: block;
    position: static;
}

.testimonials_holder .flex-direction-nav li {
    display: inline-block;
    height: 30px;
    margin-top: 37px;
}

.testimonials_holder .flex-direction-nav li:first-child {
    margin-right: 5px;
}

.testimonials_holder .flex-direction-nav li:last-child {
    margin-left: 4px;
}

.testimonials_holder .flex-direction-nav a {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border: 2px solid #5d5d5d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-indent: -9999px;
    opacity: 1;
    background-color: transparent;
    -ms-border-radius: 4px;
}

.testimonials_holder .flex-direction-nav a:hover {
    background-color: #5d5d5d;
}

.testimonials_holder.light .flex-direction-nav a {
    border-color: #fff;
}

.testimonials_holder.light .flex-direction-nav a:hover {
    border-color: #AB7F10;
    background-color: #AB7F10;
}

.testimonials_holder.light .flex-direction-nav a:before {
    color: #fff;
}

.testimonials_holder .flex-direction-nav a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    text-indent: 0;
    font-family: 'FontAwesome',sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #000;
}

.testimonials_holder .flex-direction-nav a:hover:before {
    color: #fff;
}

.testimonials_holder .flex-direction-nav a.flex-prev:before {
    content: '\f104';
}

.testimonials_holder .flex-direction-nav a.flex-next:before {
    content: '\f105';
}

.testimonials_holder.full_width {
    background: 0;
}

.content .testimonial_content .container .container_inner {
    padding: 0;
}

.testimonial_text_holder {
    display: block;
    position: relative;
}

.testimonials .author_image_holder {
    position: relative;
    margin-left: 15px;
}

.testimonials .testimonial_text_inner p.testimonial_author {
    margin-top: 22px;
    font-size: 21px;
    font-weight: 300;
}

.testimonials .testimonial_text_inner p.testimonial_author span.author_company {
    color: #AB7F10;
}

.testimonial_content_inner .testimonial_author .website {
    display: block;
    font-weight: 300;
    color: #5d5d5d;
}

.testimonial_content_inner .testimonial_author h4 {
    color: #00a8e8;
}

.testimonial_text_inner .testimonial_name {
    display: block;
}

.testimonial_content_inner .testimonial_author .company_position {
    color: #AB7F10;
}

.testimonials .testimonial_text_inner {
    display: block;
}

.testimonials .testimonial_text_inner p {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.666666666666667em;
}

.testimonials_holder.standard .testimonials .testimonial_text_inner {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.testimonials_holder.full_width .testimonials .testimonial_text_inner {
    position: relative;
    border-right: 0;
    border-left: none;
    text-align: center;
}

.testimonials_holder.full_width .testimonials .testimonial_text_inner p {
    margin: 0 0 19px;
}

.testimonials_holder .flex-control-paging {
    margin-top: 50px;
}

.testimonials_holder .flex-control-paging li {
    display: inline-block;
}

.testimonials_holder .flex-control-paging li a {
    display: inline-block;
    position: relative;
    width: 12px;
    height: 12px;
    margin-right: 7px;
    text-indent: -5000px;
}

.testimonials_holder .flex-control-paging li a {
    border: 1px solid #6d6d6d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.testimonials_holder.light .flex-control-paging li a {
    border-color: #fff;
}

.testimonials_holder .flex-control-paging li a.flex-active {
    background-color: #6d6d6d;
}

.testimonials_holder.light .flex-control-paging li a.flex-active {
    background-color: #fff;
}

.testimonials.transparent .testimonial_text_inner {
    padding: 0;
    border: 0;
    background-color: transparent!important;
}

.wpb_content_element.wpb_single_image img {
    vertical-align: middle;
}

.q_tabs {
    display: block;
    visibility: hidden;
}

.q_tabs .tabs-nav {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none outside none;
}

.q_tabs .tabs-nav li {
    display: inline-block;
    z-index: 500;
    float: left;
    position: relative;
    margin: 0;
    padding: 5px;
    overflow: hidden;
    background-color: transparent;
}

.q_tabs:not(.horizontal) .tabs-nav li.active {
    background-color: #fff;
}

.q_tabs .tabs-nav li a {
    display: block;
    height: 43px;
    margin: 0;
    padding: 0 30px;
    text-decoration: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    color: #696969;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.q_tabs .tabs-nav li.active a {
    color: #AB7F10;
}

.q_tabs .tabs-nav li.active a:hover,
.q_tabs .tabs-nav li a:hover {
    color: #AB7F10;
}

.q_tabs.horizontal .tabs-nav li.active a,
 {
    color: #AB7F10;
}

.q_tabs.horizontal.center {
    text-align: center;
}

.q_tabs.horizontal.left {
    text-align: left;
}

.q_tabs.horizontal.right {
    text-align: right;
}

.q_tabs.horizontal .tabs-container {
    padding-top: 10px;
    text-align: left;
}

.q_tabs.horizontal.right .tabs-container {
    text-align: right;
}

.q_tabs.horizontal .tabs-nav li:first-child a {
    padding-left: 0;
}

.q_tabs.vertical .tabs-nav {
    width: 24.02957486136784%;
    margin: 0;
}

.q_tabs.vertical.right .tabs-nav {
    float: right;
}

.q_tabs.vertical.left .tabs-nav {
    float: left;
}

.q_tabs.vertical .tabs-nav li {
    display: block;
    z-index: 500;
    top: 0;
    left: -2px;
    width: 100%;
}

.q_tabs.vertical .tabs-nav li.active {
    left: 2px;
    padding: 6px;
    border: 2px solid #e2e2e2;
}

.q_tabs.vertical .tabs-nav li a {
    height: auto;
    padding: 13px 30px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    text-align: center;
    line-height: normal;
}

.q_tabs.vertical .tabs-nav li.active a {
    z-index: 100;
    position: relative;
    padding: 13px 14px 13px 14px;
    color: #fff;
    background-color: #AB7F10;
}

.q_tabs.vertical.left .tabs-nav li.active a {
    border-right-color: #fff;
}

.q_tabs.vertical.right .tabs-nav li.active {
    left: -2px;
}

.q_tabs.vertical .tabs-container {
    width: 73.68576709796673%;
}

.q_tabs.vertical.left .tabs-container {
    z-index: 50;
    float: left;
    position: relative;
    left: -2px;
    padding-left: 30px;
    border-left: 2px solid #e2e2e2;
    text-align: left;
}

.q_tabs.vertical.right .tabs-container {
    z-index: 50;
    float: right;
    position: relative;
    right: -2px;
    padding-right: 30px;
    border-right: 2px solid #e2e2e2;
    text-align: right;
}

.q_tabs.vertical.right .tabs-nav li {
    left: 2px;
}

.q_tabs.boxed {
    text-align: left;
}

.q_tabs.boxed .tabs-nav {
    display: block;
}

.q_tabs.boxed .tabs-nav li a {
    z-index: 200;
    position: relative;
    top: 0;
    border-right: 1px solid transparent;
    border-bottom: 0;
    border-left: 1px solid transparent;
}

.q_tabs.boxed .tabs-nav li.active {
    top: 2px;
    padding: 5px;
    border: 2px solid #e2e2e2;
}

.q_tabs.boxed .tabs-nav li.active a {
    z-index: 100;
    position: relative;
    height: 42px;
    padding: 0 30px;
    border-bottom-width: 2px;
    line-height: 42px;
    color: #fff;
    background-color: #AB7F10;
}

.q_tabs.boxed .tabs-container {
    z-index: 50;
    position: relative;
    top: -2px;
    padding: 30px 0 0;
    border-top: 2px solid #e2e2e2;
    overflow: hidden;
    text-align: left;
}

.q_message {
    position: relative;
    margin: 0;
    padding: 24px 28px;
    background-color: #AB7F10;
}

.q_message .q_message_inner {
    position: relative;
}

.q_message.with_icon .q_message_icon_holder {
    float: left;
    padding: 0 15px 0 0;
}

.q_message.with_icon .q_message_icon {
    display: table;
    height: 100%;
}

.q_message.with_icon .q_message_icon_inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.q_message.with_icon .q_message_icon_inner > i,
.q_message.with_icon .q_message_icon_inner > .q_font_elegant_icon {
    line-height: 1em;
    color: #fff;
}

.q_message.with_icon img {
    float: left;
}

.q_message a.close {
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 18px;
    line-height: 13px;
}

.q_message a.close i {
    display: inline-block;
    width: 14px;
    height: 14px;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
}

.q_message a.close i.dark {
    color: #696969;
}

.q_message a.close i.light {
    color: #fff;
}

.q_message .message_text {
    display: table;
    height: 100%;
    color: #fff;
}

.q_message .message_text_inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.q_price_table {
    float: left;
    position: relative;
    width: 100%;
    margin-left: 2.5%;
    padding: 0;
}

.qode_pricing_tables.two_columns .q_price_table {
    width: 48.75%;
}

.qode_pricing_tables.three_columns .q_price_table {
    width: 31.666666666666668%;
}

.qode_pricing_tables.four_columns .q_price_table {
    width: 23.125%;
}

.qode_pricing_tables .q_price_table:first-child {
    margin-left: 0;
}

.q_price_table .price_table_inner {
    position: relative;
    background-color: #f7f7f7;
}

.q_price_table.active .active_text {
    position: absolute;
    top: -37px;
    right: 20px;
    width: 100%;
    width: 63px;
    height: 63px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    font-size: 13px;
    line-height: 31px;
    background-color: #AB7F10;
}

.q_price_table.active .active_text span {
    position: absolute;
    top: 17px;
    left: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    line-height: normal;
    color: #fff;
}

.q_price_table.active .price_table_inner > ul {
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.q_price_table.active:hover .price_table_inner > ul {
    margin: -18px 0;
}

.price_table_inner ul {
    margin: 0;
    padding-left: 0!important;
    list-style: none outside none;
    color: #5d5d5d;
}

.price_table_inner ul li {
    margin: 0;
    padding: 23px 20px 23px;
    text-align: center;
}

.price_table_inner ul li.pricing_table_content {
    padding: 0;
}

.price_table_inner ul li.pricing_table_content li {
    font-size: 15px;
}

.price_table_inner ul li.pricing_table_content li:nth-child(2n+1) {
    background: #edecec;
}

.price_table_inner ul li.pricing_table_content li:last-child {
    border-bottom: 0;
}

.price_table_inner ul li.prices {
    padding: 50px 27px;
}

.price_table_inner ul li.table_title {
    padding: 25px 27px;
    background: #898989;
}

.q_price_table.active .price_table_inner ul li.table_title {
    -webkit-transition: padding .15s ease-in-out;
    -moz-transition: padding .15s ease-in-out;
    -ms-transition: padding .15s ease-in-out;
    -o-transition: padding .15s ease-in-out;
    transition: padding .15s ease-in-out;
}

.q_price_table.active:hover .price_table_inner ul li.table_title {
    padding: 34px 27px;
}

.price_table_inner ul li.table_title .title_content {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.price_in_table {
    text-align: center;
}

.price_in_table .value {
    position: relative;
    top: 17px;
    font-size: 30px;
    font-weight: 400;
    color: #AB7F10;
}

.price_in_table .price {
    padding: 0 3px;
    font-size: 60px;

    font-weight: 700;
    line-height: 1em;
    vertical-align: middle;
    color: #AB7F10;
}

.price_in_table .mark {
    display: block;
    position: relative;
    top: 9px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    vertical-align: bottom;
    color: #5d5d5d;
}

.price_table_inner .price_button {
    padding: 0;
}

.price_table_inner .price_button a {
    display: block;
    padding: 30px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #fff;
    background: #ccc;
    transition: background .2s linear;
}

.price_table_inner .price_button a:hover {
    background-color: #AB7F10;
}

.active .price_table_inner .price_button a {
    background-color: #AB7F10;
    -webkit-transition: padding .15s ease-in-out;
    -moz-transition: padding .15s ease-in-out;
    -ms-transition: padding .15s ease-in-out;
    -o-transition: padding .15s ease-in-out;
    transition: padding .15s ease-in-out;
}

.active:hover .price_table_inner .price_button a {
    padding: 38px 30px;
}

.q_font_awsome_icon {
    display: inline-block;
}

.q_font_elegant_holder {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.q_font_elegant_icon {
    display: block;
    position: relative;
}

.q_font_awsome_icon_holder,
.q_font_awsome_icon_holder a,
.q_font_elegant_holder,
.q_font_elegant_holder a {
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -ms-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
    -webkit-transform: translateZ(0px);
}

.q_font_elegant_holder.q_icon_shortcode:hover,
.q_font_awsome_icon_holder.q_icon_shortcode:hover {
    color: #AB7F10;
}

.q_font_awsome_icon_square,
.q_font_awsome_icon_circle,
.q_font_elegant_holder.circle,
.q_font_elegant_holder.square {
    border: 2px solid #afafaf;
    text-align: center;
    background-color: transparent;
    -webkit-transition: background-color .15s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out;
    -moz-transition: background-color .15s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out;
    -o-transition: background-color .15s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out;
    -webkit-transform: translateZ(0px);
}

.q_font_awsome_icon_square:hover,
.q_font_awsome_icon_circle:hover,
.q_font_elegant_holder.circle:hover,
.q_font_elegant_holder.square:hover,
.q_font_elegant_holder.circle:hover,
.q_font_awsome_icon_circle:hover {
    border: 2px solid #AB7F10;
}

.q_font_awsome_icon_circle,
.q_font_elegant_holder.circle,
.q_font_elegant_holder.circle,
.q_font_awsome_icon_circle {
    border-radius: 5em;
}

.q_font_awsome_icon.pull-center,
.q_font_elegant_holder.pull-center {
    display: block;
    text-align: center;
}

.q_font_awsome_icon_square.pull-center,
.q_font_awsome_icon_circle.pull-center {
    display: block;
    margin: 0 auto!important;
}

.q_font_awsome_icon_holder.q_icon_animation {
    -webkit-transition: -webkit-transform .2s ease;
    -moz-transition: -moz-transform .2s ease;
    -ms-transition: -ms-transform .2s ease;
    -o-transition: -o-transform .2s ease;
    transition: transform .2s ease;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
}

.q_font_awsome_icon_holder.q_show_animation {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}

.q_icon_with_title {
    display: block;
    position: relative;
}

.q_icon_with_title .icon_holder {
    display: inline-block;
    z-index: 2;
    float: left;
    position: relative;
}

.q_icon_with_title.center {
    text-align: center;
}

.q_icon_with_title.center .icon_holder {
    float: none;
    margin: 0 0 32px;
    padding: 0;
}

.q_icon_with_title .icon_holder.q_icon_animation,
.box_holder_icon_inner.q_icon_animation {
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -moz-transition: -moz-transform .2s ease-in-out;
    -ms-transition: -ms-transform .2s ease-in-out;
    -o-transition: -o-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.q_icon_with_title .icon_holder.q_icon_animation.q_show_animation,
.box_holder_icon_inner.q_icon_animation.q_show_animation {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}

.touch .no_animation_on_touch .q_icon_animation {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}

.q_icon_with_title .icon_holder .icon_holder_inner {
    display: inline-block;
}

.q_icon_with_title.circle .icon_holder .icon_holder_inner,
.q_icon_with_title.square .icon_holder .icon_holder_inner,
.box_holder_icon_inner.circle .icon_holder_inner,
.box_holder_icon_inner.square .icon_holder_inner {
    padding: 4px;
    border: 1px solid #afafaf;
    -webkit-transition: border-color .15s ease-in-out;
    -moz-transition: border-color .15s ease-in-out;
    -ms-transition: border-color .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out;
}

.q_icon_with_title.circle.without_double_border .icon_holder .icon_holder_inner,
.q_icon_with_title.square.without_double_border .icon_holder .icon_holder_inner,
.box_holder_icon_inner.circle.without_double_border .icon_holder_inner,
.box_holder_icon_inner.square.without_double_border .icon_holder_inner {
    padding: 0;
    border: 0;
}

.q_icon_with_title.circle .q_font_elegant_holder.circle,
.q_icon_with_title.square .q_font_elegant_holder.square,
.box_holder_icon_inner .q_font_elegant_holder.circle,
.box_holder_icon_inner .q_font_elegant_holder.square {
    position: relative;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
    width: 2.5em;
    height: 2.5em;
    border-width: 1px;
    line-height: 2.5em;
}

.q_icon_with_title:not(.normal_icon) .q_font_elegant_holder .icon_text_icon,
.box_holder_icon_inner .q_font_elegant_holder:not(.normal) .icon_text_icon {
    position: absolute;
    width: 100%;
    line-height: inherit;
}

.q_icon_with_title.circle .icon_holder .icon_holder_inner {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.q_icon_with_title .icon_holder .icon_text_icon,
.box_holder_icon .icon_text_icon {
    font-size: .8em;
}

.q_icon_with_title .icon_holder .icon_text_icon,
.box_holder_icon .icon_text_icon {
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -ms-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}

.q_icon_with_title .icon_holder .fa-stack.fa-lg i {
    line-height: 37px;
}

.q_icon_with_title .icon_holder .fa-stack.fa-2x i {
    line-height: 56px;
}

.q_icon_with_title .icon_holder .fa-stack.fa-3x i {
    line-height: 86px;
}

.q_icon_with_title .icon_holder .fa-stack.fa-4x i {
    line-height: 116px;
}

.q_icon_with_title .icon_holder .fa-stack.fa-5x i {
    line-height: 146px;
}

.box_holder_icon_inner .fa-stack,
.q_icon_with_title .icon_holder .fa-stack {
    -webkit-box-sizing: initial!important;
    -moz-box-sizing: initial!important;
    box-sizing: initial!important;
    border: 1px solid #afafaf;
    text-align: center;
    background-color: transparent;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out,border-color .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.box_holder_icon_inner .q_font_awsome_icon,
.q_icon_with_title .icon_holder .q_font_awsome_icon,
.box_holder_icon_inner .fa-stack,
.q_icon_with_title .icon_holder .fa-stack,
.q_font_awsome_icon_holder,
.q_font_awsome_icon_holder a,
.q_font_elegant_holder,
.q_font_elegant_holder a {
    color: #ffffff;
}

.box_holder_icon_inner .fa-stack,
.box_holder_icon_inner .q_font_elegant_holder.circle,
.box_holder_icon_inner .q_font_elegant_holder.square,
.box_holder_icon_inner .icon_holder_inner {
    background-color: #ffffff!important;
    transition: transform 0.2s ease-in-out;
}


.box_holder_icon_inner .fa-stack,
.box_holder_icon_inner .q_font_elegant_holder.circle,
.box_holder_icon_inner .q_font_elegant_holder.square,
.box_holder_icon_inner .icon_holder_inner :hover  {
    background-color: #ffffff!important;
    transform: scale(1.5);
}


.q_icon_with_title.circle .icon_holder .fa-stack,
.box_holder_icon_inner.circle .fa-stack {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    -o-border-radius: 2em;
    -ms-border-radius: 2em;
}

.q_icon_with_title .icon_holder:hover .icon_holder_inner,
.q_icon_with_title .icon_holder:hover .fa-stack,
.q_icon_with_title .icon_holder:hover .q_font_elegant_holder,
.box_holder_icon_inner.circle .icon_holder_inner:hover,
.box_holder_icon_inner.square .icon_holder_inner:hover,
.box_holder_icon_inner.square .icon_holder_inner:hover .fa-stack,
.box_holder_icon_inner.circle .icon_holder_inner:hover .fa-stack,
.box_holder_icon_inner .icon_holder_inner:hover .q_font_elegant_holder.circle,
.box_holder_icon_inner .icon_holder_inner:hover .q_font_elegant_holder.square {
    border-color: #AB7F10!important;
}

.q_icon_with_title .icon_holder:hover .fa-stack,
.q_icon_with_title.circle .icon_holder:hover .q_font_elegant_holder,
.q_icon_with_title.square .icon_holder:hover .q_font_elegant_holder,
.box_holder_icon_inner.square .icon_holder_inner:hover .fa-stack,
.box_holder_icon_inner.circle .icon_holder_inner:hover .fa-stack,
.box_holder_icon_inner .icon_holder_inner:hover .q_font_elegant_holder.circle,
.box_holder_icon_inner .icon_holder_inner:hover .q_font_elegant_holder.square {
    background-color: #AB7F10!important;
}

.q_icon_with_title .icon_holder:hover .icon_text_icon,
.box_holder_icon_inner .icon_holder_inner:hover .icon_text_icon {
    color: #fff;
}

.q_icon_with_title.normal_icon .icon_holder:hover .icon_text_icon,
.box_holder_icon_inner.normal_icon .icon_holder_inner:hover .icon_text_icon {
    color: #AB7F10;
}

.q_icon_with_title span.fa-stack.fa-lg,
.q_box_holder.with_icon span.fa-stack.fa-lg {
    font-size: 19px;
}

.q_icon_with_title .icon_text_holder {
    position: relative;
}

.q_icon_with_title .icon_text_inner {
    padding: 0 0 18px;
}

.q_icon_with_title.left_from_title .icon_text_holder {
    padding: 0;
}

.q_icon_with_title .icon_title_holder {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0 0 17px;
}

.q_icon_with_title .icon_title_holder .icon_holder {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0 20px 0 0;
    text-align: center;
    vertical-align: middle;
}

.q_icon_with_title .icon_text_holder .icon_title_holder .icon_title {
    display: table-cell;
    width: 100%;
    margin: 0;
    vertical-align: middle;
}

.q_icon_with_title.large .icon_holder,
.q_icon_with_title.medium .icon_holder,
.q_icon_with_title.tiny.square .icon_holder,
.q_icon_with_title.small.square .icon_holder {
    text-align: center;
}

.q_icon_with_title.tiny .icon_text_holder {
    padding: 0 0 0 60px;
}

.q_icon_with_title.small .icon_text_holder {
    padding: 0 0 0 68px;
}

.q_icon_with_title.medium .icon_text_holder {
    padding: 0 0 0 72px;
}

.q_icon_with_title.large .icon_text_holder {
    padding: 0 0 0 91px;
}

.q_icon_with_title.very_large .icon_text_holder {
    padding: 0 0 0 103px;
}

.q_icon_with_title.tiny.square .icon_text_holder,
.q_icon_with_title.tiny.boxed .icon_text_holder,
.q_icon_with_title.tiny.circle .icon_text_holder,
.q_icon_with_title.tiny.icon_image .icon_text_holder {
    padding: 0 0 0 82px;
}

.q_icon_with_title.small.square .icon_text_holder,
.q_icon_with_title.small.boxed .icon_text_holder,
.q_icon_with_title.small.circle .icon_text_holder,
.q_icon_with_title.small.icon_image .icon_text_holder {
    padding: 0 0 0 104px;
}

.q_icon_with_title.medium.boxed .icon_text_holder,
.q_icon_with_title.medium.circle .icon_text_holder,
.q_icon_with_title.medium.icon_image .icon_text_holder,
.q_icon_with_title.medium.square .icon_text_holder {
    padding: 0 0 0 134px;
}

.q_icon_with_title.large.boxed .icon_text_holder,
.q_icon_with_title.large.circle .icon_text_holder,
.q_icon_with_title.large.icon_image .icon_text_holder,
.q_icon_with_title.large.square .icon_text_holder {
    padding: 0 0 0 164px;
}

.q_icon_with_title.very_large.boxed .icon_text_holder,
.q_icon_with_title.very_large.circle .icon_text_holder,
.q_icon_with_title.very_large.icon_image .icon_text_holder,
.q_icon_with_title.very_large.square .icon_text_holder {
    padding: 0 0 0 194px;
}

.q_icon_with_title.left_from_title .icon_text_holder {
    padding: 0!important;
}

.q_icon_with_title.tiny.center .icon_text_holder,
.q_icon_with_title.small.center .icon_text_holder,
.q_icon_with_title.medium.center .icon_text_holder,
.q_icon_with_title.large.center .icon_text_holder,
.q_icon_with_title.very_large.center .icon_text_holder,
.q_icon_with_title.tiny.boxed.center .icon_text_holder,
.q_icon_with_title.tiny.circle.center .icon_text_holder,
.q_icon_with_title.small.boxed.center .icon_text_holder,
.q_icon_with_title.small.circle.center .icon_text_holder,
.q_icon_with_title.medium.boxed.center .icon_text_holder,
.q_icon_with_title.medium.circle.center .icon_text_holder,
.q_icon_with_title.large.boxed.center .icon_text_holder,
.q_icon_with_title.large.circle.center .icon_text_holder,
.q_icon_with_title.very_large.boxed.center .icon_text_holder,
.q_icon_with_title.very_large.circle.center .icon_text_holder,
.q_icon_with_title.tiny.icon_image.center .icon_text_holder,
.q_icon_with_title.small.icon_image.center .icon_text_holder,
.q_icon_with_title.medium.icon_image.center .icon_text_holder,
.q_icon_with_title.large.icon_image.center .icon_text_holder,
.q_icon_with_title.very_large.icon_image.center .icon_text_holder {
    padding: 0;
}

.q_icon_with_title.left_from_title .icon_holder {
    display: block;
}

.q_icon_with_title.tiny .icon_holder img {
    width: 35px;
}

.q_icon_with_title.small .icon_holder img {
    width: 52px;
}

.q_icon_with_title.medium .icon_holder img {
    width: 78px;
}

.q_icon_with_title.large .icon_holder img {
    width: 104px;
}

.q_icon_with_title.very_large .icon_holder img {
    width: 130px;
}

.q_icon_with_title.left_from_title.tiny.normal_icon .icon_holder i {
    position: relative;
    top: 3px;
    line-height: 1em;
}

.q_icon_with_title .icon_text_holder .icon_title {
    display: block;
    margin: 0 0 1.1em;
}

.q_icon_with_title .icon_with_title_link {
    display: inline-block;
    margin: 18px 0 0;
}

.q_icon_with_title.top_title_over .icon_holder {
    margin: 0 0 18px;
}

.q_icon_with_title.top_title_over .icon_holder i,
.q_icon_with_title.top_title_over .icon_holder span {
    font-size: 120px!important;
    line-height: 1em!important;
    color: #f0f0f0;
}

.q_icon_with_title.top_title_over .icon_holder img {
    min-width: 120px!important;
}

.q_icon_with_title.top_title_over .icon_title {
    z-index: 3;
    position: absolute;
    top: -85px;
    width: 100%;
    margin: 0!important;
}

.q_box_holder {
    display: block;
    z-index: 200;
    position: relative;
    border: 1px solid transparent;
}

.q_box_holder.with_icon {
    border: 1px solid #afafaf;
}

.box_holder_inner {
    display: block;
    padding: 30px 20px;
}

.q_box_holder.with_icon .box_holder_inner.tiny {
    padding: 40px 20px 30px;
}

.q_box_holder.with_icon .box_holder_inner.small {
    padding: 51px 20px 30px;
}

.q_box_holder.with_icon .box_holder_inner.medium {
    padding: 66px 20px 30px;
}

.q_box_holder.with_icon .box_holder_inner.large {
    padding: 81px 20px 30px;
}

.q_box_holder.with_icon .box_holder_inner.very_large {
    padding: 96px 20px 30px;
}

.box_holder_inner.left {
    text-align: left;
}

.box_holder_inner.right {
    text-align: right;
}

.box_holder_inner.center {
    text-align: center;
}

.box_holder_inner .icon_title {
    margin: 0 0 14px;
}

.box_holder_icon {
    display: block;
    z-index: 250;
    position: absolute;
    top: 0;
    left: 50%;
}

.box_holder_icon_inner {
    margin: -50% 0 0 -50%;
}

.box_holder_icon_inner .icon_holder_inner {
    display: inline-block;
}

.box_holder_icon_inner.circle .icon_holder_inner {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.box_holder_icon_inner.circle,
.box_holder_icon_inner.square,
.box_holder_icon_inner.image {
    margin: -50% 0 0 -50%;
}

.box_holder_icon_inner.circle .fa-stack,
.circle .icon_holder .fa-stack {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    -o-border-radius: 2em;
    -ms-border-radius: 2em;
}

.box_holder_icon_inner.image.tiny img {
    height: 35px;
}

.box_holder_icon_inner.image.small img {
    height: 52px;
}

.box_holder_icon_inner.image.medium img {
    height: 78px;
}

.box_holder_icon_inner.image.large img {
    height: 104px;
}

.box_holder_icon_inner.image.very_large img {
    height: 130px;
}

.q_progress_bars_icons {
    display: block;
    position: relative;
}

.q_progress_bars_icons_inner {
    position: relative;
    width: 100%;
}

.q_progress_bars_icons_inner .bar {
    float: left;
    position: relative;
    margin: 0 5px 5px 0;
}

.q_progress_bars_icons_inner.normal .bar {
    margin: 0;
}

.q_progress_bars_icons_inner.tiny .bar {
    width: 40px;
    height: 40px;
}

.q_progress_bars_icons_inner.small .bar {
    width: 52px;
    height: 52px;
}

.q_progress_bars_icons_inner.medium .bar {
    width: 78px;
    height: 78px;
}

.q_progress_bars_icons_inner.large .bar {
    width: 104px;
    height: 104px;
}

.q_progress_bars_icons_inner.very_large .bar {
    width: 130px;
    height: 130px;
}

.q_progress_bars_icons_inner .bar .bar_noactive,
.q_progress_bars_icons_inner .bar .bar_active {
    display: inline-block;
    z-index: 50;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.q_progress_bars_icons_inner.tiny .bar .bar_noactive,
.q_progress_bars_icons_inner.tiny .bar .bar_active {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.q_progress_bars_icons_inner .bar.active .bar_noactive {
    z-index: 100;
}

.q_progress_bars_icons_inner.square .bar .bar_noactive,
.q_progress_bars_icons_inner.square .bar .bar_active,
.q_progress_bars_icons_inner.circle .bar .bar_noactive,
.q_progress_bars_icons_inner.circle .bar .bar_active {
    background-color: #fff;
}

.q_progress_bars_icons_inner.circle .bar .bar_noactive,
.q_progress_bars_icons_inner.square .bar .bar_noactive {
    border: 2px solid #AB7F10;
}

.q_progress_bars_icons_inner.circle .bar .bar_active,
.q_progress_bars_icons_inner.square .bar .bar_active {
    border: 2px solid #e2e2e2;
}

.q_progress_bars_icons_inner.circle .bar .bar_noactive,
.q_progress_bars_icons_inner.circle .bar .bar_active {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    -ms-border-radius: 2em;
    -o-border-radius: 2em;
}

.q_progress_bars_icons_inner.square .bar.active i,
.q_progress_bars_icons_inner.circle .bar.active i,
.q_progress_bars_icons_inner.normal .bar.active i,
.q_progress_bars_icons_inner .bar.active i.fa-circle,
.q_progress_bars_icons_inner.square .bar.active .q_font_elegant_icon,
.q_progress_bars_icons_inner.circle .bar.active .q_font_elegant_icon,
.q_progress_bars_icons_inner.normal .bar.active .q_font_elegant_icon {
    color: #AB7F10;
}

.q_progress_bars_icons_inner.square .bar i,
.q_progress_bars_icons_inner.circle .bar i,
.q_progress_bars_icons_inner.normal .bar i,
.q_progress_bars_icons_inner.square .bar .q_font_elegant_icon,
.q_progress_bars_icons_inner.circle .bar .q_font_elegant_icon,
.q_progress_bars_icons_inner.normal .bar .q_font_elegant_icon,
.q_progress_bars_icons_inner .bar i.fa-circle {
    color: #f6f6f6;
}

.q_progress_bars_icons_inner .q_font_elegant_icon {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.q_social_icon_holder {
    display: inline-block;
    position: relative;
    margin: 0 5px 5px 0!important;
    vertical-align: middle;
}

.q_social_icon_holder .fa-stack {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #7a7a7a;
    text-align: center;
    color: #7a7a7a;
    background-color: transparent;
    -webkit-transition: color .15 ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    -ms-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    -webkit-transform: translateZ(0px);
}

.q_social_icon_holder .fa-stack span {
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -ms-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}

.q_social_icon_holder:hover .fa-stack {
    border-color: #7a7a7a!important;
    color: #7a7a7a!important;
    background-color: #7a7a7a!important;
}

.q_social_icon_holder:hover .fa-stack .social_icon {
    color: #fff;
}

.q_social_icon_holder:hover .fa-stack .q_social_icon_holder.normal_social .simple_social,
.q_social_icon_holder.normal_social.with_link .simple_social {
    color: #CF9D19;
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -ms-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
}

.q_social_icon_holder.normal_social:hover .simple_social {
    color: #ffffff!important;
}

.q_social_icon_holder .fa-stack.circle_social {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    -ms-border-radius: 2em;
    -o-border-radius: 2em;
}

.q_social_icon_holder .fa-stack.tiny {
    width: 36px;
    height: 36px;
    line-height: 32px;
}

.q_social_icon_holder .fa-stack.small {
    width: 44px;
    height: 44px;
    line-height: 40px;
}

.q_social_icon_holder .fa-stack.medium {
    width: 51px;
    height: 51px;
    line-height: 47px;
}

.q_social_icon_holder .fa-stack.large {
    width: 64px;
    height: 64px;
    line-height: 60px;
}

.q_social_icon_holder .fa-stack.huge {
    width: 110px;
    height: 110px;
    line-height: 106px;
}

.q_social_icon_holder .fa-stack.tiny i,
.q_social_icon_holder .fa-stack.tiny span,
.q_social_icon_holder i.tiny,
.q_social_icon_holder span.tiny {
    font-size: 16px;
}

.q_social_icon_holder .fa-stack.small i,
.q_social_icon_holder i.small,
.q_social_icon_holder .fa-stack.small span,
.q_social_icon_holder span.small {
    font-size: 18px;
}

.q_social_icon_holder .fa-stack.medium i,
.q_social_icon_holder i.medium,
.q_social_icon_holder .fa-stack.medium span,
.q_social_icon_holder span.medium {
    font-size: 20px;
}

.q_social_icon_holder .fa-stack.large i,
.q_social_icon_holder i.large,
.q_social_icon_holder .fa-stack.large span,
.q_social_icon_holder span.large {
    font-size: 24px;
}

.q_social_icon_holder .fa-stack.huge i,
.q_social_icon_holder i.huge,
.q_social_icon_holder .fa-stack.huge span,
.q_social_icon_holder span.huge {
    font-size: 40px;
}

.q_social_icon_holder > i,
.q_social_icon_holder > span.simple_social {
    display: block;
    position: relative;
    width: auto;
    line-height: 1.2em;
}

.q_social_icon_holder .fa-stack span {
    position: relative;
}

.q_social_icon_holder .fa-stack.tiny span {
    line-height: 32px;
}

.q_social_icon_holder .fa-stack.small span {
    line-height: 40px;
}

.q_social_icon_holder .fa-stack.medium span {
    line-height: 47px;
}

.q_social_icon_holder .fa-stack.large span {
    line-height: 60px;
}

.q_social_icon_holder .fa-stack.huge span {
    line-height: 106px;
}

.ordered ul,
.ordered ol {
    counter-reset: li;
    display: block;
    margin: 0 0 30px;
    padding: 0 0 0 20px;
    list-style-type: decimal;
    background-position: left center;
    background-repeat: no-repeat;
}

.ordered ol li {
    margin: 0 0 21px;
    padding: 0 0 0 4px;
}

.q_list.normal ul > li {
    font-weight: 400!important;
}

.q_list.light ul > li {
    font-weight: 300!important;
}

.q_list.bold ul > li {
    font-weight: 600!important;
}

.q_list.circle ul,
.q_list.number ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.q_list.number ul {
    counter-reset: li;
}

.q_list.number.circle_number li {
    margin-bottom: 22px;
    padding-left: 43px;
}

.q_list.circle ul > li,
.q_list.number ul > li {
    position: relative;
    margin: 0 0 22px;
    padding: 0 0 0 22px;
    font-weight: 300;
}

.q_list.circle ul > li:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 25px;
    background-color: #AB7F10;
}

.q_list.number ul > li:before {
    content: counter(li,decimal-leading-zero);
    counter-increment: li;
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
    padding: 0;
    text-align: center;
    font-weight: 500;
    line-height: 20px;
    color: #AB7F10;
}

.q_list.number.circle_number ul > li:before {
    top: -3px;
    width: 31px;
    height: 31px;
    border-radius: 2em;
    line-height: 31px;
    color: #fff;
    background-color: #AB7F10;
}

.q_list.circle.animate_list ul li,
.q_list.number.animate_list ul li {
    top: -40px;
    opacity: 0;
    filter: alpha(opacity = 0);
}

.touch .no_animation_on_touch .q_list.circle.animate_list ul li,
.touch .no_animation_on_touch .q_list.number.animate_list ul li {
    top: 0;
    opacity: 1;
    filter: alpha(opacity = 100);
}

.social_share_holder {
    display: inline-block;
    position: relative;
}

.social_share_holder:hover .social_share_title {
    cursor: pointer;
}

.social_share_holder:hover .social_share_dropdown {
    visibility: visible;
}

:not(.format-link):not(.format-quote) .social_share_holder:hover > a {
    color: #AB7F10;
}

.social_share_title {
    display: inline-block;
}

.social_share_dropdown {
    display: block;
    visibility: hidden;
    z-index: 950;
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    margin: 0;
    padding: 10px 0 0 0;
}

.social_share_dropdown ul {
    display: block;
    z-index: 990;
    position: relative;
    padding: 0!important;
    min-width: 108px;
    border: 2px solid #5d5d5d;
    font-weight: 400;
    list-style: none;
    background-color: #fff;
}

.page_share {
    display: inline-block;
    position: relative;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    border-left: 1px solid #5d5d5d;
    font-size: 12px;
    line-height: 1em;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.social_share_dropdown ul li {
    display: block;
    position: relative;
    text-align: center;
}

.social_share_dropdown ul li.share_title {
    padding: 10px 20px;
    color: #5d5d5d;
}

.social_share_dropdown ul li a {
    display: block;
    height: 32px;
    padding: 0 12px;
    border-bottom: 2px solid #5d5d5d;
    text-align: left;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #5d5d5d!important;
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -ms-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
}

.social_share_dropdown ul li a span,
.latest_post_holder .social_share_dropdown ul li a span,
.blog_holder article .post_info .social_share_dropdown ul li a span {
    font-size: 10px;
}

.social_share_dropdown ul li:last-child a {
    border-bottom: 0;
}

.social_share_dropdown ul li .social_network_icon {
    position: relative;
    top: 1px;
    margin-right: 7px;
    font-size: 13px;
    color: #5d5d5d;
}

.social_share_dropdown ul li img {
    width: 8px;
    margin: 0 12px 0 0;
}

.social_share_dropdown ul li:hover {
    background-color: #5d5d5d;
}

.social_share_dropdown ul li:hover .social_network_icon {
    color: #fff!important;
}

.social_share_dropdown ul li:hover a,
.latest_post_holder .social_share_dropdown ul li:hover a {
    color: #fff!important;
}

.social_share_list_holder ul {
    display: inline-block;
    list-style: none;
}

.social_share_list_holder ul li {
    display: inline;
    margin-right: 10px;
}

.social_share_list_holder ul li i {
    font-size: 18px;
    vertical-align: middle;
    color: #e2e2e2;
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -ms-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}

.social_share_list_holder ul li i:hover {
    color: #AB7F10;
}

.q_steps_holder {
    width: 100%;
    text-align: center;
}

.q_steps_holder_inner {
    display: inline-block;
    position: relative;
}

.q_steps_holder .circle_small,
.q_steps_holder .circle_small_inner {
    width: 192px;
    height: 192px;
}

.q_steps_holder .circle_small_wrapper {
    width: 193px;
    height: 192px;
    margin: 0 auto;
    border: 2px solid transparent;
    border-top: 2px solid #AB7F10;
    border-radius: 530px;
}

.q_steps_holder .circle_small {
    margin: 0 auto;
    border: 1px solid #c7c7c7;
    border-radius: 500px;
    text-align: center;
    font-family: inherit;
    font-size: 26px;
    color: #666;
}

.q_steps_holder .circle_small:hover span,
.q_steps_holder .circle_small:hover .step_title {
    color: #AB7F10!important;
}

.q_steps_holder .circle_small_inner {
    display: table-cell;
    vertical-align: middle;
}

.q_steps_holder .circle_small_inner span {
    font-size: 50px;
    font-weight: 500;
    line-height: 50px;
}

.q_steps_holder a.circle_small_inner {
    color: #666;
}

.q_steps_holder a.circle_small_inner:hover {
    color: inherit;
}

.q_steps_holder .circle_small span {
    display: block;
    margin-bottom: 5px;
    -webkit-transition: color .15s ease 0s;
    -moz-transition: color .15s ease 0s;
    -o-transition: color .15s ease 0s;
}

.q_steps_holder .circle_small .step_title {
    font-size: 16px;
    letter-spacing: 1px;
    color: #666;
    -webkit-transition: color .15s ease 0s;
    -moz-transition: color .15s ease 0s;
    -o-transition: color .15s ease 0s;
}

.q_steps_holder .circle_small_holder p {
    margin-top: 5px;
    padding: 0 21px;
    text-align: center;
}

.q_steps_holder .circle_small_holder {
    display: inline-block;
    width: 265px;
}

.q_steps_holder .circle_small_holder_inner {
    position: relative;
}

.q_steps_holder .circle_small_holder:last-child .circle_small_holder_inner .arrow_holder {
    background: 0;
}

.q_steps_holder.show .circle_small_holder {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.q_steps_holder .circle_small_holder {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}

.q_steps_holder .step1 {
    top: 85px;
    left: 40px;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.q_steps_holder .step1 .circle_small_wrapper {
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
}

.q_steps_holder .step1 .circle_small {
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
}

.q_steps_holder .step2 {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.q_steps_holder .step2 .circle_small_wrapper {
    -webkit-transform: rotate(-175deg);
    -ms-transform: rotate(-175deg);
    transform: rotate(-175deg);
}

.q_steps_holder .step2 .circle_small {
    -webkit-transform: rotate(175deg);
    -ms-transform: rotate(175deg);
    transform: rotate(175deg);
}

.q_steps_holder .step3 {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.q_steps_holder .step3 .circle_small_wrapper {
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
}

.q_steps_holder .step3 .circle_small {
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
}

.q_steps_holder .step4 .circle_small_wrapper {
    -webkit-transform: rotate(-170deg);
    -ms-transform: rotate(-170deg);
    transform: rotate(-170deg);
}

.q_steps_holder .step4 .circle_small {
    -webkit-transform: rotate(170deg);
    -ms-transform: rotate(170deg);
    transform: rotate(170deg);
}

.q_steps_holder .step4 {
    -webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
    -ms-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
}

.vc_text_separator.full {
    margin-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #eaeaea;
    border-bottom: 0;
}

.vc_text_separator.full.separator_align_center {
    text-align: center;
}

.vc_text_separator.full.separator_align_right {
    text-align: right;
}

.vc_text_separator.full div {
    display: inline-block;
    position: relative;
    top: -19px;
    padding: 0 35px;
    border: 1px solid transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    color: #fff;
    background-color: #ff3700;
    -o-border-radius: 2px;
}

.q_pie_graf_holder,
.q_line_graf_holder {
    display: block;
    position: relative;
    overflow: hidden;
}

.q_pie_graf,
.q_line_graf {
    float: left;
    margin: 0 22px 0 0;
}

.q_pie_graf_legend {
    float: left;
    position: relative;
    width: 40%;
}

.q_line_graf_legend {
    float: left;
    position: relative;
    width: 20%;
}

.q_pie_graf_legend ul,
.q_line_graf_legend ul {
    padding: 0;
    list-style: none;
}

.q_pie_graf_legend ul li,
.q_line_graf_legend ul li {
    display: block;
    margin: 0 0 10px 0;
}

.q_pie_graf_legend ul li .color_holder,
.q_line_graf_legend ul li .color_holder {
    float: left;
    width: 25px;
    height: 25px;
    background-color: #AB7F10;
}

.q_pie_graf_legend ul li p,
.q_line_graf_legend ul li p {
    margin: 0;
    padding: 0 0 0 50px;
    line-height: 25px;
}

.q_image_with_text_over {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0;
}

.q_image_with_text_over.one_half {
    width: 50%;
}

.q_image_with_text_over.one_third {
    width: 33.33%;
}

.q_image_with_text_over.one_fourth {
    width: 25%;
}

.q_image_with_text_over img {
    display: block;
    z-index: 10;
    position: relative;
    width: 100%;
}

.q_image_with_text_over .shader {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(54,54,54,0.3);
    background-position: 0 0;
    background-repeat: repeat;
    -webkit-transition: background-color .15s ease-in-out;
    -moz-transition: background-color .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.q_image_with_text_over:hover .shader {
    background-color: rgba(54,54,54,0.6);
}

.q_image_with_text_over .text {
    z-index: 30;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.q_image_with_text_over .front_holder,
.q_image_with_text_over .back_holder {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.q_image_with_text_over .front_inner,
.q_image_with_text_over .back_inner {
    display: table-cell;
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.q_image_with_text_over .front_inner {
    opacity: 1;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    -webkit-transform: translateZ(0px);
    filter: alpha(opacity = 100);
}

.q_image_with_text_over .caption {
    line-height: 1em;
}

.q_image_with_text_over .text p,
.q_image_with_text_over .caption,
.q_image_with_text_over .icon_holder {
    display: block;
    color: #fff;
}

.q_image_with_text_over .caption {
    margin: 15px 0 0;
}

.q_image_with_text_over .caption.no_icon {
    margin: 0;
}

.q_image_with_text_over .desc {
    position: relative;
    margin: 0 43px;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    -webkit-transform: translateZ(0px);
    -webkit-backface-visibility: hidden;
    filter: alpha(opacity = 0);
}

.q_image_with_text_over .desc .qbutton {
    display: inline-block;
    margin: 25% 0 0;
    border-color: #fff;
    color: #fff;
    background-color: transparent;
}

.q_image_with_text_over .desc .qbutton:hover {
    border-color: #fff!important;
    color: #363636!important;
    background-color: #fff!important;
}

.q_image_with_text_over .text:hover .front_inner {
    opacity: 0;
    filter: alpha(opacity = 0);
}

.q_image_with_text_over .text:hover .desc {
    opacity: 1;
    filter: alpha(opacity = 100);
}

.q_team {
    overflow: hidden;
    background-color: #fff;
}

.q_team.with_padding .q_team_text {
    padding-right: 20px;
    padding-left: 20px;
}

.q_team_inner {
    width: 100%;
    overflow: hidden;
}

.q_team .q_team_image {
    position: relative;
}

.q_team .q_team_image img {
    width: 100%;
    vertical-align: middle;
}

.q_team .q_team_description {
    display: table;
    width: 100%;
    height: 100%;
}

.q_team .q_team_text {
    padding: 36px 0 16px;
    border: 1px none #f6f6f6;
    border-top: none!important;
}

.q_team .q_team_title_holder {
    margin: 0 0 20px;
}

.q_team .q_team_title_holder .q_team_name {
    margin-bottom: 7px;
}

.q_team .q_team_text_inner .separator {
    margin-bottom: 16px!important;
    background-color: #AB7F10;
}

.q_team .q_team_text .q_team_position {
    font-size: 15px;
    color: #696969;
}

.q_team .q_team_social_holder {
    position: relative;
}

.q_team.without_separator .q_team_social_holder {
    margin-top: 38px;
}

.q_team .q_team_social_holder .simple_social {
    margin-right: 10px;
    font-size: 29px;
}

.q_team .double_separator {
    width: 100%;
    height: 18px;
    margin-top: 32px;
    margin-bottom: 32px!important;
    border-top: 2px solid #e2e2e2;
    border-bottom: 2px solid #e2e2e2;
}

.q_team .q_team_skills_holder {
    margin-top: 30px;
    margin-bottom: 48px;
}

.circle_item .circle {
    display: inline-block;
    width: 155px;
    height: 155px;
    -webkit-border-radius: 182px;
    -moz-border-radius: 182px;
    border-radius: 182px;
    text-align: center;
    font-size: 15px;
    line-height: 13px;
    color: #000;
    background-color: #fbfbfb;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -o-border-radius: 182px;
}

.circle_item .circle div {
    padding: 69.5px 0;
}

.circle_left {
    display: inline-block;
    width: 100%;
    margin: 0 0 25px 0;
}

.circle_left .circle {
    float: left;
}

.circle_left .text {
    padding: 0 10px 0 170px;
}

.circle_top {
    display: inline-block;
    width: 100%;
    margin: 0 0 25px 0;
    text-align: center;
}

.circle_top .circle {
    margin: 0 auto;
}

.circle_top .text {
    margin: 25px 0 0;
}

.circle_top .text p {
    margin: 0;
}

.circle_item .circle a {
    text-decoration: none;
}

.circle_item .circle:hover {
    color: #fff;
    background-color: #AB7F10;
}

.circle_item .circle.hover {
    cursor: pointer;
}

.circle_item .circle:hover a {
    color: #fff;
}

.fade_in_circle_holder {
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.fade_in_circle_holder.animate_circle {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    filter: alpha(opacity=100);
}

.fade_in_circle_holder {
    display: table;
    z-index: 2000;
    position: relative;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    -webkit-backface-visibility: hidden;
    filter: alpha(opacity=0);
}

.touch .no_animation_on_touch .fade_in_circle_holder {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    filter: alpha(opacity=100);
}

.image_hover {
    display: inline-block;
    position: relative;
    width: 100%;
}

.image_hover .images_holder {
    position: relative;
}

.image_hover .images_holder img.hover_image {
    position: absolute;
    top: 0;
    left: 0;
}

.image_hover .images_holder img.active_image {
    display: block;
    position: relative;
    opacity: 1;
    filter: alpha(opacity = 100);
}

.image_hover .images_holder img.active_image,
.image_hover .images_holder img.hover_image,
.image_hover.hovered.show .images_holder img.active_image,
.image_hover.hovered.show .images_holder img.hover_image {
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-transform: translateZ(0px);
    -webkit-backface-visibility: hidden;
}

.image_hover .images_holder img.hover_image {
    opacity: 0;
    filter: alpha(opacity = 0);
}

.image_hover .images_holder:hover img.active_image,
.image_hover.hovered.show .images_holder img.active_image {
    opacity: 0;
    filter: alpha(opacity = 0);
}

.image_hover .images_holder:hover img.hover_image,
.image_hover.hovered.show .images_holder img.hover_image {
    opacity: 1;
    filter: alpha(opacity = 100);
}

.content_bottom {
    z-index: 100;
    position: relative;
}

.qode_call_to_action.container {
    background-color: #AB7F10;
}

.qode_call_to_action.in_grid {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.qode_call_to_action.container .container_inner {
    padding: 40px 0;
}

.call_to_action_text_wrapper p {
    text-align: center;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.692307692307692em;
    color: #fff;
}

.qode_call_to_action .call_to_action_text_wrapper {
    line-height: 40px;
}

.qode_call_to_action .qbutton {
    position: static;
}

.call_to_action_button_wrapper {
    text-align: left;
}

.call_to_action_button_wrapper.left {
    text-align: left;
}

.qode_call_to_action .two_columns_75_25 > .column2.left > .column_inner {
    padding: 0 20px 0 0;
}

.qode_call_to_action.in_grid .two_columns_75_25 > .column2.left > .column_inner {
    padding-left: 28px;
}

.qode_call_to_action.in_grid .two_columns_75_25 > .column2 > .column_inner {
    padding-right: 28px;
}

.qode_call_to_action.in_grid .two_columns_75_25 > .column1.left > .column_inner {
    padding-right: 28px;
}

.qode_call_to_action.in_grid .two_columns_75_25 > .column1 > .column_inner {
    padding-left: 28px;
}

.qode_call_to_action .two_columns_75_25 > .column1.left > .column_inner {
    padding: 0;
}

.qode_call_to_action .two_columns_75_25 > .column1.left {
    text-align: right;
}

.qode_carousels {
    display: block;
    position: relative;
    zoom: 1;
    padding: 0;
}

.qode_carousels_holder.two_rows .slides > li .carousel_item_holder {
    position: relative;
    margin-bottom: 50px;
}

.qode_carousels .slides > li .first_image_holder,
.qode_carousels .slides > li .second_image_holder {
    display: block;
    position: relative;
    width: 100%;
    opacity: 1;
}

.qode_carousels .slides > li .second_image_holder {
    position: absolute;
    top: 0;
    left: 0;
}

.qode_carousels .slides>li .second_image_holder,
.qode_carousels_holder:not(.two_rows) .qode_carousels .slides > li:hover .first_image_holder.has_hover_image {
    opacity: 0;
}

.qode_carousels_holder:not(.two_rows) .qode_carousels .slides > li:hover .second_image_holder.has_hover_image {
    opacity: 1;
}

.qode_carousels_holder.two_rows .qode_carousels .slides > li div.carousel_item_holder .second_image_holder,
.qode_carousels_holder.two_rows .qode_carousels .slides > li div.carousel_item_holder:hover .first_image_holder.has_hover_image {
    opacity: 0;
}

.two_rows .qode_carousels .slides > li div.carousel_item_holder:hover .second_image_holder.has_hover_image {
    opacity: 1;
}

.qode_carousels .caroufredsel-direction-nav .caroufredsel-navigation-item {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
    width: 39px;
    height: 39px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    opacity: 1;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

.qode_carousels .caroufredsel-direction-nav .caroufredsel-navigation-item:hover span {
    opacity: .65;
}

.qode_carousels.light .caroufredsel-direction-nav .caroufredsel-navigation-item {
    border-color: #fff;
}

.qode_carousels.light .caroufredsel-direction-nav .caroufredsel-navigation-item span {
    color: #fff;
}

.qode_carousels .caroufredsel-direction-nav .caroufredsel-navigation-item span {
    font-size: 24px;
    vertical-align: middle;
    color: #9d9d9d;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

.qode_carousels .caroufredsel-direction-nav .qode_carousel_next {
    right: -50px;
}

.qode_carousels .caroufredsel-direction-nav .qode_carousel_prev {
    left: -50px;
}

.qode_clients .qode_client_holder {
    float: left;
    margin-bottom: 35px;
    text-align: center;
}

.qode_clients.two_columns .qode_client_holder {
    width: 50%;
}

.qode_clients.three_columns .qode_client_holder {
    width: 33.33%;
}

.qode_clients.four_columns .qode_client_holder {
    width: 25%;
}

.qode_clients.five_columns .qode_client_holder {
    width: 20%;
}

.qode_clients .qode_client_holder_inner {
    position: relative;
    margin: 0 20px;
}

.qode_clients .qode_client_holder_inner:before,
.qode_clients .qode_client_holder_inner:after {
    content: "";
    display: block;
    position: absolute;
}

.qode_clients .qode_client_holder_inner:before {
    right: -20px;
    width: 1px;
    height: 100%;
    border-right: 2px solid #e2e2e2;
}

.qode_clients .qode_client_holder_inner:after {
    bottom: -20px;
    width: 100%;
    height: 1px;
    border-bottom: 2px solid #e2e2e2;
}

.qode_clients .qode_client_holder.border-bottom-none .qode_client_holder_inner:after {
    border-bottom: 0;
}

.qode_clients.two_columns .qode_client_holder:nth-child(2n) .qode_client_holder_inner:before,
.qode_clients.three_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before,
.qode_clients.four_columns .qode_client_holder:nth-child(4n) .qode_client_holder_inner:before,
.qode_clients.five_columns .qode_client_holder:nth-child(5n) .qode_client_holder_inner:before,
.qode_clients.six_columns .qode_client_holder:nth-child(6n) .qode_client_holder_inner:before {
    border-right-width: 0;
}

.qode_clients .qode_client_holder a {
    display: inline-block;
    max-width: 100%;
    line-height: 0;
    vertical-align: middle;
    -webkit-transition: opacity .15s ease-out;
    -moz-transition: opacity .15s ease-out;
    -o-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
    -ms-transform: opacity .15s ease-out;
}

.qode_clients .qode_client_holder a:hover {
    opacity: .4;
}

.animated_icons_with_text .animated_icon_with_text_holder {
    float: left;
    text-align: center;
}

.animated_icons_with_text.two_columns .animated_icon_with_text_holder {
    width: 50%;
}

.animated_icons_with_text.three_columns .animated_icon_with_text_holder {
    width: 33.33%;
}

.animated_icons_with_text.four_columns .animated_icon_with_text_holder {
    width: 25%;
}

.animated_icons_with_text.five_columns .animated_icon_with_text_holder {
    width: 20%;
}

.animated_icons_with_text.six_columns .animated_icon_with_text_holder {
    width: 16.66666666666667%;
}

.animated_icons_with_text .animated_icon_with_text_inner {
    position: relative;
    height: 85px;
    padding: 0 20px;
}

.animated_icons_with_text .animated_icon_with_text_inner:before,
.animated_icons_with_text .animated_icon_with_text_inner:after {
    content: "";
    display: block;
    position: absolute;
}

.animated_icons_with_text .animated_icon_with_text_inner:before {
    right: 0;
    width: 1px;
    height: 100%;
    border-right: 1px solid #f5f5f5;
}

.animated_icons_with_text .animated_icon_with_text_inner:after {
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #f5f5f5;
}

.animated_icons_with_text .animated_icon_with_text_holder.border-bottom-none .animated_icon_with_text_inner:after {
    border-bottom: 0;
}

.animated_icons_with_text.two_columns .animated_icon_with_text_holder:nth-child(2n) .animated_icon_with_text_inner:before,
.animated_icons_with_text.three_columns .animated_icon_with_text_holder:nth-child(3n) .animated_icon_with_text_inner:before,
.animated_icons_with_text.four_columns .animated_icon_with_text_holder:nth-child(4n) .animated_icon_with_text_inner:before,
.animated_icons_with_text.five_columns .animated_icon_with_text_holder:nth-child(5n) .animated_icon_with_text_inner:before,
.animated_icons_with_text.six_columns .animated_icon_with_text_holder:nth-child(6n) .animated_icon_with_text_inner:before {
    border-right-width: 0;
}

.animated_icon_holder {
    display: block;
    float: left;
    position: relative;
    width: 81px;
    height: 100%;
    padding: 0 0 0 15px;
}

.animated_icon {
    position: relative;
    width: 100%;
    height: 100%;
}

.animated_icon_inner > span {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 200ms ease-in;
    -moz-transition: 200ms ease-in;
    -o-transition: 200ms ease-in;
    transition: 200ms ease-in;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.animated_icon_inner > span.animated_icon_back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.animated_icon_with_text_holder:hover .animated_icon_inner span.animated_icon_back {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
}

.animated_icon_with_text_holder:hover .animated_icon_inner > span {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.animated_icon_inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 81px;
    margin: -41px 0 0 0;
}

.animated_icon_inner .animated_icon {
    display: inline-block;
    width: 77px;
    height: 77px;
    margin: 0;
    border: 2px solid #c0c0c0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 35px;
    line-height: 77px;
    color: #c0c0c0;
    background: transparent;
    -o-border-radius: 100px;
}

.animated_icon_inner span.animated_icon_back .animated_icon {
    border-color: #AB7F10;
    color: #fff;
    background-color: #AB7F10;
}

.animated_icon_with_text_holder .animated_text_holder {
    width: 100%;
    height: 100%;
    text-align: left;
}

.animated_icon_with_text_holder .animated_text_holder_wrap {
    display: block;
    height: 100%;
    padding: 0 0 0 116px;
}

.animated_icon_with_text_holder .animated_text_holder_wrap_inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.animated_text_holder_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.animated_icon_with_text_holder .animated_title,
.animated_icon_with_text_holder .animated_text {
    display: table;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.animated_icon_with_text_holder .animated_title_inner,
.animated_icon_with_text_holder .animated_text p {
    display: table-cell;
    vertical-align: middle;
}

.animated_icon_with_text_holder .animated_title,
.animated_icon_with_text_holder .animated_title_inner,
.animated_icon_with_text_holder .animated_text,
.animated_icon_with_text_holder .animated_text p {
    -webkit-transition: 200ms ease-in;
    -moz-transition: 200ms ease-in;
    -o-transition: 200ms ease-in;
    transition: 200ms ease-in;
}

.animated_icon_with_text_holder .animated_text {
    -webkit-transform: translateY(-100%);
    -webkit-transform: translate3d(0,-100%,0);
    -moz-transform: translateY(-100%);
    -moz-transform: translate3d(0,-100%,0);
    -ms-transform: translateY(-100%);
    -ms-transform: translate3d(0,-100%,0);
    -o-transform: translateY(-100%);
    -o-transform: translate3d(0,-100%,0);
    transform: translateY(-100%);
    transform: translate3d(0,-100%,0);
}

.animated_icon_with_text_holder .animated_text p {
    -webkit-transform: translateY(100%);
    -webkit-transform: translate3d(0,100%,0);
    -moz-transform: translateY(100%);
    -moz-transform: translate3d(0,100%,0);
    -ms-transform: translateY(100%);
    -ms-transform: translate3d(0,100%,0);
    -o-transform: translateY(100%);
    -o-transform: translate3d(0,100%,0);
    transform: translateY(100%);
    transform: translate3d(0,100%,0);
}

.animated_icon_with_text_holder:hover .animated_text,
.animated_icon_with_text_holder:hover .animated_text p {
    -webkit-transition: 250ms ease-out;
    -moz-transition: 250ms ease-out;
    -o-transition: 250ms ease-out;
    transition: 250ms ease-out;
    -webkit-transform: translateY(0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translateY(0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translateY(0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translateY(0);
    -o-transform: translate3d(0,0,0);
    transform: translateY(0);
    transform: translate3d(0,0,0);
}

.animated_icon_with_text_holder:hover .animated_title_inner {
    -webkit-transition: 250ms ease-out;
    -moz-transition: 250ms ease-out;
    -o-transition: 250ms ease-out;
    transition: 250ms ease-out;
    -webkit-transform: translateY(-100%);
    -webkit-transform: translate3d(0,-100%,0);
    -moz-transform: translateY(-100%);
    -moz-transform: translate3d(0,-100%,0);
    -ms-transform: translateY(-100%);
    -ms-transform: translate3d(0,-100%,0);
    -o-transform: translateY(-100%);
    -o-transform: translate3d(0,-100%,0);
    transform: translateY(-100%);
    transform: translate3d(0,-100%,0);
}

.animated_icon_with_text_holder:hover .animated_title {
    -webkit-transition: 250ms ease-out;
    -moz-transition: 250ms ease-out;
    -o-transition: 250ms ease-out;
    transition: 250ms ease-out;
    -webkit-transform: translateY(100%);
    -webkit-transform: translate3d(0,100%,0);
    -moz-transform: translateY(100%);
    -moz-transform: translate3d(0,100%,0);
    -ms-transform: translateY(100%);
    -ms-transform: translate3d(0,100%,0);
    -o-transform: translateY(100%);
    -o-transform: translate3d(0,100%,0);
    transform: translateY(100%);
    transform: translate3d(0,100%,0);
}

.service_table_holder {
    display: block;
    position: relative;
    border-color: #f6f6f6;
    border-style: none;
    border-width: 1px;
}

.service_table_inner {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.service_table_inner ul {
    padding: 0!important;
}

.service_table_inner li {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #f6f6f6;
    text-align: center;
    list-style: none;
}

.service_table_inner > li {
    background-color: #fff;
}

.service_table_inner li li {
    padding: 9px 20px;
}

.service_table_inner li:last-child {
    border-bottom: 0;
}

.service_table_inner li.service_table_title_holder {
    display: block;
    position: relative;
    padding: 31px 20px 20px;
    border: 0;
    background-color: #fff;
}

.service_table_inner li.service_table_title_holder .service_table_icon {
    font-size: 42px;
    color: #AB7F10;
}

.service_table_title_inner {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

.service_table_title_inner2 {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 31px 20px 25px;
    vertical-align: middle;
}

.service_table_inner li.service_table_title_holder.background_image_type {
    padding: 0;
    border: 0!important;
    background-color: transparent!important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service_table_inner li.service_table_title_holder.background_color_type .service_table_title_inner2 {
    padding: 0;
}

.service_table_title_holder .service_title {
    display: block;
}

.service_table_title_holder .service_table_icon {
    display: block;
    padding: 33px 0 0;
    line-height: 1em;
}

.q_circles_holder {
    display: inline-block;
    clear: both;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    border-color: #afafaf;
    list-style: none;
}

.q_circles_holder.with_lines.three_columns:before {
    top: 78px;
}

.q_circles_holder.with_lines.four_columns:before {
    top: 68px;
}

.q_circles_holder.with_lines.five_columns:before {
    top: 56px;
}

.q_circles_holder.with_lines:before {
    content: "";
    display: block;
    position: absolute;
    left: 110px;
    width: 75%;
    height: 0;
    border-color: inherit;
    border-top: 1px solid;
}

.q_circles_holder.no_line:before {
    display: none;
    width: 0;
    height: 0;
    border: 0;
}

.q_circles_holder .q_circle_outer {
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    margin: 0;
    padding: 0;
    -ms-box-sizing: border-box;
}

.q_circles_holder.three_columns .q_circle_outer {
    width: 33.3%;
}

.q_circles_holder.four_columns .q_circle_outer {
    width: 25%;
}

.q_circles_holder.five_columns .q_circle_outer {
    width: 20%;
}

.q_circles_holder .q_circle_inner {
    display: table;
    position: relative;
    margin: 0 auto;
    padding: 6px;
    border: 1px solid #afafaf;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: border-color .15s ease-in-out,padding .15s ease-in-out;
    -moz-transition: border-color .15 ease-in-out,padding .15s ease-in-out;
    -ms-transition: border-color .15s ease-in-out,padding .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,padding .15s ease-in-out;
    transition: border-color .15s ease-in-out,padding .15s ease-in-out;
}

.q_circles_holder.with_lines .q_circle_inner {
    background-color: #fff;
}

.q_circle_outer.without_double_border .q_circle_inner {
    padding: 0;
    border: 0;
}

.q_circles_holder.three_columns .q_circle_inner {
    width: 148px;
    height: 148px;
}

.q_circles_holder.four_columns .q_circle_inner {
    width: 128px;
    height: 128px;
}

.q_circles_holder.five_columns .q_circle_inner {
    width: 108px;
    height: 108px;
}

.q_circles_holder.five_columns .q_circle_inner.big_border {
    width: 124px;
    height: 124px;
}

.q_circles_holder .q_circle_inner2 {
    display: table-cell;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px solid #afafaf;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    -ms-box-sizing: border-box;
}

.q_circle_outer.text_type .q_circle_inner2 {
    padding: 5px;
}

.q_circles_holder .q_circle_inner2 img {
    display: block;
    width: 100%;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -o-border-radius: 1000px;
}

.q_circles_holder .q_circle_inner2 .process_icon,
.q_circles_holder .q_circle_inner2,
.q_circles_holder .q_circle_inner2 .q_text_in_circle {
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.q_circles_holder .q_circle_inner2 .process_icon {
    font-size: 24px;
    color: #696969;
}

.q_circles_holder .q_circle_inner:hover .q_circle_inner2 {
    background-color: #AB7F10!important;
}

.q_circles_holder .q_circle_inner:hover .q_circle_inner2,
.q_circles_holder .q_circle_inner:hover {
    border-color: #AB7F10!important;
}

.q_circles_holder .q_circle_inner:hover .q_circle_inner2 .process_icon,
.q_circles_holder .q_circle_inner:hover .q_circle_inner2 .q_text_in_circle {
    color: #fff!important;
}

.q_circles_holder .q_circle_text_holder {
    display: block;
    margin: 24px 0 0;
    padding: 0 10px;
    text-align: center;
}

.q_circles_holder .q_circle_text_holder .q_circle_text {
    display: block;
    margin: 20px 0 0;
}

.cover_boxes {
    position: relative;
    overflow: hidden;
}

.cover_boxes ul {
    width: 200%;
    margin: 0 -20px 0 0;
    padding: 0;
    list-style: none;
}

.cover_boxes ul li {
    float: left;
    position: relative;
    width: 265px;
    margin-right: 20px;
    overflow: hidden;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.cover_boxes ul li.act {
    width: 530px;
}

.cover_boxes ul li .box {
    width: 530px;
}

.cover_boxes ul li .box .thumb {
    display: inline-block;
    z-index: 10;
    float: left;
    position: relative;
    width: 265px;
    margin-right: 20px;
}

.cover_boxes ul li .box .thumb img {
    display: block;
    position: relative;
    max-width: 100%;
}

.cover_boxes ul li .box .box_content {
    z-index: 9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 285px;
    width: 245px;
    padding: 0;
}

.cover_boxes ul li .box .cover_box_title {
    margin: 0 0 18px 0;
}

.cover_boxes ul li .box .qbutton {
    margin: 20px 0 0 0;
}

.q_icon_list {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

.q_icon_list p {
    position: relative;
    margin: 0;
    font-weight: 300;
    line-height: 37px;
}

.q_icon_list p.small_icon_list {
    padding: 0 0 0 28px;
    line-height: 28px;
}

.q_icon_list i,
.q_icon_list .q_font_elegant_icon {
    float: left;
    width: 37px;
    height: 37px;
    margin: 0 10px 0 0;
    text-align: center;
    font-size: 19px;
    line-height: 35px;
    color: #696969;
}

.q_icon_list i.small_icon_list,
.q_icon_list span.q_font_elegant_icon {
    width: 28px;
    height: 28px;
    font-size: 15px;
    line-height: 28px;
}

.q_icon_list i.circle,
.q_icon_list i.square,
.q_icon_list .q_font_elegant_icon.circle,
.q_icon_list .q_font_elegant_icon.square {
    margin: 0 18px 0 0;
    border: 1px solid #696969;
}

.q_icon_list i.circle,
.q_font_elegant_icon.circle {
    border-radius: 3em;
}

.q_progress_bar {
    position: relative;
    width: 100%;
    margin: 0 0 8px 0;
    overflow: hidden;
    text-align: left;
}

.q_progress_bar .progress_content_outer {
    position: relative;
    height: 16px;
    overflow: hidden;
    background-color: #f6f6f6;
}

.q_progress_bar .progress_content {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    max-width: 100%;
    overflow: hidden;
    background-color: #AB7F10;
}

.q_progress_bar .progress_title_holder {
    position: relative;
    margin: 0 0 7px 0;
    color: #696969;
}

.q_progress_bar .progress_title {
    display: inline-block;
    z-index: 100;
}

.q_progress_bar .progress_number_wrapper {
    z-index: 10;
    position: absolute;
    left: 0;
    text-align: right;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
}

.q_progress_bar .progress_number {
    top: -1px;
    margin: 0 0 0 15px;
}

.q_progress_bars_vertical .progress_content_outer {
    position: relative;
    height: 200px;
    background-color: #f6f6f6;
}

.q_progress_bars_vertical .progress_number {
    display: block;
    position: relative;
    margin-bottom: 14px;
    font-weight: 700;
    line-height: 1em;
    color: #696969;
}

.q_progress_bars_vertical .progress_title {
    margin-top: 1em;
    margin-bottom: .7777777777777778em;
    color: #696969;
}

.q_progress_bars_vertica .progress_text {
    display: inline-block;
    line-height: 18px;
}

.q_progress_bars_vertical .progress_content_outer .progress_content {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #AB7F10;
}

.q_counter_holder {
    display: block;
    padding: 20px 0;
    opacity: 0;
    -webkit-transition: opacity .2s ease 0s;
    -moz-transition: opacity .2s ease 0s;
    -ms-transition: opacity .2s ease 0s;
    -o-transition: opacity .2s ease 0s;
    transition: opacity .2s ease 0s;
    filter: alpha(opacity=0);
}

.q_counter_holder.boxed_counter {
    padding: 20px 40px;
    border: 1px solid #afafaf;
    background-color: transparent;
}

.q_counter_holder.left {
    text-align: left;
}

.q_counter_holder.right {
    text-align: right;
}

.q_counter_holder.center {
    padding: 20px 40px;
    text-align: center;
}

.q_counter_holder span.counter {
    display: inline-block!important;
    height: 1em;
    font-size: 75px;
    font-weight: 300;
    line-height: 1em;
    color: #fff;
}

.q_counter_holder p.counter_text {
    margin: 12px 0 0 0;
    font-size: 18px;
    font-weight: 400;
}

.q_counter_holder .separator.small {
    margin: 10px auto 0 auto;
}

.q_counter_holder.left .separator.small {
    margin-right: auto;
    margin-left: 0;
}

.q_counter_holder.right .separator.small {
    margin-right: 0;
    margin-left: auto;
}

.qbutton,
.load_more a,
.blog_load_more_button a,
#submit_comment,
.drop_down .wide .second ul li .qbutton,
.drop_down .wide .second ul li ul li .qbutton {
    display: inline-block;
    position: relative;
    -webkit-box-sizing: initial!important;
    -moz-box-sizing: initial!important;
    box-sizing: initial!important;
    width: auto;
    height: 44px;
    margin: 0;
    padding: 0 36px;
    border: 2px solid #000;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    font-family: inherit;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 2px;
    white-space: nowrap;
    outline: 0;
    color: #AB7F10;
    background-color:NONE;
    -webkit-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -moz-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -ms-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -o-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    cursor: pointer;
}

.qbutton:hover,
.load_more a:hover,
.blog_load_more_button a:hover,
#submit_comment:hover,
.drop_down .wide .second ul li .qbutton:hover,
.drop_down .wide .second ul li ul li .qbutton:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #AB7F10;
}

.qbutton:hover,
.load_more a:hover,
.blog_load_more_button a,
#submit_comment:hover,
.drop_down .wide .second ul li .qbutton:hover,
.drop_down .wide .second ul li ul li .qbutton:hover {
    border-color: #ffffff;
}

.qbutton.left {
    text-align: left;
}

.qbutton.right {
    text-align: right;
}

.qbutton.center {
    text-align: center;
}

.qbutton.big_large {
    height: 58px;
    padding: 0 60px;
    font-size: 18px;
    line-height: 58px;
}

.qbutton.big_large_full_width {
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
    width: 100%;
    height: 80px;
    padding: 0;
    text-align: center;
    font-size: 20px;
    line-height: 80px;
}

.qbutton.large {
    height: 47px;
    padding: 0 49px;
    font-size: 16px;
    line-height: 47px;
}

.qbutton.small {
    height: 39px;
    padding: 0 34px;
    font-size: 12px;
    line-height: 39px;
}

.qbutton.white {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
}

.qbutton.white:hover {
    border-color: #AB7F10;
    background-color: #AB7F10;
}

.qbutton.solid_color {
    border-color: #AB7F10;
    color: #fff;
    background-color: #AB7F10;
}

.qbutton.solid_color:hover {
    border-color: #fff;
    color: #a2a2a2;
    background-color: #fff;
}

.qbutton .button_icon {
    display: inline-block;
    margin: 0 0 0 10px;
}

.qbutton.large .button_icon {
    margin: 0 0 0 17px;
}

.qbutton.medium .button_icon {
    margin: 0 0 0 15px;
}

.qbutton.small .button_icon {
    margin: 0 0 0 10px;
}

.qbutton.tiny .button_icon {
    margin: 0 0 0 8px;
}

.qbutton.big_large .button_icon,
.qbutton.big_large_full_width .button_icon {
    margin: 0 0 0 19px;
}

#submit_comment,
.load_more.tiny a {
    height: 39px;
    padding: 0 18px;
    font-size: 12px;
    line-height: 39px;
}

#submit_comment {
    line-height: 36px;
}

.q_pie_chart_holder,
.q_pie_chart_with_icon_holder {
    display: block;
    position: relative;
}

.q_percentage,
.q_percentage_with_icon {
    display: block;
    position: relative;
    width: 175px;
    height: 175px;
    margin: 0 auto;
    text-align: center;
    line-height: 175px;
    opacity: 0;
    -webkit-transition: opacity .3s ease 0s;
    -moz-transition: opacity .3s ease 0s;
    -o-transition: opacity .3s ease 0s;
    filter: alpha(opacity=0);
}

.q_percentage canvas,
.q_percentage_with_icon canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.q_pie_chart_holder .tocounter,
.q_percentage_with_icon i,
.q_percentage_with_icon .q_font_elegant_icon {
    float: none;
    margin: 0;
    font-size: 30px;
    vertical-align: middle!important;
    color: #7a7a7a;
}

.q_pie_chart_holder .tocounter {
    position: relative;
    font-weight: 700;
}

.q_percentage_with_icon i,
.q_percentage_with_icon .q_font_elegant_icon {
    display: inline;
}

.q_pie_chart_holder .tocounter:after {
    content: '%';
    margin-left: .1em;
    font-size: 1em;
}

.q_pie_chart_holder .tocounter.without_percent_mark:after {
    display: none;
}

.q_pie_chart_holder .pie_chart_text,
.q_pie_chart_with_icon_holder .pie_chart_text {
    margin: 43px 0 0;
    text-align: center;
}

.q_pie_chart_holder .pie_chart_text .pie_title,
.q_pie_chart_with_icon_holder .pie_chart_text .pie_title {
    margin: 0 0 15px;
}

.image_with_text {
    display: inline-block;
    position: relative;
    width: 100%;
}

.image_with_text img {
    display: block;
    margin: 0 0 22px 0;
}

.call_to_action {
    display: block;
    position: relative;
    padding: 51px 21px;
    /*background-color: #AB7F10;*/
}

.call_to_action .two_columns_75_25 {
    position: relative;
}

.call_to_action .text_wrapper {
    position: relative;
}

.call_to_action .text_wrapper .call_to_action_text {
    font-size: 21px;
    font-weight: 300;
    color: #696969;
}

.call_to_action.with_icon .text_wrapper .call_to_action_text {
    padding: 0 20px 0 54px;
    line-height: 1.5em;
}

.call_to_action .text_wrapper .call_to_action_icon_holder {
    position: absolute;
    height: 100%;
}

.call_to_action .text_wrapper .call_to_action_icon {
    display: table;
    height: 100%;
}

.call_to_action .text_wrapper .call_to_action_icon_inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.call_to_action .text_wrapper .call_to_action_icon_inner .call_to_action_icon {
    font-size: 40px;
    color: #7a7a7a;
}

.call_to_action .column2.button_wrapper {
    text-align: right;
}

.call_to_action .column2.button_wrapper .qbutton {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -21px 0 0 0;
}

.call_to_action .column2.button_wrapper .qbutton.small {
    margin-top: -17px;
}

.call_to_action .column2.button_wrapper .qbutton.large {
    margin-top: -25px;
}

.call_to_action .column2.button_wrapper .qbutton.big_large {
    margin-top: -31px;
}

.full_width .parallax_content {
    width: 1100px;
    margin: 0 auto;
}

section.section section.parallax {
    margin: -50px 0;
}

.boxed section.section section.parallax {
    margin: -50px -25px;
}

.boxed .full_width .parallax_content {
    width: auto;
    margin: 0;
    padding: 0 25px;
}

section.parallax_section_holder {
    position: static;
    padding: 0;
    overflow: hidden;
    background-attachment: fixed;
    background-color: transparent;
    background-position: center 0;
    background-repeat: no-repeat;
}

.parallax_content {
    z-index: 100;
    position: relative;
}

.parallax_content.left {
    text-align: left;
}

.parallax_content.center {
    text-align: center;
}

.parallax_content.right {
    text-align: right;
}

.separator {
    display: block;
    position: relative;
    height: 1px;
    margin: 10px 0;
    border-bottom: 1px dashed #717171;
}

.separator.transparent {
    border-color: transparent;
}

.separator.small {
    display: block;
    position: relative;
    width: 27px;
    height: 1px;
    margin: 10px auto 20px auto;
}

.wpb_column > .wpb_wrapper .separator.small {
    margin-bottom: 20px;
}

.separator.small.left {
    margin: 10px 0 20px 0;
}

.separator.small.right {
    margin: 10px 0 20px auto;
}

nav.content_menu {
    display: block;
    z-index: 1001;
    position: relative;
    width: 100%;
    text-align: left;
    background-color: #fff;
    -webkit-transform: translateZ(0px);
}

.container_inner nav.content_menu {
    width: 1100px;
}

.container_inner nav.content_menu.fixed {
    -webkit-box-shadow: 0 4px 4px -4px rgba(0,0,0,0.11);
    -moz-box-shadow: 0 4px 4px -4px rgba(0,0,0,0.11);
    box-shadow: 0 4px 4px -4px rgba(0,0,0,0.11);
}

nav.content_menu ul {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    list-style: none outside none;
    -webkit-backface-visibility: hidden;
}

nav.content_menu ul li {
    display: inline-block;
    position: relative;
    padding: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
}

nav.content_menu ul li .arrow {
    display: none;
    position: absolute;
    left: 50%;
    width: 11px;
    height: 7px;
    margin: -1px 0 0 -5px;
    background-image: url("img/content_menu_arrow.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
}

nav.content_menu.fixed ul li.active .arrow {
    display: none;
}

nav.content_menu ul li a {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 21px 20px;
    text-decoration: none;
    font-size: 13px;
    color: #c3c3c3;
    cursor: pointer;
}

nav.content_menu ul li a span {
    display: block;
    width: 100%;
    padding: 12px 0 0 0;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 1px;
}

nav.content_menu ul li i {
    display: block;
    margin: 4px 0 0 0;
    font-size: 24px;
    line-height: 1em;
    color: #c3c3c3;
}

nav.content_menu ul li i.undefined {
    display: none;
}

nav.content_menu ul li.active:hover i,
nav.content_menu ul li:hover i,
nav.content_menu ul li.active:hover a,
nav.content_menu ul li:hover a {
    color: #AB7F10;
}

nav.content_menu ul li.active i,
nav.content_menu ul li.active a {
    color: #5d5d5d;
}

nav.content_menu .nav_select_menu {
    display: none;
    border: 1px solid #eaeaea;
}

nav.content_menu .nav_select_menu .nav_select_button {
    display: block;
    float: right;
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

nav.content_menu .nav_select_menu ul {
    display: none;
    z-index: 100;
    float: left;
    position: relative;
    top: 0;
    zoom: 1;
    width: 100%;
    padding: 0 0 10px 0;
    border: 0;
    text-align: left;
}

nav.content_menu .nav_select_menu ul li {
    display: block;
    float: none;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: left;
    -webkit-backface-visibility: hidden;
}

nav.content_menu .nav_select_menu ul li a {
    line-height: 30px;
}

nav.content_menu .nav_select_menu ul li a i {
    width: 12px;
    text-align: center;
}

.boxed nav.content_menu.fixed {
    width: 1100px;
    padding: 0;
}

.right_side_menu_opened .full_width nav.content_menu.fixed {
    left: -270px;
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus,
.portfolio_slider .flex-container a:active,
.portfolio_slider .flexslider a:active,
.portfolio_slider .flex-container a:focus,
.portfolio_slider .flexslider a:focus,
.qode_carousels .flex-container a:active,
.qode_carousels a:active,
.qode_carousels .flex-container a:focus,
.qode_carousels a:focus {
    outline: 0;
}

.portfolio_slides,
.slides,
.flex-control-nav,
.flex-direction-nav,
.caroufredsel-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider .slides > li {
    display: none;
    position: relative;
    margin: 0;
    background-color: transparent;
}

.caroufredsel_wrapper {
    margin: 0!important;
    cursor: grab!important;
    cursor: -moz-grab!important;
    cursor: -webkit-grab!important;
}

.portfolio_slider .portfolio_slides,
.qode_carousels .slides {
    opacity: 0;
}

.portfolio_slider .portfolio_slides > li,
.qode_carousels .slides > li {
    float: left;
    position: relative;
    margin: 0;
    background-color: transparent;
}

.qode_carousels .slides > li {
    margin: 0 2px 0 0;
}

.flexslider .slides img,
.portfolio_slider .portfolio_slides img,
.qode_carousels .slides img {
    display: block;
    width: auto;
	max-height: 350px;
}

.gallery_frame {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.wpb_flexslider.flexslider.have_frame {
    width: 645px;
    margin: 0 auto;
    overflow: visible;
}

.frame_holder > .wpb_wrapper {
    position: relative;
    padding: 34px 0 102px 0;
}

.frame_holder.frame_holder2 > .wpb_wrapper {
    padding: 48px 0 75px 0;
}

.slides:after,
.portfolio_slides:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
}

html[xmlns] .slides,
html[xmlns] .portfolio_slides {
    display: block;
}

* html .slides,
* html .portfolio_slides {
    height: 1%;
}

.no-js .slides > li:first-child,
.no-js .portfolio_slides > li:first-child {
    display: block;
}

.flexslider,
.portfolio_slider {
    position: relative;
    zoom: 1;
    margin: 0 0 60px;
}

.wpb_flexslider.flexslider {
    overflow: hidden;
}

.portfolio_slider {
    width: 100.2%;
    margin: 0;
}

.boxed .portfolio_slider {
    margin: 0 -25px 60px;
    overflow: hidden;
}

.flex-viewport,
.portfolio_slider .flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides,
.portfolio_slider .portfolio_slides,
.qode_carousels .slides {
    zoom: 1;
}

.flexslider ul {
    padding: 0;
}

.portfolio_slider .flex-direction-nav,
.flexslider .flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a,
.caroufredsel-direction-nav a {
    display: block;
    z-index: 200;
    position: absolute;
    top: 50%;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
    width: 42px;
    height: 42px;
    margin: -23px 0 0;
    border: 2px solid transparent;
    text-align: center;
    line-height: 42px;
    background-color: transparent;
    cursor: pointer;
}

.flex-direction-nav a i,
.caroufredsel-direction-nav a i,
.flex-direction-nav a,
.caroufredsel-direction-nav a {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}

.flexslider:hover .flex-direction-nav a.flex-prev:hover i,
.flexslider:hover .flex-direction-nav a.flex-next:hover i,
.portfolio_slider:hover .flex-direction-nav a.flex-prev:hover i,
.portfolio_slider:hover .flex-direction-nav a.flex-next:hover i,
.portfolio_slider:hover .caroufredsel-direction-nav a.caroufredsel-next:hover i,
.portfolio_slider:hover .caroufredsel-direction-nav a.caroufredsel-prev:hover i {
    opacity: .8;
}

.flexslider:hover .flex-direction-nav a.flex-prev:hover i,
.flexslider:hover .flex-direction-nav a.flex-next:hover i,
.portfolio_slider:hover .flex-direction-nav a.flex-prev:hover i,
.portfolio_slider:hover .flex-direction-nav a.flex-next:hover i,
.portfolio_slider:hover .caroufredsel-direction-nav a.caroufredsel-next:hover i,
.portfolio_slider:hover .caroufredsel-direction-nav a.caroufredsel-prev:hover i {
    color: #fff;
}

.flex-direction-nav a i,
.caroufredsel-direction-nav a i {
    font-size: 22px;
    line-height: 42px;
    color: #fff;
}

.have_frame .flex-direction-nav a i {
    display: none;
}

.flexslider .flex-next,
.portfolio_slider .flex-next,
.portfolio_slider .caroufredsel-next {
    right: 15px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    -ms-border-radius: 2em;
}

.have_frame.flexslider .flex-next {
    right: -80px;
    width: 25px;
    height: 67px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: url('img/frame_arrow_right.png');
    background-position: center center;
    background-repeat: no-repeat;
    -ms-border-radius: 0;
}

.have_frame.flexslider .flex-next:hover {
    background-color: transparent!important;
    background-image: url('img/frame_arrow_right_hover.png');
}

.flexslider .flex-prev,
.portfolio_slider .flex-prev,
.portfolio_slider .caroufredsel-prev {
    left: 15px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    -ms-border-radius: 2em;
}

.have_frame.flexslider .flex-prev {
    left: -80px;
    width: 25px;
    height: 67px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: url('img/frame_arrow_left.png');
    background-position: center center;
    background-repeat: no-repeat;
    -ms-border-radius: 0;
}

.have_frame.flexslider .flex-prev:hover {
    background-color: transparent!important;
    background-image: url('img/frame_arrow_left_hover.png');
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5) ,
only screen and (min--moz-device-pixel-ratio:1.5) ,
only screen and (-o-min-device-pixel-ratio:150/100) ,
only screen and (min-device-pixel-ratio:1.5) ,
only screen and (min-resolution:160dpi) {
    .have_frame.flexslider .flex-prev {
        background-image: url('img/frame_arrow_left@1_5x.png');
        -webkit-background-size: 25px 67px;
        -moz-background-size: 25px 67px;
        background-size: 25px 67px;
        -o-background-size: 25px 67px;
    }

    .have_frame.flexslider .flex-prev:hover {
        background-image: url('img/frame_arrow_left_hover@1_5x.png');
    }

    .have_frame.flexslider .flex-next {
        background-image: url('img/frame_arrow_right@1_5x.png');
        -webkit-background-size: 25px 67px;
        -moz-background-size: 25px 67px;
        background-size: 25px 67px;
        -o-background-size: 25px 67px;
    }

    .have_frame.flexslider .flex-next:hover {
        background-image: url('img/frame_arrow_right_hover@1_5x.png');
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2.0) ,
only screen and (min--moz-device-pixel-ratio:2.0) ,
only screen and (-o-min-device-pixel-ratio:200/100) ,
only screen and (min-device-pixel-ratio:2.0) ,
only screen and (min-resolution:210dpi) {
    .have_frame.flexslider .flex-prev {
        background-image: url('img/frame_arrow_left@2x.png');
        -webkit-background-size: 25px 67px;
        -moz-background-size: 25px 67px;
        background-size: 25px 67px;
        -o-background-size: 25px 67px;
    }

    .have_frame.flexslider .flex-prev:hover {
        background-image: url('img/frame_arrow_left_hover@2x.png');
    }

    .have_frame.flexslider .flex-next {
        background-image: url('img/frame_arrow_right@2x.png');
        -webkit-background-size: 25px 67px;
        -moz-background-size: 25px 67px;
        background-size: 25px 67px;
        -o-background-size: 25px 67px;
    }

    .have_frame.flexslider .flex-next:hover {
        background-image: url('img/frame_arrow_right_hover@2x.png');
    }
}

.flex-direction-nav .flex-disabled {
    cursor: default;
}

div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
    height: 13px;
}

div.pp_default .pp_top .pp_left {
    background: url(img/prettyPhoto/sprite.png) -78px -93px no-repeat;
}

div.pp_default .pp_top .pp_middle {
    background: url(img/prettyPhoto/sprite_x.png) top left repeat-x;
}

div.pp_default .pp_top .pp_right {
    background: url(img/prettyPhoto/sprite.png) -112px -93px no-repeat;
}

div.pp_default .pp_content .ppt {
    color: #f8f8f8;
}

div.pp_default .pp_content_container .pp_left {
    padding-left: 13px;
    background: url(img/prettyPhoto/sprite_y.png) -7px 0 repeat-y;
}

div.pp_default .pp_content_container .pp_right {
    padding-right: 13px;
    background: url(img/prettyPhoto/sprite_y.png) top right repeat-y;
}

div.pp_default .pp_next:hover {
    background: url(img/prettyPhoto/sprite_next.png) center right no-repeat;
    cursor: pointer;
}

div.pp_default .pp_previous:hover {
    background: url(img/prettyPhoto/sprite_prev.png) center left no-repeat;
    cursor: pointer;
}

div.pp_default .pp_expand {
    width: 28px;
    height: 28px;
    background: url(img/prettyPhoto/sprite.png) 0 -29px no-repeat;
    cursor: pointer;
}

div.pp_default .pp_expand:hover {
    background: url(img/prettyPhoto/sprite.png) 0 -56px no-repeat;
    cursor: pointer;
}

div.pp_default .pp_contract {
    width: 28px;
    height: 28px;
    background: url(img/prettyPhoto/sprite.png) 0 -84px no-repeat;
    cursor: pointer;
}

div.pp_default .pp_contract:hover {
    background: url(img/prettyPhoto/sprite.png) 0 -113px no-repeat;
    cursor: pointer;
}

div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(img/prettyPhoto/sprite.png) 2px 1px no-repeat;
    cursor: pointer;
}

div.pp_default .pp_gallery ul li a {
    border: 1px solid #aaa;
    background: url(img/prettyPhoto/default_thumb.png) center center #f8f8f8;
}

div.pp_default .pp_social {
    margin-top: 7px;
}

div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
    position: static;
    left: auto;
}

div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
    width: 30px;
    height: 30px;
    background: url(img/prettyPhoto/sprite.png) -51px 1px no-repeat;
}

div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px;
}

div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
    width: 20px;
    height: 20px;
    margin: 4px 0 0;
    background: url(img/prettyPhoto/sprite.png) -31px -3px no-repeat;
}

div.pp_default a.pp_arrow_next {
    left: 52px;
    background-position: -82px -3px;
}

div.pp_default .pp_content_container .pp_details {
    margin-top: 5px;
}

div.pp_default .pp_nav {
    clear: none;
    position: relative;
    width: 110px;
    height: 30px;
}

div.pp_default .pp_nav .currentTextHolder {
    position: absolute;
    top: 2px;
    left: 65px;
    margin: 0;
    padding: 0 0 0 10px;
    font-family: inherit;
    font-size: 13px;
    line-height: 25px;
    color: #999;
}

div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
    opacity: .7;
}

div.pp_default .pp_description {
    margin: 10px 50px 10px 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 14px;
}

div.pp_default .pp_bottom .pp_left {
    background: url(img/prettyPhoto/sprite.png) -78px -127px no-repeat;
}

div.pp_default .pp_bottom .pp_middle {
    background: url(img/prettyPhoto/sprite_x.png) bottom left repeat-x;
}

div.pp_default .pp_bottom .pp_right {
    background: url(img/prettyPhoto/sprite.png) -112px -127px no-repeat;
}

div.pp_default .pp_loaderIcon {
    background: url(img/prettyPhoto/loader.gif) center center no-repeat;
}

div.pp_pic_holder a:focus {
    outline: 0;
}

div.pp_overlay {
    display: none;
    z-index: 9500;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
}

div.pp_pic_holder {
    display: none;
    z-index: 10000;
    position: absolute;
    width: 100px;
}

.pp_content {
    height: 40px;
    min-width: 40px;
}

* html .pp_content {
    width: 40px;
}

.pp_content_container {
    position: relative;
    width: 100%;
    text-align: left;
}

.pp_content_container .pp_left {
    padding-left: 20px;
}

.pp_content_container .pp_right {
    padding-right: 20px;
}

.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px;
}

.pp_description {
    display: none;
    margin: 0;
}

.pp_social {
    float: left;
    margin: 0;
}

.pp_social .facebook {
    float: left;
    width: 55px;
    margin-left: 5px;
    overflow: hidden;
}

.pp_social .twitter {
    float: left;
}

.pp_nav {
    float: left;
    clear: right;
    margin: 3px 10px 0 0;
}

.pp_nav p {
    float: left;
    margin: 2px 4px;
    white-space: nowrap;
}

.pp_nav .pp_play,
.pp_nav .pp_pause {
    float: left;
    margin-right: 4px;
    text-indent: -10000px;
}

a.pp_arrow_previous,
a.pp_arrow_next {
    display: block;
    float: left;
    width: 14px;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
}

.pp_hoverContainer {
    z-index: 2000;
    position: absolute;
    top: 0;
    width: 100%;
}

.pp_gallery {
    display: none;
    z-index: 10000;
    position: absolute;
    left: 50%;
    margin-top: -50px;
}

.pp_gallery div {
    float: left;
    position: relative;
    overflow: hidden;
}

.pp_gallery ul {
    float: left;
    position: relative;
    height: 35px;
    margin: 0 0 0 5px;
    padding: 0;
    white-space: nowrap;
}

.pp_gallery ul a {
    display: block;
    float: left;
    height: 33px;
    border: 1px rgba(0,0,0,0.5) solid;
    overflow: hidden;
}

.pp_gallery ul a img {
    border: 0;
}

.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}

.pp_gallery li.default a {
    display: block;
    width: 50px;
    height: 33px;
    background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
}

.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
    margin-top: 7px!important;
}

a.pp_next {
    display: block;
    float: right;
    width: 49%;
    height: 100%;
    text-indent: -10000px;
}

a.pp_previous {
    display: block;
    float: left;
    width: 49%;
    height: 100%;
    text-indent: -10000px;
}

a.pp_expand,
a.pp_contract {
    display: none;
    z-index: 20000;
    position: absolute;
    top: 10px;
    right: 30px;
    width: 20px;
    height: 20px;
    text-indent: -10000px;
    cursor: pointer;
}

a.pp_close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -10000px;
    line-height: 22px;
}

.pp_loaderIcon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px;
}

#pp_full_res {
    line-height: 1!important;
}

#pp_full_res .pp_inline {
    text-align: left;
}

#pp_full_res .pp_inline p {
    margin: 0 0 15px;
}

div.ppt {
    display: none;
    z-index: 9999;
    margin: 0 0 5px 0;
    font-size: 17px;
    color: #fff;
}

div.pp_default .pp_content {
    background-color: #fff;
}

div.pp_default #pp_full_res .pp_inline {
    color: #000;
}

div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a,
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
    border-color: #fff;
}

div.pp_default .pp_details {
    position: relative;
}

.pp_top,
.pp_bottom {
    position: relative;
    height: 20px;
}

* html .pp_top,
* html .pp_bottom {
    padding: 0 20px;
}

.pp_top .pp_left,
.pp_bottom .pp_left {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
}

.pp_top .pp_middle,
.pp_bottom .pp_middle {
    position: absolute;
    right: 20px;
    left: 20px;
    height: 20px;
}

* html .pp_top .pp_middle,
* html .pp_bottom .pp_middle {
    position: static;
    left: 0;
}

.pp_top .pp_right,
.pp_bottom .pp_right {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 20px;
    height: 20px;
}

.pp_fade,
.pp_gallery li.default a img {
    display: none;
}

body div.pp_overlay {
    opacity: .7!important;
}

body div.pp_default .pp_content_container .pp_left {
    padding: 0;
    background: 0;
}

body div.pp_default .pp_content_container .pp_right {
    padding: 0;
    background: 0;
}

body div.pp_default .pp_top,
body div.pp_default .pp_top .pp_middle,
body div.pp_default .pp_top .pp_left,
body div.pp_default .pp_top .pp_right,
body div.pp_default .pp_bottom,
body div.pp_default .pp_bottom .pp_left,
body div.pp_default .pp_bottom .pp_middle,
body div.pp_default .pp_bottom .pp_right {
    display: none;
    background: 0;
}

body div.pp_default .pp_expand {
    display: none!important;
}

body div.pp_default .pp_content {
    background: 0;
}

body a.pp_next,
body a.pp_previous {
    opacity: 0;
    background: none!important;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

body div.pp_default .pp_content:hover a.pp_next,
body div.pp_default .pp_content:hover a.pp_previous {
    opacity: 1;
}

body a.pp_next:after {
    content: "\f105";
    display: block!important;
    position: absolute;
    top: 50%;
    right: 25px;
    width: 54px;
    height: 54px;
    margin: -27px 0 0;
    border-radius: 50px;
    text-align: center;
    text-indent: 0;
    font-family: 'FontAwesome',serif;
    font-size: 30px;
    line-height: 54px;
    color: #fff;
}

body a.pp_previous:after {
    content: "\f104";
    display: block!important;
    position: absolute;
    top: 50%;
    left: 25px;
    width: 54px;
    height: 54px;
    margin: -27px 0 0;
    border-radius: 50px;
    text-align: center;
    text-indent: 0;
    font-family: 'FontAwesome',serif;
    font-size: 30px;
    line-height: 54px;
    color: #fff;
}

body a.pp_next:hover:after,
body a.pp_previous:hover:after {
    opacity: .8;
}

body div.pp_default .pp_content_container .pp_details {
    opacity: .7;
}

body div.pp_default .pp_description {
    display: none!important;
}

body div.pp_default .pp_nav {
    float: none;
    width: auto;
    margin: 0;
}

body div.pp_default .pp_nav .currentTextHolder {
    float: left;
    position: relative;
    left: auto;
    padding: 0 20px;
    font-family: 'Raleway',sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

body .pp_gallery {
    display: none!important;
}

body div.pp_default .pp_nav .pp_play,
body div.pp_default .pp_nav .pp_pause {
    display: none;
}

body div.pp_default a.pp_arrow_previous,
body div.pp_default a.pp_arrow_next {
    position: relative;
    left: 0;
    background: 0;
}

body div.pp_default a.pp_arrow_previous:after {
    content: "\f104";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    text-indent: 0;
    font-family: 'FontAwesome',serif;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}

body div.pp_default a.pp_arrow_next:after {
    content: "\f105";
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    text-indent: 0;
    font-family: 'FontAwesome',serif;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}

body div.pp_default .pp_close {
    opacity: 1!important;
    background: 0;
}

body div.pp_default .pp_close:after {
    content: "\f00d";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 15px;
    text-align: center;
    text-indent: 0;
    font-family: 'FontAwesome',serif;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
}

.section .mobile-video-image {
    display: none;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section .video-overlay {
    z-index: 11;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3000px;
    opacity: 0;
}

.section .video-overlay.active {
    opacity: 1;
    background-image: url("img/pixel-video.png");
    background-position: 0 0;
    background-repeat: repeat;
}

.section .video-wrap {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.section .video-wrap .mejs-poster {
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    background-size: cover!important;
    -o-background-size: cover!important;
}

.section .video-wrap .mejs-container .mejs-controls {
    display: none!important;
}

.section .video-wrap .mejs-controls .mejs-button button:focus {
    outline: none!important;
}

.section .video-wrap .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background-color: rgba(255,255,255,0.18) !important;
}

.section .video-wrap .mejs-container {
    height: auto!important;
    background-color: transparent!important;
    background-image: none!important;
}

.section .video-wrap .mejs-mediaelement {
    border: 0!important;
    background: none!important;
}

.section .video-wrap .mejs-container .mejs-poster img {
    width: 100%!important;
    max-width: none!important;
}

.section .video-wrap .mejs-controls button {
    opacity: .8;
}

.section .video-wrap .mejs-controls button:hover,
.mejs-controls .mejs-fullscreen-button:hover button {
    opacity: 1!important;
}

.section .video-wrap .mejs-controls .mejs-time-rail .mejs-time-total {
    background: #1f1f1f none repeat scroll 0 0!important;
}

.section .video-wrap .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: transparent!important;
}

.more_facts_outer {
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
}

.more_facts_inner_holder {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: middle;
}

.more_facts_inner {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 70px 0 0;
}

.more_facts_holder {
    background-color: #f6f6f6;
}

.more_facts_button {
    display: block;
    z-index: 90;
    position: relative;
    margin: 0;
    padding: 39px 0 15px;
    font-size: 19px;
    line-height: 22px;
    color: #696969;
    cursor: pointer;
}

.more_facts_button:hover {
    color: #AB7F10;
}

.more_facts_button .more_facts_button_text,
.more_facts_button .more_facts_button_arrow {
    display: block;
}

.more_facts_button .more_facts_button_text {
    display: block;
    padding: 0 0 5px;
    font-size: 19px;
    font-weight: 600;
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -ms-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}

.more_facts_button .more_facts_button_arrow {
    -webkit-transition: -webkit-transform 150ms ease-in-out;
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: -moz-transform 150ms ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -ms-transition: -ms-transform 150ms ease-in-out;
    -ms-transition: color .15s ease-in-out;
    -o-transition: -o-transform 150ms ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: transform 150ms ease-in-out;
    transition: color .15s ease-in-out;
}

.more_facts_button .more_facts_button_arrow.rotate_arrow {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.more_facts_button_holder {
    display: block;
    position: relative;
}

.more_facts_button_holder.left {
    text-align: left;
}

.more_facts_button_holder.center {
    text-align: center;
}

.more_facts_button_holder.right {
    text-align: right;
}

.custom_font_holder {
    display: block;
    position: relative;
}

.container aside.sidebar {
    z-index: 11;
    position: relative;
}

aside.sidebar .widget a,
.side_menu a,
.side_menu .widget li {
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -ms-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}

.side_menu .tagcloud a {
    font-weight: 300;
}

aside.sidebar .widget a:hover {
    color: #AB7F10;
}

.side_menu .widget a:hover,
.side_menu .widget li:hover,
.side_menu .widget li:hover > a {
    color: #fff;
}

aside.sidebar .widget ul,
.side_menu .widget ul {
    list-style: none;
}

aside.sidebar .widget li,
.side_menu .widget li {
    margin: 0 0 10px;
}

aside.sidebar .widget li:last-child,
.side_menu .widget li:last-child {
    margin: 0;
}

.widget.widget_rss li a.rsswidget,
#wp-calendar caption {
    color: #000;
}

#wp-calendar th,
#wp-calendar td {
    padding: 3px 4px;
}

#wp-calendar td#today {
    color: #fff;
    background-color: #AB7F10;
}

#wp-calendar {
    width: 100%;
    text-align: center;
}

.widget.widget_rss li span.rss-date,
#wp-calendar caption {
    margin: 0 0 15px;
}

.widget.widget_rss li {
    margin: 0 0 25px;
}

aside.sidebar .widget.widget_search {
    padding: 0;
    border-bottom: 0;
}

aside.sidebar .widget h5 {
    margin-bottom: 19px;
    padding: 9px 16px;
    font-size: 15px;
    background-color: #efefef;
}

aside.sidebar .widget.posts_holder li.page_item_has_children > ul.children li:last-child,
aside.sidebar .widget.posts_holder li.menu-item-has-children > ul.sub-menu li:last-child {
    border-bottom: 0;
}

aside.sidebar .widget.posts_holder li.page_item_has_children > ul.children,
aside.sidebar .widget.posts_holder li.menu-item-has-children > ul.sub-menu {
    padding-left: 10px;
}

aside.sidebar .widget.posts_holder li.page_item_has_children > a,
aside.sidebar .widget.posts_holder li.menu-item-has-children > a {
    display: block;
}

aside.sidebar .widget a {
    color: inherit;
}

aside.sidebar .widget {
    margin: 0 0 26px;
}

aside.sidebar .widget_nav_menu .sub-menu,
aside.sidebar .widget_pages .children {
    margin-top: 6px;
    margin-left: 20px;
}

.side_menu {
    visibility: hidden;
    z-index: 90;
    position: fixed;
    top: 0;
    right: -270px;
    width: 210px;
    height: 100%;
    padding: 30px;
    min-height: 100%;
    overflow: hidden;
    background-color: #4b4b4b;
}

.side_menu h5,
.side_menu h6 {
    margin: 0 0 12px 0;
    color: #fff;
}

.side_menu .widget li {
    position: relative;
}

.side_menu .widget ul li.page_item_has_children,
.side_menu .widget ul li.menu-item-has-children {
    padding-right: 0;
    border-bottom: 0;
}

.side_menu .widget ul ul {
    padding: 6px 0 0 20px;
}

.side_menu .widget {
    margin: 0 0 43px;
}

.side_menu a,
.side_menu li,
.side_menu span,
.side_menu p,
.side_menu .widget.widget_rss li a.rsswidget,
.side_menu #wp-calendar caption,
.side_menu #wp-calendar th,
.side_menu #wp-calendar td {
    color: #a2a2a2;
}

.side_menu .widget.widget_calendar a {
    color: #fff;
}

.side_menu .widget.widget_calendar {
    font-size: 14px;
}

.side_menu .side_menu_title {
    display: block;
    margin: 0 0 12px;
}

.side_menu .widget.widget_nav_menu li:last-child,
.side_menu .widget.widget_nav_menu li a {
    margin: 0;
}

.side_menu a.close_side_menu {
    display: inline-block;
    z-index: 1000;
    position: absolute;
    top: 29px;
    right: 25px;
    width: 13px;
    height: 13px;
    line-height: 13px;
    background-image: url('img/close_side_menu.png');
    background-repeat: no-repeat;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.side_menu a.close_side_menu:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media only screen and (-webkit-min-device-pixel-ratio:2.0) ,
only screen and (min--moz-device-pixel-ratio:2.0) ,
only screen and (-o-min-device-pixel-ratio:200/100) ,
only screen and (min-device-pixel-ratio:2.0) ,
only screen and (min-resolution:210dpi) {
    .side_menu a.close_side_menu {
        background-image: url("img/close_side_menu@2x.png");
        -webkit-background-size: 13px 13px;
        -moz-background-size: 13px 13px;
        background-size: 13px 13px;
        -o-background-size: 13px 13px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5) ,
only screen and (min--moz-device-pixel-ratio:1.5) ,
only screen and (-o-min-device-pixel-ratio:150/100) ,
only screen and (min-device-pixel-ratio:1.5) ,
only screen and (min-resolution:160dpi) {
    .side_menu a.close_side_menu {
        background-image: url("img/close_side_menu@2x.png");
        -webkit-background-size: 13px 13px;
        -moz-background-size: 13px 13px;
        background-size: 13px 13px;
        -o-background-size: 13px 13px;
    }
}

.menu_recent_post_text {
    display: block;
}

.menu_recent_post_text a {
    display: inline-block!important;
    color: #fff!important;
}

.header-widget.widget_nav_menu {
    position: relative;
    padding: 0 15px 0 0;
    font-size: 13px;
}

.header-widget.widget_nav_menu ul ul {
    display: none;
    z-index: 1010;
    position: absolute;
    top: 33px;
    left: 0;
    height: auto;
    padding: 0;
    border-top: 2px solid #AB7F10;
    background-color: #fafafa;
}

.header-widget.widget_nav_menu ul li:hover ul {
    display: block;
}

.header-widget.widget_nav_menu ul li {
    list-style: none;
}

.header-widget.widget_nav_menu ul.menu > li {
    display: inline-block;
    float: left;
    position: relative;
}

.header-widget.widget_nav_menu ul.menu li a {
    display: inline-block;
    padding: 0 0 0 15px;
    color: #9d9d9d;
}

.header-widget.widget_nav_menu ul.menu > li.menu-item-has-children > a:after {
    content: "\f107";
    margin-left: 5px;
    font-family: 'FontAwesome',sans-serif;
}

.header-widget.widget_nav_menu ul.menu li a:hover {
    color: #AB7F10;
}

.header-widget.widget_nav_menu ul.menu li ul li a {
    display: block;
    margin: 0 15px;

    padding: 0;
    border-bottom: 1px solid #e1e1e1;
    font-size: 13px;
    font-weight: 400;
    line-height: 38px;
    white-space: nowrap;
    color: #9d9d9d;
}

.header-widget.widget_nav_menu ul.menu li ul li:last-child a {
    border-bottom: 0;
}

.header-widget ul.menu li:last-child {
    margin-right: 0;
}

.header-left-from-logo-widget,
.header-right-from-logo-widget {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0 50px;
}

.header-right-from-logo-widget {
    right: 0;
    left: auto;
}

header .container_inner .header-left-from-logo-widget,
header .container_inner .header-right-from-logo-widget {
    padding: 0;
}

.header-left-from-logo-widget-inner,
.header-right-from-logo-widget-inner {
    display: table;
    height: 100%;
}

.header-left-from-logo-widget-inner2,
.header-right-from-logo-widget-inner2 {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

header.sticky .header-left-from-logo-widget,
header.sticky .header-right-from-logo-widget {
    display: none;
}

/*******************/
/* Modif portfolio */
/*******************/
.ligneTexteImagePortfolio {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
}
.portfolio_single.small-images h3,
.portfolio_single.small-images p {
	text-align: center;
}
.info.portfolio_single_categories,
.info.portfolio_single_like,
.portfolio_social_holder {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.info.portfolio_single_categories {
	margin-top: 10px;
}
.portfolio_single.small-images figure {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	overflow: hidden;
	width: 150px;
	height: 113px;
	margin: 20px 0;
}
.portfolio_single.small-images figcaption {
	position: absolute;
	  width: 100%;
	  height: 100%;
	  top: 100%;
	  background-color: rgba(0, 0, 0, 0.2);
}
.portfolio_single.small-images figcaption a {
	display: flex;
	  min-height: 100%;
	  justify-content: center;
	  align-items: center;
	  color: white;
}
.portfolio_single.small-images figure:hover figcaption {
  transition-property: top;
  transition-duration: 0.1s;
  top: 0;
}
.projects_holder_outer.v3.portfolio_with_space.portfolio_standard .filter_outer {
	margin-top: 40px;
}
.projects_holder_outer.v3.portfolio_with_space.portfolio_standard .filter_outer .filter_holder ul li span {
	font-size: small;
}

@media only screen and (min-width:768px) {
	.ligneTexteImagePortfolio {
		flex-flow: row nowrap;
		justify-content: space-between;
	}
	.portfolio_single.small-images p {
		text-align: left;
	}
	.info.portfolio_single_categories,
	.info.portfolio_single_like,
	.portfolio_social_holder {
		display: block;
		margin-top: 5px;
	}
	.portfolio_single.small-images figure {
		margin: 0;
	}
	.projects_holder_outer.v3.portfolio_with_space.portfolio_standard .filter_outer {
		margin-top: 0;
	}
	.projects_holder_outer.v3.portfolio_with_space.portfolio_standard .filter_outer .filter_holder ul li span {
		font-size: 17px;
	}
}
/*******************/
/* Fin portfolio */
/*******************/

/*******************/
/* Debut texte K2000 */
/*******************/
.JAUNE_BOLD_MOYEN
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
	COLOR : #ffcc00;
	FONT-SIZE: 5px;
}

.BLANC_BOLD_MOYEN
{
	color : #ffffff;
	font-size: 12px;
}
/****************/
/* Fin texte K2000 */
/****************/


/****************/
/* Debut Sticky */
/****************/
/*
.wpsh_fixed_bas {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	width: 100px!important;
	height: auto!important;
	background-color: transparent!important;
	box-shadow: none!important;
	left: -50px;
	top: 265px!important;
	transition: all 0.5s linear;
	position: fixed;
	clear: both;
	z-index: 10000;
}
.wpsh_fixed {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	width: 100px!important;
	height: auto!important;
	background-color: transparent!important;
	box-shadow: none!important;
	right: -70px;
	top: 250px!important;
	transition: all 0.5s linear;
}
.wpsh_fixed .imgDevisForm img,
.wpsh_fixed .imgBonheur img {
	animation: 10s infinite linear rotateImg;
}
@keyframes rotateImg {
	from { transform: rotate(0deg); }
	to   { transform: rotate(-360deg); }
}
.wpsh_fixed:hover {
	right: -20px;
}
.wpsh_fixed_bas:hover {
	left: 0px!important;
}
.wpsh_fixed:hover .imgDevisForm:hover img,
.wpsh_fixed_bas:hover .imgDevisForm:hover img{
	animation: 0.5s infinite linear AugDimi;
}
.wpsh_fixed:hover .imgBonheur:hover img,
.wpsh_fixed_bas:hover .imgBonheur:hover img{
	animation: 0.5s infinite linear AugDimi;
}
@keyframes AugDimi {
	from { transform: scale(0.9); }
	to   { transform: scale(1); }
}
*/
.wpsh_fixed_bas {
	display: flex;
	justify-content: center;
}
#volet {
	position: fixed;
	right: -170px;
	top: 250px;
	width: 150px;
	padding: 10px;
	background: #ffffffcc;
	background: rgba(255,255,255,0.8);
	color: #fff;
	z-index: 10000;
	-webkit-transition: all .5s ease-in;
	transition: all .5s ease-in;
}
#volet #voletrelatif {
	position: relative;
}
#volet #voletrelatif a.ouvrir {
	padding: 10px 25px;
	background: #ce273bcc;
	background: rgba(206,39,59,0.8);
	color: #fff;
	text-decoration: none;
	position: absolute;
	left: -88px;
	top: 130px;

	/* quelques styles CSS3 */
	-ms-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);

	border-radius: 8px 8px 0 0;
}
#volet:target {
	right: 0px;
}
#volet #voletrelatif a.fermer {
	display: none;
}
#volet_clos:target #volet {
	right: -170px;
}
#volet:target #voletrelatif a.ouvrir {
	display: none;
}
#volet:target #voletrelatif a.fermer {
	display: block;
	padding: 10px 25px;
	background: #555555cc;
	background: rgba(85,85,85,0.8);
	color: #fff;
	text-align: center;
}

/****************/
/* FIN Sticky */
/****************/
/* Modif image google footer */
.alignnone.size-thumbnail.wp-image-21831,
.alignnone.size-thumbnail.wp-image-21832 {
	vertical-align: middle;
}
.alignnone.size-thumbnail.wp-image-21831 {
	width: 20px;
}
.alignnone.size-thumbnail.wp-image-21832 {
	width: 100px;
}
/* FIN modif image google footer */

.footer_top .widget.widget_nav_menu li {
    margin: 0;
    line-height: 22px;
}

.widget.widget_archive select,
.widget.widget_categories select,
.widget.widget_text select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 37px;
    padding: 9px 12px;
    border: 0;
    overflow: hidden;
    font-family: inherit;
    font-size: 13px;
    outline: 0;
    color: inherit;
    background-color: #f8f8f8;
}

.widget #searchform {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    background-color: #f8f8f8;
}

.footer_top .widget #searchform {
    border: 1px solid #6a6a6a;
    background-color: transparent;
}

.header_top #searchform {
    height: 33px;
    padding: 0 10px;
}

.widget.widget_search form input[type="submit"],
.header_top #searchform input[type="submit"] {
    display: inline-block;
    float: right;
    width: 37px;
    height: 37px;
    margin: 0;
    padding: 0 4%;
    border: 0;
    text-decoration: none;
    font-family: 'FontAwesome',sans-serif;
    line-height: 37px;
    white-space: nowrap;
    outline: 0;
    color: #8d8d8d;
    background-color: transparent;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    cursor: pointer;
}

.footer_top .widget #searchform input[type="submit"] {
    color: #6a6a6a;
}

.header_top #searchform input[type="submit"] {
    width: 22px;
    height: 25px;
    margin: 4px 0 0;
    line-height: 25px;
    background: 0;
}

.widget.widget_search form .screen-reader-text,
.header_top #searchform .screen-reader-text {
    display: none;
}

.widget.widget_search form input[type="text"],
.header_top #searchform input[type="text"] {
    display: inline-block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 74%;
    height: 33px;
    margin: 0;
    padding: 2px 12px;
    border: 0;
    text-decoration: none;
    font-family: inherit;
    outline: 0;
    color: #8d8d8d;
    background-color: transparent;
}

.footer_top .widget #searchform input[type="text"] {
    color: #6a6a6a;
}

.header_top #searchform input[type="text"] {
    height: 29px;
    font-size: 12px;
}

.widget .tagcloud {
    display: inline-block;
    width: 100%;
}

.widget .tagcloud a {
    margin: 0 0 3px 0;
}

.ls-nav-prev,
.ls-nav-next {
    display: block!important;
    z-index: 90;
    position: absolute;
    top: 60%;
    margin: -20px 0 0;
    line-height: 40px;
    opacity: .6!important;
    cursor: pointer;
    filter: alpha(opacity=60) !important;
}

.ls-nav-prev {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 23px;
    width: 54px;
    height: 54px;
    margin-top: -27px;
    -webkit-border-radius: 56px;
    -moz-border-radius: 56px;
    border-radius: 56px;
    text-align: center;
    font-size: 14px;
    line-height: 54px;
    opacity: .7;
    background-color: transparent!important;
    background-image: none!important;
    -webkit-transition: opacity .3s ease 0s!important;
    -moz-transition: opacity .3s ease 0s!important;
    -o-transition: opacity .3s ease 0s!important;
    transition: opacity .3s ease-in-out!important;
    -ms-border-radius: 56px;
    -o-border-radius: 56px;
}

.ls-nav-prev:after {
    content: "\f104";
    display: block!important;
    position: absolute;
    left: 0!important;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: 'FontAwesome',serif;
    font-size: 30px;
    line-height: 54px;
    color: #fff;
}

.ls-nav-next {
    z-index: 10;
    position: absolute;
    top: 50%;
    right: 23px;
    width: 54px;
    height: 54px;
    margin-top: -27px;
    -webkit-border-radius: 56px;
    -moz-border-radius: 56px;
    border-radius: 56px;
    text-align: center;
    font-size: 14px;
    line-height: 54px;
    opacity: 0;
    background-color: transparent!important;
    background-image: none!important;
    -webkit-transition: opacity .3s ease 0s;
    -moz-transition: opacity .3s ease 0s;
    -o-transition: opacity .3s ease 0s;
    transition: opacity .3s ease-in-out;
    -ms-border-radius: 56px;
    -o-border-radius: 56px;
}

.ls-nav-next:after {
    content: "\f105";
    display: block!important;
    position: absolute;
    left: 0!important;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: 'FontAwesome',serif;
    font-size: 30px;
    line-height: 54px;
    color: #fff;
}

.ls-nav-prev:hover,
.ls-nav-next:hover {
    opacity: 1!important;
    filter: alpha(opacity=100) !important;
}

.ls-wp-fullwidth-helper {
    left: 0!important;
}

.qode_image_gallery_no_space {
    opacity: 0;
}

.qode_image_gallery_no_space .qode_image_gallery_holder {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.qode_image_gallery_no_space ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.qode_image_gallery_no_space ul li {
    float: left;
    margin: 0;
    list-style: none outside none;
}

@media only screen and (min-width:800px) {
    .qode_image_gallery_no_space.highlight_active ul li:not(.active) {
        opacity: .2;
    }

    .qode_image_gallery_no_space.highlight_active ul li {
        -webkit-transition: opacity .3s ease-in-out;
        -moz-transition: opacity .3s ease-in-out;
        -ms-transition: opacity .3s ease-in-out;
        -o-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
    }
}

.qode_image_gallery_no_space ul li:not(.active) a {
    cursor: default;
}

.qode_image_gallery_no_space a.prettyphoto {
    display: block;
    width: 100%;
    height: 100%;
}

.qode_image_gallery_no_space ul li img {
    display: block;
    position: relative;
}

.qode_image_gallery_no_space .controls {
    width: 100%;
}

.qode_image_gallery_no_space .controls a.prev-slide,
.qode_image_gallery_no_space .controls a.next-slide {
    position: absolute;
    top: 0;
    width: 10%;
    height: 100%;
    font-size: 30px;
    vertical-align: middle;
    color: #9d9d9d;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

.qode_image_gallery_no_space .controls a.prev-slide span,
.qode_image_gallery_no_space .controls a.next-slide span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
}

.qode_image_gallery_no_space.light .controls a.prev-slide,
.qode_image_gallery_no_space.light .controls a.next-slide {
    color: #fff;
}

.qode_image_gallery_no_space.dark .controls a.prev-slide,
.qode_image_gallery_no_space.dark .controls a.next-slide {
    color: #000;
}

.qode_image_gallery_no_space .controls a.prev-slide:hover,
.qode_image_gallery_no_space .controls a.next-slide:hover {
    opacity: .65;
}

.qode_image_gallery_no_space .controls a.next-slide {
    right: 20px;
}

@media only screen and (max-width:800px) {
    .qode_image_gallery_no_space .qode_image_gallery_holder {
        height: auto!important;
    }

    .qode_image_gallery_no_space ul {
        width: 100%!important;
        height: auto!important;
    }

    .qode_image_gallery_no_space ul li {
        float: none;
    }

    .qode_image_gallery_no_space ul li.-before,
    .qode_image_gallery_no_space ul li.-after {
        display: none;
    }

    .qode_image_gallery_no_space ul li div {
        width: 100%!important;
        height: auto!important;
    }

    .qode_image_gallery_no_space ul li img {
        width: 100%;
        height: auto;
    }

    .qode_image_gallery_no_space .controls {
        display: none;
    }
}

.header_top .right #lang_sel ul ul img.iclflag,
.header_top .right #lang_sel_click ul ul img.iclflag {
    float: right;
    top: 11px;
    margin-right: 0;
    margin-left: 15px;
}

.header_top .left #lang_sel ul ul img.iclflag,
.header_top .left #lang_sel_click ul ul img.iclflag {
    float: left;
    top: 11px;
}

.header_top .right #lang_sel ul ul,
.header_top .right #lang_sel_click ul ul {
    right: 0;
    left: auto;
}

.header_top #lang_sel_click ul ul {
    padding: 5px 15px!important;
}

.header_top .right #lang_sel ul ul li,
.header_top .right #lang_sel_click ul ul li {
    width: 100%;
    text-align: right;
}

.header_top .left #lang_sel ul ul li,
.header_top .left #lang_sel_click ul ul li {
    width: 100%;
}

.header_top #lang_sel ul ul li img.iclflag,
.header_top #lang_sel_click ul ul li img.iclflag {
    position: relative;
    top: 11px;
}

.header_top #lang_sel li,
.header_top #lang_sel_click li {
    width: auto;
}

.header_top #lang_sel,
.header_top #lang_sel_click {
    z-index: 1000;
    float: left;
    position: relative;
    height: 33px;
    padding: 0;
    font-family: inherit;
}

.header_top #lang_sel ul > li > a,
.header_top #lang_sel_click ul>li>a {
    float: none;
    width: auto;
    padding: 0 15px!important;
}

.header_top #lang_sel > ul > li:hover,
.header_top #lang_sel_click>ul>li:hover {
    border-bottom: none!important;
}

.header_top #lang_sel > ul > li>a,
.header_top #lang_sel_click>ul>li>a {
    z-index: 2500;
    height: 33px;
    font-size: 11px;
    line-height: 33px!important;
}

.header_top #lang_sel > ul > li>a:hover,
.header_top #lang_sel_click>ul>li>a:hover {
    color: #AB7F10!important;
}

.header_top .left #lang_sel > ul > li>a,
.header_top .left #lang_sel_click>ul>li>a {
    right: auto;
    left: 0;
}

.header_top #lang_sel > ul > li>a:hover,
.header_top #lang_sel_click>ul>li>a:hover,
.header_top #lang_sel>ul>li:hover>a,
.header_top #lang_sel_click>ul>li:hover>a {
    top: 0;
}

.header_top #lang_sel ul > li ul > li,
.header_top #lang_sel_click ul>li ul>li {
    padding: 0!important;
}

.header_top #lang_sel ul > li a.lang_sel_sel,
.header_top #lang_sel_click ul > li a.lang_sel_sel {
    padding: 0;
    border: 0;
    line-height: 30px;
    color: #fff;
    background: 0;
}

.header_top .right #lang_sel ul > li a.lang_sel_sel,
.header_top .right #lang_sel_click ul > li a.lang_sel_sel {
    text-align: right;
}

.header_top .right #lang_sel ul > li a.lang_sel_sel {
    padding-right: 0!important;
}

.header_top .left #lang_sel ul > li a.lang_sel_sel {
    padding-left: 0!important;
}

.header_top #lang_sel .lang_sel_sel:after,
.header_top #lang_sel_click .lang_sel_sel:after {
    content: "\f107";
    margin-left: 5px;
    font-family: 'FontAwesome',sans-serif;
}

.header_top .left #lang_sel ul > li a.lang_sel_sel,
.header_top .left #lang_sel_click ul > li a.lang_sel_sel {
    text-align: left;
}

.header_top #lang_sel ul ul,
.header_top #lang_sel_click ul ul {
    z-index: 1000;
    position: absolute;
    top: 33px;
    left: -1px;
    width: 180px;
    height: auto;
    border-top: 2px solid #AB7F10;
    list-style: none;
    background-color: #fafafa;
}

.header_top #lang_sel ul li ul li a,
.header_top #lang_sel ul li ul li a:visited,
.header_top #lang_sel_click ul li ul li a,
.header_top #lang_sel_click ul li ul li a:visited {
    display: block;
    height: 38px;
    margin: 0 15px!important;
    padding: 0!important;
    border: 0;
    border-bottom: 1px solid #e1e1e1;
    font-size: 11px;
    font-weight: 400;
    line-height: 38px;
    white-space: nowrap;
    color: #9d9d9d;
    background: 0;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.header_top #lang_sel ul li ul li:last-child a,
.header_top #lang_sel_click ul li ul li:last-child a {
    border-bottom: 0;
}

.header_top #lang_sel ul li ul li a:hover,
.header_top #lang_sel_click ul li ul li a:hover {
    color: #AB7F10;
}

.header_top #lang_sel_list {
    float: left;
    width: auto;
    font-family: inherit;
}

.header_top #lang_sel_list ul {
    width: auto;
    padding: 0!important;
    border: 0;
}

.header_top #lang_sel_list li {
    display: inline-block;
    float: none;
    width: auto;
}

.header_top #lang_sel_list ul li a,
.header_top #lang_sel_list ul li a:visited {
    margin: 0!important;
    padding: 0 8px 0 8px;
    border: 0;
    font-size: 13px;
    line-height: 33px;
    color: #818181;
    background: none repeat scroll 0 0 transparent;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.header_top #lang_sel_list ul li a.lang_sel_sel,
.header_top #lang_sel_list ul li a:hover {
    color: #AB7F10;
}

.header_top #lang_sel img.iclflag,
.header_top #lang_sel_click img.iclflag,
.header_top #lang_sel_list img.iclflag {
    display: inline;
    float: none;
    position: relative;
    top: 1px;
    margin-right: 5px;
}

aside .widget.posts_holder #lang_sel li:after,
aside .widget.posts_holder #lang_sel_click li:after {
    content: none;
}

aside .widget #lang_sel_list,
section.side_menu #lang_sel_list,
footer #lang_sel_list {
    width: 100%;
    height: auto;
    font-family: inherit;
}

aside .widget #lang_sel_list li,
section.side_menu #lang_sel_list li,
footer #lang_sel_list li {
    float: none;
    width: auto;
    margin-bottom: 0!important;
    padding: 9px 10px 9px 0!important;
}

footer #lang_sel_list li {
    padding: 5px 5px 5px 0!important;
}

aside .widget #lang_sel_list li a,
aside .widget #lang_sel li a,
aside .widget #lang_sel_click li a,
section.side_menu #lang_sel_list li a,
section.side_menu #lang_sel li a,
section.side_menu #lang_sel_click li a,
footer #lang_sel_list li a,
footer #lang_sel li a,
footer #lang_sel_click li a {
    border: 0;
    font-family: inherit;
    color: #8d8d8d;
}

aside .widget #lang_sel_list li a,
aside .widget #lang_sel li a,
aside .widget #lang_sel_click li a,
section.side_menu #lang_sel_list li a,
section.side_menu #lang_sel li a,
section.side_menu #lang_sel_click li a {
    font-size: 13px;
    font-weight: 400;
}

aside .widget #lang_sel_list li a,
section.side_menu #lang_sel_list li a,
aside .widget #lang_sel_list li a,
footer #lang_sel_list li a {
    display: inline;
}

aside .widget #lang_sel li,
aside .widget #lang_sel_click li,
section.side_menu #lang_sel li,
section.side_menu #lang_sel_click li,
footer #lang_sel li,
footer #lang_sel_click li {
    margin-bottom: 0;
}

aside .widget #lang_sel,
aside .widget #lang_sel_click,
section.side_menu #lang_sel,

section.side_menu #lang_sel_click,
footer #lang_sel,
footer #lang_sel_click {
    width: 100%;
    font-family: inherit;
}

aside .widget #lang_sel > ul > li>a,
aside .widget #lang_sel_click>ul>li>a,
section.side_menu #lang_sel>ul>li>a,
section.side_menu #lang_sel_click>ul>li>a,
footer #lang_sel>ul>li>a,
footer #lang_sel_click>ul>li>a {
    height: 35px;
    padding-left: 13px;
    font-family: inherit;
    font-weight: 400;
    line-height: 35px!important;
    background-image: url(img/wc_select_arrow.png) !important;
    background-position: right;
    background-repeat: no-repeat;
}

footer #lang_sel > ul > li>a,
footer #lang_sel_click>ul>li>a,
section.side_menu #lang_sel>ul>li>a,
section.side_menu #lang_sel_click>ul>li>a {
    background-image: url(img/wc_select_arrow_footer.png) !important;
    background-position: right;
    background-repeat: no-repeat;
}

aside .widget #lang_sel > ul > li a,
aside .widget #lang_sel_click>ul>li a {
    background-color: #fff;
}

footer #lang_sel > ul > li a,
footer #lang_sel_click>ul>li a,
section.side_menu #lang_sel>ul>li a,
section.side_menu #lang_sel_click>ul>li a {
    background-color: #444!important;
}

footer #lang_sel ul li a,
footer #lang_sel ul ul a,
footer #lang_sel_click ul li a,
footer #lang_sel_click ul ul a,
footer #lang_sel_click ul ul a span,
section.side_menu #lang_sel ul li a,
section.side_menu #lang_sel ul ul a,
section.side_menu #lang_sel ul ul a:visited,
section.side_menu #lang_sel_click > ul > li>a,
section.side_menu #lang_sel_click ul ul a,
section.side_menu #lang_sel_click ul ul a:visited {
    color: #acacac!important;
}

footer #lang_sel ul li a {
    font-size: 16px;
}

aside .widget #lang_sel > ul li a,
aside .widget #lang_sel ul ul a,
aside .widget #lang_sel_click > ul li a,
aside .widget #lang_sel_click ul ul a {
    background-color: #f8f8f8;
}

aside .widget #lang_sel > ul li a,
aside .widget #lang_sel ul ul a,
aside .widget #lang_sel_click > ul li a,
aside .widget #lang_sel_click ul ul a,
aside .widget #lang_sel_list li a {
    color: inherit;
}

aside .widget #lang_sel_list li a {
    background-color: transparent;
}

aside .widget #lang_sel a.lang_sel_sel:hover,
aside .widget #lang_sel_click a.lang_sel_sel:hover,
aside .widget #lang_sel ul ul a:hover,
aside .widget #lang_sel_click ul ul a:hover,
aside .widget #lang_sel_list li a.lang_sel_sel,
aside .widget #lang_sel_list li a:hover {
    color: #AB7F10;
}

footer #lang_sel_list li a:hover,
footer #lang_sel a.lang_sel_sel,
footer #lang_sel a.lang_sel_sel:hover,
footer #lang_sel ul ul a:hover,
footer #lang_sel_click a.lang_sel_sel,
footer #lang_sel_click ul ul a:hover,
footer #lang_sel_click ul ul a:hover span,
footer #lang_sel_list a.lang_sel_sel,
footer #lang_sel_list ul ul a:hover,
footer #lang_sel_list ul ul a:hover span,
section.side_menu a.lang_sel_sel,
section.side_menu #lang_sel ul li a.lang_sel_sel,
section.side_menu #lang_sel_click ul li a.lang_sel_sel,
section.side_menu #lang_sel_list li a:hover,
section.side_menu #lang_sel ul ul a:hover,
section.side_menu #lang_sel_click ul ul a:hover,
section.side_menu #lang_sel_click ul ul a:hover span {
    color: #fff!important;
}

aside .widget #lang_sel li,
aside .widget #lang_sel_click li,
section.side_menu #lang_sel li,
section.side_menu #lang_sel_click li,
footer #lang_sel li,
footer #lang_sel_click li {
    width: 100%;
    padding: 0;
    border: 0;
}

aside .widget #lang_sel ul ul,
aside .widget #lang_sel_click ul ul {
    z-index: 1000;
    top: 32px;
    width: 100%;
    height: auto;
    padding: 3px 0 0 0;
    border: 0;
    overflow: hidden;
}

footer #lang_sel ul ul,
footer #lang_sel_click ul ul,
section.side_menu #lang_sel ul ul,
section.side_menu #lang_sel_click ul ul {
    top: 32px;
    width: 100%;
    border: 0;
}

section.side_menu #lang_sel li a:after,
section.side_menu #lang_sel li:before {
    display: none;
}

section.side_menu #lang_sel ul ul a,
#lang_sel ul ul a:visited {
    padding: 8px 10px;
}

footer #lang_sel ul ul,
footer #lang_sel_click ul ul,
section.side_menu #lang_selul ul,
section.side_menu #lang_sel_click ul ul {
    left: 0!important;
}

aside .widget #lang_sel ul ul a,
aside .widget #lang_sel_click ul ul a,
aside .widget #lang_sel ul ul a:visited,
aside .widget #lang_sel_click ul ul a:visited {
    padding: 10px 13px;
}

footer #lang_sel ul ul a,
footer #lang_sel_click ul ul a,
footer #lang_sel ul ul a:visited,
footer #lang_sel_click ul ul a:visited {
    padding: 10px 13px;
}

aside .widget #lang_sel_list.lang_sel_list_vertical ul,
section.side_menu #lang_sel_list.lang_sel_list_vertical ul,
footer #lang_sel_list.lang_sel_list_vertical ul {
    height: auto;
    border-top: 0;
}

footer #lang_sel_list a {
    font-size: 16px;
    color: #acacac;
}

footer #lang_sel_list a span {
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

footer #lang_sel_list a:hover,
footer #lang_sel_list .lang_sel_sel span,
footer #lang_sel_list a:hover span {
    color: #fff;
}

aside .widget #lang_sel_list.lang_sel_list_vertical a,
aside .widget #lang_sel_list.lang_sel_list_vertical a:visited,
section.side_menu #lang_sel_list.lang_sel_list_vertical a,
section.side_menu #lang_sel_list.lang_sel_list_vertical a:visited,
footer #lang_sel_list.lang_sel_list_vertical a,
footer #lang_sel_list.lang_sel_list_vertical a:visited {
    padding: 0;
    border: 0;
}

section.side_menu #lang_sel_list.lang_sel_list_vertical a,
section.side_menu #lang_sel_list.lang_sel_list_vertical a:visited,
section.side_menu #lang_sel_list.lang_sel_list_horizontal a,
section.side_menu #lang_sel_list.lang_sel_list_horizontal a:visited,
footer #lang_sel_list.lang_sel_list_vertical a,
footer #lang_sel_list.lang_sel_list_vertical a:visited,
footer #lang_sel_list.lang_sel_list_horizontal a,
footer #lang_sel_list.lang_sel_list_horizontal a:visited {
    background: transparent;
}

aside #lang_sel img.iclflag,
aside #lang_sel_click img.iclflag,
section.side_menu #lang_sel img.iclflag,
section.side_menu #lang_sel_click img.iclflag,
footer #lang_sel img.iclflag,
footer #lang_sel_click img.iclflag,
footer #lang_sel_list.lang_sel_list_horizontal a img,
footer #lang_sel_list.lang_sel_list_vertical a img {
    margin-right: 5px;
}

footer #lang_sel_list.lang_sel_list_horizontal a:hover,
footer #lang_sel_list.lang_sel_list_vertical a:hover,
.side_menu #lang_sel_list.lang_sel_list_horizontal a:hover,
.side_menu #lang_sel_list.lang_sel_list_vertical a:hover {
    color: #fff;
}

.side_menu #lang_sel_list.lang_sel_list_horizontal a,
.side_menu #lang_sel_list.lang_sel_list_vertical a {
    color: #777;
}

#lang_sel_footer {
    z-index: 1500;
    position: relative;
    border: 0;
    font-family: inherit;
    font-weight: inherit;
    background-color: #444;
}

#lang_sel_footer a {
    font-size: 14px;
    color: inherit;
    -webkit-transition: color .3s ease 0s!important;
    -moz-transition: color .3s ease 0s!important;
    -ms-transition: color .3s ease 0s!important;
    -o-transition: color .3s ease 0s!important;
    transition: color .3s ease 0s!important;
}

#lang_sel_footer a:hover {
    color: #fff;
    -webkit-transition: color .3s ease 0s!important;
    -moz-transition: color .3s ease 0s!important;
    -ms-transition: color .3s ease 0s!important;
    -o-transition: color .3s ease 0s!important;
    transition: color .3s ease 0s!important;
}

#lang_sel_footer a img {
    margin-right: 15px;
}

footer {
    display: block;
    z-index: 99;
    position: relative;
    width: 100%;
    margin: 0 auto;
     
}

footer.uncover {
    z-index: 99;
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
    -moz-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
    -ms-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
    -o-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
    transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
    -webkit-backface-visibility: hidden;
}

.boxed footer {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%!important;
}

.right_side_menu_opened footer.uncover {
    left: -270px;
}

footer .container_inner {
    position: relative;
}
/* pied de page */
.footer_top_holder {
    display: block;
    background-color: #000000;
    padding-top: 6px;
}

/* Change footer top celui des colonnes */
.footer_top {
	display: none;
    padding: 90px 0 70px;
}

.footer_top.footer_top_full {
    padding: 90px 25px;
}

.footer_top h5 {
    margin: 0 0 22px;
    font-size: 21px;
    color: #fff;
}

.footer_top ul {
    list-style: none;
}

.footer_top a,
.footer_top p,
.footer_top span,
.footer_top li,
.footer_top .textwidget {
    color: #acacac;
    word-wrap: break-word;
}

.footer_top a {
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
}

.footer_top a:hover {
    color: #fff!important;
}

footer:not(.footer_border_columns) .footer_top .four_columns .column2 .column_inner>div,
footer:not(.footer_border_columns) .footer_top .three_columns .column2 .column_inner>div,
footer:not(.footer_border_columns) .footer_top .two_columns_50_50 .column2 .column_inner > div {
    margin: 0 0 0 15px;
}

footer.footer_border_columns .qode_column a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*border-left: 1px solid #777;*/
    color:#ffffff;
}

footer.footer_border_columns .qode_column:first-child {
    border: 0;
}

footer.footer_border_columns .qode_column > .column_inner {
    padding: 0 35px;
}

footer.footer_border_columns .qode_column:first-child > .column_inner {
    padding-left: 0;
}

footer.footer_border_columns .qode_column:last-child > .column_inner {
    padding-right: 0;
}

.footer_top .four_columns .column4 .column_inner > div {
    margin: 0 0 0 5px;
}

.footer_top .widget_nav_menu li.menu-item a {
    margin-bottom: 0;
}

.footer_top .widget_recent_entries > ul > li,
.footer_top .widget_recent_comments>ul>li,
.footer_top .widget_meta>ul>li,
.footer_top .widget_nav_menu ul li,
.footer_top .widget_pages ul li {
    position: relative;
    padding: 0 0 17px;
}

.footer_top .widget_nav_menu ul li ul,
.footer_top .widget_pages ul li ul {
    padding: 0 0 0 10px;
}

.footer_top .widget_recent_entries > ul > li>a,
.footer_top .widget_pages>ul>li>a,
.footer_top .widget_meta>ul>li>a,
.footer_top .widget_nav_menu ul li a,
.footer_top .widget_recent_comments>ul>li>a,
.footer_top .widget_recent_entries>ul>li>span {
    display: block;
}

.footer_top .widget_recent_entries > ul > li>span {
    color: #9d9d9d;
}

/* Change couleur footer */
.footer_bottom_holder {
    display: block;
 
    background-image: linear-gradient(to bottom, #2A2428, #2A2428 98%);
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
}

.footer_bottom {
    display: table-cell;
    width: 1%;
    height: 53px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    vertical-align: middle;
}

/* Change couleur p et a du footer */
.footer_bottom p,
.footer_bottom a,
.footer_bottom span {
	color: white;
    margin: 0;
	padding: 10px;
}

/* Change couleur a du footer au survole */
.footer_bottom a:hover {
	color: #ff3700;
    margin: 0;
}

.footer_top .q_social_icon_holder i.simple_social {
    margin-right: 16px;
}

.footer_bottom .q_social_icon_holder {
    margin-right: 13px!important;
}

footer .footer_top .q_social_icon_holder .fa-stack i,
footer .footer_top .q_social_icon_holder i,
footer .footer_top .q_social_icon_holder .fa-stack span,
footer .footer_top .q_social_icon_holder span {
    font-size: 30px;
}

.footer_top .q_social_icon_holder i.simple_social {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.footer_top .q_social_icon_holder:hover i.simple_social {
    color: #fff!important;
}

.footer_top .q_social_icon_holder i.simple_social {
    color: #818181;
}

.footer_top .widget.widget_search form input[type="text"] {
    width: 70%!important;
}

.footer_bottom ul {
    text-align: center;
    list-style: none;
}

.footer_bottom ul .sub-menu {
    display: none;
}

.footer_bottom ul li {
    display: inline-block;
    margin-right: 40px;
}

.footer_bottom ul li:last-child {
    margin-right: 0;
}

.footer_bottom ul li a {
    font-size: 14px;
    color: #a2a2a2;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.footer_bottom ul li a:hover {
    color: #fff;
}

.wpcf7 form.wpcf7-form p {
    margin-bottom: 4px;
}

input.wpcf7-form-control.wpcf7-text,
input.wpcf7-form-control.wpcf7-number,
input.wpcf7-form-control.wpcf7-date,
textarea.wpcf7-form-control.wpcf7-textarea,
select.wpcf7-form-control.wpcf7-select {
    width: 100%;
}

input.wpcf7-form-control.wpcf7-text,
input.wpcf7-form-control.wpcf7-number,
input.wpcf7-form-control.wpcf7-date,
select.wpcf7-form-control.wpcf7-select,
input.wpcf7-form-control.wpcf7-quiz {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 27px;
    padding: 13px 17px;
    border: 0 none;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 15px;
    font-weight: 800;
    line-height: 20px;
    outline: 0 none;
    color: #ffffff;
    background-color: #000000;
    resize: none;
}

textarea.wpcf7-form-control.wpcf7-textarea {
     box-sizing: border-box;
    width: 100%;
    margin: 0 0 27px;
    padding: 13px 17px;
    border: 0 none;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 15px;
    font-weight: 800;
    line-height: 20px;
    outline: 0 none;
    color: #ffffff;
    background-color: #000000;
    resize: none;
    height: 100px; /* ou height: 50%; */

}


input.wpcf7-form-control.wpcf7-quiz {
    margin-left: 15px;
}

span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"],
span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio input[type="radio"] {
    position: relative;
    top: 2px;
}

span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
    margin-left: 5px;
}

input.wpcf7-form-control.wpcf7-submit {
    display: inline-block;
    position: relative;
    box-sizing: initial!important;
    width: auto;
    height: 44px;
    margin: 0;
    padding: 0 36px;
    border: 2px solid #ffffff;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    font-family: inherit;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 4px;
    white-space: nowrap;
    outline: medium none;
    color: #fff;
    background-color: #a12e33;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    cursor: pointer;
}

input.wpcf7-form-control.wpcf7-submit[disabled] {
    border: 2px solid #ffffff;
    color: #fff;
    cursor: not-allowed;
}

input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    border: 2px solid #ffffff;
    color: #fff;
}

input.wpcf7-form-control.wpcf7-submit:not([disabled]):hover {
    border-color: #a12e33;
    text-decoration: none;
    color: #a12e33;
    background-color: transparent;
}

input.wpcf7-form-control.wpcf7-range {
    width: 100%;
}

div.wpcf7-response-output {
    position: relative;
    margin-right: 0;
    margin-left: 0;
    padding: 17px 30px 17px 55px;
    border: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
}

div.wpcf7-response-output:before {
    display: inline-block;
    position: absolute;
    left: 25px;
    width: 20px;
    height: 20px;
    font-family: 'FontAwesome',sans-serif;
    color: #fff;
}

div.wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #AB7F10;
}

div.wpcf7-response-output.wpcf7-mail-sent-ok:before {
    content: "\f087";
}

div.wpcf7-response-output.wpcf7-validation-errors {
    background-color: #AB7F10;
}

div.wpcf7-response-output.wpcf7-validation-errors:before {
    content: "\f12a";
}

/*add txt blanc */
.txt_blanc_anime{
    color:#ffffff;
    transition: transform 0.3s ease;
}

.txt_blanc_anime:hover{
    color:#ffffff;
    transform: translateY(-5px);
    font-width:bold;
}

   

         #animationContinue {
             
            display: block;
            margin: auto;
            animation: animationContinue 2s ease-in-out infinite alternate;
            text-align: center;

        }
         @keyframes animationContinue {
            from {
                transform: translate(0, 0px);
            }
            to {
                transform: translate(0, 10px);
            }
        }


        /* mobile h2 */

        @media only screen and (max-width: 768px) {
            h2, h2 a {
                color: #000000;
                font-family: 'Josefin Sans', sans-serif;
                font-size: 22px;
                letter-spacing: 1px;
                text-transform: none;
            }
        }
