@charset "utf-8";
#cookie-law-info-bar {
font-size: 15px;
margin: 0 auto;
padding: 12px 10px;
position: absolute;
text-align: center;
box-sizing: border-box;
width:100%;
z-index: 9999; display: none;
left:0px;
font-weight:300;
box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
}
#cookie-law-info-again {
font-size: 10pt;
margin: 0;
padding:5px 10px;
text-align: center;
z-index: 9999;
cursor: pointer;
box-shadow: #161616 2px 2px 5px 2px;
}
#cookie-law-info-bar span {
vertical-align: middle;
} .cli-plugin-button, .cli-plugin-button:visited {
display: inline-block;
padding: 9px 12px;
color: #fff;
text-decoration: none;
position: relative;
cursor: pointer;
margin-left: 5px;
text-decoration: none;
}
.cli-plugin-main-link {
margin-left:0px;
font-weight: 550; text-decoration: underline;
}
.cli-plugin-button:hover {
background-color: #111;
color: #fff;
text-decoration: none;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
font-size: 13px;
font-weight: 400;
line-height: 1;
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
font-size: 14px;
padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
font-size: 34px;
padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
background-color: #e22092;
}
.pink.cli-plugin-button:hover {
background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
background-color: #91bd09;
}
.green.cli-plugin-button:hover {
background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
background-color: #e62727;
}
.red.cli-plugin-button:hover {
background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
background-color: #fc9200;
}
.cli-plugin-button{ margin-top:5px; }
.cli-bar-popup{
-moz-background-clip: padding;
-webkit-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
padding:20px;
}
.cli-powered_by_p{width:100% !important; display:block !important; color:#333; clear:both; font-style:italic !important; font-size:12px !important; margin-top:15px !important; }
.cli-powered_by_a{color:#333; font-weight:600 !important; font-size:12px !important;} .cli-plugin-main-link.cli-plugin-button {
text-decoration: none;
}
.cli-plugin-main-link.cli-plugin-button {
margin-left: 5px;
}.gdpr-container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.gdpr-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.gdpr-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.gdpr-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.gdpr-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.gdpr-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.gdpr-px-0 {
padding-left: 0;
padding-right: 0;
}
.modal-backdrop.show {
opacity: .8;
}
.modal-open {
overflow: hidden
}
.modal-open .gdpr-modal {
overflow-x: hidden;
overflow-y: auto
}
.gdpr-modal.fade .gdpr-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.gdpr-modal.show .gdpr-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1039;
background-color: #000
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .5
}
.gdpr-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0
}
.gdpr-modal a {
text-decoration: none;
}
.gdpr-modal .gdpr-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.gdpr-modal .gdpr-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2));
}
}
@media (min-width: 992px) {
.gdpr-modal .gdpr-modal-dialog {
max-width: 900px;
}
}
.gdpr-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius: .3rem;
outline: 0
}
.gdpr-modal .row {
margin: 0 -15px;
}
.gdpr-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.gdpr-modal .close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.gdpr-modal .close:focus {
outline: 0;
}
.gdpr-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.gdpr-switch input[type="checkbox"] {
display:none;
}
.gdpr-switch .gdpr-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.gdpr-switch .gdpr-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.gdpr-switch input:checked + .gdpr-slider {
background-color:rgb(99, 179, 95);
}
.gdpr-switch input:checked + .gdpr-slider:before {
transform: translateX(26px);
}
.gdpr-switch .gdpr-slider {
border-radius: 34px;
}
.gdpr-switch .gdpr-slider:before {
border-radius: 50%;
}
.gdpr-tab-content>.gdpr-tab-pane {
display: none;
}
.gdpr-tab-content>.active {
display: block;
}
.gdpr-fade {
transition: opacity .15s linear;
}
.gdpr-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column !important;
flex-direction: column !important;
align-items: stretch !important;
-ms-align-items: stretch !important;
}
.nav.gdpr-nav-pills, .gdpr-tab-content {
width: 100%;
padding: 30px;
}
.nav.gdpr-nav-pills {
background: #f3f3f3;
}
.nav.gdpr-nav-pills .gdpr-nav-link {
border: 1px solid #0070ad;
margin-bottom: 10px;
color: #0070ad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
background-color: #0070ad;
border: 1px solid #0070ad;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active {
color: #ffffff;
}
.gdpr-tab-content .gdpr-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
background-color: #0070ad;
border-color: #0070ad;
color: #ffffff;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gdpr-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.gdpr-tab-content h4 {
font-size: 20px;
margin-bottom: .5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
}
.cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
display: none;
}
.cli-modal-backdrop.cli-fade {
opacity: 0
}
.cli-modal-backdrop.cli-show {
opacity: .5;
display: block;
}
.cli-modal.cli-show {
display: block;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 900px;
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .3rem;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent !important;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.cli-switch input:checked + .cli-slider {
background-color: #00acad
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(26px);
}
.cli-switch .cli-slider {
border-radius: 34px;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-tab-content>.cli-active {
display: block;
}
.cli-fade {
transition: opacity .15s linear;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding: 30px;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #f3f3f3;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #00acad;
margin-bottom: 10px;
color: #00acad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #00acad;
border: 1px solid #00acad;
}
.cli-nav-pills .cli-nav-link.cli-active {
color: #ffffff;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} .cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
flex-direction: column;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
-webkit-transform:scale(0);
transform:scale(0);
transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
opacity: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .5;
-webkit-transform:scale(1);
transform:scale(1);
}
.cli-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
transform: scale(0);
overflow: hidden;
outline: 0;
display: none;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .2rem;
box-sizing: border-box;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 38px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 20px;
width: 38px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 15px;
left: 3px;
position: absolute;
transition: .4s;
width: 15px;
}
.cli-switch input:checked + .cli-slider {
background-color: #61a229;
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(18px);
}
.cli-switch .cli-slider {
border-radius: 34px;
font-size:0;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding:5px 30px 5px 5px;
box-sizing: border-box;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #fff;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #cccccc;
margin-bottom: 10px;
color:#2a2a2a;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #f6f6f9;
border: 1px solid #cccccc;
}
.cli-nav-pills .cli-nav-link.cli-active {
color:#2a2a2a;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} #cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{
background: transparent;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar  .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after
{
color:inherit;
}
#cookie-law-info-bar .cli-tab-header a:before
{
border-right: 1px solid currentColor;
border-bottom: 1px solid currentColor;
}
#cookie-law-info-bar .cli-row
{
margin-top:20px;
}
#cookie-law-info-bar .cli-col-4
{
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
#cookie-law-info-bar .cli-col-8
{
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.cli-wrapper {
max-width: 90%;
float: none;
margin: 0 auto;
}
#cookie-law-info-bar .cli-tab-content h4
{
margin-bottom:0.5rem;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link
{
padding: .2rem 0.5rem;
}
#cookie-law-info-bar .cli-tab-container
{
display:none;
text-align:left;
} .cli-tab-footer .cli-btn {
background-color: #00acad;
padding: 10px 15px;
text-decoration:none;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
background-color: #61a229;
color: #ffffff;
border-radius: 0;
}
.cli-tab-footer {
width:100%;
text-align:right;
padding: 20px 0;
} .cli-col-12
{
width:100%;
}
.cli-tab-header
{
display: flex;
justify-content: space-between;
}
.cli-tab-header a:before {
width: 10px;
height: 2px;
left: 0;
top: calc(50% - 1px);
}
.cli-tab-header a:after {
width: 2px;
height: 10px;
left: 4px;
top: calc(50% - 5px);
-webkit-transform: none;
transform: none;
}
.cli-tab-header a:before {
width: 7px;
height: 7px;
border-right: 1px solid #4a6e78;
border-bottom: 1px solid #4a6e78;
content: " ";
transform: rotate(-45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-right:10px;
}
.cli-tab-header a.cli-nav-link  {
position: relative;
display: flex;
align-items: center;
font-size:14px;
color:#000;
text-transform: capitalize;
}
.cli-tab-header.cli-tab-active .cli-nav-link:before
{
transform: rotate(45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.cli-tab-header {
border-radius: 5px;
padding: 12px 15px;
cursor: pointer;
transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
background-color:#f2f2f2;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 0;
top: 0;
z-index: 1;
-webkit-appearance: none;
width: 40px;
height: 40px;
padding: 0;
border-radius: 50%;
padding: 10px;
background: transparent;
border:none;
min-width: 40px;
}
.cli-tab-container h4,.cli-tab-container h1 {
font-family: inherit;
font-size: 16px;
margin-bottom: 15px;
margin:10px 0;
}
#cliSettingsPopup .cli-tab-section-container {
padding-top: 12px;
}
.cli-tab-container p ,.cli-privacy-content-text{
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}
.wt-cli-privacy
{
display:none;
}
.cli-tab-content
{
display:none;
}
.cli-tab-section .cli-tab-content
{
padding: 10px 20px 5px 20px;
}
.cli-tab-section
{
margin-top:5px;
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 645px;
}
}
.cli-switch .cli-slider:after{
content: attr(data-cli-disable);
position: absolute;
right: 50px;
color: #000;
font-size:12px;
text-align:right;
min-width: 80px;
}
.cli-switch input:checked + .cli-slider:after
{
content: attr(data-cli-enable);
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
max-height: 60px;
transition: max-height 0.15s ease-out;
overflow: hidden;
}
a.cli-privacy-readmore {
font-size: 12px;
margin-top: 12px;
display: inline-block;
padding-bottom: 0;
cursor: pointer;
color:#000;
text-decoration: underline;
}
.cli-modal-footer {
position: relative;
}
a.cli-privacy-readmore:before {
content: attr(data-readmore-text);
}
.cli-collapsed a.cli-privacy-readmore:before {
content: attr(data-readless-text);
}
.cli-collapsed .cli-privacy-content
{
transition: max-height 0.25s ease-in;
}
.cli-privacy-content p
{
margin-bottom:0;
}
.cli-modal-close svg {
fill: #000;
}
span.cli-necessary-caption {
color: #000;
font-size: 12px;
}
.cli-tab-section.cli-privacy-tab {
display: none;
}
#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
display: block;
}
#cookie-law-info-bar .cli-privacy-overview {
display: none;
}
.cli-tab-container .cli-row
{
max-height: 500px;
overflow-y: auto;
}
.cli-modal.cli-blowup.cli-out {
z-index: -1;
}
.cli-modal.cli-blowup {
z-index: 999999;
transform: scale(1);
}
.cli-modal.cli-blowup .cli-modal-dialog {
animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.cli-modal.cli-blowup.cli-out .cli-modal-dialog
{
animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes blowUpContent {
0% {
transform: scale(1);
opacity: 1;
}
99.9% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(0);
}
}
@keyframes blowUpContentTwo {
0% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes blowUpModal {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes blowUpModalTwo {
0% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(0.5);
opacity: 0;
}
100% {
transform: scale(0);
opacity: 0;
}
}
.cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
font-size: 12px;
}
.cli_settings_button
{
cursor: pointer;
} .wt-cli-sr-only
{
display: none;
font-size:16px;
} a.wt-cli-element.cli_cookie_close_button {
text-decoration: none;
color: #333333;
font-size: 22px;
line-height: 22px;
cursor: pointer;
position: absolute;
right: 10px;
top: 5px;
} .cli-bar-container{
float: none;
margin: 0 auto;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.cli-bar-btn_container {
margin-left: 20px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
flex-wrap: nowrap;
}
.cli-style-v2 a
{
cursor: pointer;
}
.cli-bar-btn_container a {
white-space: nowrap;
}
.cli-style-v2 .cli-plugin-main-link
{
font-weight:inherit;
}
.cli-style-v2
{
font-size: 11pt;
line-height: 18px;
font-weight:normal;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container{
display: block;
}
.cli-style-v2 .cli-bar-message {
width: 70%;
text-align: left;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message
{
width:100%;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
flex-wrap: wrap;
} #cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{
text-align: left; margin-bottom: 5px;
margin-top: 0px;
font-size: 16px;
} .cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
margin-top: 5px;
}
.cli-style-v2 .cli-bar-btn_container .cli_action_button ,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button
{
margin-left: 5px;
}
.wt-cli-ccpa-checkbox label {
font-size: inherit;
cursor: pointer;
margin: 0px 0px 0px 5px;
} #cookie-law-info-bar[data-cli-style="cli-style-v2"]
{
padding: 14px 25px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"]
{
padding:32px 30px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
padding: 32px 45px;
}
.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button),.cli-style-v2 .cli_action_button:not(.cli-plugin-button){
text-decoration: underline;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
margin-top: 5px;
margin-bottom: 5px;
}
a.wt-cli-ccpa-opt-out {
white-space: nowrap;
text-decoration: underline;
}
.wt-cli-necessary-checkbox {
display: none !important;
}
@media (max-width: 985px) {
.cli-style-v2 .cli-bar-message
{
width:100%;
}
.cli-style-v2.cli-bar-container
{
justify-content:left;
flex-wrap: wrap;
}
.cli-style-v2 .cli-bar-btn_container {
margin-left:0px;
margin-top: 10px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"]
{
padding: 25px 25px;
}
} .wt-cli-ckyes-brand-logo {
display: flex;
align-items: center;
font-size: 9px;
color: #111111;
font-weight: normal;
}
.wt-cli-ckyes-brand-logo img{
width: 65px;
margin-left: 2px;
}
.wt-cli-privacy-overview-actions {
padding-bottom:0;
}
@media only screen and (max-width: 479px) and (min-width: 320px){
.cli-style-v2 .cli-bar-btn_container {
flex-wrap: wrap;
}
} .wt-cli-cookie-description {
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}@font-face{font-family:'FontAwesome';src:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/fonts/fontawesome-webfont.eot?v=4.6.3);src:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.eg-wrap * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.eg-wrap ul li {
list-style: none;
}
.eg-wrap ul {
margin: 0;
padding: 0;
}
.entry-content a {
box-shadow: none !important;
}
.eg-wrap .eg-icon-search:before {
content: none;
}
.eg-wrap a:active,
.eg-wrap a:hover,
.eg-wrap a:focus,
.eg-wrap a:visited {
outline: 0;
box-shadow: none;
}
.clearfix:before,
.clearfix:after {
content: "";
display: table;
table-layout: fixed;
}
.clearfix:after {
clear: both
}
.eg-wrap a:active,
.eg-wrap a:hover,
.eg-wrap input {
outline: 0;
box-shadow: none;
}
.eg-button-holder {
z-index: 999999;
}
.eg-button-holder a {
cursor: pointer;
}
.eg-masonary-wrap .eg-overlay-wrapper > a {
display: block;
}
.eg-masonary-wrap .eg-overlay-wrapper > a img {
display: block;
}
.eg-wrap img {
display: block;
max-width: 100%;
vertical-align: middle;
}
.eg-wrap .eg-load-more-block img {
text-align: center;
margin: 0 auto;
}
div.pp_overlay {
z-index: 9999;
} .eg-everest-lightbox-overlay {
opacity: 0;
visibility: hidden;
z-index: 999999;
transition: all ease 0.5s;
-webkit-transition: all ease 0.5s;
-ms-transition: all ease 0.5s;
position: absolute;
width: 100%;
top: 0;
}
.eg-everest-lightbox-overlay.eg-overlay-active {
opacity: 1;
visibility: visible;
overflow: hidden;
}
.eg-everest-lightbox-overlay .eg-everest-lightbox-inner-overlay {
position: fixed;
top: 0;
height: 100%;
width: 100%;
background: rgba(0,0,0,0.5);
z-index: 999;
}
.eg-everest-lightbox-overlay .eg-everest-lightbox-wrap {
width: 50%;
position: fixed;
top: 51%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
z-index: 999;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
padding: 7px;
background: #fff;
}
.eg-everest-lightbox-overlay .eg-everest-lightbox-wrap .eg-everest-lightbox-details-wrap {
margin-top: 10px;
padding: 5px 10px 10px;
color: #fff;
}
.eg-everest-lightbox-overlay .eg-everest-lightbox-wrap .eg-everest-lightbox-details-wrap .eg-everest-lightbox-description {
font-size: 13px;
}
.eg-everest-lightbox-overlay .eg-everest-lightbox-controls {
position: fixed;
top: 47%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
width: 100%;
left: 0;
right: 0;
z-index: 9999;
}
.eg-everest-lightbox-overlay .eg-everest-lightbox-controls .eg-everest-lightbox-previous,
.eg-everest-lightbox-overlay .eg-everest-lightbox-controls .eg-everest-lightbox-next {
font-size: 0;
position: absolute;
left: 0;
text-align: center;
display: inline-block;
cursor: pointer;
}
.eg-everest-lightbox-overlay .eg-everest-lightbox-controls .eg-everest-lightbox-previous {
left: 50px
}
.eg-everest-lightbox-overlay .eg-everest-lightbox-controls .eg-everest-lightbox-next {
right: 50px;
left: auto;
}
.eg-everest-lightbox-overlay .eg-everest-lightbox-controls .eg-everest-lightbox-previous:before,
.eg-everest-lightbox-overlay .eg-everest-lightbox-controls .eg-everest-lightbox-next:before {
content: '';
position: absolute;
font-family: FontAwesome;
font-size: 50px;
color: #fff;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
}
.eg-everest-lightbox-overlay .eg-everest-lightbox-controls .eg-everest-lightbox-previous:hover:before,
.eg-everest-lightbox-overlay .eg-everest-lightbox-controls .eg-everest-lightbox-next:hover:before {
color: #65b5f4;
}
.eg-everest-lightbox-overlay .eg-everest-lightbox-controls .eg-everest-lightbox-previous:before {
content: '\f104';
left: 45px;
}
.eg-everest-lightbox-overlay .eg-everest-lightbox-controls .eg-everest-lightbox-next:before {
content: '\f105';
right: 45px;
}
.eg-everest-lightbox-overlay .eg-close-pop-up {
position: fixed;
top: 50px;
right: 70px;
font-size: 0;
line-height: 30px;
cursor: pointer;
border-radius: 5px;
-webkit-border-radius: 5px;
z-index: 999999;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
}
.eg-everest-lightbox-overlay .eg-close-pop-up:before,
.eg-everest-lightbox-overlay .eg-close-pop-up:after {
content: '';
position: absolute;
background: #fff;
width: 25px;
height: 4px;
top: 0;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
}
.eg-everest-lightbox-overlay .eg-close-pop-up:hover:before,
.eg-everest-lightbox-overlay .eg-close-pop-up:hover:after {
background: #ccc;
}
.eg-everest-lightbox-overlay .eg-close-pop-up:before {
transform: rotate(45deg);
transform: rotate(45deg);
}
.eg-everest-lightbox-overlay .eg-close-pop-up:after {
transform: rotate(-45deg);
transform: rotate(-45deg);
}
.eg-everest-lightbox-overlay.eg-black-lightbox .eg-everest-lightbox-wrap,
.eg-everest-lightbox-overlay.eg-black-lightbox .eg-close-pop-up {
background: #000;
box-shadow: inset 0px 1px 4px #fbfbfb;
-webkit-box-shadow: inset 0px 1px 4px #fbfbfb;
border-radius: 5px;    
}
.eg-everest-lightbox-overlay.eg-white-lightbox .eg-everest-lightbox-wrap,
.eg-everest-lightbox-overlay.eg-white-lightbox .eg-close-pop-up {
background: #fff;
box-shadow: inset 0 0 7px #151313;
border-radius: 3px;
-webkit-box-shadow: inset 0 0 7px #151313;
-webkit-border-radius: 3px;
}
.eg-everest-lightbox-overlay.eg-white-lightbox .eg-everest-lightbox-details-wrap {
color: #000;
}
.eg-everest-lightbox-overlay.eg-blue-lightbox .eg-everest-lightbox-wrap,
.eg-everest-lightbox-overlay.eg-blue-lightbox .eg-close-pop-up {
background: #67b7f6;
border-radius: 5px;     
}
.eg-everest-lightbox-overlay.eg-blue-lightbox .eg-close-pop-up:before,
.eg-everest-lightbox-overlay.eg-blue-lightbox .eg-everest-lightbox-details-wrap {
color: #655a5a;
background: #fff;
}
.eg-everest-lightbox-overlay.eg-blue-lightbox .eg-everest-lightbox-details-wrap {
margin-top: 7px;
padding: 8px 12px;
}
.eg-everest-lightbox-overlay.eg-grey-lightbox .eg-everest-lightbox-wrap {
background: #e1e1de;    
border-radius: 5px;
box-shadow: inset 0 0 6px #000;
-webkit-border-radius: 5px;
-webkit-box-shadow: inset 0 0 6px #000;
} 
.eg-everest-lightbox-overlay.eg-grey-lightbox .eg-everest-lightbox-details-wrap {
color: #333;
}
.eg-everest-lightbox-wrap .eg-everest-lightbox-caption {
font-weight: 600;
text-transform: capitalize;
} .eg-grid-wrap .eg-each-item {
float: left;
}
.eg-grid-wrap.eg-column-1 .eg-each-item,
.eg-masonary-wrap.eg-column-1 .eg-each-item {
width: 100%;
display: block;
}
.eg-grid-wrap.eg-column-2 .eg-each-item,
.eg-masonary-wrap.eg-column-2 .eg-each-item {
width: 50%;
}
.eg-masonary-wrap.eg-column-2 .eg-each-item:nth-child(2n+1) {
clear: both
}
.eg-grid-wrap.eg-column-3 .eg-each-item {
width: 33.33%;
}
.eg-masonary-wrap.eg-column-3 .eg-each-item {
width: 33.33%;
}
.eg-grid-wrap.eg-column-3 .eg-each-item:nth-child(3n+1),
.eg-masonary-wrap.eg-column-3 .eg-each-item:nth-child(3n+1) {
clear: both
}
.eg-grid-wrap.eg-column-4 .eg-each-item,
.eg-masonary-wrap.eg-column-4 .eg-each-item {
width: 25%;
}
.eg-grid-wrap.eg-column-4 .eg-each-item:nth-child(4n+1),
.eg-masonary-wrap.eg-column-4 .eg-each-item:nth-child(4n+1) {
clear: both;
}
.eg-grid-wrap.eg-column-5 .eg-each-item,
.eg-masonary-wrap.eg-column-5 .eg-each-item {
width: 20%;
}
.eg-grid-wrap.eg-column-5 .eg-each-item:nth-child(5n+1),
.eg-masonary-wrap.eg-column-5 .eg-each-item:nth-child(5n+1) {
clear: both;
}
.eg-grid-wrap.eg-column-6 .eg-each-item,
.eg-masonary-wrap.eg-column-6 .eg-each-item {
width: 16.66%;
}
.eg-grid-wrap.eg-column-6 .eg-each-item:nth-child(6n+1),
.eg-masonary-wrap.eg-column-6 .eg-each-item:nth-child(6n+1) {
clear: both;
} .eg-grid-wrap.eg-column-2.eg-grid-layout-2 .eg-each-item {
width: 49%;
margin-right: 2%;
margin-bottom: 2%;
}
.eg-grid-wrap.eg-column-2.eg-grid-layout-2 .eg-each-item:nth-child(even) {
margin-right: 0;
}
.eg-grid-wrap.eg-column-3.eg-grid-layout-2 .eg-each-item {
width: 32.33%;
margin-right: 1.5%;
margin-bottom: 1.5%;
}
.eg-grid-wrap.eg-column-3.eg-grid-layout-2 .eg-each-item:nth-child(3n) {
margin-right: 0;
}
.eg-grid-wrap.eg-column-4.eg-grid-layout-2 .eg-each-item {
width: 23.8%;
margin-right: 1.5%;
margin-bottom: 1.5%;
}
.eg-grid-wrap.eg-column-4.eg-grid-layout-2 .eg-each-item:nth-child(4n) {
margin-right: 0;
}
.eg-grid-wrap.eg-column-5.eg-grid-layout-2 .eg-each-item {
width: 19%;
margin-right: 1.2%;
margin-bottom: 1.2%;
}
.eg-grid-wrap.eg-column-5.eg-grid-layout-2 .eg-each-item:nth-child(5n) {
margin-right: 0;
}
.eg-grid-wrap.eg-column-6.eg-grid-layout-2 .eg-each-item {
width: 15.5%;
margin-right: 1.4%;
margin-bottom: 1.4%;
}
.eg-grid-wrap.eg-column-6.eg-grid-layout-2 .eg-each-item:nth-child(6n) {
margin-right: 0;
} .eg-masonary-wrap.eg-masonary-layout-2 .eg-masonary-padding {
padding: 10px;
}
.eg-masonary-wrap.eg-column-6.eg-masonary-layout-2 .eg-masonary-padding,
.eg-masonary-wrap.eg-column-5.eg-masonary-layout-2 .eg-masonary-padding {
padding: 5px;
} .eg-grid-wrap .eg-slider-caption,
.eg-masonary-wrap .eg-slider-caption {
display: none;
} .eg-no-hover .eg-mask {
display: none;
} .eg-wrap .eg-overlay-wrapper {
position: relative;
overflow: hidden;
}
.eg-wrap .eg-overlay-wrapper div.eg-mask {
position: absolute;
width: 100%;
top: 0;
bottom: 0;
height: 100%;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
.eg-wrap .eg-overlay-wrapper > img {
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
.eg-wrap .eg-overlay-wrapper p {
margin: 0;
line-height: 1.3;
}
.eg-wrap .eg-overlay-wrapper .eg-caption {
padding: 0px 15px;
}
.eg-wrap .eg-overlay-wrapper .eg-button-holder {
margin-bottom: 0;
}
.eg-wrap .eg-overlay-wrapper .eg-button-holder a {
width: 40px;
height: 40px;
color: #fff;
display: inline-block;
margin: 0 2px;
line-height: 35px;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
border-width: 2px;
border-style: solid;
border-color: #fff;
text-align: center;
font-size: 13px;
}
.eg-wrap .eg-overlay-wrapper .eg-button-holder a i:before,
.eg-wrap .eg-overlay-wrapper .eg-layout-32-wrap a i:before {
line-height: 40px;
}
.eg-wrap .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-title {
display: block;    
}
.eg-wrap .eg-overlay-wrapper .eg-caption {
color: #fff;
}
.eg-wrap .eg-overlay-wrapper .eg-caption,
.eg-wrap .eg-overlay-wrapper .eg-button-holder {
position: relative;
transition: all ease 1.5s;
-webkit-transition: all ease 1.5s;
-ms-transition: all ease 1.5s;
}
.eg-wrap .eg-overlay-wrapper .eg-button-holder {
margin-bottom: 10px;
}
.eg-wrap .eg-overlay-wrapper .eg-button-holder a i.fa-play {
font-size: 15px;
}
.eg-wrap .eg-overlay-wrapper img {
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
}
.eg-overlay-wrapper .eg-caption {
width: 80%;
margin: 0 auto;
}
.eg-wrap .eg-overlay-wrapper .eg-caption p {
text-overflow: ellipsis;
overflow: hidden;
font-size: 13px;
}
.eg-wrap .eg-overlay-wrapper .eg-mask .eg-inner-wrapper {
position: absolute;
left: 0;
right: 0;
z-index: 999;
height: 100%;
}
.eg-wrap .eg-overlay-wrapper .eg-title {
line-height: 1.2;
} .eg-overlay-layout-1 .eg-overlay-wrapper .eg-mask {
width: 100%;
opacity: 0;
visibility: hidden;
background: rgba(255, 255, 255, 0.85);
}
.eg-overlay-layout-1 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper {
text-align: center;
display: table;
width: 100%;
height: 100%;
}
.eg-overlay-layout-1 .eg-overlay-wrapper:hover .eg-mask {
opacity: 1;
visibility: visible;
}
.eg-overlay-layout-1 .eg-overlay-wrapper .eg-content-holder {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
}
.eg-overlay-layout-1 .eg-overlay-wrapper .eg-caption {
color: #333;
position: absolute;
width: 100%;
top: 50%;
margin-top: -30px;
}
.eg-overlay-layout-1 .eg-overlay-wrapper .eg-caption p {
font-size: 16px;
}
.eg-overlay-layout-1 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper span.eg-title {
display: none !important;
}
.eg-overlay-layout-1 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-caption span.eg-title {
font-size: 22px;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 8px;
display: block !important;
overflow: hidden;
}
.eg-overlay-layout-1 .eg-overlay-wrapper .eg-button-holder {
position: absolute;
top: -100%;
width: 100%;
text-align: left;
transition: all ease 0.5s;
-webkit-transition: all ease 0.5s;
left: 20px
}
.eg-overlay-layout-1 .eg-overlay-wrapper:hover .eg-button-holder {
top: 20px;
}
.eg-overlay-layout-1 .eg-overlay-wrapper .eg-button-holder a {
display: inline-block;
width: auto;
height: auto;
color: #333;
border: none;
font-size: 20px;
margin: 0 5px;
}
.eg-overlay-layout-1 .eg-overlay-wrapper .eg-button-holder a i:before {
line-height: 1 !important;
} .eg-overlay-layout-2 .eg-overlay-wrapper .eg-mask {
width: 100%;
left: 0;
right: 0;
background: rgba(48, 133, 163, 0.7);
opacity: 0;
visibility: hidden;
}
.eg-overlay-layout-2 .eg-overlay-wrapper:hover .eg-mask {
opacity: 1;
visibility: visible;
}
.eg-overlay-layout-2 .eg-overlay-wrapper .eg-content-holder {
position: absolute;
width: 100%;
height: 100%;
}
.eg-overlay-layout-2 .eg-overlay-wrapper .eg-caption,
.eg-overlay-layout-2 .eg-overlay-wrapper .eg-title {
width: 100%;
padding: 0 15px;
text-align: right;
position: absolute;
color: #fff;
right: -100%;
}
.eg-overlay-layout-2 .eg-overlay-wrapper .eg-title {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.eg-overlay-layout-2 .eg-overlay-wrapper:hover .eg-caption,
.eg-overlay-layout-2 .eg-overlay-wrapper:hover span.eg-title {
right: 0;
}
.eg-overlay-layout-2 .eg-overlay-wrapper:hover .eg-caption {
transition: all ease 0.5s;
-webkit-transition: all ease 0.5s;
}
.eg-overlay-layout-2 .eg-overlay-wrapper:hover span.eg-title {
transition: all ease 0.6s;
-webkit-transition: all ease 0.6s;
}
.eg-overlay-layout-2 .eg-overlay-wrapper .eg-caption {
top: 50px;
}
.eg-overlay-layout-2 .eg-overlay-wrapper .eg-title {
font-size: 24px;
top: 18px;
}
.eg-overlay-layout-2 .eg-overlay-wrapper .eg-button-holder {
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
position: absolute;
width: 100%;
text-align: center;
top: 50%;
transform: translateY(-50%) scale(1.3);
-webkit-transform: translateY(-50%) scale(1.3);
}
.eg-overlay-layout-2 .eg-overlay-wrapper:hover .eg-button-holder {
transform: translateY(-50%) scale(1);
-webkit-transform: translateY(-50%) scale(1);
}
.eg-overlay-layout-2 .eg-overlay-wrapper .eg-button-holder a {
background: #222;
border: none !important;
border-radius: 50%;
-webkit-border-radius: 50%;
}
.eg-overlay-layout-2 .eg-overlay-wrapper .eg-button-holder a:hover,
.eg-overlay-layout-2 .eg-overlay-wrapper .eg-button-holder a.eg-icon-chain:hover {
background: #fff;
color: #333;
} .eg-wrap .eg-overlay-layout-3 .eg-overlay-wrapper .eg-mask {
height: 100%;
top: auto;
background: rgba(255, 255, 255, 0.8);
left: auto;
right: auto;
text-align: center;
opacity: 0;
visibility: hidden;
}
.eg-wrap .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-mask {
visibility: visible;
opacity: 1;
}
.eg-wrap .eg-overlay-layout-3 .eg-overlay-wrapper:hover img {
transform: scale(1.3);
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
}
.eg-wrap .eg-overlay-layout-3 .eg-overlay-wrapper .eg-content-holder {
top: -100%;
opacity: 0;
visibility: hidden;
}
.eg-wrap .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder {
top: 50%;
margin-top: -50px;
position: absolute;
width: 100%;
transition: all ease 1s;
-webkit-transition: all ease 1s;
opacity: 1;
visibility: visible;
}
.eg-wrap .eg-overlay-layout-3 .eg-overlay-wrapper .eg-caption {
color: #333;
text-transform: uppercase;
}
.eg-wrap .eg-overlay-layout-3 .eg-overlay-wrapper .eg-caption p {
font-size: 13px;
}
.eg-wrap .eg-overlay-layout-3 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper span.eg-title {
display: none !important;
}
.eg-wrap .eg-overlay-layout-3 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-caption span.eg-title {
font-size: 22px;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 15px;
display: block !important;
}
.eg-wrap .eg-overlay-layout-3 .eg-overlay-wrapper .eg-button-holder a {
border: none;
position: relative;
margin: 0 8px;    
}
.eg-wrap .eg-overlay-layout-3 .eg-overlay-wrapper .eg-button-holder a:before {
position: absolute;
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 0 25px 43.3px 25px;
border-color: transparent transparent rgba(0,0,0,0.3) transparent;
z-index: -9;
left: -6px;
top: -8px;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
.eg-wrap .eg-overlay-layout-3 .eg-overlay-wrapper .eg-button-holder a:hover:before {
border-color: transparent transparent rgba(0,0,0,0.8) transparent;
} .eg-wrap .eg-overlay-layout-4 .eg-overlay-wrapper .eg-mask {
height: 100%;
bottom: -100%;
background: #000;
left: auto;
right: auto;
top: auto;
transition: all ease 0.2s;
-webkit-transition: all ease 0.2s;
}
.eg-wrap .eg-overlay-layout-4 .eg-overlay-wrapper:hover .eg-mask {
bottom: 0;
}
.eg-wrap .eg-overlay-layout-4 .eg-overlay-wrapper .eg-caption {
position: absolute;
width: 100%;
color: #fff;
}
.eg-wrap .eg-overlay-layout-4 .eg-overlay-wrapper span.eg-title {
display: none !important;
}
.eg-wrap .eg-overlay-layout-4 .eg-overlay-wrapper .eg-caption {
bottom: 10px;
}
.eg-wrap .eg-overlay-layout-4 .eg-overlay-wrapper .eg-caption span.eg-title {
display: block !important;
margin-bottom: 8px;
font-size: 24px;
}
.eg-wrap .eg-overlay-layout-4 .eg-overlay-wrapper .eg-caption p {
padding-bottom: 10px;
font-size: 15px;
color: #fff;
}
.eg-wrap .eg-overlay-layout-4 .eg-overlay-wrapper .eg-button-holder {
opacity: 0;
visibility: hidden;
right: -100%;
width: 100%;
position: absolute;
transition: all ease 0.8s;
-webkit-transition: all ease 0.8s;
text-align: right;
top: 20px;
}
.eg-wrap .eg-overlay-layout-4 .eg-overlay-wrapper:hover .eg-button-holder {
opacity: 1;
visibility: visible;
right: 20px;
}
.eg-wrap .eg-overlay-layout-4 .eg-overlay-wrapper .eg-button-holder a {
border: none;
border-radius: 50%;
-webkit-border-radius: 50%;
color: #000;
background: #fff;
}
.eg-wrap .eg-overlay-layout-4 .eg-overlay-wrapper .eg-button-holder a:hover,
.eg-wrap .eg-overlay-layout-4 .eg-overlay-wrapper .eg-button-holder a.eg-icon-chain:hover {
background: rgba(0,0,0,0.5);
color: #fff;
} .eg-overlay-layout-5 .eg-overlay-wrapper .eg-mask {
width: 100%;
height: 100%;
left: -100%;
background-color: rgba(53,56,61,0.6);
transition: all ease 0.5s;
-webkit-transition: all ease 0.5s;
-ms-transition: all ease 0.5s;     
}
.eg-overlay-layout-5 .eg-overlay-wrapper:hover .eg-mask {
left: 0;
}
.eg-overlay-layout-5 .eg-overlay-wrapper .eg-mask span.eg-title {
display: none !important;
}
.eg-overlay-layout-5 .eg-overlay-wrapper .eg-mask .eg-caption {
color: #fff;
position: absolute;
left: -100%;
}
.eg-overlay-layout-5 .eg-overlay-wrapper .eg-mask .eg-caption  span.eg-title {
font-size: 22px;
text-transform: capitalize;
width: 100%;
margin-bottom: 8px;
display: block !important;
}
.eg-overlay-layout-5 .eg-overlay-wrapper .eg-mask .eg-caption {
bottom: 20px;
width: 100%;
padding-left: 25px;
}
.eg-overlay-layout-5 .eg-overlay-wrapper:hover .eg-mask .eg-caption {
left: 0;
transition: all ease 1.5s;
-webkit-transition: all ease 1.5s;
}
.eg-overlay-layout-5 .eg-overlay-wrapper .eg-mask .eg-caption p {
font-size: 14px;
}
.eg-overlay-layout-5 .eg-overlay-wrapper .eg-button-holder {
text-align: right;
right: 15px;
position: absolute;
width: 100%;
top: -100%;
transition: all ease 1.5s;
-webkit-transition: all ease 1.5s;
opacity: 0;
visibility: hidden;
}
.eg-overlay-layout-5 .eg-overlay-wrapper:hover .eg-button-holder {
top: 15px;
opacity: 1;
visibility: visible;
}
.eg-overlay-layout-5 .eg-overlay-wrapper .eg-button-holder a {
border: none;
border-radius: 50%;
background: #fff;
color: rgb(53,56,61)
}
.eg-overlay-layout-5 .eg-overlay-wrapper .eg-button-holder a:hover {
background: rgba(255,255,255,0.6);
}
.eg-grid-wrap.eg-component-lightbox-link .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link .eg-overlay-layout-31 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-button-holder,
.eg-grid-wrap.eg-component-lightbox-link .eg-overlay-layout-28 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link .eg-overlay-layout-29 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link .eg-overlay-layout-27 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link .eg-overlay-layout-35 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper,
.eg-grid-wrap.eg-component-lightbox-link .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link .eg-overlay-layout-34 .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link .eg-overlay-layout-26 .eg-overlay-wrapper:hover .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link .eg-overlay-layout-25 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link .eg-overlay-layout-22 .eg-overlay-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link .eg-overlay-layout-20 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link .eg-overlay-layout-13 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link .eg-overlay-layout-12 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link .eg-overlay-layout-10 .eg-overlay-wrapper:hover .eg-button-holder,
.eg-grid-wrap.eg-component-lightbox-link .eg-overlay-layout-8 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link .eg-overlay-layout-7 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link .eg-overlay-layout-31 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-button-holder,
.eg-masonary-wrap.eg-component-lightbox-link .eg-overlay-layout-28 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link .eg-overlay-layout-29 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link .eg-overlay-layout-27 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link .eg-overlay-layout-35 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper,
.eg-masonary-wrap.eg-component-lightbox-link .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link .eg-overlay-layout-34 .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link .eg-overlay-layout-26 .eg-overlay-wrapper:hover .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link .eg-overlay-layout-25 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link .eg-overlay-layout-22 .eg-overlay-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link .eg-overlay-layout-20 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link .eg-overlay-layout-13 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link .eg-overlay-layout-12 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link .eg-overlay-layout-10 .eg-overlay-wrapper:hover .eg-button-holder,
.eg-masonary-wrap.eg-component-lightbox-link .eg-overlay-layout-8 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link .eg-overlay-layout-7 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox .eg-overlay-layout-31 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-button-holder,
.eg-grid-wrap.eg-component-lightbox .eg-overlay-layout-28 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox .eg-overlay-layout-29 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox .eg-overlay-layout-27 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox .eg-overlay-layout-35 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper,
.eg-grid-wrap.eg-component-lightbox .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox .eg-overlay-layout-34 .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox .eg-overlay-layout-26 .eg-overlay-wrapper:hover .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox .eg-overlay-layout-25 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox .eg-overlay-layout-22 .eg-overlay-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox .eg-overlay-layout-20 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox .eg-overlay-layout-13 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox .eg-overlay-layout-12 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox .eg-overlay-layout-10 .eg-overlay-wrapper:hover .eg-button-holder,
.eg-grid-wrap.eg-component-lightbox .eg-overlay-layout-8 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox .eg-overlay-layout-7 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox .eg-overlay-layout-31 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-button-holder,
.eg-masonary-wrap.eg-component-lightbox .eg-overlay-layout-28 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox .eg-overlay-layout-29 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox .eg-overlay-layout-27 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox .eg-overlay-layout-35 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper,
.eg-masonary-wrap.eg-component-lightbox .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox .eg-overlay-layout-34 .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox .eg-overlay-layout-26 .eg-overlay-wrapper:hover .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox .eg-overlay-layout-25 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox .eg-overlay-layout-22 .eg-overlay-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox .eg-overlay-layout-20 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox .eg-overlay-layout-13 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox .eg-overlay-layout-12 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox .eg-overlay-layout-10 .eg-overlay-wrapper:hover .eg-button-holder,
.eg-masonary-wrap.eg-component-lightbox .eg-overlay-layout-8 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox .eg-overlay-layout-7 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-grid-wrap.eg-component-link .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-grid-wrap.eg-component-link .eg-overlay-layout-31 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-button-holder,
.eg-grid-wrap.eg-component-link .eg-overlay-layout-28 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-link .eg-overlay-layout-29 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-link .eg-overlay-layout-27 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-link .eg-overlay-layout-35 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper,
.eg-grid-wrap.eg-component-link .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-grid-wrap.eg-component-link .eg-overlay-layout-34 .eg-content-holder,
.eg-grid-wrap.eg-component-link .eg-overlay-layout-26 .eg-overlay-wrapper:hover .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-link .eg-overlay-layout-25 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-link .eg-overlay-layout-22 .eg-overlay-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-link .eg-overlay-layout-20 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-link .eg-overlay-layout-13 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-link .eg-overlay-layout-12 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-link .eg-overlay-layout-10 .eg-overlay-wrapper:hover .eg-button-holder,
.eg-grid-wrap.eg-component-link .eg-overlay-layout-8 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-grid-wrap.eg-component-link .eg-overlay-layout-7 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-masonary-wrap.eg-component-link .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-masonary-wrap.eg-component-link .eg-overlay-layout-31 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-button-holder,
.eg-masonary-wrap.eg-component-link .eg-overlay-layout-28 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-link .eg-overlay-layout-29 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-link .eg-overlay-layout-27 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-link .eg-overlay-layout-35 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper,
.eg-masonary-wrap.eg-component-link .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-masonary-wrap.eg-component-link .eg-overlay-layout-34 .eg-content-holder,
.eg-masonary-wrap.eg-component-link .eg-overlay-layout-26 .eg-overlay-wrapper:hover .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-link .eg-overlay-layout-25 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-link .eg-overlay-layout-22 .eg-overlay-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-link .eg-overlay-layout-20 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-link .eg-overlay-layout-13 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-link .eg-overlay-layout-12 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-link .eg-overlay-layout-10 .eg-overlay-wrapper:hover .eg-button-holder,
.eg-masonary-wrap.eg-component-link .eg-overlay-layout-8 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-masonary-wrap.eg-component-link .eg-overlay-layout-7 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-grid-wrap.eg-component-title-caption .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-grid-wrap.eg-component-title-caption .eg-overlay-layout-31 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-button-holder,
.eg-grid-wrap.eg-component-title-caption .eg-overlay-layout-28 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-title-caption .eg-overlay-layout-29 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-title-caption .eg-overlay-layout-27 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-title-caption .eg-overlay-layout-35 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper,
.eg-grid-wrap.eg-component-title-caption .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-grid-wrap.eg-component-title-caption .eg-overlay-layout-34 .eg-content-holder,
.eg-grid-wrap.eg-component-title-caption .eg-overlay-layout-26 .eg-overlay-wrapper:hover .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-title-caption .eg-overlay-layout-25 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-title-caption .eg-overlay-layout-22 .eg-overlay-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-title-caption .eg-overlay-layout-20 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-title-caption .eg-overlay-layout-13 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-title-caption .eg-overlay-layout-12 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-title-caption .eg-overlay-layout-10 .eg-overlay-wrapper:hover .eg-button-holder,
.eg-grid-wrap.eg-component-title-caption .eg-overlay-layout-8 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-grid-wrap.eg-component-title-caption .eg-overlay-layout-7 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-masonary-wrap.eg-component-title-caption .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-masonary-wrap.eg-component-title-caption .eg-overlay-layout-31 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-button-holder,
.eg-masonary-wrap.eg-component-title-caption .eg-overlay-layout-28 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-title-caption .eg-overlay-layout-29 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-title-caption .eg-overlay-layout-27 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-title-caption .eg-overlay-layout-35 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper,
.eg-masonary-wrap.eg-component-title-caption .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-masonary-wrap.eg-component-title-caption .eg-overlay-layout-34 .eg-content-holder,
.eg-masonary-wrap.eg-component-title-caption .eg-overlay-layout-26 .eg-overlay-wrapper:hover .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-title-caption .eg-overlay-layout-25 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-title-caption .eg-overlay-layout-22 .eg-overlay-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-title-caption .eg-overlay-layout-20 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-title-caption .eg-overlay-layout-13 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-title-caption .eg-overlay-layout-12 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-title-caption .eg-overlay-layout-10 .eg-overlay-wrapper:hover .eg-button-holder,
.eg-masonary-wrap.eg-component-title-caption .eg-overlay-layout-8 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-masonary-wrap.eg-component-title-caption .eg-overlay-layout-7 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-grid-wrap.eg-component-title .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-grid-wrap.eg-component-title .eg-overlay-layout-31 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-button-holder,
.eg-grid-wrap.eg-component-title .eg-overlay-layout-28 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-title .eg-overlay-layout-29 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-title .eg-overlay-layout-27 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-title .eg-overlay-layout-35 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper,
.eg-grid-wrap.eg-component-title .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-grid-wrap.eg-component-title .eg-overlay-layout-34 .eg-content-holder,
.eg-grid-wrap.eg-component-title .eg-overlay-layout-26 .eg-overlay-wrapper:hover .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-title .eg-overlay-layout-25 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-title .eg-overlay-layout-22 .eg-overlay-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-title .eg-overlay-layout-20 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-title .eg-overlay-layout-13 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-title .eg-overlay-layout-12 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-title .eg-overlay-layout-10 .eg-overlay-wrapper:hover .eg-button-holder,
.eg-grid-wrap.eg-component-title .eg-overlay-layout-8 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-grid-wrap.eg-component-title .eg-overlay-layout-7 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-masonary-wrap.eg-component-title .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-masonary-wrap.eg-component-title .eg-overlay-layout-31 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-button-holder,
.eg-masonary-wrap.eg-component-title .eg-overlay-layout-28 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-title .eg-overlay-layout-29 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-title .eg-overlay-layout-27 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-title .eg-overlay-layout-35 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper,
.eg-masonary-wrap.eg-component-title .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-masonary-wrap.eg-component-title .eg-overlay-layout-34 .eg-content-holder,
.eg-masonary-wrap.eg-component-title .eg-overlay-layout-26 .eg-overlay-wrapper:hover .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-title .eg-overlay-layout-25 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-title .eg-overlay-layout-22 .eg-overlay-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-title .eg-overlay-layout-20 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-title .eg-overlay-layout-13 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-title .eg-overlay-layout-12 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-title .eg-overlay-layout-10 .eg-overlay-wrapper:hover .eg-button-holder,
.eg-masonary-wrap.eg-component-title .eg-overlay-layout-8 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-masonary-wrap.eg-component-title .eg-overlay-layout-7 .eg-overlay-wrapper .eg-mask .eg-content-holder
{
top: 50%;
margin-top: -20px;
}
.eg-grid-wrap.eg-component-lightbox-link-title .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link-title .eg-overlay-layout-31 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-button-holder,
.eg-grid-wrap.eg-component-lightbox-link-title .eg-overlay-layout-28 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link-title .eg-overlay-layout-29 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link-title .eg-overlay-layout-27 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link-title .eg-overlay-layout-35 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper,
.eg-grid-wrap.eg-component-lightbox-link-title .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link-title .eg-overlay-layout-34 .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link-title .eg-overlay-layout-26 .eg-overlay-wrapper:hover .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link-title .eg-overlay-layout-25 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link-title .eg-overlay-layout-22 .eg-overlay-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link-title .eg-overlay-layout-20 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link-title .eg-overlay-layout-13 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link-title .eg-overlay-layout-12 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link-title .eg-overlay-layout-10 .eg-overlay-wrapper:hover .eg-button-holder,
.eg-grid-wrap.eg-component-lightbox-link-title .eg-overlay-layout-8 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link-title .eg-overlay-layout-7 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link-title .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link-title .eg-overlay-layout-31 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-button-holder,
.eg-masonary-wrap.eg-component-lightbox-link-title .eg-overlay-layout-28 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link-title .eg-overlay-layout-29 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link-title .eg-overlay-layout-27 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link-title .eg-overlay-layout-35 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper,
.eg-masonary-wrap.eg-component-lightbox-link-title .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link-title .eg-overlay-layout-34 .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link-title .eg-overlay-layout-26 .eg-overlay-wrapper:hover .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link-title .eg-overlay-layout-25 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link-title .eg-overlay-layout-22 .eg-overlay-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link-title .eg-overlay-layout-20 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link-title .eg-overlay-layout-13 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link-title .eg-overlay-layout-12 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link-title .eg-overlay-layout-10 .eg-overlay-wrapper:hover .eg-button-holder,
.eg-masonary-wrap.eg-component-lightbox-link-title .eg-overlay-layout-8 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link-title .eg-overlay-layout-7 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link-caption .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link-caption .eg-overlay-layout-31 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-button-holder,
.eg-grid-wrap.eg-component-lightbox-link-caption .eg-overlay-layout-28 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link-caption .eg-overlay-layout-29 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link-caption .eg-overlay-layout-27 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link-caption .eg-overlay-layout-35 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper,
.eg-grid-wrap.eg-component-lightbox-link-caption .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link-caption .eg-overlay-layout-34 .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link-caption .eg-overlay-layout-26 .eg-overlay-wrapper:hover .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link-caption .eg-overlay-layout-25 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link-caption .eg-overlay-layout-22 .eg-overlay-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link-caption .eg-overlay-layout-20 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link-caption .eg-overlay-layout-13 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link-caption .eg-overlay-layout-12 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link-caption .eg-overlay-layout-10 .eg-overlay-wrapper:hover .eg-button-holder,
.eg-grid-wrap.eg-component-lightbox-link-caption .eg-overlay-layout-8 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-link-caption .eg-overlay-layout-7 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link-caption .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link-caption .eg-overlay-layout-31 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-button-holder,
.eg-masonary-wrap.eg-component-lightbox-link-caption .eg-overlay-layout-28 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link-caption .eg-overlay-layout-29 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link-caption .eg-overlay-layout-27 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link-caption .eg-overlay-layout-35 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper,
.eg-masonary-wrap.eg-component-lightbox-link-caption .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link-caption .eg-overlay-layout-34 .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link-caption .eg-overlay-layout-26 .eg-overlay-wrapper:hover .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link-caption .eg-overlay-layout-25 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link-caption .eg-overlay-layout-22 .eg-overlay-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link-caption .eg-overlay-layout-20 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link-caption .eg-overlay-layout-13 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link-caption .eg-overlay-layout-12 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link-caption .eg-overlay-layout-10 .eg-overlay-wrapper:hover .eg-button-holder,
.eg-masonary-wrap.eg-component-lightbox-link-caption .eg-overlay-layout-8 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-link-caption .eg-overlay-layout-7 .eg-overlay-wrapper .eg-mask .eg-content-holder {
top: 50%;
margin-top: -30px;
}
.eg-grid-wrap.eg-component-link-title .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-grid-wrap.eg-component-link-title .eg-overlay-layout-31 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-button-holder,
.eg-grid-wrap.eg-component-link-title .eg-overlay-layout-28 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-link-title .eg-overlay-layout-29 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-link-title .eg-overlay-layout-27 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-link-title .eg-overlay-layout-35 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper,
.eg-grid-wrap.eg-component-link-title .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-grid-wrap.eg-component-link-title .eg-overlay-layout-34 .eg-content-holder,
.eg-grid-wrap.eg-component-link-title .eg-overlay-layout-26 .eg-overlay-wrapper:hover .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-link-title .eg-overlay-layout-25 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-link-title .eg-overlay-layout-22 .eg-overlay-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-link-title .eg-overlay-layout-20 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-link-title .eg-overlay-layout-13 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-link-title .eg-overlay-layout-12 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-link-title .eg-overlay-layout-10 .eg-overlay-wrapper:hover .eg-button-holder,
.eg-grid-wrap.eg-component-link-title .eg-overlay-layout-8 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-grid-wrap.eg-component-link-title .eg-overlay-layout-7 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-masonary-wrap.eg-component-link-title .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-masonary-wrap.eg-component-link-title .eg-overlay-layout-31 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-button-holder,
.eg-masonary-wrap.eg-component-link-title .eg-overlay-layout-28 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-link-title .eg-overlay-layout-29 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-link-title .eg-overlay-layout-27 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-link-title .eg-overlay-layout-35 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper,
.eg-masonary-wrap.eg-component-link-title .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-masonary-wrap.eg-component-link-title .eg-overlay-layout-34 .eg-content-holder,
.eg-masonary-wrap.eg-component-link-title .eg-overlay-layout-26 .eg-overlay-wrapper:hover .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-link-title .eg-overlay-layout-25 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-link-title .eg-overlay-layout-22 .eg-overlay-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-link-title .eg-overlay-layout-20 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-link-title .eg-overlay-layout-13 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-link-title .eg-overlay-layout-12 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-link-title .eg-overlay-layout-10 .eg-overlay-wrapper:hover .eg-button-holder,
.eg-masonary-wrap.eg-component-link-title .eg-overlay-layout-8 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-masonary-wrap.eg-component-link-title .eg-overlay-layout-7 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-title .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-title .eg-overlay-layout-31 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-button-holder,
.eg-grid-wrap.eg-component-lightbox-title .eg-overlay-layout-28 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-title .eg-overlay-layout-29 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-title .eg-overlay-layout-27 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-title .eg-overlay-layout-35 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper,
.eg-grid-wrap.eg-component-lightbox-title .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-title .eg-overlay-layout-34 .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-title .eg-overlay-layout-26 .eg-overlay-wrapper:hover .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-title .eg-overlay-layout-25 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-title .eg-overlay-layout-22 .eg-overlay-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-title .eg-overlay-layout-20 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-title .eg-overlay-layout-13 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-title .eg-overlay-layout-12 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-title .eg-overlay-layout-10 .eg-overlay-wrapper:hover .eg-button-holder,
.eg-grid-wrap.eg-component-lightbox-title .eg-overlay-layout-8 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-title .eg-overlay-layout-7 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-title .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-title .eg-overlay-layout-31 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-button-holder,
.eg-masonary-wrap.eg-component-lightbox-title .eg-overlay-layout-28 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-title .eg-overlay-layout-29 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-title .eg-overlay-layout-27 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-title .eg-overlay-layout-35 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper,
.eg-masonary-wrap.eg-component-lightbox-title .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-title .eg-overlay-layout-34 .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-title .eg-overlay-layout-26 .eg-overlay-wrapper:hover .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-title .eg-overlay-layout-25 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-title .eg-overlay-layout-22 .eg-overlay-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-title .eg-overlay-layout-20 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-title .eg-overlay-layout-13 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-title .eg-overlay-layout-12 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-title .eg-overlay-layout-10 .eg-overlay-wrapper:hover .eg-button-holder,
.eg-masonary-wrap.eg-component-lightbox-title .eg-overlay-layout-8 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-title .eg-overlay-layout-7 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-caption .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-caption .eg-overlay-layout-31 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-button-holder,
.eg-grid-wrap.eg-component-lightbox-caption .eg-overlay-layout-28 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-caption .eg-overlay-layout-29 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-caption .eg-overlay-layout-27 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-caption .eg-overlay-layout-35 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper,
.eg-grid-wrap.eg-component-lightbox-caption .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-caption .eg-overlay-layout-34 .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-caption .eg-overlay-layout-26 .eg-overlay-wrapper:hover .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-caption .eg-overlay-layout-25 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-caption .eg-overlay-layout-22 .eg-overlay-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-caption .eg-overlay-layout-20 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-caption .eg-overlay-layout-13 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-caption .eg-overlay-layout-12 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-caption .eg-overlay-layout-10 .eg-overlay-wrapper:hover .eg-button-holder,
.eg-grid-wrap.eg-component-lightbox-caption .eg-overlay-layout-8 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-grid-wrap.eg-component-lightbox-caption .eg-overlay-layout-7 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-caption .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-caption .eg-overlay-layout-31 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-button-holder,
.eg-masonary-wrap.eg-component-lightbox-caption .eg-overlay-layout-28 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-caption .eg-overlay-layout-29 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-caption .eg-overlay-layout-27 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-caption .eg-overlay-layout-35 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper,
.eg-masonary-wrap.eg-component-lightbox-caption .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-caption .eg-overlay-layout-34 .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-caption .eg-overlay-layout-26 .eg-overlay-wrapper:hover .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-caption .eg-overlay-layout-25 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-caption .eg-overlay-layout-22 .eg-overlay-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-caption .eg-overlay-layout-20 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-caption .eg-overlay-layout-13 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-caption .eg-overlay-layout-12 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-caption .eg-overlay-layout-10 .eg-overlay-wrapper:hover .eg-button-holder,
.eg-masonary-wrap.eg-component-lightbox-caption .eg-overlay-layout-8 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-masonary-wrap.eg-component-lightbox-caption .eg-overlay-layout-7 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-grid-wrap.eg-component-link-caption .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-grid-wrap.eg-component-link-caption .eg-overlay-layout-31 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-button-holder,
.eg-grid-wrap.eg-component-link-caption .eg-overlay-layout-28 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-link-caption .eg-overlay-layout-29 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-link-caption .eg-overlay-layout-27 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-link-caption .eg-overlay-layout-35 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper,
.eg-grid-wrap.eg-component-link-caption .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-grid-wrap.eg-component-link-caption .eg-overlay-layout-34 .eg-content-holder,
.eg-grid-wrap.eg-component-link-caption .eg-overlay-layout-26 .eg-overlay-wrapper:hover .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-link-caption .eg-overlay-layout-25 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-link-caption .eg-overlay-layout-22 .eg-overlay-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-link-caption .eg-overlay-layout-20 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-link-caption .eg-overlay-layout-13 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-link-caption .eg-overlay-layout-12 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-link-caption .eg-overlay-layout-10 .eg-overlay-wrapper:hover .eg-button-holder,
.eg-grid-wrap.eg-component-link-caption .eg-overlay-layout-8 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-grid-wrap.eg-component-link-caption .eg-overlay-layout-7 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-masonary-wrap.eg-component-link-caption .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-masonary-wrap.eg-component-link-caption .eg-overlay-layout-31 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-button-holder,
.eg-masonary-wrap.eg-component-link-caption .eg-overlay-layout-28 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-link-caption .eg-overlay-layout-29 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-link-caption .eg-overlay-layout-27 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-link-caption .eg-overlay-layout-35 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper,
.eg-masonary-wrap.eg-component-link-caption .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-masonary-wrap.eg-component-link-caption .eg-overlay-layout-34 .eg-content-holder,
.eg-masonary-wrap.eg-component-link-caption .eg-overlay-layout-26 .eg-overlay-wrapper:hover .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-link-caption .eg-overlay-layout-25 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-link-caption .eg-overlay-layout-22 .eg-overlay-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-link-caption .eg-overlay-layout-20 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-link-caption .eg-overlay-layout-13 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-link-caption .eg-overlay-layout-12 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-link-caption .eg-overlay-layout-10 .eg-overlay-wrapper:hover .eg-button-holder,
.eg-masonary-wrap.eg-component-link-caption .eg-overlay-layout-8 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-masonary-wrap.eg-component-link-caption .eg-overlay-layout-7 .eg-overlay-wrapper .eg-mask .eg-content-holder {
top: 50%;
margin-top: -40px;
}
.eg-grid-wrap.eg-component-caption .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-grid-wrap.eg-component-caption .eg-overlay-layout-31 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-button-holder,
.eg-grid-wrap.eg-component-caption .eg-overlay-layout-28 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-caption .eg-overlay-layout-29 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-caption .eg-overlay-layout-27 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-caption .eg-overlay-layout-35 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper,
.eg-grid-wrap.eg-component-caption .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-grid-wrap.eg-component-caption .eg-overlay-layout-34 .eg-content-holder,
.eg-grid-wrap.eg-component-caption .eg-overlay-layout-26 .eg-overlay-wrapper:hover .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-caption .eg-overlay-layout-25 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-caption .eg-overlay-layout-22 .eg-overlay-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-caption .eg-overlay-layout-20 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-caption .eg-overlay-layout-13 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-caption .eg-overlay-layout-12 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-grid-wrap.eg-component-caption .eg-overlay-layout-10 .eg-overlay-wrapper:hover .eg-button-holder,
.eg-grid-wrap.eg-component-caption .eg-overlay-layout-8 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-grid-wrap.eg-component-caption .eg-overlay-layout-7 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-masonary-wrap.eg-component-caption .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-masonary-wrap.eg-component-caption .eg-overlay-layout-31 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-button-holder,
.eg-masonary-wrap.eg-component-caption .eg-overlay-layout-28 .eg-overlay-wrapper:hover .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-caption .eg-overlay-layout-29 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-caption .eg-overlay-layout-27 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-caption .eg-overlay-layout-35 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper,
.eg-masonary-wrap.eg-component-caption .eg-overlay-layout-3 .eg-overlay-wrapper:hover .eg-content-holder,
.eg-masonary-wrap.eg-component-caption .eg-overlay-layout-34 .eg-content-holder,
.eg-masonary-wrap.eg-component-caption .eg-overlay-layout-26 .eg-overlay-wrapper:hover .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-caption .eg-overlay-layout-25 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-caption .eg-overlay-layout-22 .eg-overlay-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-caption .eg-overlay-layout-20 .eg-overlay-wrapper .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-caption .eg-overlay-layout-13 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-caption .eg-overlay-layout-12 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-content-holder,
.eg-masonary-wrap.eg-component-caption .eg-overlay-layout-10 .eg-overlay-wrapper:hover .eg-button-holder,
.eg-masonary-wrap.eg-component-caption .eg-overlay-layout-8 .eg-overlay-wrapper .eg-mask .eg-content-holder,
.eg-masonary-wrap.eg-component-caption .eg-overlay-layout-7 .eg-overlay-wrapper .eg-mask .eg-content-holder {
top: 50%;
margin-top: -10px;
}    
.eg-everest-lightbox-source-holder audio {
width: 100%;
}
.eg-overlay-wrapper .eg-item-type-icon {
position: absolute;
z-index: 999;
top: 50%;
left: 0;
right: 0;
margin-right: auto;
margin-left: auto;
width: 40px;
font-size: 20px;
color: #fff;
transform: translateY(-50%);
background: rgba(0,0,0,0.9);
height: 40px;
text-align: center;
padding: 9px;
border-radius: 5px;
opacity: 1;
visibility: visible;
transiton: all ease 0.3s;
-webkit-transiton: all ease 0.3s;
line-height: 1;
}
.eg-overlay-wrapper:hover .eg-item-type-icon {
opacity: 0;
visibility: hidden;
} @media (max-width: 1170px) {
.eg-blog-wrap .eg-blog-layout-7 .eg-each-item {
width: 100%;
float: none;
margin-bottom: 10px;
}
.eg-blog-wrap .eg-blog-layout-7 .eg-each-item .eg-blog-item-inner-wrap.eg-blog-image-right .blog-image-holer {
float: left;
}
}
@media (max-width: 768px) {
.eg-blog-layout-1 .blog-image-holer,
.eg-blog-layout-1 .eg-blog-caption {
width: 100% !important;
float: none !important;
}
.eg-blog-layout-1 .blog-image-holer {
margin-bottom: 5px;
}
.eg-blog-wrap .eg-blog-layout-1 .eg-each-item:nth-child(odd) .eg-blog-item-inner-wrap .eg-blog-caption {
padding-right: 0;
}
.eg-blog-wrap .eg-blog-layout-1 .eg-blog-item-inner-wrap .eg-blog-caption {
padding-left: 0;
}
.eg-blog-wrap .eg-blog-layout-2 .eg-each-item .blog-image-holer,
.eg-blog-wrap .eg-blog-layout-2 .eg-each-item .eg-blog-caption,
.eg-blog-wrap .eg-blog-layout-3 .eg-each-item .blog-image-holer,
.eg-blog-wrap .eg-blog-layout-3 .eg-each-item .eg-blog-caption,
.eg-blog-wrap .eg-blog-layout-5 .eg-each-item .blog-image-holer,
.eg-blog-wrap .eg-blog-layout-5 .eg-each-item .eg-blog-caption,
.eg-blog-wrap .eg-blog-layout-6 .eg-each-item,
.eg-blog-wrap .eg-blog-layout-7 .eg-each-item .eg-blog-item-inner-wrap .blog-image-holer,
.eg-blog-wrap .eg-blog-layout-7 .eg-each-item .eg-blog-item-inner-wrap .eg-blog-caption {
width: 100%;
float: none;
}
.eg-blog-wrap .eg-blog-layout-7 .eg-each-item .eg-blog-item-inner-wrap .eg-blog-caption {
padding-left: 0;
}
.eg-blog-wrap .eg-blog-layout-2 .eg-each-item .eg-blog-caption,
.eg-blog-wrap .eg-blog-layout-3 .eg-each-item .eg-blog-caption,
.eg-blog-wrap .eg-blog-layout-5 .eg-each-item .eg-blog-caption {
padding: 20px 0;
}
.eg-blog-wrap .eg-blog-layout-6 .eg-each-item:nth-child(even) {
margin-left: 0;
}
.eg-slideshow-wrap .eg-slideshow-outer-layout-4 .bx-wrapper .bx-controls-direction a:before {
font-size: 16px;
}
.eg-slideshow-wrap .eg-slideshow-outer-layout-4 .bx-wrapper .bx-controls-direction a.bx-next:before {
right: 8px;
}
.eg-slideshow-wrap .eg-slideshow-outer-layout-4 .bx-wrapper .bx-controls-direction a.bx-prev:before {
left: 7px;
}
.eg-slideshow-wrap .eg-slideshow-outer-layout-3 .bx-wrapper .bx-controls.bx-has-pager .bx-pager {
position: static;
text-align: center;
}
.eg-slideshow-wrap .eg-slideshow-outer-layout-3 .bx-wrapper .bx-controls .bx-controls-direction {
margin: 0 auto;
}
}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(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
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{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
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{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
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;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
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:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.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;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.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;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;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{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width: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{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #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,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/everest-gallery-lite/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}.panel-grid.panel-has-style>.panel-row-style,.panel-grid.panel-no-style{display:flex;-ms-flex-wrap:wrap;flex-wrap:nowrap;-ms-justify-content:space-between;justify-content:space-between}.panel-grid .so-parallax{position:relative}.panel-grid .so-parallax>:not(.simpleParallax){position:relative;z-index:1}.panel-grid .so-parallax .simpleParallax{overflow:hidden}.panel-grid .so-parallax .simpleParallax,.panel-grid .so-parallax img[data-siteorigin-parallax]{bottom:0;left:0;position:absolute;right:0;top:0;width:100%;z-index:0}.panel-background-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.panel-has-overlay .panel-cell-style,.panel-has-overlay .panel-row-style,.panel-has-overlay .panel-widget-style{overflow:hidden;position:relative;z-index:1}.panel-layout.panel-is-rtl .panel-grid.panel-has-style>.panel-row-style,.panel-layout.panel-is-rtl .panel-grid.panel-no-style{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.panel-grid-cell{-ms-box-sizing:border-box;box-sizing:border-box}.panel-grid-cell .panel-cell-style{height:100%}.panel-grid-cell .so-panel{zoom:1}.panel-grid-cell .so-panel:before{content:"";display:block}.panel-grid-cell .so-panel:after{content:"";display:table;clear:both}.panel-grid-cell .panel-last-child{margin-bottom:0}.panel-grid-cell .widget-title{margin-top:0}body.siteorigin-panels-before-js:not(.siteorigin-panels-css-container){overflow-x:hidden}body.siteorigin-panels-before-js:not(.siteorigin-panels-css-container) .siteorigin-panels-stretch{margin-right:-1000px!important;margin-left:-1000px!important;padding-right:1000px!important;padding-left:1000px!important}.so-sr-only{height:1px;left:-10000px;overflow:hidden;position:absolute;top:auto;width:1px}.so-widget-sow-image-default-8b5b6f678277-8 .sow-image-container {
display: flex;
align-items: flex-start;
}
.so-widget-sow-image-default-8b5b6f678277-8 .sow-image-container > a {
display: inline-block;
max-width: 100%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
.so-widget-sow-image-default-8b5b6f678277-8 .sow-image-container > a {
display: flex;
}
}
.so-widget-sow-image-default-8b5b6f678277-8 .sow-image-container .so-widget-image {
display: block;
height: auto;
max-width: 100%;
}

@font-face {
font-family: helveticabold;
src: url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_bold_0-webfont.eot);
src: url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_bold_0-webfont.eot?#iefix) format('embedded-opentype'), url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_bold_0-webfont.woff) format('woff'), url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_bold_0-webfont.ttf) format('truetype'), url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_bold_0-webfont.svg#helveticabold) format('svg');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: helveticaregular;
src: url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_0-webfont.eot);
src: url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_0-webfont.eot?#iefix) format('embedded-opentype'), url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_0-webfont.woff) format('woff'), url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_0-webfont.ttf) format('truetype'), url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_0-webfont.svg#helveticaregular) format('svg');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: helvetica-light;
src: url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_0-webfont.eot);
src: url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_0-webfont.eot?#iefix) format('embedded-opentype'), url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_0-webfont.woff) format('woff'), url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_0-webfont.ttf) format('truetype'), url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_0-webfont.svg#helvetica-light) format('svg');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: helveticaneue-light;
src: url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/ultimate-social-media-icons/css/fonts/helveticaneue-light.eot);
src: url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/ultimate-social-media-icons/css/fonts/helveticaneue-light.eot?#iefix) format('embedded-opentype'), url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/ultimate-social-media-icons/css/fonts/helveticaneue-light.woff) format('woff'), url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/ultimate-social-media-icons/css/fonts/helveticaneue-light.ttf) format('truetype'), url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/ultimate-social-media-icons/css/fonts/helveticaneue-light.svg#helveticaneue-light) format('svg');
font-weight: 400;
font-style: normal;
}
body {
margin: 0;
padding: 0;
}
.clear {
clear: both;
}
.space {
clear: both;
padding: 30px 0 0;
width: 100%;
float: left;
}
.like_txt {
margin: 30px 0 0;
padding: 0;
color: #12a252;
font-family: helveticaregular;
font-size: 20px;
line-height: 20px;
text-align: center;
}
.like_txt a {
color: #12a252;
}
.sfsibeforpstwpr iframe,
.sfsiaftrpstwpr iframe {
max-width: none;
}
.sfwp_fivestar_ul li {
display: block;
padding-right: 20px;
}
.shwthmbfraftr {
margin-top: 5px !important
}
label.toglpstpgsbttl {
float: left;
margin-top: 5px !important
}
.tab_3_icns.shwthmbfraftr .cstmdisplaysharingtxt {
float: left;
}
.tab6 ul.enough_waffling.sfsi_dsplyatend {
width: 24%;
float: left;
}
.tab4 ul.like_icon {
margin: 0;
padding: 20px 0 0;
list-style: none;
text-align: center;
}
.tab4 ul.like_icon li {
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
}
.tab4 ul.like_icon li span {
margin: 0;
width: 58px;
display: block;
background: url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/ultimate-social-media-icons/images/count_bg.png) no-repeat;
height: 38px;
overflow: hidden;
padding: 10px 2px 2px;
font-size: 17px;
text-align: center;
line-height: 24px;
color: #5a6570;
}
.tab4 ul.like_icon li a {
color: #5a6570;
text-decoration: none;
}
.tab4 ul.enough_waffling {
margin: 0;
padding: 25px 0 27px;
list-style: none;
text-align: center;
}
.tab4 ul.enough_waffling li {
margin: 0 22px;
padding: 0;
list-style: none;
display: inline-block;
}
.tab4 ul.enough_waffling li span {
float: left;
}
.tab4 ul.enough_waffling li label {
margin: 0 0 0 20px;
float: left;
font-family: helveticaregular;
font-size: 18px;
font-weight: 400;
text-align: center;
line-height: 38px;
color: #5a6570;
}
.sfsi_mainContainer .checkbox {
width: 31px;
height: 31px;
background: url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/ultimate-social-media-icons/images/check_bg.jpg) no-repeat;
display: inherit;
}
.sfsi_mainContainer .radio {
width: 40px;
height: 40px;
background: url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/ultimate-social-media-icons/images/radio_bg.png) no-repeat;
display: inherit;
}
.sfsi_mainContainer .select {
width: 137px;
height: 47px;
font-size: 17px;
background: url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/ultimate-social-media-icons/images/select_bg.jpg) no-repeat;
display: block;
padding-left: 16px;
line-height: 49px;
}
.sfsi_mainContainer .line {
background: #eaebee;
height: 1px;
font-size: 0;
margin: 15px 0 0;
clear: both;
width: 100%;
float: left;
}
.specify_counts {
display: block;
margin-top: 15px;
padding-top: 15px;
clear: both;
width: 100%;
float: left;
border-top: 1px solid #eaebee;
}
.specify_counts .radio_section {
width: 30px;
float: left;
margin: 12px 10px 0 0;
}
.specify_counts .social_icon_like {
width: 54px;
float: left;
margin: 0 15px 0 0;
}
.specify_counts .social_icon_like ul {
margin: 0;
padding: 0;
list-style: none;
text-align: center;
}
.specify_counts .social_icon_like li {
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
}
.specify_counts .social_icon_like li span {
margin: 0;
width: 54px;
display: block;
background: url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/ultimate-social-media-icons/images/count_bg.jpg) no-repeat;
height: 24px;
overflow: hidden;
padding: 10px 2px 2px;
font-family: helveticaregular;
font-size: 16px;
text-align: center;
line-height: 24px;
color: #5a6570;
}
.specify_counts .social_icon_like li a {
color: #5a6570;
text-decoration: none;
}
.specify_counts .listing {
width: 88%;
margin-top: -5px;
display: inherit;
float: left;
}
.specify_counts .listing ul {
margin: 0;
padding: 0;
list-style: none;
text-align: left;
}
.specify_counts .listing li {
margin: 15px 0 0;
padding: 0;
list-style: none;
clear: both;
line-height: 39px;
font-size: 17px;
}
.specify_counts .listing li span {
float: left;
margin-right: 20px;
}
.specify_counts .listing li .input {
background: #e5e5e5;
box-shadow: 2px 2px 3px #dcdcdc inset;
border: 0;
padding: 10px;
margin-left: 25px;
}
.specify_counts .listing li .input_facebook {
width: 288px;
background: #e5e5e5;
box-shadow: 2px 2px 3px #dcdcdc inset;
border: 0;
padding: 10px;
margin-left: 16px;
}
.save_button {
width: 450px;
padding-top: 30px;
clear: both;
margin: auto;
}
.save_button a {
background: #12a252;
text-align: center;
font-size: 23px;
color: #FFF !important;
display: block;
padding: 11px 0;
text-decoration: none;
}
.save_button a:hover {
background: #079345
}
.tab5 ul.share_icon_order {
margin: 0;
padding: 0;
list-style: none;
text-align: left;
}
.tab5 ul.share_icon_order li {
margin: 22px 6px 0 0;
padding: 0;
list-style: none;
float: left;
line-height: 37px;
}
.tab5 ul.share_icon_order li:last-child {
margin: 22px 0 0 3px;
}
.tab5 .row {
border-top: 1px solid #eaebee;
margin-top: 25px;
padding-top: 15px;
clear: both;
display: block;
width: 100%;
float: left;
font-family: helveticaregular;
line-height: 42px;
}
.tab5 .icons_size {
position: relative;
}
.tab5 .icons_size span {
margin-right: 18px;
display: block;
float: left;
font-size: 17px;
font-weight: 400;
line-height: 46px;
}
.tab5 .icons_size span.last {
margin-left: 55px;
}
.tab5 .icons_size input {
width: 73px;
background: #e5e5e5;
box-shadow: 2px 2px 3px #dcdcdc inset;
border: 0;
padding: 13px 13px 12px;
margin-right: 18px;
float: left;
display: block;
}
.tab5 .icons_size select.styled {
position: absolute;
left: 0;
width: 135px;
height: 46px;
line-height: 46px;
}
.tab5 .icons_size .field {
position: relative;
float: left;
display: block;
margin-right: 20px;
}
.tab5 .icons_size ins {
margin-right: 25px;
float: left;
font-size: 17px;
font-weight: 400;
text-decoration: none;
}
.tab5 .icons_size ins.leave_empty {
line-height: 23px;
}
.tab5 .icons_size {
padding-top: 15px;
}
.tab5 ul.enough_waffling {
margin: -5px 0 0;
padding: 0;
list-style: none;
text-align: center;
}
.tab5 .new_wind .row_onl ul.enough_waffling { margin: 20px 0 0 0;
padding: 0;
list-style: none;
height: 38px;
text-align: center;
width: 61%;
}
.tab5 ul.enough_waffling li {
margin: 0 22px;
padding: 0;
list-style: none;
display: inline-block;
float: left;
}
.tab5 ul.enough_waffling li span {
float: left;
}
.tab5 ul.enough_waffling li label {
margin: 0 0 0 20px;
float: left;
font-family: helveticaregular;
font-size: 18px;
font-weight: 400;
text-align: center;
line-height: 38px;
color: #5a6570;
}
.sticking p {
float: left;
font-size: 18px !important;
}
.sticking p.list {
width: 168px;
}
.sticking p.link {
margin: 3px 0 0 12px;
padding: 0 !important;
float: left;
}
.sticking .float {
margin-left: 188px;
margin-top: 3px;
float: left;
font-size: 17px;
}
.sticking ul {
margin: 0;
padding: 30px 0 0;
list-style: none;
float: left;
}
.sticking a {
color: #a4a9ad;
}
.sticking p {
line-height: 19px !important;
}
.sticking .field {
position: relative;
float: left;
display: block;
margin-left: 20px;
}
.sticking .field .select {
width: 206px;
height: 47px;
background: url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/ultimate-social-media-icons/images/select_bg1.jpg) no-repeat;
display: block;
padding-left: 10px;
}
.sticking .field select.styled {
position: absolute;
left: 0;
top: 0;
width: 211px;
line-height: 46px;
height: 46px;
}
.mouseover_field {
width: 455px;
float: left;
font-size: 18px;
margin-top: 10px;
}
.mouseover_field label {
width: 125px;
float: left;
}
.mouseover_field input {
width: 256px;
float: left;
background: #e5e5e5;
box-shadow: 2px 2px 3px #dcdcdc inset;
border: 0;
padding: 10px;
}
.pop_up_box {
width: 474px;
background: #FFF;
box-shadow: 0 0 5px 3px #d8d8d8;
margin: 200px auto;
padding: 20px 25px 0px;
font-family: helveticaregular;
color: #5a6570;
min-height: 250px;
position: relative;
}
.pop_up_box h4,
.pop_up_box_ex h4 {
font-size: 20px;
color: #5a6570;
text-align: center;
margin: 0;
padding: 0;
line-height: 22px;
}
.pop_up_box p,
.pop_up_box_ex p {
font-size: 17px;
line-height: 28px;
color: #5a6570;
text-align: left;
margin: 0;
padding: 25px 0 0;
font-family: helveticaregular;
}
.sfsi_popupcntnr {
float: left;
width: 100%
}
.sfsi_popupcntnr>h3 {
color: #000;
float: left;
font-weight: 700;
margin-bottom: 5px;
width: 100%
}
ul.flwstep {
float: left;
width: 100%
}
ul.flwstep>li {
color: #000;
font-size: 16px;
margin: 5px;
}
.upldbtn {
float: left;
text-align: center;
width: 100%
}
.upload_butt {
background-color: #12a252;
border: none;
color: #fff;
font-weight: 700;
margin-top: 10px;
padding: 7px 22px;
width: auto;
cursor: pointer;
font-size: 19px;
}
.pop_up_box .button {
background: #12a252;
font-size: 22px;
line-height: 24px;
color: #5a6570;
text-align: center;
min-height: 80px;
margin-top: 32px;
box-shadow: none;
}
.pop_up_box .button:hover {
box-shadow: none !important;
}
.pop_up_box .button a.activate {
padding: 0px 0;
}
.pop_up_box a,
.pop_up_box_ex a {
color: #a4a9ad;
font-size: 20px;
text-decoration: none;
text-align: center;
display: inline-block;
margin-top: 18px;
width: 100%;
}
.pop_up_box .upload {
width: 100%;
float: left;
text-align: left;
margin-top: 15px;
height: 46px;
}
.pop_up_box .upload label {
width: 135px;
float: left;
line-height: 45px;
font-size: 18px;
font-family: helveticaregular;
text-align: left;
}
.pop_up_box .upload input[type=text] {
width: 248px;
float: left;
background: #e5e5e5;
box-shadow: 2px 2px 3px #dcdcdc inset;
border: 0;
padding: 0 10px;
font-size: 16px;
height: 44px;
text-align: left;
color: #5a6570;
font-family: helveticaregular;
}
.pop_up_box .upload input.upload_butt {
width: 100px;
background: #12a252;
box-shadow: 0 0 0;
border: 0;
text-align: center;
font-size: 18px;
color: #fff;
font-family: helveticaregular;
height: 45px;
right: 32px;
top: 71px;
position: absolute;
}
.pop_up_box .upload a {
color: #12a252;
font-size: 18px;
text-decoration: underline;
font-family: helveticaregular;
margin: 0 0 16px 140px;
}
.pop_up_box a:hover,
.pop_up_box_ex a:hover {
color: #a4a9ad;
}
.inr_cont .fb_url {
clear: both;
}
.inr_cont .fb_url .checkbox,
.inr_cont .fb_url input.add,
.inr_cont .fb_url label,
.inr_cont .fb_url lable {
float: left;
}
.inr_cont .fb_url input.add {
margin-left: 19px;
}
.inr_cont .fb_url .checkbox {
margin: 6px 0 0;
}
.inr_cont .fb_url label { line-height: 22px;
margin: 10px 0 0 15px;
font-size: 17px;
}
.inr_cont textarea.add_txt {
resize: none;
margin: 0 0 0 19px !important;
height: 60px;
}
.tab2 .inr_cont textarea.add_txt {
width: 382px !important;
height: 90px;
overflow: hidden;
}
.tab2 .inr_cont input.add {
width: 417px;
}
.red_txt,
.tab2 .red_txt {
color: #ef4745 !important;
text-align: center !important;
padding-top: 5px !important;
}
.green_txt {
color: #12A252 !important;
text-align: center !important;
padding-top: 5px !important;
}
.red_txt {
color: #f80000 !important;
text-align: center !important;
padding-top: 5px !important;
}
.linked_tab_2 .fb_url label {  width: 22%;
}
.twt_tab_2 label {
width: 18%
}
.bdr_top {
border-top: none !important;
}
.linked_tab_2 .fb_url input.link_dbl {
margin-bottom: 6px;
}
.tab3 {
overflow: hidden;
}
.tab3 .row { padding: 25px 0;
clear: both;
overflow: hidden;
}
.tab3 ul.tab_3_list {
overflow: hidden;
margin: 4px 0 11px;
}
ul.tab_3_list li {
background: url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/ultimate-social-media-icons/images/tab_3_list_bg.jpg) 13px 7px no-repeat;
padding: 0 0 0 30px;
color: #778088;
font-family: helveticaregular;
font-size: 17px;
margin-bottom: 4px;
}
.tab5 ul.tab_3_list li {
background: url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/ultimate-social-media-icons/images/tab_3_list_bg.jpg) 13px 18px no-repeat;
}
.tab3 .row h3 { margin: 20px 0 0px;
color: #414951;
font-family: helveticabold;
font-size: 20px;
}
ul.tab_3_icns {
list-style: none;
margin: 10px 0 0;
overflow: hidden;
}
ul.tab_3_icns li {
width: 100%;
margin: 0 0 21px;
float: left;
}
ul.tab_3_icns label {
float: left;
line-height: 42px; color: #69737C;
font-size: 18px;
font-family: helveticaregular;
min-width: 125px;
}
ul.tab_3_icns li .icns_tab_3,
ul.tab_3_icns li .radio {
float: left;
}
.tab3 .sub_row h4 {
color: #a4a9ad !important;
}
.tab3 .sub_row p {
padding-top: 18px !important;
clear: both;
overflow: hidden;
}
.sub_row .sub_sub_box p {
padding-top: 18px !important;
}
.tab3 .sub_row .checkbox {
float: left;
margin-top: 4px;
}
.tab3 .sub_row .sub_sub_box {
width: 80%;
margin: 7px 0 15px 10%;
float: left;
}
.tab3 .sub_row input.smal_inpt {
width: 73px;
background: #e5e5e5;
box-shadow: 2px 2px 3px #dcdcdc inset;
border: 0;
padding: 10px;
float: left;
margin-left: 10px;
}
.tab3 .sub_row .drop_lst {
border: 1px solid #d6d6d6;
font-size: 16px;
color: #5a6570;
width: 120px;
}
.tab3 .first_row,
.tab3 .first_row p,
.tab3 .first_row p .radio,
.tab3 .first_row p label {
float: left;
}
.tab3 .first_row {
width: 90%;
float: left;
}
.tab3 .first_row p {
padding: 0 !important;
}
.tab3 .first_row p label {
line-height: 44px;
margin: 0 10px;
}
.tab3 .first_row p:last-child {
margin-left: 27%
}
.tab3 .tab_1_sav {
padding-top: 20px !important;
margin: 10px auto 20px;
}
.suc_msg {
background: #12A252;
color: #FFF;
display: none;
font-size: 23px;
padding: 10px;
text-align: left;
text-decoration: none;
}
.error_msg {
background: #D22B30;
color: #FFF;
display: none;
font-size: 23px;
padding: 10px;
text-align: left;
text-decoration: none;
}
.fileUPInput {
cursor: pointer;
position: relative;
top: -43px;
right: 0;
z-index: 99;
height: 42px;
font-size: 5px;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
width: 100%
}
.inputWrapper {
height: 20px;
width: 50px;
overflow: hidden;
position: relative;
cursor: pointer;
}
.custom-txt {
background: none !important;
padding-left: 2px !important;
}
.custom-img {
float: left;
margin-left: 20px;
}
.loader-img {
float: left;
margin-left: -70px;
display: none;
}
.pop-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #d3d3d3;
z-index: 10;
padding: 20px;
display: none;
}
.fb-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #d3d3d3;
z-index: -1000;
padding: 20px;
opacity: 0;
display: block;
}
.inputError {
border: 1px solid #f80000 !important;
}
.sfsicloseBtn {
position: absolute;
top: 0;
right: 0;
cursor: pointer;
}
.sfsi_tool_tip_2 .tool_tip>img,
.tool_tip>img {
display: inline-block;
margin-right: 4px;
float: left;
}
.norm_row {
float: left;
min-width: 25px;
}
.norm_row a {
border: none;
display: inline-block;
position: relative;
float: left;
}
.sfsi_tool_tip_2 a {
min-height: 0 !important;
}
.sfsi_widget {
min-height: 55px;
}
.sfsi_widget a img {
box-shadow: none !important;
outline: 0;
}
.sfsi_wicons {
display: inline-block;
color: #000;
}
.sel-active {
background-color: #f7941d;
}
.sfsi_outr_div .close {
position: absolute;
right: 18px;
top: 18px;
}
.sfsi_outr_div h2 {
color: #778088;
font-family: helveticaregular;
font-size: 26px;
margin: 0 0 9px;
padding: 0;
text-align: center;
font-weight: 400;
}
.sfsi_outr_div ul li a {
color: #5A6570;
text-decoration: none;
}
.sfsi_outr_div ul li {
display: inline-block;
list-style: none;
margin: 0;
padding: 0;
float: none;
}
.expanded-area {
display: none;
}
.sfsi_wicons a {
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
}
.scale,
.scale-div,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-scale a.sfsi_responsive_fluid:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo a.sfsi_responsive_fluid:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-scale .sfsi_premium_sticky_icons_container a:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo .sfsi_premium_sticky_icons_container a:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-scale .sf_icon a:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo .sf_icon a:hover,
.sfsi_Sicons.sfsi-mouseOver-effect.sfsi-mouseOver-effect-scale .sf_fb.sf_icon:hover,
.sfsi_Sicons.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo .sf_fb.sf_icon:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.sfsi_Sicons {
float: left;
}
.sfsi_Sicons .sf_subscrbe {
margin: 2px 3px 3px 0;
line-height: 20px;
}
.sfsi_Sicons .sf_fb
{
margin: 0 4px 0 5px;
line-height: 20px;
}
.sfsi_Sicons .sf_fb_share {
text-align: left;
vertical-align: middle;
float: left;
line-height: 33px;
width: auto;
margin-right: 7px;
}
.sfsi_Sicons .sf_twiter {
margin: -12px 7px 0 4px;
line-height: 20px;
}
.sfsi_Sicons.left .sf_subscrbe {
margin: 2px 8px 3px 0;
}
.sfsi_Sicons.left .sf_fb {
margin: 0 8px 0 0;
}
.sfsi_Sicons.left .sf_twiter {
margin: 2px 7px 0 0;
}
.sfsi_Sicons.right .sf_subscrbe {
margin: 2px 0 3px;
}
.sfsi_Sicons.right .sf_fb {
margin: 0 0 0 7px;
}
.sfsi_Sicons.right .sf_twiter {
margin: 2px 0 0 8px;
}
.sfsi_Sicons .sf_subscrbe,
.sfsi_Sicons .sf_twiter {
position: relative;
width: 75px;
}
.sfsi_Sicons .sf_twiter iframe {
margin: 0px;
height: 20px !important;
overflow: visible !important;
}
.sfsi_Sicons .sf_twiter iframe #widget {
overflow: visible !important;
}
.sfsi_Sicons .sf_subscrbe a {
width: auto;
float: left;
border: medium none;
padding-top: 0px;
}
.sfsi_Sicons .sf_subscrbe a:focus {
outline: medium none;
}
.sfsi_Sicons .sf_subscrbe a img {
width: 65px;
float: left;
height: 20px !important;
}
.sfsi_Sicons .sf_fb {
position: relative;
width: 75px;
}
.sfsi_Sicons .fb_iframe_widget {
float: left;
min-width: 115px;
width: 73px;
margin: 2px 0 0;
}
.sfsi_Sicons .sfsi_socialwpr .fb-like.fb_iframe_widget[data-layout="button_count"] {
min-width: 125px;
width: 73px !important;
margin-left: 17px;
margin-right: 24px;
}
.sfsi_pop_up .button a:hover {
color: #fff;
}
.sfsi_pop_up .button:hover {
background: #12a252;
color: #fff;
border: none;
}
ul.icn_listing li .right_info a {
outline: 0;
font-family: helveticaregular;
}
.upload_pop_up .upload_butt {
line-height: 27px;
margin-left: 6px;
}
.drop_lsts {
left: 220px;
position: relative;
top: -40px;
}
.drop_lsts .styled {
top: -42px;
width: 127px;
height: 33px;
}
.drop_lsts span {
line-height: 50px;
}
.drag_drp {
left: 11px;
position: relative;
top: 38px;
font-size: 17px;
}
.listing ul li label {
width: 224px;
float: left;
}
.row_onl {
width: 100%;
float: left;
}
#sfsi_Show_popupOn_PageIDs option.sel-active {
background: #f7941d;
}
.sfsi_inside div iframe {
float: left;
margin: 0;
}
.sfsi_inside div #___plus_0,
.sfsi_inside div #___plusone_0 {
height: 27px;
}
.sfsi_outr_div li {
float: left;
}
.sfsi_tool_tip_2 .sfsi_inside div {
min-height: 0;
}
.sfsi_tool_tip_2 .sfsi_inside > div {
height: 23px !important;
}
#___plus_1>iframe {
height: 30px;
}
.main_contant h1 {
margin: 0 0 18px;
}
.main_contant p {
margin: 0 0 11px;
}
.main_contant p>a {
color: #1a1d20;
text-decoration: underline;
}
.tab1 .gary_bg {
background: #f1f1f1;
}
#accordion {
margin-top: 25px;
}
.main_contant p>a,
.tab1 p span {
font-family: helveticabold;
}
.wapper .ui-accordion-header-active {
margin-top: 20px !important;
}
.wapper .tab2 {
padding: 20px 33px 12px 34px !important;
}
.wapper .tab2 p {
margin-bottom: 6px;
}
.tab2 .twt_tab_2 label {
width: 175px;
}
.tab2 .twt_fld {
margin: 18px 0 23px;
float: left;
}
.tab2 .twt_fld_2 {
margin: 0 0 17px;
float: left;
}
.tab2 .utube_inn {
padding-bottom: 2px;
float: left;
}
.tab2 .utube_inn label {
max-width: 90%
}
.tab2 .utube_inn label span {
font-family: helveticabold;
}
.tab2 .inr_cont p>a {
font-family: helveticaneue-light;
color: #778088;
text-decoration: underline;
}
.pinterest_section .inr_cont .pint_url {
float: left;
padding-top: 6px;
clear: both;
}
.pinterest_section .inr_cont .add {
width: 417px !important;
}
.linkedin_section .link_1,
.linkedin_section .link_2,
.linkedin_section .link_3,
.linkedin_section .link_4 {
float: left;
width: 100%
}
.linkedin_section .link_1 input.add,
.linkedin_section .link_2 input.add,
.linkedin_section .link_3 input.add,
.linkedin_section .link_4 input.add {
width: 417px;
}
.linkedin_section .link_1 {
margin-bottom: 7px;
}
.linkedin_section .link_2 {
margin-bottom: 12px;
}
.linkedin_section .link_3,
.linkedin_section .link_4 {
margin-bottom: 13px;
}
.tab2 .linkedin_section .link_4 {
margin-bottom: 0;
}
ul.tab_3_list li span {
font-family: helveticaregular;
}
#accordion .tab4 h4,
#accordion1 .tab4 h4 {
color: #414951;
font-size: 20px;
}
.specify_counts .listing li .input {
width: 73px;
}
.sfsi_fbpgidwpr {
width: 180px;
float: left;
font-weight: bold;
font-size: 17px;
color: #000000;
}
.sfsi_fbpgiddesc {
font-weight: normal;
width: 42%;
font-size: 14px;
color: #888888;
padding: 4px 0 0 60px;
}
.specify_counts .listing li .input.mypginpt {
width: 288px;
}
.tab3 .Shuffle_auto .sub_sub_box .tab_3_option {
padding-top: 0 !important;
margin-bottom: 10px !important;
}
.tab4 {
padding-top: 35px !important;
}
.tab4 .save_button {
padding-top: 46px;
}
.tab5 {
padding-top: 31px !important;
}
.tab7 {
padding-top: 28px !important;
}
.tab5 .row_onl {
margin-top: 15px;
}
.tab5 .sticking .link>a {
color: #a4a9ad;
text-decoration: underline;
}
.tab5 .mouse_txt h4 { padding-bottom: 30px !important;
}
.tab5 .save_button {
padding-top: 54px;
}
.tab7 .like_pop_box h2 {
font-family: helveticabold;
text-align: center;
color: #414951;
font-size: 26px;
}
.tab1 ul.icn_listing li .right_info label:hover {
text-decoration: none !important;
}
.tab1 ul.icn_listing li .right_info label.expanded-area {
clear: both;
float: left;
margin-top: 14px;
width: 100%;
}
.tab7 .space {
margin-top: 14px;
}
.tab7 .pop_up_show label {
font-family: helveticaneue-light !important;
}
.tab7 .save_button {
padding-top: 78px;
}
.like_txt a {
text-decoration: none;
font-family: helveticaregular;
}
.bdr_btm_non {
border-bottom: none !important;
}
.tab1 .tab_1_sav {
padding-top: 13px;
}
#accordion .tab2 .facebook_section .inr_cont p.extra_sp,
#accordion1 .tab2 .facebook_section .inr_cont p.extra_sp {
padding-top: 7px;
}
.tab2 .custom_section {
width: 100%
}
.tab7 {
padding-bottom: 40px !important;
}
.tab9 .save_button {
padding-top: 40px;
}
.tab9 .save_button a {
padding: 16px 0;
}
.tab2 .twitter_section .twt_fld input.add,
.tab2 .twitter_section .twt_fld_2 textarea.add_txt {
width: 464px !important;
}
.tab2 .utube_inn .fb_url label span {
font-family: helveticaneue-light;
}
.tab1 label,
.tab2 label,
.tab3 label,
.tab4 label,
.tab5 label,
.tab6 label,
.tab7 label,
.tab8 label {
cursor: default !important;
}
.tab5 .new_wind h4 {
margin-bottom: 11px !important;
}
.pop_up_box .fb_2 span {
height: 28px !important;
}
.pop_up_box .sfsi_tool_tip_2 .fbb .fb_1 a {
margin-top: 0;
}
.tab6 .social_icon_like1 ul li span {
margin-top: -1px;
}
#sfpageLoad {
background: url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/ultimate-social-media-icons/images/ajax-loader.gif) 50% 50% no-repeat #F9F9F9;
height: 100%;
left: 160px;
opacity: 1;
position: fixed;
top: 0;
width: calc(100% - 160px);
z-index: 9999;
}
.sfsi_tool_tip_2,
.tool_tip {
background: #FFF;
border: 1px solid #e7e7e7;
box-shadow: #e7e7e7 0 0 2px 1px;
display: block;
float: left;
margin: 0 0 0 -52px;
padding: 5px 14px 5px 14px;
position: absolute;
z-index: 10000;
border-bottom: #e5e5e5 solid 4px;
width: 100px;
}
.sfsi_tool_tip_2 {
display: inline-table;
}
.inerCnt,
.inerCnt:hover,
.inerCnt>a,
.inerCnt>a:hover,
.widget-area .widget a {
outline: 0;
}
.sfsi_tool_tip_2_inr {
bottom: 90%;
left: 20%;
opacity: 0;
}
.sfsi_tool_tip_2 .bot_arow {
background: url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/ultimate-social-media-icons/images/bot_tip_icn.png) no-repeat;
position: absolute;
bottom: -21px;
left: 50%;
width: 15px;
height: 21px;
margin-left: -5px;
}
.sfsi_tool_tip_2 .top_big_arow {
position: absolute;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
top: -21px;
left: 50%;
width: 15px;
height: 21px;
margin-right: -5px;
}
.sfsi_tool_tip_2_inr .gpls_visit>a,
.sfsi_tool_tip_2_inr .prints_visit_1 a,
.sfsi_tool_tip_2_inr .utub_visit>a {
margin-top: 0;
}
.sfsi_tool_tip_2_inr .linkin_1 a,
.sfsi_tool_tip_2_inr .linkin_2 a,
.sfsi_tool_tip_2_inr .linkin_3 a,
.sfsi_tool_tip_2_inr .linkin_4 a,
.sfsi_tool_tip_2_inr .prints_visit a {
margin: 0;
}
.sfsiTlleftBig {
bottom: 121%;
left: 22%;
margin-left: -54%
}
.sfsiTlleft {
bottom: 100%;
left: 50%;
margin-left: -66px;
margin-bottom: 2px;
}
.sfsi_plc_btm {
bottom: auto;
top: 100%;
left: 50%;
margin-left: -63px;
margin-top: -6px;
margin-bottom: auto;
}
.inerCnt {
position: relative;
z-index: inherit !important;
float: left;
width: 100%;
float: left;
}
.sfsi_wicons {
margin-bottom: 30px;
position: relative;
padding-top: 5px;
}
.norm_row .bot_no {
position: absolute;
padding: 1px 0;
font-size: 12px !important;
text-align: center;
line-height: 12px !important;
background: #fff;
border-radius: 5px;
left: 50%;
margin-left: -22px;
z-index: 9;
border: 1px solid #333;
top: 100%;
white-space: pre;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-top: 8px;
width: 40px;
}
.norm_row .bot_no:before {
content: url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/ultimate-social-media-icons/css/images/count_top_arow.png);
position: absolute;
height: 9px;
margin-left: -7.5px;
top: -10px;
left: 50%;
width: 15px;
}
.bot_no.sfsiSmBtn {
font-size: 10px;
margin-top: 4px;
}
.bot_no.sfsiSmBtn:before {
margin-left: -8px;
top: -9px;
}
.norm_row .cbtn_vsmall {
font-size: 9px;
left: -28%;
top: 4px;
}
.norm_row .cbtn_vsmall:before {
left: 31%;
top: -9px;
margin-left: -31%
}
h2.optional {
font-family: helveticaregular;
font-size: 25px;
margin: 14px 0 19px;
color: #5a6570;
}
.utube_tool_bdr .utub_visit {
margin: 9px 0 0;
height: 24px;
display: inline-block;
float: none;
}
.utube_tool_bdr .utub_2 {
margin: 9px 0 0;
height: 24px;
width: 86px;
display: inline-block;
float: none;
}
.printst_tool_bdr {
width: 79px;
}
.printst_tool_bdr .prints_visit {
margin: 0 0 10px -22px;
}
.printst_tool_bdr .prints_visit_1 {
margin: 0 0 0 -53px;
}
.fb_tool_bdr {
width: 68px;
height: auto;
}
.fb_tool_bdr .sfsi_inside {
text-align: center;
width: 100%;
float: left;
overflow: hidden;
margin-left: 2px;
}
.fb_tool_bdr .sfsi_inside .icon1 { margin: 2px 0px 6px 0;
height: auto;
display: inline-block;
float: none;
}
.fb_tool_bdr .sfsi_inside .icon2 {
margin: 2px 0 -2px -8px !important;
height: auto; display: inline-block;
overflow: hidden;
}
.fb_tool_bdr .sfsi_inside .icon3 {
margin: 2px 0 2px 0;
height: auto; display: inline-block;
float: none;
}
.fb_tool_bdr .sfsi_inside .fb_1,
.fb_tool_bdr .sfsi_inside .fb_2,
.fb_tool_bdr .sfsi_inside .fb_3 {
margin: 9px 0 0;
height: 25px;
}
.printst_tool_bdr .sfsi_inside {
text-align: center;
float: left;
width: 100%
}
.printst_tool_bdr .sfsi_inside .icon1 { margin: 3px 0 3px 0; height: auto;
display: inline-block;
float: none; }
.printst_tool_bdr .sfsi_inside .icon2 { margin: 2px 0 2px 0;
height: auto;
display: inline-block;
float: none;
max-width: 73px;
width: auto;
}
.printst_tool_bdr .sfsi_inside .prints_visit,
.printst_tool_bdr .sfsi_inside .prints_visit_1 {
margin: 9px 0 0;
height: 20px;
float: none;
display: inline-block;
}
.printst_tool_bdr {
margin-left: -59px;
}
.fb_tool_bdr .sfsi_inside .icon1>a>img,
.gpls_tool_bdr .sfsi_inside .icon1>a>img,
.linkedin_tool_bdr .sfsi_inside .icon1>a>img,
.linkedin_tool_bdr .sfsi_inside .icon4>a>img,
.printst_tool_bdr .sfsi_inside .icon1>a>img,
.printst_tool_bdr .sfsi_inside .icon2>a>img,
.utube_tool_bdr .sfsi_inside .icon1>a>img {
padding-top: 0;
}
.gpls_tool_bdr {
width: 76px;
}
.gpls_tool_bdr .sfsi_inside .icon1>a>img {
padding-top: 0;
}
.gpls_tool_bdr .sfsi_inside {
text-align: center;
width: 100%;
float: left;
}
.gpls_tool_bdr .sfsi_inside .icon1 {
margin: 2px 0;
display: inline-block;
float: none;
height: 29px;
width: 76px;
}
.gpls_tool_bdr .sfsi_inside .icon2 {
margin: 2px 0 3px 0;
display: inline-block;
float: none;
height: 24px;
width: 38px;
}
.gpls_tool_bdr .sfsi_inside .icon3 {
margin: 3px 0 2px 0;
display: inline-block;
float: none;
height: 24px;
width: 76px;
}
.gpls_tool_bdr .sfsi_inside .gpls_visit,
.gpls_tool_bdr .sfsi_inside .gtalk_2,
.gpls_tool_bdr .sfsi_inside .gtalk_3 {
margin: 9px 0 0;
height: 29px;
}
.pop_up_box_ex.sfsi_pop_up .fb_tool_bdr,
.gpls_tool_bdr,
.linkedin_tool_bdr,
.twt_tool_bdr {
bottom: 100%;
left: 50%;
margin-bottom: -12px;
}
.fb_tool_bdr,
.gpls_tool_bdr,
.linkedin_tool_bdr,
.twt_tool_bdr {
bottom: 100%;
left: 50%;
margin-bottom: 8px;
}
.printst_tool_bdr {
bottom: 80%;
left: 50%; margin-bottom: 0px;
margin-bottom: 18px;
}
.printst_tool_bdr {
bottom: 80%;
left: 50%;
margin-bottom: 18px;
}
.twt_tool_bdr .sfsi_inside {
text-align: center;
width: 100%;
float: left;
}
.twt_tool_bdr .sfsi_inside .cstmicon1 {
margin: 2px 0px 2px 0 !important; float: none;   }
.twt_tool_bdr .sfsi_inside .cstmicon1 a img {
float: left;
}
.twt_tool_bdr .sfsi_inside .icon1 { margin: 5px 0px 3px 0 !important;
display: inline-block;
float: none;  height: auto;
}
.twt_tool_bdr .sfsi_inside .icon1 iframe {
max-width:100%;
}
.twt_tool_bdr .sfsi_inside .icon2 {
margin: 3px 0px 2px 0px !important;
display: inline-block;
float: none;
height: auto; }
.twt_tool_bdr .sfsi_inside .twt_1 {
margin: 9px 0 0;
display: inline-block;
float: none; height: 20px;
overflow: hidden;
}
.twt_tool_bdr .sfsi_inside .twt_1 iframe {
width: 100% !important;
}
.twt_tool_bdr .sfsi_inside .twt_2 {
margin: 9px 0 0;
height: 20px;
display: inline-block;
float: none; }
.utube_tool_bdr .sfsi_inside {
text-align: center;
width: 100%;
float: left;
}
.utube_tool_bdr .sfsi_inside .icon1 { margin: 4px 0px 3px 0;
height: 24px;
display: inline-block;
float: none;
width: 96px;
}
.utube_tool_bdr .sfsi_inside .icon2 { margin: 2px 0 3px 0 !important;
height: 24px;
display: inline-block;
float: none;
max-width: 96px;
width: 82px;
}
.pop-overlay.read-overlay.ytex-s2 .utube_tool_bdr {
width: 93px;
bottom: 100%;
left: 50%;
margin-bottom: -12px;
}
.utube_tool_bdr {
width: 93px;
bottom: 100%;
left: 50%;
margin-bottom: 8px;
}
.linkedin_tool_bdr {
width: 66px;
}
.linkedin_tool_bdr .sfsi_inside {
text-align: center;
float: left;
width: 100%
}
.linkedin_tool_bdr .sfsi_inside .icon1 {
margin: 2px 0 2px 0px;
display: inline-block;
float: none; width: 100%;
text-align: initial;
}
.linkedin_tool_bdr .sfsi_inside .icon2 {
margin: 2px 19px 2px 0px;
display: inline-block;
float: none; width: 100%;
}
.linkedin_tool_bdr .sfsi_inside .icon3 {
margin: 2px 19px 2px 0px;
display: inline-block;
float: none; width: 100%;
}
.linkedin_tool_bdr .sfsi_inside .icon4 {
margin: 2px 0 1px 0px;
display: inline-block;
float: none; width: 100%;
}
.sfsi_FrntInner_chg .linkedin_tool_bdr .sfsi_inside .icon1 {
margin: 7px 0;
}
.sfsi_widget .linkedin_tool_bdr .sfsi_inside .icon4,
.sfsi_widget .gpls_tool_bdr .sfsi_inside .icon1,
.sfsi_widget .fb_tool_bdr .sfsi_inside .icon1 {
height: auto
}
.linkedin_tool_bdr .linkin_1,
.linkedin_tool_bdr .linkin_2,
.linkedin_tool_bdr .linkin_3,
.linkedin_tool_bdr .linkin_4 {
margin: 9px 0 0 !important;
height: 20px;
display: inline-block;
float: none;
overflow: hidden;
}
.twt_tool_bdr {
width: 62px;
height: auto;
}
.twt_tool_bdr .sfsi_inside .icon1>iframe {
margin: 0 auto !important;
float: none !important;
width: 100%
}
.twt_tool_bdr .sfsi_inside .icon1>iframe #widget {
text-align: center;
}
.sfsi_pop_up .button {
border: none;
padding: 0;
}
.pop_up_box .button a {
color: #fff;
line-height: normal;
font-size: 22px;
text-decoration: none;
text-align: center;
width: 482px;
height: 80px;
margin: 0;
display: table-cell;
vertical-align: middle;
font-family: helveticabold;
}
.tab3 ul.tab_3_icns li .radio {
margin-top: 7px;
}
.tab3 ul.tab_3_icns li label {
line-height: 50px !important;
margin-left: 20px;
}
.sfsi_mainContainer input[type=email],
.sfsi_mainContainer input[type=number],
.sfsi_mainContainer input[type=password],
.sfsi_mainContainer input[type=search],
.sfsi_mainContainer input[type=tel],
.sfsi_mainContainer input[type=text],
.sfsi_mainContainer input[type=url],
.sfsi_mainContainer select,
.sfsi_mainContainer textarea {
color: #5a6570 !important;
line-height: 1 !important;
}
.adminTooltip {
left: 118px;
position: absolute;
}
.adPopWidth {
min-height: 136px !important;
}
.main_contant p>a.lit_txt,
.tab4 p>a {
font-family: helveticaregular;
color: #414951;
}
.tab1 ul.icn_listing li .custom-txt {
margin-left: 5px;
}
.tab1 ul.icn_listing li .custom-img {
margin-left: 18px;
}
.linkedin_section .link_4>label.anthr_labl {
height: 60px;
}
.mediam_txt {
font-family: helveticabold;
}
.sfsiCtxt {
line-height: 51px;
font-family: helveticaregular;
font-size: 22px;
float: left;
padding-left: 19px;
color: #5a6570;
}
.customstep2-img {
width: 51px;
float: left;
}
.tab2 .row h2.custom {
margin: 15px 0 7px 21px;
height: 52px;
line-height: 51px;
font-family: helveticaregular;
font-size: 22px;
}
.custom-links p.cus_link label {
margin-left: 0;
}
.pop_up_box .sfsi_tool_tip_2 .fbb .fb_1 a>img:hover {
opacity: .9;
}
.tab2 .rss_url_row .sfrsTxt {
font-size: 17px;
line-height: 47px;
margin: 0 0 0 4px;
font-family: helveticaregular;
}
.tab2 .rss_url_row .sfrsTxt>strong {
font-family: helveticaregular;
}
.tab2 .utube_inn p.extra_pp {
float: left;
width: 100%;
margin: 0 0 0 48px;
}
.tab2 .utube_inn p.extra_pp label {
float: left;
line-height: 41px;
margin-right: 8px;
}
.sfsi_inside .icon2 .fb_iframe_widget span {
width: 500px !important;
}
@media (max-width:767px) {
.sfsi_inside .icon2 .fb_iframe_widget span {
width: auto;
}
.sfsi_outr_div {
top: 10%
}
.sfsi_outr_div h2 {
font-size: 22px !important;
line-height: 28px;
}
.sfsi_wicons {
padding-top: 0;
}
}
.specify_counts .listing li .high_prb {
height: 41px;
}
.sfsi_Sicons {
position: relative;
}
.sfsi_Sicons .fb_iframe_widget {
float: left;
width: 73px;
margin: 2px 0 0;
}
.sfsi_Sicons .sf_fb .fb_iframe_widget>span {
position: absolute; }
.tab2 .utube_inn label {
font-size: 17px;
}
.sfsi_plc_btm {
padding: 5px 14px 9px;
}
.tab7 .field {
margin-top: 7px;
}
.sfsi_outr_div ul li .cmcls img {
margin-top: 0 !important;
}
.sfsi_outr_div ul li .inerCnt {
float: left;
}
.sfsi_outr_div ul li .inerCnt .bot_no {
position: absolute;
padding: 1px 0;
font-size: 12px !important;
line-height: 12px !important;
text-align: center;
background: #fff;
border-radius: 5px;
display: block;
left: 50%;
margin-left: -20px;
border: 1px solid #333;
white-space: pre;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-top: 6px;
width: 40px;
word-break: break-all;
word-wrap: break-word;
}
.sfsi_outr_div ul li .inerCnt .bot_no:before {
content: url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/ultimate-social-media-icons/css/images/count_top_arow.png);
position: absolute;
height: 9px;
margin-left: -7.5px;
top: -10px;
left: 50%;
width: 15px;
}
.sfsi_outr_div {
position: fixed;
width: 100%;
float: none;
left: 50%;
top: 20%;
margin-left: -50%;
opacity: 0;
z-index: -1;
display: block;
text-align: center;
}
.sfsi_outr_div .sfsi_FrntInner_chg {
display: inline-block;
padding: 15px 17px 27px 18px;
background: #FFF;
border: 1px solid #EDEDED;
box-shadow: 0 0 5px #CCC;
margin: 20px;
position: relative;
}
.sfsi_FrntInner_chg .sfsiclpupwpr {
position: absolute;
right: -10px;
top: -10px;
width: 25px;
cursor: pointer;
}
.sfsi_FrntInner_chg .sfsiclpupwpr img {
width: auto;
float: left;
border: medium none;
}
.tab7 .like_pop_box {
width: 100%;
margin: 35px auto auto;
position: relative;
text-align: center;
}
.tab7 .like_pop_box .sfsi_Popinner {
display: inline-block;
padding: 18px 20px;
box-shadow: 0 0 5px #ccc;
-webkit-box-shadow: 0 0 5px #ccc;
border: 1px solid #ededed;
background: #FFF;
}
.tab7 .like_pop_box .sfsi_Popinner h2 {
margin: 0 0 23px;
padding: 0;
color: #414951;
font-family: helveticabold;
font-size: 26px;
text-align: center;
}
.tab7 .like_pop_box .sfsi_Popinner ul {
margin: 0;
padding: 0;
list-style: none;
text-align: center;
}
.tab7 .like_pop_box .sfsi_Popinner ul li {
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
}
.tab7 .like_pop_box .sfsi_Popinner ul li span {
margin: 0;
width: 60px;
display: block;
background: url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/ultimate-social-media-icons/images/count_bg.png) no-repeat;
height: 37px;
overflow: hidden;
padding: 10px 2px 2px;
font-family: helveticaregular;
font-size: 16px;
text-align: center;
line-height: 24px;
color: #5a6570;
}
.tab7 .like_pop_box .sfsi_Popinner ul li a {
color: #5a6570;
text-decoration: none;
}
.sfsi_outr_div .sfsi_FrntInner_chg .sfsi_wicons {
margin-bottom: 0;
}
.sfsi_outr_div ul {
list-style: none;
margin: 0 0 24px;
padding: 0;
text-align: center;
}
a.sfsiColbtn {
color: #5a6570 !important;
float: right;
font-size: 14px;
margin: -35px -30px 0 0;
position: relative;
right: 0;
font-family: helveticaregular;
width: 100px;
text-decoration: none;
}
.tab3 a.sfsiColbtn {
margin-top: -43px;
}
.sfsi_FrntInner_chg ul li:first-of-type .sfsi_wicons {
margin-left: 0 !important;
}
ul.tab_3_icns li .trans_bg {
background: #000;
padding-left: 3px;
}
.tab2 .instagram_section {
padding-bottom: 20px;
}
h1.abt_titl {
text-align: center;
margin: 19% 0 0;
}
.sfcm.sfsi_wicon {
padding: 0;
width: 100%;
border: medium none;
}
.fb_iframe_widget span {
vertical-align: top !important;
}
.sfsi_outr_div .sfsi_FrntInner_chg ul {
margin: 0 0 0 3px;
}
.sfsi_outr_div .sfsi_FrntInner_chg ul li {
margin: 0 3px 0 0;
}
.sfcm.sfsi_wicon {
margin: -1px;
padding: 0;
}
@media (min-width:320px) and (max-width:480px) {
.sfsi_tool_tip_2,
.tool_tip {
padding: 5px 14px 0;
}
.sfsi_inside:last-child {
margin-bottom: 18px;
clear: both;
}
.sfsi_outr_div {
top: 10%;
}
.sfsi_FrntInner_chg .sfsi_wicons {
width: 31px !important;
height: 31px !important;
}
.sfsi_FrntInner_chg .sfsi_wicons img {
width: 100%;
}
.sfsi_Sicons .sf_fb
{
margin-bottom: 24px;
}
.sfsi_Sicons .sf_twiter {
margin-bottom: 4px;
}
}
@media (max-width:320px) {
.sfsi_tool_tip_2,
.tool_tip {
padding: 5px 14px 0;
}
.sfsi_inside:last-child {
margin-bottom: 18px;
clear: both;
}
.sfsi_FrntInner_chg .sfsi_wicons {
width: 31px !important;
height: 31px !important;
}
.sfsi_FrntInner_chg .sfsi_wicons img {
width: 100%
}
}
ul.SFSI_lsngfrm {
float: left;
width: 61%;
padding-left: 60px !important;
}
ul.SFSI_instructions {
float: left;
width: 35%;
}
li.youtube_options {
padding-left: 60px !important;
}
input[name="sfsi_pinterest_manualCounts"] {
margin-left: -20px !important;
}
ul.SFSI_instructions li {
font-size: 12px !important;
line-height: 25px !important;
margin: 0 !important;
padding: 0 0 0 15px !important;
width: 100%
}  .cstmskin_popup {
width: 500px;
background: #FFF;
box-shadow: 0 0 5px 3px #d8d8d8;
margin: 40px 0px auto;
padding: 20px 25px 20px;
font-family: helveticaregular;
color: #5a6570;
height: auto;
float: left;
position: relative;
left: 35%;
}
.cstomskins_wrpr {
float: left;
width: 100%;
}
.custskinmsg {
float: left;
font-size: 15px;
margin-top: 10px;
width: 100%;
}
.custskinmsg>ul {
color: #000;
float: left;
margin-top: 8px;
width: 100%;
}
ul.cstmskin_iconlist {
float: left;
padding: 11px 0 40px 8px;
width: 100%;
max-width: 1000px;
margin: 0;
height: 307px;
overflow-y: scroll;
}
.placethemanulywpr {
max-width: 98% !important
}
.cstmskin_iconlist>li {
float: left;
margin: 3px 0;
width: 100%;
}
.cstm_icnname {
float: left;
width: 30%;
}
.cstmskins_btn>img {
float: left;
margin-right: 25px;
}
.cstmskin_btn {
width: auto;
float: left;
padding: 3px 20px;
color: #fff;
background-color: #12a252;
text-decoration: none;
margin: 0 10px;
}
.cstmskins_sbmt {
width: 100%;
float: left;
text-align: center;
margin-top: 15px;
}
.done_btn {
width: auto;
padding: 3px 80px;
color: #fff;
background-color: #12a252;
text-decoration: none;
font-size: 18px;
}
.cstmskin_btn:hover,
.done_btn:hover,
.cstmskin_btn:focus,
.done_btn:focus {
color: #fff;
}
.skswrpr,
.dlt_btn {
display: none;
}
.cstmutbewpr {
width: 100%;
float: left;
margin-top: 10px;
margin-left: 40px;
}
.cstmutbewpr ul.enough_waffling li {
width: auto;
float: left;
margin-right: 20px;
}
.cstmutbewpr ul.enough_waffling li span {
float: left;
}
.cstmutbewpr ul.enough_waffling li label {
width: auto;
float: left;
margin-top: 10px;
margin-left: 10px;
}
.cstmutbewpr .cstmutbtxtwpr {
width: 100%;
float: left;
padding-top: 10px;
}
.cstmutbewpr .cstmutbtxtwpr .cstmutbchnlnmewpr {
width: 100%;
float: left;
display: none;
}
#accordion .cstmutbewpr .cstmutbtxtwpr .cstmutbchnlnmewpr p,
#accordion .cstmutbewpr .cstmutbtxtwpr .cstmutbchnlidwpr p {
margin-left: 0px;
}
.cstmutbewpr .cstmutbtxtwpr .cstmutbchnlidwpr {
width: 100%;
float: left;
display: none;
}
#accordion .cstmutbewpr .cstmutbtxtwpr .cstmutbchnlnmewpr p label,
#accordion .cstmutbewpr .cstmutbtxtwpr .cstmutbchnlidwpr p label {
width: 120px;
}
.sfsi_widget .sfsi_wDiv .sfsi_wicons .inerCnt a,
.sfsi_widget .sfsi_wDiv .sfsi_wicons .inerCnt a.sficn {
padding: 0px;
margin: 0px;
width: 100%;
float: left;
border: medium none;
}
.sfsi_socialwpr {
width: auto; display: flex;
align-items: center; }
.sfsi_socialwpr .sf_fb
{
float: left;
}
.sfsipyplfrm {
float: left;
margin-top: 10px;
width: 100%;
}
.sfsipyplfrm input[type="submit"] {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border: medium none;
color: #0074a2;
cursor: pointer;
font-weight: normal;
margin: 0;
padding: 5px 10px;
text-decoration: underline;
}
.sfsipyplfrm input[type="submit"]:hover {
color: #2ea2cc
}
.pop_up_box_ex {
background: none repeat scroll 0 0 #fff;
box-shadow: 0 0 5px 3px #d8d8d8;
color: #5a6570;
font-family: helveticaregular;
margin: 200px auto;
min-height: 150px;
padding: 20px 25px 0px;
position: relative;
width: 290px;
}
.pop_up_box_ex {
color: #5a6570;
font-family: helveticaregular;
}
.cstmutbchnlidwpr .utbe_instruction,
.cstmutbchnlnmewpr .utbe_instruction,
.lnkdin_instruction {
float: left;
line-height: 22px;
margin-top: 10px;
width: 100%;
}
.fb_iframe_widget iframe {
max-width: none;
}
.sfsi_mainContainer p.bldtxtmsg {
float: left;
font-size: 15px;
font-weight: bold;
margin-top: 12px;
width: 100%;
text-align: center;
}
.sfsinewplgndesc {
background: none repeat scroll 0 0 #e5e5e5;
float: left;
padding: 5px 10px 8px;
margin-top: 25px;
}
.sfsinewplgndesc>.clear>a {
color: #5a6570;
font-weight: bold;
}
.sfsiicnsdvwrp {
float: left;
width: 110px;
}
.sfsi_Sicons:not( .sfsi_Sicons_position_right ) .sf_subscrbe .bot_no {
background: rgba(0, 0, 0, 0) url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/ultimate-social-media-icons/css/images/count_left_arow.png) no-repeat scroll 0 0 / 27px auto;
font-size: 12px !important;
left: 67px;
line-height: 18px !important;
margin-left: 0px;
margin-top: 0px;
padding: 1px 0; text-align: center;
top: 30px;
white-space: pre;
width: 33px;
height: 24px;
z-index: 9;
}
.sfsi_wicons a.sficn,
.sfsi_wicons .sfsi_inside a,
.sfsi_Sicons div a {
box-shadow: none;
border: none;
} .sfsi_Sicons .sf_pinit>span>span {
width: 38px !important;
right: -45px !important;
}
.sfsi_wicons a {
box-shadow: none !important;
}
a.sficn {
cursor: pointer;
}
.sfsi_Sicons .fb_iframe_widget>span {
vertical-align: top !important;
}
.sfsi_Sicons .sf_fb
{
margin: 0 -10px 0px 2px !important;
}
.disabled_checkbox .sfsi_right_info:before {
position: absolute;
content: "";
width: 500px;
height: 60px;
display: inline-block;
z-index: 99;
margin-left: -59px;
margin-top: -14px;
background: rgba(255, 255, 255, .6);
}
.disabled_checkbox .sfsi_right_info.sfsi_Woocommerce_disable:before {
margin-left: -49px !important;
width: 400px;
}
#sfsi_floater .fb_tool_bdr .sfsi_inside .icon2 { }
.sfsi_wechat_follow_overlay {
position: fixed;
top: 0;
width: 100%;
z-index: 99999;
background: rgba(0, 0, 0, 0.7);
height:100vh;
}
.sfsi_wechat_follow_overlay .close_btn {
position: absolute;
right: 60px;
top: 60px;
font-size: 40px;
line-height: 40px;
text-decoration: none;
border: 1px solid #fff;
padding: 0 10px;
border-radius: 60px;
color: #333;
background-color: #ffff;
text-decoration: none;
}
@media (max-width:786px) {
.sfsi_upload_butt_container {
display: inline-block;
}
.upload_butt {
height: 38px;
}
.sfsi_wechat_follow_overlay .sfsi_inner_display>div div.sfsi_upload_butt_container:first-child {
margin-left: 0;
margin-right: 20px;
}
} #accordion1 p:nth-child(2) {
padding-top: 0px !important;
}
input[name="sfsi_instagram_manualCounts"] {
margin-left: -15px !important;
}
.sfsi_prem_cmn_rowlisting {
width: 33.33%;
}
.rss_url_row h4 {
line-height: 43px !important;
font-size: 17px !important;
font-family: 'helveticaneue-light' !important;
}
.cstmutbchnlnmewpr p.extra_pp label {
width: auto !important;
}
.cstmutbchnlidwpr p.extra_pp label {
width: auto !important;
}
.tab_3_option {
margin: 10px 0 0;
}
div.tab3 .sub_row.stand.sec_new {
margin: 0;
}
div#custom_social_data_setting h4 {
padding-bottom: 30px;
}
.like_pop_box img.sfcm {
height: 50px;
width: 50px;
}
.linkedin_tool_bdr {
line-height: 0 !important;
}
.twt_tool_bdr {
line-height: 0 !important;
}
div#sfsiid_facebook {
line-height: 0 !important;
}
div#sfsiid_youtube {
line-height: 0 !important;
}
.printst_tool_bdr {
line-height: 0 !important;
}  ul.SFSI_instructions li,
ul.SFSI_instructions li a {
font-size: 17px !important;
font-family: helveticaregular !important;
font-weight: 400;
color: #1a1d20 !important;
}
body .specify_counts .listing .sfsi_instagramInstruction li {
font-size: 17px !important;
font-family: helveticaregular !important;
font-weight: 400 !important;
color: #1a1d20 !important;
line-height: 26px !important;
} a.pop-up .radio {
opacity: 0.5;
background-position: 0px 0px !important; }
.sfsi_vertically_center {
display: flex;
justify-content: space-between;
align-items: center;
}
.sfsi_center {
display: flex;
justify-content: center;
}
.sfsi_custom_icons_q4 {
display: flex;
align-items: center;
}
.tab6 .sfsi_responsive_icon_option_li .options .first.first.first {
width: 25%!important;
}
.sfsi_responsive_icon_gradient{
background-image: -webkit-linear-gradient(bottom,rgba(0, 0, 0, 0.17) 0%,rgba(255, 255, 255, 0.17) 100%);
background-image: -moz-linear-gradient(bottom,rgba(0, 0, 0, 0.17) 0%,rgba(255, 255, 255, 0.17) 100%); }
.tab6 ul.sfsi_icn_listing8 ul.sfsi_tab_3_icns li {
width: 50%;
max-width: 450px;
padding-left: 0;
padding-bottom: 0;
}
.tab6 .sfsi_tab_3_icns.sfsi_shwthmbfraftr > li {
width:100% !important;
max-width:100% !important;
border-left: 45px solid transparent;
}
.tab6 ul.sfsi_icn_listing8 li {
float: left;
padding: 11px 0 40px 8px;
width: 100%;
max-width: 1000px;
margin: 0;
}
ul.sfsi_icn_listing8 li .sfsi_right_info a {
outline: 0;
font-family: helveticaregular;
}
#accordion .tab6 ul.sfsi_tab_3_icns {
margin-top: 25px;
}
.sfsi_tab_3_icns.sfsi_shwthmbfraftr {
overflow: visible;
}
ul.sfsi_tab_3_icns {
list-style: none;
margin: 34px 0 0;
overflow: hidden;
}
.tab6 ul.sfsi_icn_listing8 li {
float: left;
padding: 11px 0 40px 8px;
width: 100%;
max-width: 1000px;
margin: 0;
}
.tab6 .sfsi_tab_3_icns.sfsi_shwthmbfraftr .social_icon_like1 li {
width: auto;
min-width: auto;
margin: 0 30px 0 0;
}
ul.sfsi_tab_3_icns label {
float: left;
line-height: 42px;
color: #69737C;
font-size: 18px;
font-family: helveticaregular;
min-width: 120px;
}
.tab6 ul.sfsi_tab_3_icns li label {
line-height: 50px !important;
}
#accordion1 .tab6 ul.sfsi_shwthmbfraftr .labelhdng4, #accordion .tab6 ul.sfsi_shwthmbfraftr .row h4.labelhdng4, #accordion .tab6 ul.sfsi_shwthmbfraftr .labelhdng4, #accordion .tab6 ul.sfsi_shwthmbfraftr .row h4.labelhdng4 {
color: #555;
font-size: 20px;
margin-left: 20px;
font-family: 'helveticaregular';
}
.tab6 ul.sfsi_icn_listing8 li .sfsi_tab_3_icns.sfsi_shwthmbfraftr>li:nth-child(1), .tab6 ul.sfsi_icn_listing8 li .sfsi_tab_3_icns.sfsi_shwthmbfraftr>li:nth-child(2){
width: 27% !important;
}
.tab6 ul.sfsi_tab_3_icns li .radio{
margin-top: 7px;
}
ul.sfsi_icn_listing8 li .tb_4_ck{
float: left;
}
.sfsi_responsive_default_icon_container .radio_section.tb_4_ck, .sfsi_responsive_custom_icon_container .radio_section.tb_4_ck {
margin: 5px 20px 0 0 !important;
}
.sfsi_responsive_icon_option_li .options .field .select {
font-family: helveticaregular;
font-weight: 400;
font-size: 17px;
color: #5a6570!important;
}
.tab6 ul.sfsi_icn_listing8 ul.sfsi_tab_3_icns .usually li {
width: 100% !important;
max-width: 1000px !important;
padding: 3px 0 5px 5px !important;
}
.sfsi_responsive_icons a{
text-decoration: none!important;
box-shadow: none!important;
}
.sfsi_responsive_icons *{
box-shadow: none!important;
}
.sfsi_responsive_icon_facebook_container {
background-color: #336699;
}
.sfsi_responsive_icon_follow_container {
background-color: #00B04E;
}
.sfsi_responsive_icon_twitter_container{
background-color: #020202;
}
.sfsi_responsive_icon_pinterest_container {
background-color: #cb3233;
}
.sfsi_large_button span {
font-size: 20px;
padding: 0px;
line-height: 16px;
vertical-align: -webkit-baseline-middle !important;
display: inline;
margin-left: 10px;
}
.sfsi_large_button img {
max-height: 16px !important;
padding: 0px;
line-height: 0px;
vertical-align: -webkit-baseline-middle !important;
display: inline;
}
.sfsi_large_button {
line-height: 0px;
height: unset;
padding: 13px !important;
}
.sfsi_responsive_icons .sfsi_icons_container span {
font-family: sans-serif;
font-size: 15px;
}
.sfsi_icons_container_box_fully_container {
flex-wrap: wrap;
}
.sfsi_responsive_icons .sfsi_icons_container_box_fully_container a {
flex-basis: auto !important;
flex-grow: 1;
flex-shrink: 1;
}
.sfsi_icons_container>a {
float: left!important;
text-decoration: none!important;
-webkit-box-shadow: unset!important;
box-shadow: unset!important;
-webkit-transition: unset!important;
transition: unset!important;
margin-bottom:5px!important;
}
.sfsi_small_button {
line-height: 0px;
height: unset;
padding: 6px !important;
}
.sfsi_small_button span {
margin-left: 10px;
font-size: 16px;
padding: 0px;
line-height: 16px;
vertical-align: -webkit-baseline-middle !important;
margin-left: 10px;
}
.sfsi_small_button img {
max-height: 16px !important;
padding: 0px;
line-height: 0px;
vertical-align: -webkit-baseline-middle !important;
}
.sfsi_medium_button span {
margin-left: 10px;
font-size: 18px;
padding: 0px;
line-height: 16px;
vertical-align: -webkit-baseline-middle !important;
margin-left: 10px;
}
.sfsi_medium_button img {
max-height: 16px !important;
padding: 0px;
line-height: 0px;
vertical-align: -webkit-baseline-middle !important;
}
.sfsi_medium_button {
line-height: 0px;
height: unset;
padding: 9px 10px !important;
}
.sfsi_large_button span {
font-size: 20px;
padding: 0px;
line-height: 16px;
vertical-align: -webkit-baseline-middle !important;
display: inline;
margin-left: 10px;
}
.sfsi_large_button img {
max-height: 16px !important;
padding: 0px;
line-height: 0px;
vertical-align: -webkit-baseline-middle !important;
display: inline;
}
.sfsi_large_button {
line-height: 0px;
height: unset;
padding: 13px !important;
}
.sfsi_responsive_icons_count{
padding: 5px 10px;
float: left !important;
display: inline-block;
margin-right: 0px;
margin-top: 2px;
}
.sfsi_responsive_icons_count h3{
font-family: 'sans-serif' !important;
font-weight: 900;
font-size: 32px !important;
line-height: 0px !important;
padding: 0px;
margin: 0px;
}
.sfsi_responsive_icons_count h6{
font-family: 'sans-serif' !important;
font-weight: 900;
padding: 0px;
margin: 0px;
}
.sfsi_responsive_icons a, .sfsi_responsive_icons h3, .sfsi_responsive_icons h6 {
text-decoration: none!important;
border: 0!important;
}
.sfsi_responsive_with_counter_icons{
width: calc(100% - 100px)!important;
}
.sfsiresponsive_icon_preview {
padding: 0px 0 20px 0;
min-width: 100%;
}
.sfsi_responsive_icons_count.sfsi_fixed_count_container.sfsi_large_button {
padding: 12px 13px 9px 13px !important;
}
.sfsi_responsive_icons_count.sfsi_fixed_count_container.sfsi_medium_button {
padding: 9px 10px 7px 10px !important;
}
.sfsi_responsive_icons_count.sfsi_small_button {
padding: 7px 6px !important;
margin-top: 2px;
}
.sfsi_responsive_icons_count.sfsi_small_button h6 {
display: inline-block;
font-size: 12px !important;
vertical-align: middle;
}
.sfsi_responsive_icons_count.sfsi_responsive_count_container.sfsi_medium_button {
padding: 9px 10px 7px 10px !important;
}
.sfsi_responsive_icons_count.sfsi_medium_button h3 {
font-size: 21px !important;
vertical-align: top;
line-height: 8px !important;
margin: 0px 0px 12px 0px !important;
font-weight: 900;
padding: 0px;
}
.sfsi_esponsive_icons_count.sfsi_responsive_count_container.sfsi_large_button h3 {
margin: 0px 0px 15px 0px !important;
}
.sfsi_responsive_icons_count.sfsi_large_button h3 {
font-size: 26px !important;
vertical-align: top;
line-height: 6px !important;
}
.sfsi_responsive_icons_count h3 {
font-family: 'sans-serif' !important;
font-weight: 900;
padding: 0px;
}
.sfsi_responsive_icons_count.sfsi_small_button h3 {
font-size: 20px !important;
display: inline-block;
vertical-align: middle;
margin: 0px !important;
}
.sfsi_responsive_icons_count h3 {
font-family: 'sans-serif' !important;
font-weight: 900;
line-height: 0px !important;
padding: 0px;
margin: 0px;
}
.sfsi_responsive_icons a, .sfsi_responsive_icons h3, .sfsi_responsive_icons h6 {
text-decoration: none!important;
border: 0!important;
}
.sfsi_responsive_icons_count.sfsi_small_button {
padding: 7px 6px !important;
margin-top: 2px;
}
.sfsi_responsive_icons_count {
vertical-align: top;
}
.sfsi_responsive_icons_count {
float: left;
}
.sfsi_small_button {
line-height: 0px;
height: unset;
}
.sfsi_responsive_icons a, .sfsi_responsive_icons h3, .sfsi_responsive_icons h6 {
text-decoration: none!important;
border: 0!important;
}
.sfsi_responsive_icons_count.sfsi_small_button h3 {
font-size: 20px !important;
display: inline-block;
vertical-align: middle;
margin: 0px !important;
}
.sfsi_responsive_icons a, .sfsi_responsive_icons h3, .sfsi_responsive_icons h6 {
text-decoration: none!important;
font-family: helveticaregular!important;
border: 0!important;
}
.sfsi_responsive_icons_count h3 {
line-height: 0px !important;
padding: 0px;
}
.sfsi_responsive_icons_count.sfsi_small_button h6 {
display: inline-block;
font-size: 12px !important; margin: 0px !important;
line-height: initial !important;
padding: 0;
margin: 0;
}
.sfsi_responsive_icons_count h6{
margin:0!important;
}
.sfsi_responsive_icons_count h6 {
padding: 0px;
}
.sfsi_responsive_icons a, .sfsi_responsive_icons h3, .sfsi_responsive_icons h6{
text-decoration: none!important;
font-family: helveticaregular!important;
border: 0!important;
}
.sfsi_responsive_icons_count.sfsi_medium_button h6{
font-size: 11px !important;
line-height: 0px !important;
margin: 0px 0px 0px 0px !important;
} .export_selections{
clear: both;
color: #afafaf;
font-size: 23px;
display: flex;
height: 0px;
position: absolute;
top: 42px;
right: 0;
}
.save_export{
clear: both;
position: relative;
}
.export{
padding-right: 11px;
text-decoration: underline;
cursor: pointer;
}
.sf_subscrbe .bot_no,
.sf_fb .bot_no,
.sf_fb_share .bot_no,
.sf_twiter .bot_no,
.sf_pinit .bot_no,
.sf_linkedin .bot_no
{
background: rgba(0, 0, 0, 0) url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/ultimate-social-media-icons/css/images/count_left_arow.png) no-repeat scroll 0 0 / 27px auto;
font-size: 12px !important;
left: 67px;
line-height: 19px !important;
margin-left: 0; text-align: center;
white-space: pre;
width: 35px;
height: 20px;
z-index: 9;
display: inline-block; }
.sfsi_icons_container>a {
float: left !important;
text-decoration: none !important;
-webkit-box-shadow: unset !important;
box-shadow: unset !important;
-webkit-transition: unset !important;
transition: unset !important;
}
.sfsi_icons_container a:hover,
.sfsi_icons_container a:focus,
.sfsi_icons_container a:active {
-webkit-box-shadow: unset !important;
box-shadow: unset !important;
}
.sfsi_Sicons .sfsi_icons_container img {
height: unset !important;
width: unset !important;
}
.sfsi_flex_container {
display: flex;
flex-wrap: wrap;
overflow-y: scroll;
height: 36vh;
}
.sfsi_flex_container>div {
height: 90px;
width: 139px;
margin: 10px;
margin-bottom: 0;
text-align: center;
font-size: 30px;
position: relative;
border: 1px solid #ddd;
}
.sfsi_flex_container>div>a>img {
width: 100%;
height: 88px;
object-fit: scale-down;
}
.sfsi_flex_container>div a {
position: relative;
margin: 0;
padding: 0;
z-index: 100;
height: 90px;
}
.sfsi_pinterest_overlay {
position: absolute;
top: -61px;
left: 0;
width: 100%;
height: 90px;
z-index: 1000;
display: inline-block;
background: rgba(189, 8, 28, .3);
text-align: center;
padding-top: 22px;
color: #fff;
transition: all .3s;
display: none;
}
.sfsi_flex_container>div:hover a .sfsi_pinterest_overlay {
display: block;
}
.sfsi_socialwpr img{
height: 20px;
}
.sfsi_Sicons.sfsi_Sicons.sfsi_Sicons .sf_icon img {
height: 20.5px!important;
margin:0 !important;
padding:0 !important; padding-top: 0!important;
width: auto!important; max-width: inherit!important;
min-width: inherit!important;
position: unset!important; }
.sfsi_Sicons.sfsi_Sicons.sfsi_Sicons .sf_icon a{
float: none!important;
margin:0 !important;
padding:0 !important;
text-decoration: none!important;
line-height:unset!important;
font-size: inherit!important;
}
.sfsi_Sicons.sfsi_Sicons.sfsi_Sicons .sf_icon .fb_iframe_widget , .sfsi_Sicons.sfsi_Sicons.sfsi_Sicons .sf_icon .fb_iframe_widget>*{
float: none!important;
vertical-align: unset!important;
height: 20px !important;
position: unset!important;
margin-top: 0!important;
padding-top: 0!important;
width: 59px!important;
min-width: unset!important;
}
.sfsi_Sicons.sfsi_Sicons.sfsi_Sicons .sf_icon { vertical-align: unset!important; position: unset!important;
margin: 0 4px!important; width: unset!important;
text-align: unset!important;
max-width: 100%!important;
display: flex !important;
align-items: center !important;
}
.sfsi_tool_tip_2.utube_tool_bdr .icon1 {
margin-left: 13px!important;
}
.sfsi_shortcode_container .sfsi_wicons {
z-index: 110 !important;
} .sfsi_left-align_icon {
text-align: left !important;
} .sfsi_tool_tip_2 .sfsi_inside div:first-child {
margin-top: 0 !important;
}
.sfsi_tool_tip_2 .sfsi_inside div:last-child {
margin-bottom: 0 !important;
}
#sfsiid_facebook.sfsi_tool_tip_2 .sfsi_inside .icon2 {
margin: 0 0 6px 0 !important;
height: 20px;
width: 90px;
}
#sfsiid_facebook.sfsi_tool_tip_2 .sfsi_inside .icon3 {
width: 68px;
margin-top: 0 !important;
}
.sfsi_tool_tip_2 .sfsi_inside {
margin-left: 0;
display: flex;
flex-direction: column;
align-items: center;
}
.sfsi_tool_tip_2 {
border: 0px;
box-shadow: #86868654 0 0 25px 1px;
border-radius: 6px;
padding: 8px 12px 8px 12px;
width: 140px;
transform: translateX(-50%);
margin:0;
bottom: calc(100% + 8px);
}
.sfsi_tool_tip_2::after {
content: "";
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 15px;
}
.sfsi_tool_tip_2 .bot_arow {
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 5px 5px 0;
border-color: #fff transparent transparent;
bottom: -5px;
background: none;
}
.sfsi_icons_container>a {
padding: 2px 0;
}
.sfsi_responsive_icons_count.sfsi_small_button {
margin-top: 2px !important;
}
.sfsi_responsive_icons_count {
margin-top: 0;
}
.sfsi_responsive_icons_count.sfsi_responsive_count_container.sfsi_large_button {
display: inline-flex !important;
align-items: center;
padding: 10px 13px !important;
white-space: nowrap;
}
.sfsi_responsive_icons_count.sfsi_responsive_count_container.sfsi_large_button h3 {
margin: 0 7px 0 0 !important;
font-size: 18px !important;
line-height: 18px !important;
}
.sfsi_responsive_icons_count.sfsi_responsive_count_container.sfsi_large_button h6 {
line-height: 14px;
font-size: 14px;
}
.linkedin_tool_bdr .sfsi_inside .icon2 {
margin-right: 0 !important;
}
.linkedin_tool_bdr .sfsi_inside .icon1,
.linkedin_tool_bdr .sfsi_inside .icon2,
.linkedin_tool_bdr .sfsi_inside .icon3,
.linkedin_tool_bdr .sfsi_inside .icon4 {
width: auto;
}
.linkedin_tool_bdr .sfsi_inside .icon3 {
margin-right: 0;
}
.linkedin_tool_bdr .sfsi_inside .icon3 .IN-widget {
width: 106px;
}
.vk_tool_bdr .sfsi_inside .icon1 {
margin: 2px 0 3px 0;
height: auto;
display: inline-block;
float: none;
}
.vk_tool_bdr .sfsi_inside .icon2 {
margin: 3px auto;
min-height: 25px !important;
display: block;
overflow: hidden;
}
.vk_tool_bdr .sfsi_inside .icon1 img {
width: 80px;
}
.vk_tool_bdr .sfsi_inside .icon2 img {
width: 80px;
height: 24px;
}
.sfsi_responsive_icons .sfsi_responsive_icon_pinterest_container {
background-color: #CB3233;
} .sfsi_premium_sticky_icons_container {
flex-direction: column;
display: flex;
position: fixed;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_icons_container a {
display: block;
text-align: center;
transition: all 0.3s ease;
color: white;
font-size: 20px;
}
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_right_button_container {
right: 0;
}
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_left_button_container {
left: 0;
}
.sfsi_premium_sticky_mobile_icons_container {
display: flex;
position: fixed;
width: 100% !important;
}
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_mobile_icons_container a {
width: 100% !important;
}
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_mobile_top {
top: 0px;
}
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_mobile_bottom {
bottom: 0px;
}
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_icon_item_container {
height: 40px;
vertical-align: middle;
margin-top: auto;
margin-bottom: auto;
display: flex;
justify-content: center;
}
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_icon_item_container img {
padding: 9px;
vertical-align: middle !important;
box-shadow: unset !important;
-webkit-box-shadow: unset !important;
max-width: 40px !important;
max-height: 40px !important;
}
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_icon_item_container span {
padding: 7px;
vertical-align: middle !important;
box-shadow: unset !important;
-webkit-box-shadow: unset !important;
line-height: 40px
}
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_icon_item_container.sfsi_premium_sticky_custom_icon{
width:40px;
}
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_icons_count.sfsi_premium_sticky_count_container{
width: 40px;
font-size: 12px;
height: 40px;
line-height: 20px;
margin: 0px !important;
padding-top: 3px;
}
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_icons_count.sfsi_premium_sticky_count_container h3,
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_icons_count.sfsi_premium_sticky_count_container h6 {
margin: 0px;
}
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_mobile_icons_container .sfsi_premium_sticky_icons_count {
width: 100% !important;
padding-top: 4px;
}
amp-facebook-like{
height: 21px;
margin-bottom:-7px
}
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_icon_item_container.sfsi_premium_responsive_icon_follow_container img{
padding-top: 10px;
padding-bottom: 10px;
padding-right: 7px;
padding-left: 7px;
}
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_icons_count.sfsi_premium_sticky_count_container h3{
font-size: 16px !important;
}
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_icons_count.sfsi_premium_sticky_count_container h6{
font-size: 9px !important;
padding-top: 12px;
padding-bottom: 12px;
padding-right: 11px;
padding-left: 10px;
}
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_count_container .sfsi_premium_count,
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_count_container .sfsi_premium_count_text{
font-size:12px!important;
}
.sfsiaftrpstwpr {
display: flex;
justify-content: flex-start;
max-width: 100% !important;
clear: both;
}
@media screen and (max-width: 569px) {
.sfsi_responsive_fluid div span {
display: none;
}
} .sfsi_actvite_theme_flat .inerCnt .sfcm.sfsi_wicon {
padding: 0;
border: medium none !important;
width: 55% !important;
height: auto;
position: absolute;
top: 50%;
transition: inherit;
left: 50%;
transform: translate(-50%, -50%);
margin: 0;
}
.sfsi_actvite_theme_flat .inerCnt .sficn {
display: flex;
border-radius: 50%;
align-items: center;
justify-content: center;
height: 100%;
} .sfsi-mouseOver-effect.sfsi-mouseOver-effect-fade_in a.sfsi_responsive_fluid,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo a.sfsi_responsive_fluid,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-fade_in .sfsi_premium_sticky_icons_container a,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo .sfsi_premium_sticky_icons_container a,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-fade_in .sf_icon a,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo .sf_icon a,
.sfsi_Sicons.sfsi-mouseOver-effect.sfsi-mouseOver-effect-fade_in .sf_fb.sf_icon,
.sfsi_Sicons.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo .sf_fb.sf_icon {
opacity: 0.6 !important;
}
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-fade_in a.sfsi_responsive_fluid:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo a.sfsi_responsive_fluid:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-fade_in .sfsi_premium_sticky_icons_container a:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo .sfsi_premium_sticky_icons_container a:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-fade_in .sf_icon a:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo .sf_icon a:hover,
.sfsi_Sicons.sfsi-mouseOver-effect.sfsi-mouseOver-effect-fade_in .sf_fb.sf_icon:hover,
.sfsi_Sicons.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo .sf_fb.sf_icon:hover {
opacity: 1 !important;
transition: all 0.6s ease 0s !important;
}
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-scale a.sfsi_responsive_fluid:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo a.sfsi_responsive_fluid:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-scale .sfsi_premium_sticky_icons_container a:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo .sfsi_premium_sticky_icons_container a:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-scale .sf_icon a:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo .sf_icon a:hover,
.sfsi_Sicons.sfsi-mouseOver-effect.sfsi-mouseOver-effect-scale .sf_fb.sf_icon:hover,
.sfsi_Sicons.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo .sf_fb.sf_icon:hover {
z-index: 99999 !important;
transition: all 0.6s ease 0s !important;
}
.sfsi_Sicons.sfsi-mouseOver-effect .sf_icon a,
.sfsi_Sicons.sfsi_Sicons_position_right .sf_subscrbe.sf_icon a {
display: inline-block;
}
.sfsi_Sicons.sfsi_Sicons.sfsi_Sicons.sfsi_Sicons_position_right .sf_icon .fb_iframe_widget,
.sfsi_Sicons.sfsi_Sicons.sfsi_Sicons.sfsi_Sicons_position_right .sf_icon .fb_iframe_widget>* {
margin-left: 0;
}
.vk_tool_bdr .sfsi_inside .icon1,
.vk_tool_bdr .sfsi_inside .icon1 a,
.vk_tool_bdr .sfsi_inside .icon2,
.vk_tool_bdr .sfsi_inside .icon2 a {
display: flex;
align-items: center;
}
#sfsi_floater .sfsi_tool_tip_2 {
display: none;
}
.margin-enable-count{
margin-left: -13px !important;
}
.sf_fb iframe{
margin-top: 2px !important;
}
.success-alert {
display: none;
position: fixed;
top: 100px; right: 10px; background-color: #4CAF50;
color: white;
text-align: center;
padding: 15px;
border-radius: 5px;
z-index: 99999;
} @keyframes intro-animation {
0% {
transform: translateX(100%);
}
100% {
transform: translateX(0);
}
} @keyframes fade-out {
0% {
opacity: 1;
}
90% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.sfsi_Sicons .sf_icon a {
display: flex !important;
}.slick-loading .slick-list{ background: #fff url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/wp-responsive-recent-post-slider/assets/css/ajax-loader.gif) center center no-repeat;}
.slick-slider{ position: relative;display: block; -moz-box-sizing: border-box;box-sizing: border-box; -webkit-user-select: none;-moz-user-select: none;-ms-user-select: none; user-select: none;  -webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.slick-list{position: relative;display: block; overflow: hidden;  margin: 0; padding: 0;}
.slick-list:focus{outline: none;}
.slick-list.dragging{ cursor: pointer; cursor: hand;}
.slick-slider .slick-track,
.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.slick-track{position: relative;top: 0;left: 0;display: block;}
.slick-track:before, .slick-track:after{display: table;content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{ visibility: hidden;}
.slick-slide{ display: none; float: left; height: 100%; min-height: 1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{ display: block;}
.slick-slide.slick-loading img{ display: none;}
.slick-slide.dragging img{ pointer-events: none;}
.slick-initialized .slick-slide{ display: block;}
.slick-loading .slick-slide{ visibility: hidden;}
.slick-vertical .slick-slide{display: block; height: auto; border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}.wpcolumn, .wpcolumns  {-webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box;}
.wppsac-post-slider *, .wppsac-post-carousel * {-webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box;} .wppsac-clearfix:before, .wppsac-clearfix:after{content: "";display: table;}
.wppsac-clearfix::after{clear: both;}
.wppsac-clearfix{clear: both;} .wppsac-post-slider{visibility: hidden; opacity:0; transition:opacity 0.5s linear;}
.wppsac-post-slider.slick-initialized { visibility: visible; opacity:1;}
.wppsac-hide{display:none;}
.wppsac-post-slider .slick-arrow, .wppsac-post-carousel .slick-arrow{text-indent:-99999px;}
.wppsac-post-slider button.slick-arrow, .wppsac-post-carousel button.slick-arrow  {background-color: transparent!important; cursor:pointer; width:30px; height:45px; position:absolute; z-index:9; border:0px !important;padding:0 !important; margin:0px !important; border-radius:0px !important;  -webkit-transition-duration: 0.4s;  transition-duration: 0.4s;}
.wppsac-post-slider button.slick-next, .wppsac-post-carousel button.slick-next {background:rgba(0,0,0,0.5) url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/wp-responsive-recent-post-slider/assets/css/arrow-right.png) center center no-repeat !important; background-size:25px 25px !important; outline:none !important; box-shadow: none;}
.wppsac-post-slider button.slick-prev, .wppsac-post-carousel button.slick-prev{background:rgba(0,0,0,0.5) url(//www.tla-automobiles-saint-etienne.fr/wp-content/plugins/wp-responsive-recent-post-slider/assets/css/arrow-left.png) center center no-repeat !important; background-size:25px 25px !important;  outline:none !important; box-shadow: none;}
.wppsac-post-slider button.slick-next:hover, .wppsac-post-slider button.slick-next:focus, .wppsac-post-carousel button.slick-next:hover, .wppsac-post-carousel button.slick-next:focus,
.wppsac-post-slider button.slick-prev:hover, .wppsac-post-slider button.slick-prev:focus, .wppsac-post-carousel button.slick-prev:hover, .wppsac-post-carousel button.slick-prev:focus{background-color:rgba(0,0,0,0.8) !important;}
.wppsac-post-slider .slick-dots{padding:0 !important; margin:0 !important; position:absolute;  text-align:center;}
.wppsac-post-slider .slick-dots li button{text-indent:-99999px;}
.wppsac-post-slider .slick-dots li {list-style:none !important; display:inline-block !important; margin:0 2px !important; padding:0px !important;}
.wppsac-post-slider .slick-dots li button{background:#fff !important; margin:0px !important; padding:0px !important; border:1px solid #000; border-radius:50% !important; width:13px !important; height:13px !important;}
.wppsac-post-slider .slick-dots li button:focus{outline:none !important}
.wppsac-post-slider button:active{box-shadow: none;}
.wppsac-post-slider .slick-dots li.slick-active button{background:#444 !important;}
.wppsac-post-slider .slick-slide{padding:0px !important}
.wppsac-post-overlay{ position:relative;}
.wppsac-post-slider .wppsac-post-content a.wppsac-readmorebtn {padding: 5px 10px;border: 1px solid #e7e7e7;text-decoration: none;margin: 5px 0; font-size:14px; -moz-transition:all 0.5s ease-out 0s;-ms-transition:all 0.5s ease-out 0s;-o-transition:all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.wppsac-post-content {padding-bottom: 10px;}
.wppsac-sub-content {padding-bottom: 10px;}
.wppsac-post-slider h2.wppsac-post-title{margin:5px 0 !important; line-height:26px;}
.wppsac-post-slider h2.wppsac-post-title a{font-size:22px; line-height:26px;}
.wppsac-post-slider .wppsac-post-date{margin-bottom:10px; position:relative; font-size:13px;}
.wppsac-post-slider .wppsac-post-date::after {  background: #e96656; bottom: -4px;content: "";height: 2px; left: 0; margin: auto ; position: absolute; width: 50px; z-index: 1;}
.wppsac-post-slider .wppsac-post-categories ul.wppsac-post-categories-list{margin:0px 0px 10px 0 !important; padding:0px !important; list-style:none !important; font-size: 0;}
.wppsac-post-slider .wppsac-post-categories ul.wppsac-post-categories-list li{display:inline-block !important; margin: 2px !important; padding: 0 !important;}
.wppsac-post-slider .wppsac-post-categories ul.wppsac-post-categories-list li a{padding:4px 10px; text-transform:uppercase; font-size:11px; text-decoration:none; color: #fff; display: block; line-height: normal;}
.wppsac-post-slider .wppsac-post-categories ul.wppsac-post-categories-list li:nth-child(4n+1) a{background:#1abc9c;}
.wppsac-post-slider .wppsac-post-categories ul.wppsac-post-categories-list li:nth-child(4n+2) a{background:#3498db;}
.wppsac-post-slider .wppsac-post-categories ul.wppsac-post-categories-list li:nth-child(4n+3) a{background:#e74c3c;}
.wppsac-post-slider .wppsac-post-categories ul.wppsac-post-categories-list li:nth-child(4n+4) a{background:#34495e;}
.wppsac-post-slider .wppsac-post-image-bg img{height: 100%;width: 100%;object-fit: cover;object-position: top center;border-radius: 0px;} .wppsac-post-slider a{text-decoration:none !important;}
.wppsac-post-slider.design-1 .wppsac-post-content-position{position:relative} 
.wppsac-post-slider.design-1 .wppsac-post-content-left{position:absolute !important; left:0; bottom: 0px; background:rgba(0, 0, 0, 0.5); z-index:999; color:#fff;}
.wppsac-post-slider.design-1 .wppsac-post-content-left a {color:#fff;}
.wppsac-post-slider.design-1 .wppsac-post-content-left{padding: 20px 20px 35px 20px;}
.wppsac-post-slider.design-1 .wppsac-post-image-bg{background: #f1f1f1;height: 350px; line-height: 0; overflow: hidden; position: relative; width: 100%;}
.wppsac-post-slider.design-1 .wppsac-post-content p{color:#fff;}
.wppsac-post-slider.design-1 .slick-arrow {bottom:0px !important; top:auto !important;}
.wppsac-post-slider.design-1 .slick-next{right:0px !important;}
.wppsac-post-slider.design-1 .slick-prev{right:31px !important; left:auto !important;}
.wppsac-post-slider.design-1 .slick-dots{left:15px !important;  bottom:2px !important;}
.wppsac-post-slider.design-1 a.wppsac-readmorebtn{color:#fff;}
.wppsac-post-slider.design-1 a.wppsac-readmorebtn:hover{color:#fff; background:rgba(0,0,0,0.5);} .wppsac-post-slider.design-2 .wppsac-post-content-position{position:relative;}
.wppsac-post-slider.design-2 .wppsac-post-content-left{position:absolute !important; left:0; top:0; bottom:0; background:rgba(0, 0, 0, 0.5); z-index:999; color:#fff;}
.wppsac-post-slider.design-2 .wppsac-post-content-left a{color:#fff;}
.wppsac-post-slider.design-2 .wppsac-post-content-left{padding: 33px 20px;}
.wppsac-post-slider.design-2 .wppsac-post-image-bg{background: #f1f1f1;height: 350px; line-height: 0; overflow: hidden; position: relative; width: 100%;}
.wppsac-post-slider.design-2 .wppsac-post-content p{color:#fff;}
.wppsac-post-slider.design-2 .slick-arrow {bottom:0px !important; top:auto !important;}
.wppsac-post-slider.design-2 .slick-next{right:0px !important;}
.wppsac-post-slider.design-2 .slick-prev{right:31px !important; left:auto !important;}
.wppsac-post-slider.design-2 .slick-dots{left:15px !important;  bottom:2px !important;}
.wppsac-post-slider.design-2 .wppsac-post-inner-content {width: 100%; max-height: 100%; overflow: hidden;}
.wppsac-post-slider.design-2 a.wppsac-readmorebtn{color:#fff;}
.wppsac-post-slider.design-2 a.wppsac-readmorebtn:hover{color:#fff; background:rgba(0,0,0,0.5);} .wppsac-post-slider.design-3 .wppsac-post-image-bg{background: #f1f1f1;height: 350px;line-height: 0; overflow: hidden; position: relative; width: 100%;}
.wppsac-post-slider.design-3 .wppsac-post-short-content{height: 46%;clear:both; background: rgba(51, 51, 51, 0.5);bottom: 0; color: #fff; left: 0; padding: 15px 30px 35px 30px; position: absolute; right: 0; transition: all 0.5s ease-in-out 0s;}
.wppsac-post-slider.design-3 .wppsac-post-content	{ opacity: 0; height:0; transition: all 0.5s ease-in-out 0s;}
.wppsac-post-slider.design-3 .wppsac-post-overlay:hover > .wppsac-post-short-content .wppsac-post-content{opacity:1;height:auto;}
.wppsac-post-slider.design-3 .wppsac-post-overlay:hover > .wppsac-post-short-content {height:85%;}
.wppsac-post-slider.design-3 .wppsac-post-categories{left: 0;top: 0px;position: absolute;}
.wppsac-post-slider.design-3 .wppsac-post-categories ul.post-categories li{margin: 0 2px 2px 0 !important;}
.wppsac-post-slider.design-3 h2.wppsac-post-title a,
.wppsac-post-slider.design-3 .wppsac-post-content a.wppsac-readmorebtn,
.wppsac-post-slider.design-3 .wppsac-post-content p{color: #fff;}
.wppsac-post-slider.design-3 .slick-arrow {bottom:0px !important; top:auto !important;}
.wppsac-post-slider.design-3 .slick-next{right:0px !important;}
.wppsac-post-slider.design-3 .slick-prev{right:31px !important; left:auto !important;}
.wppsac-post-slider.design-3 .slick-dots{left:15px !important; bottom:2px !important;}
.wppsac-post-slider.design-3 a.wppsac-readmorebtn:hover{color:#fff; background:rgba(0,0,0,0.5);} .wppsac-post-slider.design-4 .wppsac-post-list-content, .wppsac-post-slider.design-4 .post-list{width:100%; float:left; clear:both;}
.wppsac-post-slider.design-4 .wppsac-post-list-content .wppsac-post-title a{color:#444; text-decoration:none;}
.wppsac-post-slider.design-4 .wppsac-post-image-bg{background: #f1f1f1;height: 230px;line-height: 0; overflow: hidden; position: relative; width: 100%;}
.wppsac-post-slider.design-4 .wppsac-post-categories {margin-top: 0;}
.wppsac-post-slider.design-4 .wppsac-post-categories a{color:#fff;}
.wppsac-post-slider.design-4 .wp-medium-5{padding: 0px 10px 0 0;}
.wppsac-post-slider.design-4 .wppsac-post-list-content .wp-medium-7{padding:10px 35px 10px 15px;}
.wppsac-post-slider.design-4 .slick-arrow{top:50% ;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);}
.wppsac-post-slider.design-4 .slick-next{right:0px !important;}
.wppsac-post-slider.design-4 .slick-prev{left:0px !important;}
.wppsac-post-slider.design-4 .slick-dots{left: 0;right: 0;}
.wppsac-post-slider.design-4 .wppsac-post-content a.wppsac-readmorebtn {color: #444; border-color: #444;}
.wppsac-post-slider.design-4 a.wppsac-readmorebtn:hover{color:#fff; background:rgba(0,0,0,0.5);} .wppsac-post-carousel{visibility: hidden; opacity:0; transition:opacity 0.5s linear;}
.wppsac-post-carousel.slick-initialized { visibility: visible; opacity:1;}
.wppsac-hide{display:none;}
.wppsac-post-carousel .slick-dots{padding:0 !important; margin:0 !important; position:absolute;  text-align:center;}
.wppsac-post-carousel .slick-dots li button{text-indent:-99999px;}
.wppsac-post-carousel .slick-dots li {list-style:none !important; display:inline-block !important; margin:0 2px !important; padding:0px !important;}
.wppsac-post-carousel .slick-dots li button{background:#fff !important; margin:0px !important; padding:0px !important; border:1px solid #000; border-radius:50% !important; width:13px !important; height:13px !important;}
.wppsac-post-carousel .slick-dots li button:focus{outline:none !important}
.wppsac-post-carousel button:active{box-shadow: none;}
.wppsac-post-carousel .slick-dots li.slick-active button{background:#444 !important;}
.wppsac-post-carousel .wppsac-post-content a.wppsac-readmorebtn {padding: 5px 10px;border: 1px solid #e7e7e7;text-decoration: none;margin: 5px 0; font-size:14px; -moz-transition:all 0.5s ease-out 0s;-ms-transition:all 0.5s ease-out 0s;-o-transition:all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.wppsac-post-carousel h2.wppsac-post-title{margin:5px 0 !important; line-height:26px;}
.wppsac-post-carousel h2.wppsac-post-title a{font-size:22px; line-height:26px;}
.wppsac-post-carousel .wppsac-post-date{margin-bottom:10px; position:relative; font-size:13px;}
.wppsac-post-carousel .wppsac-post-categories ul.wppsac-post-categories-list{margin:0px 0px 10px 0 !important; padding:0px !important; list-style:none !important; font-size: 0;}
.wppsac-post-carousel .wppsac-post-categories ul.wppsac-post-categories-list li{display:inline-block !important; margin: 2px !important; padding: 0 !important;}
.wppsac-post-carousel .wppsac-post-categories ul.wppsac-post-categories-list li a{padding:4px 10px; text-transform:uppercase; font-size:11px; text-decoration:none; color: #fff; display: block; line-height: normal;}
.wppsac-post-carousel .wppsac-post-categories ul.wppsac-post-categories-list li:nth-child(4n+1) a{background:#1abc9c;}
.wppsac-post-carousel .wppsac-post-categories ul.wppsac-post-categories-list li:nth-child(4n+2) a{background:#3498db;}
.wppsac-post-carousel .wppsac-post-categories ul.wppsac-post-categories-list li:nth-child(4n+3) a{background:#e74c3c;}
.wppsac-post-carousel .wppsac-post-categories ul.wppsac-post-categories-list li:nth-child(4n+4) a{background:#34495e;} .wppsac-post-carousel a{text-decoration:none !important;}
.wppsac-post-carousel.design-1 .wppsac-post-title a{color:#444;}
.wppsac-post-carousel.design-1 .wppsac-post-image-bg{margin-bottom:15px;}
.wppsac-post-carousel.design-1 .slick-arrow{top:50% ;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);}
.wppsac-post-carousel.design-1 .wppsac-carousel-slides{padding: 0 10px}
.wppsac-post-carousel.design-1 .slick-next{right:0px !important;}
.wppsac-post-carousel.design-1 .slick-prev{left:0px !important;}
.wppsac-post-carousel.design-1 .slick-dots{left: 0;right: 0;}
.wppsac-post-carousel.design-1 a.wppsac-readmorebtn{color:#555;}
.wppsac-post-carousel.design-1 a.wppsac-readmorebtn:hover{color:#fff; background:rgba(0,0,0,0.5);}
.wpcolumn,
.wpcolumns {  padding-left: 0.9375em;  padding-right: 0.9375em; width:100%; float: left;  position: relative; }
@media only screen and (max-width: 768px) { 
.wppsac-post-slider.design-1 .wppsac-post-image-bg img, .wppsac-post-slider.design-2 .wppsac-post-image-bg img, .wppsac-post-slider.design-3 .wppsac-post-image-bg img{max-width:700px !important}
}
@media only screen and (max-width: 500px) { 
.wppsac-post-slider.design-1 .wppsac-post-image-bg img, .wppsac-post-slider.design-2 .wppsac-post-image-bg img, .wppsac-post-slider.design-3 .wppsac-post-image-bg img{max-width:600px !important}
.wppsac-post-slider.design-1 .wppsac-post-content,  .wppsac-post-slider.design-2 .wppsac-post-content,  .wppsac-post-slider.design-3 .wppsac-post-content{display:none}
}
@media only screen {
.wpcolumn,  .wpcolumns {position: relative;padding-left: 0.9375em;padding-right: 0.9375em; float: left; }
}
@media only screen and (min-width: 40.0625em) {  
.wpcolumn,
.wpcolumns {position: relative;padding-left: 0.9375em;padding-right: 0.9375em;float: left; }
.wp-medium-1 {width: 8.33333%;}
.wp-medium-2 {width: 16.66667%;}
.wp-medium-3 {width: 25%;}
.wp-medium-4 {width: 33.33333%;}
.wp-medium-5 {width: 41.66667%;}
.wp-medium-6 {width: 50%;}
.wp-medium-7 {width: 58.33333%;}
.wp-medium-8 {width: 66.66667%;}
.wp-medium-9 {width: 75%;}
.wp-medium-10 {width: 83.33333%;}
.wp-medium-11 {width: 91.66667%;}
.wp-medium-12 {width: 100%;}
.medium-offset-0 {margin-left: 0 !important;}
.medium-offset-1 {margin-left: 8.33333% !important;}
.medium-offset-2 {margin-left: 16.66667% !important;}
.medium-offset-3 {margin-left: 25% !important;}
.medium-offset-4 {margin-left: 33.33333% !important;}
.medium-offset-5 {margin-left: 41.66667% !important;}
.medium-offset-6 {margin-left: 50% !important;}
.medium-offset-7 {margin-left: 58.33333% !important;}
.medium-offset-8 {margin-left: 66.66667% !important;}
.medium-offset-9 {margin-left: 75% !important;}
.medium-offset-10 {margin-left: 83.33333% !important;}
.medium-offset-11 {margin-left: 91.66667% !important;}
}@font-face {
font-family: "gotham";
src: url(https://www.tla-automobiles-saint-etienne.fr/wp-content/themes/tla/fonts/Gotham-Medium.woff2) format("woff2"),
url(https://www.tla-automobiles-saint-etienne.fr/wp-content/themes/tla/fonts/Gotham-Medium.woff) format("woff");
}
@font-face {
font-family: "gotham_book";
src: url(https://www.tla-automobiles-saint-etienne.fr/wp-content/themes/tla/fonts/Gotham-Book.woff2) format("woff2"),
url(https://www.tla-automobiles-saint-etienne.fr/wp-content/themes/tla/fonts/Gotham-Book.woff) format("woff");
}
@font-face {
font-family: 'gotham_light';
src: url(https://www.tla-automobiles-saint-etienne.fr/wp-content/themes/tla/fonts/Gotham-Light.woff2) format('woff2'),
url(https://www.tla-automobiles-saint-etienne.fr/wp-content/themes/tla/fonts/Gotham-Light.woff) format('woff');
font-weight: 300;
font-style: normal;
}
html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} body,
button,
input,
select,
optgroup,
textarea {
color: #000000;
font-family: sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}  a {
color: royalblue;
}
a:visited {
color: purple;
}
a:hover,
a:focus,
a:active {
color: midnightblue;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} .main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
float: left;
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
.wpforms-submit {
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 1em;
padding: 1em 2em;
background: none !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#41a9d5', endColorstr='#298fba', GradientType=0);
border: 1px solid;
border-color: #CC0000;
color: #ffffff !important;
border-radius: 0 !important;
box-shadow: none;
text-shadow: none;
background: #CC0000 !important;
}
.site-header {
background-color: #000000 !important;
}
.site-header .ubermenu-target {
color: #fff !important;
padding: 6px 14px !important;
margin-right: 10px !important;
font-size: 15px;
font-family: 'gotham';
font-weight: 300;
font-style: normal;
}
.site-header #contact {
text-transform: uppercase;
border: solid 1px;
}
#ubermenu-main-2-menu-1-2 {
padding: 50px 0 !important;
}
.site-header .container-logo {
display: flex;
align-items: center;
justify-content: center;
}
#bandeau-accueil { background-repeat: no-repeat !important;
object-fit: cover;
background-size: cover;
position: relative;
z-index: 10;
}
.entry-content {
margin-top: 0 !important;
}
.mejs-controls{
display: none;
}
#bandeau-accueil h1 {
font-family: 'Gotham';
font-weight: 500;
font-style: normal;
color: #fff;
text-align: center;
font-size: 40px;
}
#bandeau-accueil h2 {
font-family: 'Gotham_Book';
font-weight: normal;
font-style: normal;
color: #fff;
text-align: center;
font-size: 35px;
}
#bandeau-accueil .content_bandeau {
position: absolute;
width: 100%; bottom: 40px;
} .bloc-image {
height: 500px !important;
background-repeat: no-repeat !important;
object-fit: cover;
position: relative;
background-size: cover;
}
.bloc-image h3 {
font-family: 'Gotham';
font-weight: 500;
font-style: normal;
color: #fff;
text-align: center;
font-size: 25px;
margin-bottom: 20px;
}
.bloc-image .panel-grid-cell {
position: absolute;
width: 100%;
bottom: 10%;
}
.bloc-image .so-widget-sow-button-atom-4a75a8acc3b6 .ow-button-base a {
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 1em;
padding: 1em 2em;
background: none !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#41a9d5', endColorstr='#298fba', GradientType=0);
border: 1px solid;
border-color: #fff;
color: #ffffff !important;
border-radius: 0 !important;
box-shadow: none;
text-shadow: none;
}
#pgc-6-2-0,
#pgc-6-2-1,
#pgc-6-2-2,
#pgc-6-3-0,
#pgc-6-3-1,
#pgc-6-3-2 {
width: 33.333% !important;
width: calc(33.333%) !important;
}
#container-bloc .bloc-image {
height: auto !important;
padding-top: 100%
}
#container-bloc .panel-first-child {
margin-bottom: 0 !important;
}
.btn-absolute a {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
background: transparent !important;
border: none !important;
}
.bloc-image:hover .btn-hover .so-widget-sow-button a {
background-color: #FFF !important;
color: #000000 !important;
transition: all .2s ease-in-out;
border: none !important;
}
.colonne {
padding: 25px;
}
#text-colonne {
display: flex;
align-items: center;
justify-content: center;
border: solid 1px;
padding: 25px;
padding-top: 60px;
padding-bottom: 60px;
}
#col-background {
background-repeat: no-repeat !important;
background-size: cover !important;
}
#text-colonne h3 {
font-family: 'Gotham';
font-weight: 500;
font-style: normal;
font-size: 19px;
margin-bottom: 35px;
}
#text-colonne p {
width: 75%;
margin: 0 auto;
font-family: semplicitapro, sans-serif;
font-weight: 400;
font-style: normal;
}
#text-colonne a {
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 1em;
padding: 1em 2em;
background: none !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#41a9d5', endColorstr='#298fba', GradientType=0);
border: 1px solid;
border-color: #CC0000;
color: #ffffff !important;
border-radius: 0 !important;
box-shadow: none;
text-shadow: none;
background: #CC0000 !important;
}
#btn-actus a{
border: none !important;
padding: 0 !important;
background: transparent;
color: #000000 !important;
padding-bottom: 5px !important;
padding-right: 5px !important;
border-bottom: 2px solid !important;
text-decoration: none !important;
}
.comment-list , #respond , .post-navigation{
display: none;
}
.black-background {
background-color: #000000;
color: #fff !important;
padding: 30px 25px;
}
.wppsac-post-image-bg {
height: 450px !important;
}
.actu-card .wppsac-post-image-bg img{
height: 100% !important;
object-fit: cover;
}
.actu-card{
margin-bottom: 50px;
}
@media (min-width: 768px){
.container .actu-card:nth-child(2n+2) .order-md-2{
-ms-flex-order: 1;
order: 1;
}
.container .actu-card:nth-child(2n+2) .order-md-1{
-ms-flex-order: 2;
order: 2;
}
}
#bandeau-page.contact{
margin-bottom: 0;
}
.map-contact{
margin-top: 50px;
}
#contac h1{
margin: 0;
border-bottom: 2px solid #000000;
display: inline-block;
font-weight: 500;
font-family: 'Gotham';
font-size: 30px;
margin-bottom: 30px;
}
.titre-actu-page h1{
text-align: center;
min-height: 100px;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
margin: 0;
position: relative;
z-index: 100;
max-width: 700px;
margin: 0 auto;
font-size: 35px;
font-weight: 500;
text-transform: uppercase;
font-family: 'Gotham';
margin-bottom: 60px;
}
p , a , span , label{
font-family: semplicitapro, sans-serif;
}
#article-page{
margin-bottom: 100px;
}
#article-page a {
color: black;
font-weight: bold;
font-family: semplicitapro, sans-serif;
}
#article-page a:hover {
text-decoration: none;
}
.titre-actu-page h1:after{
content: "";
width: 150px;
height: 10px;
background: #CC0000;
position: absolute;
left: 50%;
bottom: 0;
transform: translateX(-50%);
}
.container_full{
width: 100vw !important;
position: relative !important;
margin-left: -50vw;
left: 50%;
}
.container_full img{
height: 500px;
width: 100%;
object-fit: cover;
margin-bottom: -50px;
object-position: center;
}
.actu-card h2 a{
font-family: 'Gotham' !important;
}
.black-background h3 ,.black-background h2 {
font-size: 19px;
font-family: 'Gotham';
font-weight: 500;
font-style: normal;
}
.black-background p {
margin-bottom: 0 !important;
font-family: semplicitapro, sans-serif;
font-weight: 400;
font-style: normal;
}
.black-background.commercial h3:before , .black-background.commercial h2:before{
content: "";
background: url(https://www.tla-automobiles-saint-etienne.fr/wp-content/themes/tla/img/commercial.png);
display: inline-block;
width: 25px;
height: 25px;
background-size: contain;
margin-right: 10px;
background-repeat: no-repeat;
}
.black-background.atelier h3:before , .black-background.atelier h2:before {
content: "";
background: url(https://www.tla-automobiles-saint-etienne.fr/wp-content/themes/tla/img/atelier.png);
display: inline-block;
width: 25px;
height: 25px;
background-size: contain;
margin-right: 10px;
background-repeat: no-repeat;
}
.tel-number {
text-align: center;
border: solid;
}
.tel-number p {
font-size: 19px;
color: #000000;
margin-bottom: 0;
}
.titre-instagram {
background-color: #CC0000;
margin-top: 50px;
}
.titre-instagram h2 {
margin-bottom: 0;
padding: 40px 0;
color: #fff;
font-family: 'Gotham';
font-weight: 500;
font-style: normal;
font-size: 22px;
} .bloc-image {
position: relative;
}
.bloc-image:hover:before {
transition-duration: 750ms;
content: "";
position: absolute;
width: 100%;
height: 100%;
display: block;
background-color: #CC0000;
top: 0;
opacity: 41%;
z-index: 0 !important;
background-image: none;
}
.bloc-image:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
display: block;
background-image: linear-gradient(to top, #000000, rgb(59, 59, 59, 0.4), rgb(191, 170, 143, 0.2), rgba(185, 185, 185, 0), rgba(255, 255, 255, 0));
top: 0;
z-index: 0 !important;
}
.bloc-image .content-bloc h3,
.bloc-image .content-bloc .widget_sow-button {
z-index: 999 !important
}
#slider-accueil .img-slider {
height: 100% !important;
object-fit: cover !important;
height: 500px !important;
width: 500px !important;
}
.titre-actu {
color: #000000 !important;
border-bottom: 2px solid #707070;
padding-bottom: 30px !important;
font-family: 'Gotham';
font-weight: 500;
font-style: normal;
font-size: 25px;
}
.sous-titre-actu,
.sous-titre-actu a {
text-decoration: none;
font-family: semplicitapro, sans-serif;
font-style: normal;
font-weight: 500;
color: #000000 !important;
font-size: 23px;
padding: 30px 0 !important;
}
.wppsac-sub-content {
font-family: semplicitapro, sans-serif;
font-style: normal;
font-weight: 400;
padding-bottom: 30px;
}
.wppsac-readmorebtn {
border: none !important;
padding: 0 !important;
background: transparent;
color: #000000 !important;
padding-bottom: 5px !important;
padding-right: 5px !important;
border-bottom: 2px solid !important;
}
#n2-ss-2-arrow-next {
position: absolute !important;
width: 40px !important;
height: 40px !important;
bottom: 15px !important;
left: 539px !important;
left: 50% !important;
transform: translateX(60px) !important;
bottom: 30px !important;
background: #fff !important;
display: flex;
align-items: center;
justify-content: center;
}
#n2-ss-2-arrow-previous {
position: absolute !important;
width: 40px !important;
height: 40px !important;
bottom: 62px !important; left: 50% !important;
transform: translateX(22px) !important;
bottom: 30px !important;
background: #fff !important;
display: flex;
align-items: center;
justify-content: center;
}
#slider-accueil .slick-prev.slick-arrow {
position: absolute !important;
width: 40px !important;
height: 40px !important;
bottom: 62px !important; left: 50% !important;
transform: translateX(15px) !important;
bottom: 0 !important;
background-color: #fff !important;
display: flex;
align-items: center;
justify-content: center;
background-image: url(https://www.tla-automobiles-saint-etienne.fr/wp-content/themes/tla/img/arrow.png) !important;
background-size: 10px !important;
}
#slider-accueil .slick-next.slick-arrow {
position: absolute !important;
width: 40px !important;
height: 40px !important;
bottom: 62px !important; left: 50% !important;
transform: translateX(55px) !important;
bottom: 0 !important;
background-color: #fff !important;
display: flex;
align-items: center;
justify-content: center;
background-image: url(https://www.tla-automobiles-saint-etienne.fr/wp-content/themes/tla/img/arrow2.png) !important;
background-size: 11px !important;
}
div#n2-ss-2 .nextend-arrow img {
width: 25px !important;
}
.slick-dots {
display: none !important;
}
.wppsac-post-slider.design-1 .wppsac-post-image-bg {
height: 450px !important;
}
.container-text-actu {
display: flex;
align-items: center;
justify-content: center;
}
#gallery-1 .gallery-item {
display: inline-block;
width: auto !important;
margin: 0 20px !important;
}
#gallery-1 {
justify-content: center;
align-items: center;
display: flex;
}
#partenaire {
background-color: #F8F8F8;
margin-top: 100px;
padding: 50px 0;
}
#partenaire h2 {
font-family: 'Gotham';
font-weight: 500;
font-style: normal;
font-size: 25px;
color: #000000;
margin-bottom: 30px;
position: relative;
text-transform: uppercase;
}
#partenaire h2:after {
content: "";
display: block;
width: 120px;
height: 2px;
background: #000000;
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: -20px;
}
#footer {
background-color: #000000 !important;
color: #fff;
padding: 30px 15px;
}
.post,
.page {
margin: 0 0 0em;
}
.logo-ekypia {
margin-right: 100px;
}
#footer a {
text-decoration: none;
color: #fff;
white-space: nowrap;
}
#footer .p-footer {
margin-bottom: 0;
}
.logo-ekypia img{
width: 100px;
}
.lien-bas-page{
background-color: #CC0000;
padding: 20px;
margin-bottom: 120px;
}
.lien-bas-page p {
margin: 0;
color: white;
margin-bottom: 0;
font-family: 'Gotham';
font-weight: normal;
font-style: normal;
font-size: 16px;
}
.lien-bas-page a {
margin: 0;
color: white;
margin-bottom: 0;
font-family: 'Gotham';
font-weight: bold;
font-style: normal;
font-size: 16px;
transition: all .2s ease-in-out;
}
.lien-bas-page a:hover {
text-decoration: none;
font-size: 18px;
} .container-404 {
padding: 70px 0 90px !important;
}
.texte-404 {
display: flex;
align-items: center;
justify-content: center;
padding: 25px;
padding-top: 60px;
padding-bottom: 60px;
}
.texte-404 h1 {
font-family: 'Gotham';
font-weight: bold;
font-style: normal;
font-size: 40px;
margin-bottom: 35px;
color: black;
}
.texte-404 p {
width: 75%;
margin: 0 auto;
font-family: semplicitapro, sans-serif;
font-weight: 400;
font-style: normal;
}
.texte-404 a {
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 1em;
padding: 1em 2em;
background: none !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#41a9d5', endColorstr='#298fba', GradientType=0);
border: 1px solid !important;
border-color: #CC0000 !important;
color: #ffffff !important;
border-radius: 0 !important;
box-shadow: none;
text-shadow: none;
background: #CC0000 !important;
}
.btn-404 span {
position: relative;
padding-right: 30px;
}
.btn-404 span:after {
content: "";
position: absolute;
right: -10px;
top: 50%;
transform: translatey(-50%);
width: 30px;
height: 15px;
background-image: url(https://www.tla-automobiles-saint-etienne.fr/wp-content/uploads/2020/06/fleche.svg);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.img-404 img {
box-shadow: 0 0 30px 5px #cc000026 !important;
} .bloc-centrale {
padding: 20px;
background-color: rgb(204, 0, 0);
color: white;
}
.bloc-centrale p {
margin-bottom: 0;
}
.bloc-centrale a {
color: white;
font-weight: bold;
}
@media(min-width:800px) {
#container-bloc {
display: flex !important;
-ms-flex-wrap: wrap !important;
flex-wrap: nowrap !important;
-ms-justify-content: space-between !important;
justify-content: space-between !important;
-webkit-flex-direction: row !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
}
@media (max-width:800px) {
#container-bloc .panel-grid-cell {
width: 100% !important;
}
.bloc-image {
height: 250px !important;
}
#container-bloc .bloc-image {
height: 250px !important;
padding-top: 0 !important;
background-position: center;
}
}
@media (max-width:1750px) {
.col-menu-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.container-logo {
padding-top: 30px;
}
#ubermenu-nav-main-2-menu-1{
justify-content: center;
display: flex;
}
}
@media (max-width:1205px) {
.container-logo {
padding-bottom: 30px;
}
}
@media (max-width: 1770px) {
.site-header .ubermenu-target {
margin-right: 0px !important;
}
}
@media (max-width: 1430px) {
.site-header .ubermenu-target {
font-size: 15px;
}
}
@media (max-width: 1270px) {
.site-header .ubermenu-target {
font-size: 14px;
}
}
#qui,
#contact-accueil,
#actu-accueil {
margin-top: 80px;
}
#qui h2 {
font-family: 'Gotham';
font-weight: 500;
font-style: normal;
}
.ow-button-base a {
font-family: 'Gotham';
font-weight: 500;
font-style: normal;
}
.tel-number a {
text-decoration: none;
width: 100%;
display: block;
color: #000000;
padding-top: 20px;
padding-bottom: 20px;
font-family: 'Gotham';
font-weight: 500;
font-style: normal;
}
.tel-number:hover a,
.tel-number:hover {
text-decoration: none;
color: #fff !important;
background: #000000;
font-size: 19px;
transition: all .2s ease-in-out;
}
#colonne-droite a:hover {
transform: scale(1.03);
transition: all .2s ease-in-out;
}
#shiftnav-toggle-main-button {
font-size: 30px;
color: #fff;
background: #000000 !important;
top: 40px;
}
#shiftnav-toggle-main {
background: transparent !important;
}
#colophon .site-info section {
margin-bottom: 0 !important;
}
.shiftnav ul.shiftnav-menu li.menu-item > .shiftnav-target,
.shiftnav ul.shiftnav-menu li.shiftnav-retract > .shiftnav-target {
text-transform: none;
text-transform: uppercase;
font-size: 14px;
font-family: 'Gotham';
font-weight: 500;
font-style: normal;
color: #fff;
line-height: 1.8em; position: relative;
}
.shiftnav ul.shiftnav-menu li.menu-item > .shiftnav-target:before {
content: "";
position: absolute;
width: 90%;
top: 0;
left: 50%;
background: #CC0000;
height: 0.5px;
transform: translateX(-50%);
}
.titre-page,
.bloc-page h2 {
font-family: 'Gotham';
font-weight: 500;
font-style: normal;
}
.bloc-page h2 {
margin-bottom: 50px;
font-size: 25px;
}
.bloc-page a {
color: black;
font-weight: bold;
transition: all .2s ease-in-out;
}
.bloc-page a:hover {
text-decoration: none;
font-size: 17px;
}
.bloc-page a {
color: black;
font-weight: bold;
transition: all .2s ease-in-out;
}
.bloc-page a:hover {
text-decoration: none;
font-size: 17px;
}
#shiftnav-main .shiftnav-inner {
background: #000000;
}
#bandeau-page p, #bandeau-page a,
.bloc-page p {
font-family: semplicitapro, sans-serif;
}
#bandeau-page a {
color: white;
font-weight: bold;
}
#bandeau-page a:hover {
text-decoration: none;
}
.ubermenu .ubermenu-current-menu-item a {
color:#CC0000 !important;
}
#occasion {
display: none;
} #bandeau-page {
min-height: 500px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
position: relative;
margin-bottom: 80px;
}
#bandeau-page:after {
content: "";
position: absolute;
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, .3);
}
#content-bandeau {
background: #000000;
color: #fff;
padding: 80px 80px;
text-align: center;
position: absolute;
left: 10%;
bottom: -40px;
max-width: 560px;
z-index: 100;
}
.titre-page {
margin: 50px 0;
padding-bottom: 20px;
position: relative;
}
.titre-page:after {
content: "";
position: absolute;
width: 200px;
height: 2px;
background: #000000;
left: 50%;
transform: translateX(-50%);
}
.bloc-page .panel-grid-cell {
position: relative;
}
.background-red {
background: #CC0000;
margin: 120px 0;
}
.background-red a {
color: white;
font-weight: bold;
font-family: semplicitapro, sans-serif;
}
.background-red a:hover {
text-decoration: none;
}
.background-red .col-right {
color: #fff;
padding-right: 0px !important;
padding-left: 40px !important;
}
.bloc-page.bottom {
margin-bottom: 100px;
}
.bloc-page .col-right {
padding: 40px 0px;
padding-right: 40px;
}
.bloc-page .col-right {
position: relative;
}
.bloc-page .col-right :after {
content: "";
width: 150px;
height: 10px;
background: #CC0000;
left: -10px;
top: 0;
position: absolute;
}
#breadcrumbs {
margin-bottom: 0;
padding: 15px 0;
}
#breadcrumbs a {
text-decoration: none;
color: #000000;
font-family: 'gotham_light';
}
#content-bandeau h1 {
font-family: 'Gotham';
font-weight: 500;
font-style: normal;
}
#content-bandeau span {
font-family: 'Gotham';
font-weight: 500;
font-style: normal;
font-size: 2em;
margin: 0.67em 0;
display: block;
}
#content-bandeau p{
margin-bottom: 0;
}
.breadcrumb_last {
font-family: 'Gotham';
font-weight: 500;
font-style: normal;
}
.page-id-284 .col-right a , .page-id-286 .col-right a{
color:#000000 !important;
}
.page-qui-somme #content-bandeau {
background: #000000;
color: #fff;
padding: 30px 50px;
text-align: center;
position: absolute;
left: 50%;
bottom: -40px;
max-width: 561px;
z-index: 100;
transform: translateX(-50%);
}
.page-qui-somme .texte{
max-width: 600px;
margin: 0 auto;
}
.page-qui-somme .titre-page {
margin-bottom: 20px;
}
.background-red.grey{
background:#F8F8F8;
}
.background-red.grey .bloc-page .col-right :after{
display: none;
}
.background-red.grey .bloc-page .col-right{
color: #000000;
}
.grey a {
color: black;
font-weight: bold;
font-family: semplicitapro, sans-serif;
}
.grey a:hover {
text-decoration: none;
}
.bloc-black{
background: #000000;
max-width: 700px;
text-align: center;
margin: 0 auto;
padding: 50px 100px;
margin-bottom: 120px;
color: #fff;
}
.bloc-black h2{
font-family: 'Gotham';
font-weight: 500;
font-style: normal;
margin-bottom: 50px;
font-size: 25px
}
.gallerie-partenaire img{
max-height: 100px;
width: auto;
max-width: 100% !important;
}
#content-bandeau img{
max-width: 120px;
max-height: 80px;
object-fit: contain;
}
@media (min-width:1025px) {
.bloc-page .col-left img {
height: 110% !important;
object-fit: contain;
transform: translateY(-50%);
top: 50%;
position: absolute;
}
}
@media (max-width:1025px) {
.bloc-page .col-left img {
width: 80%;
height: auto;
}
.bloc-page .col-left .sow-image-container {
justify-content: center;
}
.gallerie-partenaire img{
max-width: 230px !important;
}
#content-bandeau , .page-qui-somme #content-bandeau{
background-color: rgba(0, 0, 0, .8);
left: 50%;
bottom: 50%;
max-width: 100%;
width: 80%;
z-index: 100;
transform: translate(-50%, 50%);
}
.bloc-page .col-right{
padding-right: 0 !important;
padding-left: 0 !important;
text-align: center;
}
#bandeau-page{
margin-bottom: 0;
}
.background-red {
background-image: linear-gradient(to bottom, #fff 50%, #CC0000 50%);
margin: 60px 0;
margin-top: 0px;
}
.bloc-page.bottom {
margin-bottom: 20px;
}
.titre-page {
margin: 10px 0;
}
.bloc-page .col-right :after {
content: "";
width: 150px;
height: 10px;
background: #CC0000;
left: 50%;
top: 0;
position: absolute;
transform: translateX(-50%);
}
}
@media (max-width:800px) {
#content-bandeau {
padding: 30px 30px;
}
.background-red {
background-image: linear-gradient(to bottom, #fff 20%, #CC0000 20%);
}
.titre-page h2{
font-size: 26px;
}
.bloc-page h3 {
margin-bottom: 30px;
font-size: 21px;
}
}
@media (max-width:600px) {
#content-bandeau {
width: 95%;
}
#content-bandeau {
padding: 30px 15px;
}
}
@media (max-width:767px) {
.bloc-page .col-left img {
width: 100%;
}
.bloc-black {
padding: 50px 15px;
}
}
.wpforms-confirmation-container-full {
background-color: #CC0015 !important;
color: white !important;
border: none !important;
} @media (max-width:500px) {
.commercial {
margin-bottom: -30px;
}
.black-background {
margin-right: -15px;
margin-left: -15px;
}
.colonne {
padding: 0px;
}
#text-colonne p, .texte-404 p {
width: 100%;
margin: 0 auto;
font-family: semplicitapro, sans-serif;
font-weight: 400;
font-style: normal;
}
#texte-colonne {
display: flex;
align-items: center;
justify-content: center;
border: solid 1px;
padding: 15px;
padding-top: 60px;
padding-bottom: 60px;
border-left: 0;
border-right: 0;
}
.texte-404 {
display: flex;
align-items: center;
justify-content: center;
padding: 15px;
padding-top: 60px;
padding-bottom: 60px;
border-left: 0;
border-right: 0;
}
#content-qui {
padding: 0 !important;
}
}
@media only screen and (max-width: 500px) {
.wppsac-post-slider.design-1 .wppsac-post-content,
.wppsac-post-slider.design-2 .wppsac-post-content,
.wppsac-post-slider.design-3 .wppsac-post-content {
display: initial;
}
#gallery-1 {
display: initial;
}
.gallery-columns-3 .gallery-item {
max-width: 100%;
}
#gallery-1 .gallery-item {
display: inline-block;
width: 100% !important;
margin: 0 0px !important;
margin-bottom: 20px !important;
}
}
@media (min-width:768px) {}
.titre-actu.mobile {
text-align: center;
margin-bottom: 40px;
}
@media (max-width:768px) {
.container-text-actu .titre-actu {
display: none;
}
.container-text-actu {
text-align: center;
}
#slider-accueil .slick-prev.slick-arrow {
right: auto !important;
left: 0 !important;
transform: translateX(0px) !important;
}
#slider-accueil .slick-next.slick-arrow {
right: 0 !important;
left: auto !important;
transform: translateX(0) !important;
}
#titre-actu-mobile {
display: initial !important;
}
.titre-instagram h2 {
text-align: center;
}
.p-footer a {
width: 100%;
display: inline-block;
}
.p-footer span {
display: none;
}
} .wpgmza_gd {
display: none;
}
.wpgmza_infowindow_title {
text-align: center;
font-weight: 400 !important;
}
.gm-style-iw.gm-style-iw-c {
max-width: 200px !important;
font-family: semplicitapro, sans-serif;
font-weight: 400;
font-style: normal; font-size: 14px !important;
padding: 10px 0px 10px 0px !important;
box-shadow: none;
border-radius: 0;
}
.wpgmza_infowindow_address {
text-align: center;
} #ubermenu-main-2-menu-1-2 #contact:hover {
background: #fff;
color: #000000 !important;
transition: all .2s ease-in-out;
}
.p-footer a {
font-family: semplicitapro, sans-serif;
font-style: normal;
font-weight: 700;
}
#footer p {
font-family: semplicitapro, sans-serif;
font-style: normal;
font-weight: 400;
}
@media (max-width:1024px) {
.black-background {
text-align: center;
}
.logo-ekypia {
margin-right: 0px;
text-align: center;
justify-content: center;
display: flex;
}
}
@media (max-width: 1400px){
#footer {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
#footer  .panel-grid-cell{
width: 100%;
margin-right: 0;
}
.logo-ekypia {
margin-right: 0px;
text-align: center;
justify-content: center;
display: flex;
margin: 20px 0;
}
.site-header .ubermenu-target {
color: #fff !important;
padding: 6px 10px !important;
margin-right: 5px !important;
font-size: 15px;
font-family: 'gotham';
font-weight: 300;
font-style: normal;
}
}
#ville{
white-space: nowrap;
}
.eg-title.eg-main-title{
display: none !important;
}
.content_bandeau p{
color: #fff;
text-align: center;
}
.mejs-overlay.mejs-layer.mejs-overlay-play{
background-image: linear-gradient(to top, #000000, rgb(59, 59, 59, 0.4), rgb(191, 170, 143, 0.2), rgba(185, 185, 185, 0), rgba(255, 255, 255, 0));
}
.post-template-default .entry-content span{
font-family: semplicitapro, sans-serif !important;
}
@media (max-width:600px){
#content-bandeau span{
font-size: 25px;
}
.page-qui-somme #content-bandeau {
padding: 30px 15px;
}
#content-bandeau, .page-qui-somme #content-bandeau {
width: 90%;
}
.content_bandeau p{
display: none;
}
#bandeau-accueil h2{
font-size: 25px;
}
#bandeau-accueil h1{
font-size: 35px;
}
}
#mep_0{
min-height: 600px;
}
@media(max-width:1315px){
.site-header .ubermenu-target {
color: #fff !important;
padding: 6px 8px !important;
margin-right: 3px !important;
font-size: 14px;
font-family: 'gotham';
font-weight: 300;
font-style: normal;
}
}