@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.cd-container {
width: 98%;
max-width: 1170px;
margin: 0 auto;
}
.cd-container::after {
content: '';
display: table;
clear: both;
}
.cd-timeline {
position: relative;
padding: 2em 0;
margin-top: 2em;
margin-bottom: 2em;
}
.cd-timeline::before {
content: '';
position: absolute;
top: 0;
left: 0px;
height: 100%;
width: 1px;
background: #c5c5c5;
}
@media only screen and (min-width: 1170px) {
.cd-timeline {
margin-top: 3em;
margin-bottom: 3em;
}
.cd-timeline::before {
left: 50%;
margin-left:5px;
}
}
.cd-timeline-block {
position: relative;
margin: 2em 0;
*zoom: 1;
}
.cd-timeline-block:before, .cd-timeline-block:after {
content: " ";
display: table;
}
.cd-timeline-block:after {
clear: both;
}
.cd-timeline-block:first-child {
margin-top: 0;
}
.cd-timeline-block:last-child {
margin-bottom: 0;
}
.time-line-layout-1 .cd-timeline-content {
box-shadow: none;
}
.time-line-layout-1 .cd-timeline-content .cd-date {
padding: 0px;
}
@media only screen and (min-width: 1170px) {
.cd-timeline-block {
margin: 7em 0;
}
.cd-timeline-block:first-child {
margin-top: 0;
}
.cd-timeline-block:last-child {
margin-bottom: 0;
}
}
.cd-timeline-img {
position: absolute;
top: 0;
left: 0;
font-family: 'Roboto', sans-serif;
font-weight: 500;
color: #fff;
line-height:21px;
font-size:12px;
line-height: 16px;
text-align:center;
width: 72px;
height: 72px;
padding: 4px 0px 0px 4px;
margin-top: 90px;
border-radius: 100%;
}
.cd-timeline-img span {
float: left;
width: 64px;
height: 64px;
padding-top: 16px;
border-radius: 100%;
border: 1px solid rgba(255,255,255,0.5);
}
.cd-timeline-img img {
display: block;
width: 90px;
height:90px;
position: relative;
border-radius: 100%;
}
.cd-timeline-img.cd-picture {
background: #d2527f;
}
.cd-timeline-img.cd-movie {
background: #d2527f;
}
.cd-timeline-img.cd-location {
background: #d2527f;
}
@media only screen and (max-width: 1169px){
.cd-timeline-img {
left: -20px;
margin-top: 50px;
}
}
@media only screen and (min-width: 1170px) {
.cd-timeline-img {
width: 72px;
height: 72px;
left: 50%;
margin-left: -30px; -webkit-transform: translateZ(0);
-webkit-backface-visibility: hidden;
}
.cssanimations .cd-timeline-img.is-hidden {
visibility: hidden;
}
.cssanimations .cd-timeline-img.bounce-in {
visibility: visible;
-webkit-animation: cd-bounce-1 0.6s;
-moz-animation: cd-bounce-1 0.6s;
animation: cd-bounce-1 0.6s;
}
}
@-webkit-keyframes cd-bounce-1 {
0% {
opacity: 0;
-webkit-transform: scale(0.5);
}
60% {
opacity: 1;
-webkit-transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes cd-bounce-1 {
0% {
opacity: 0;
-moz-transform: scale(0.5);
}
60% {
opacity: 1;
-moz-transform: scale(1.2);
}
100% {
-moz-transform: scale(1);
}
}
@-o-keyframes cd-bounce-1 {
0% {
opacity: 0;
-o-transform: scale(0.5);
}
60% {
opacity: 1;
-o-transform: scale(1.2);
}
100% {
-o-transform: scale(1);
}
}
@keyframes cd-bounce-1 {
0% {
opacity: 0;
transform: scale(0.5);
}
60% {
opacity: 1;
transform: scale(1.2);
}
100% {
transform: scale(1);
}
}
.cd-timeline-content {
position: relative;
background: white;
margin-left: 80px;
}
.cd-timeline-content:before, .cd-timeline-content:after {
content: " ";
display: table;
}
.cd-timeline-content:after {
clear: both;
font-family: 'Roboto', sans-serif;
font-weight:normal;
color: #727272;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
font-size: 13px;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
float:left;
padding-left:0px;
}
.cd-timeline-content p.text {
margin: 0px 0;
line-height: 23px;
font-family: 'Roboto', sans-serif;
font-weight:normal;
color: #727272;
font-size: 14px;
line-height:25px;
text-align:left;
padding:45px 10px 20px 0px;
}
.cd-timeline-content p.text strong {
font: 18px 'Open Sans', sans-serif;
font-weight: 600;
color: #272727;
display: block;
line-height: 27px;
margin-bottom: 10px;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
background-color: #86c724;
}
.cd-timeline-content .cd-date {
float: left;
}
@media only screen and (min-width: 320px) {
.cd-timeline-content h2 {
font-size: 20px;
font-size: 1.25rem;
}
.cd-timeline-content p {
font-size: 16px;
font-size: 1rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
float:left;
}
}
@media only screen and (min-width: 1170px) {
.cd-timeline-content {
margin-left: 0;
padding: 1.6em;
width: 45%;
}
.cd-timeline-content::before {
top: 24px;
left: 100%;
border-color: transparent;
border-left-color: white;
}
.cd-timeline-content .cd-read-more {
float: left;
}
.cd-timeline-content .cd-date {
position: absolute;
width: 95%;
left: 127%;
top: 6px;
font-size: 16px;
font-size: 1rem;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content {
float: right;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
top: 24px;
left: auto;
right: 100%;
border-color: transparent;
border-right-color: white;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
float: right;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
left: auto;
right: 125%;
text-align: right;
}
.cssanimations .cd-timeline-content.is-hidden {
visibility: hidden;
}
.cssanimations .cd-timeline-content.bounce-in {
visibility: visible;
-webkit-animation: cd-bounce-2 0.6s;
-moz-animation: cd-bounce-2 0.6s;
animation: cd-bounce-2 0.6s;
}
}
@media only screen and (min-width: 1170px) { .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
-webkit-animation: cd-bounce-2-inverse 0.6s;
-moz-animation: cd-bounce-2-inverse 0.6s;
animation: cd-bounce-2-inverse 0.6s;
}
}
@-webkit-keyframes cd-bounce-2 {
0% {
opacity: 0;
-webkit-transform: translateX(-100px);
}
60% {
opacity: 1;
-webkit-transform: translateX(20px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes cd-bounce-2 {
0% {
opacity: 0;
-moz-transform: translateX(-100px);
}
60% {
opacity: 1;
-moz-transform: translateX(20px);
}
100% {
-moz-transform: translateX(0);
}
}
@-o-keyframes cd-bounce-2 {
0% {
opacity: 0;
-o-transform: translateX(-100px);
}
60% {
opacity: 1;
-o-transform: translateX(20px);
}
100% {
-o-transform: translateX(0);
}
}
@keyframes cd-bounce-2 {
0% {
opacity: 0;
transform: translateX(-100px);
}
60% {
opacity: 1;
transform: translateX(20px);
}
100% {
transform: translateX(0);
}
}
@-webkit-keyframes cd-bounce-2-inverse {
0% {
opacity: 0;
-webkit-transform: translateX(100px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-20px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes cd-bounce-2-inverse {
0% {
opacity: 0;
-moz-transform: translateX(100px);
}
60% {
opacity: 1;
-moz-transform: translateX(-20px);
}
100% {
-moz-transform: translateX(0);
}
}
@-o-keyframes cd-bounce-2-inverse {
0% {
opacity: 0;
-o-transform: translateX(100px);
}
60% {
opacity: 1;
-o-transform: translateX(-20px);
}
100% {
-o-transform: translateX(0);
}
}
@keyframes cd-bounce-2-inverse {
0% {
opacity: 0;
transform: translateX(100px);
}
60% {
opacity: 1;
transform: translateX(-20px);
}
100% {
transform: translateX(0);
}
} .section_time_line {
float: left;
width: 100%;
padding: 50px 0px 40px 0px;
background: #f3f3f3;
display: inline-block;
}
.time-line-layout-2 {
width: 98%;
max-width: 1170px;
margin: 0 auto;
display: inline-block;
}
.time-line-layout-2::after {
content: '';
display: table;
clear: both;
}
.time-line-layout-2 {
position: relative;
padding: 2em 0;
margin-top: 2em;
margin-bottom: 2em;
}
.time-line-layout-2::before {
content: '';
position: absolute;
top: 0;
left: 18px;
height: 100%;
width: 4px;
background: #e8e8e8;
}
@media only screen and (min-width: 1170px) {
.time-line-layout-2 {
margin-top: 3em;
margin-bottom: 3em;
}
.time-line-layout-2::before {
left: 50%;
margin-left: -2px;
}
}
.cd-timeline-block-2 {
position: relative;
margin: 2em 0;
zoom: 1;
}
.cd-timeline-block-2:before,
.cd-timeline-block-2:after {
content: " ";
display: table;
}
.cd-timeline-block-2:after { clear: both; }
.cd-timeline-block-2:first-child { margin-top: 0; }
.cd-timeline-block-2:last-child { margin-bottom: 0; }
@media only screen and (min-width: 1170px) {
.cd-timeline-block-2 { margin: 4em 0; }
.cd-timeline-block-2:first-child { margin-top: 0; }
.cd-timeline-block-2:last-child { margin-bottom: 0; }
}
.cd-timeline-img-2 {
position: absolute;
top: 0;
left: 0;
width: 40px;
height: 40px;
border-radius: 50%;
box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.05), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img-2 img {
display: block;
width: 60px;
height: 60px;
position: relative;
border-radius: 100%;
}
.cd-timeline-img-2.cd-picture-2 { background: #e3e3e3; }
@media only screen and (min-width: 1170px) {
.cd-timeline-img-2 {
width: 60px;
height: 60px;
left: 50%;
margin-left: -30px;
-webkit-transform: translateZ(0);
-webkit-backface-visibility: hidden;
}
.cssanimations .cd-timeline-img-2.is-hidden { visibility: hidden; }
.cssanimations .cd-timeline-img-2.bounce-in {
visibility: visible;
-webkit-animation: cd-bounce-1 0.6s;
-moz-animation: cd-bounce-1 0.6s;
animation: cd-bounce-1 0.6s;
}
}
@-webkit-keyframes
cd-bounce-1 {  0% {
opacity: 0;
-webkit-transform: scale(0.5);
}
60% {
opacity: 1;
-webkit-transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes 
cd-bounce-1 {  0% {
opacity: 0;
-moz-transform: scale(0.5);
}
60% {
opacity: 1;
-moz-transform: scale(1.2);
}
100% {
-moz-transform: scale(1);
}
}
@-o-keyframes 
cd-bounce-1 {  0% {
opacity: 0;
-o-transform: scale(0.5);
}
60% {
opacity: 1;
-o-transform: scale(1.2);
}
100% {
-o-transform: scale(1);
}
}
@keyframes 
cd-bounce-1 {  0% {
opacity: 0;
transform: scale(0.5);
}
60% {
opacity: 1;
transform: scale(1.2);
}
100% {
transform: scale(1);
}
}
.cd-timeline-content-2 {
position: relative;
margin-left: 60px;
background: white;
border-radius: 0.25em;
padding: 1em;
box-shadow: 0 3px 0 #e3e3e3;
zoom: 1;
}
.cd-timeline-content-2:before,
.cd-timeline-content-2:after {
content: " ";
display: table;
}
.cd-timeline-content-2:after { clear: both; }
.cd-timeline-content-2 h2 { color: #2ecc71; font-weight: normal; margin-bottom: 0px;}
.cd-timeline-content-2 p,
.cd-read-more-2,
.cd-timeline-content-2 .cd-date-2 {
font-size: 13px;
font-size: 0.8125rem;
}
.cd-read-more-2,
.cd-timeline-content-2 .cd-date-2 { display: inline-block; }
.cd-timeline-content-2 p.text-2 {
margin: 5px 0;
line-height: 23px;
font-size: 14px;
}
.cd-read-more-2 {
float: right;
padding: .58em 1em;
background: #999;
color: white;
border-radius: 0.25em;
transition: all 0.3s ease;
}
.cd-read-more-2:hover { background-color: #2ecc71; }
.cd-timeline-content-2 .cd-date-2 {
float: left;
padding: .8em 0;
}
.cd-timeline-content-2 .cd-date-2 strong {
background-color: #2ecc71;
color: #fff;
padding: 5px 12px;
}
.cd-timeline-content-2 .cd-date-2 strong {
position: relative;
background: #2ecc71;
}
.cd-timeline-content-2 .cd-date-2 strong:after {
right: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(47, 146, 238, 0);
border-right-color: #2ecc71;
border-width: 8px;
margin-top: -8px;
}
.cd-timeline-content-2 .cd-date-2 b {
background-color: #2ecc71;
color: #fff;
padding: 5px 12px;
}
.cd-timeline-content-2 .cd-date-2 b {
position: relative;
background: #2ecc71;
}
.cd-timeline-content-2 .cd-date-2 b:after {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(47, 146, 238, 0);
border-left-color: #2ecc71;
border-width: 8px;
margin-top: -8px;
}
.cd-timeline-content-2::before {
content: '';
position: absolute;
top: 16px;
right: 100%;
height: 0;
width: 0;
border: 7px solid transparent;
border-right: 7px solid white;
}
@media only screen and (min-width: 320px) {
.cd-timeline-content-2 h2 {
font-size: 20px;
font-size: 1.25rem;
}
.cd-timeline-content-2 p {
font-size: 16px;
font-size: 1rem;
}
.cd-read-more-2,
.cd-timeline-content-2 .cd-date-2 {
font-size: 14px;
font-size: 0.875rem;
}
}
@media only screen and (min-width: 1170px) {
.cd-timeline-content-2 {
margin-left: 0;
padding: 1.6em;
width: 45%;
}
.cd-timeline-content-2::before {
top: 24px;
left: 100%;
border-color: transparent;
border-left-color: white;
}
.cd-read-more-2 { float: left; }
.cd-timeline-content-2 .cd-date-2 {
position: absolute;
width: 100%;
left: 122%;
top: 6px;
font-size: 16px;
font-size: 1rem;
}
.cd-timeline-block-2:nth-child(even) .cd-timeline-content-2 { float: right; }
.cd-timeline-block-2:nth-child(even) .cd-timeline-content-2::before {
top: 24px;
left: auto;
right: 100%;
border-color: transparent;
border-right-color: white;
}
.cd-timeline-block-2:nth-child(even) .cd-read-more-2 { float: right; }
.cd-timeline-block-2:nth-child(even) .cd-timeline-content-2 .cd-date-2 {
left: auto;
right: 122%;
text-align: right;
}
.cssanimations .cd-timeline-content-2.is-hidden { visibility: hidden; }
.cssanimations .cd-timeline-content-2.bounce-in {
visibility: visible;
-webkit-animation: cd-bounce-2 0.6s;
-moz-animation: cd-bounce-2 0.6s;
animation: cd-bounce-2 0.6s;
}
}
@media only screen and (min-width: 1170px) {
.cssanimations .cd-timeline-block-2:nth-child(even) .cd-timeline-content-2.bounce-in {
-webkit-animation: cd-bounce-2-inverse 0.6s;
-moz-animation: cd-bounce-2-inverse 0.6s;
animation: cd-bounce-2-inverse 0.6s;
}
}
@-webkit-keyframes
cd-bounce-2 {  0% {
opacity: 0;
-webkit-transform: translateX(-100px);
}
60% {
opacity: 1;
-webkit-transform: translateX(20px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes
cd-bounce-2 {  0% {
opacity: 0;
-moz-transform: translateX(-100px);
}
60% {
opacity: 1;
-moz-transform: translateX(20px);
}
100% {
-moz-transform: translateX(0);
}
}
@-o-keyframes
cd-bounce-2 {  0% {
opacity: 0;
-o-transform: translateX(-100px);
}
60% {
opacity: 1;
-o-transform: translateX(20px);
}
100% {
-o-transform: translateX(0);
}
}
@keyframes 
cd-bounce-2 {  0% {
opacity: 0;
transform: translateX(-100px);
}
60% {
opacity: 1;
transform: translateX(20px);
}
100% {
transform: translateX(0);
}
}
@-webkit-keyframes
cd-bounce-2-inverse {  0% {
opacity: 0;
-webkit-transform: translateX(100px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-20px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes
cd-bounce-2-inverse {  0% {
opacity: 0;
-moz-transform: translateX(100px);
}
60% {
opacity: 1;
-moz-transform: translateX(-20px);
}
100% {
-moz-transform: translateX(0);
}
}
@-o-keyframes
cd-bounce-2-inverse {  0% {
opacity: 0;
-o-transform: translateX(100px);
}
60% {
opacity: 1;
-o-transform: translateX(-20px);
}
100% {
-o-transform: translateX(0);
}
}
@keyframes
cd-bounce-2-inverse {  0% {
opacity: 0;
transform: translateX(100px);
}
60% {
opacity: 1;
transform: translateX(-20px);
}
100% {
transform: translateX(0);
}
}.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.wp-block-audio audio{width:100%;min-width:300px}.editor-block-list__layout .reusable-block-edit-panel{align-items:center;background:#f8f9f9;color:#555d66;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;top:-14px;margin:0 -14px;padding:8px 14px;position:relative;z-index:7}.editor-block-list__layout .editor-block-list__layout .reusable-block-edit-panel{margin:0 -14px;padding:8px 14px}.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner{margin:0 5px}.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info{margin-right:auto}.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label{margin-right:8px;white-space:nowrap;font-weight:600}.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title{flex:1 1 100%;font-size:14px;height:30px;margin:4px 0 8px}.editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button{flex-shrink:0}@media (min-width:960px){.editor-block-list__layout .reusable-block-edit-panel{flex-wrap:nowrap}.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title{margin:0}.editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button{margin:0 0 0 5px}}.editor-block-list__layout .reusable-block-indicator{background:#fff;border-left:1px dashed #e2e4e7;color:#555d66;border-bottom:1px dashed #e2e4e7;top:-14px;height:30px;padding:4px;position:absolute;z-index:1;width:30px;right:-14px}.wp-block-button{color:#fff;margin-bottom:1.5em}.wp-block-button.aligncenter{text-align:center}.wp-block-button.alignright{text-align:right}.wp-block-button__link{background-color:#32373c;border:none;border-radius:28px;box-shadow:none;color:inherit;cursor:pointer;display:inline-block;font-size:18px;margin:0;padding:12px 24px;text-align:center;text-decoration:none;white-space:normal;overflow-wrap:break-word}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover{color:inherit}.is-style-squared .wp-block-button__link{border-radius:0}.is-style-outline{color:#32373c}.is-style-outline .wp-block-button__link{background:transparent;border:2px solid}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-columns{display:flex;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-column{flex:1;margin-bottom:1em;flex-basis:100%;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (min-width:600px){.wp-block-column{flex-basis:50%;flex-grow:0}}@media (min-width:600px){.wp-block-column:nth-child(odd){margin-right:32px}.wp-block-column:not(:first-child),.wp-block-column:nth-child(2n){margin-left:32px}.wp-block-column:not(:last-child){margin-right:32px}}.wp-block-cover,.wp-block-cover-image{position:relative;background-color:#000;background-size:cover;background-position:50%;min-height:430px;width:100%;margin:0 0 1.5em;display:flex;justify-content:center;align-items:center;overflow:hidden}.wp-block-cover-image.has-left-content,.wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover-image.has-left-content .wp-block-cover-text,.wp-block-cover-image.has-left-content h2,.wp-block-cover.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,.wp-block-cover.has-left-content h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content,.wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover-image.has-right-content .wp-block-cover-text,.wp-block-cover-image.has-right-content h2,.wp-block-cover.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,.wp-block-cover.has-right-content h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover-image .wp-block-cover-text,.wp-block-cover-image h2,.wp-block-cover .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,.wp-block-cover h2{color:#fff;font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:610px;padding:14px;text-align:center}.wp-block-cover-image .wp-block-cover-image-text a,.wp-block-cover-image .wp-block-cover-image-text a:active,.wp-block-cover-image .wp-block-cover-image-text a:focus,.wp-block-cover-image .wp-block-cover-image-text a:hover,.wp-block-cover-image .wp-block-cover-text a,.wp-block-cover-image .wp-block-cover-text a:active,.wp-block-cover-image .wp-block-cover-text a:focus,.wp-block-cover-image .wp-block-cover-text a:hover,.wp-block-cover-image h2 a,.wp-block-cover-image h2 a:active,.wp-block-cover-image h2 a:focus,.wp-block-cover-image h2 a:hover,.wp-block-cover .wp-block-cover-image-text a,.wp-block-cover .wp-block-cover-image-text a:active,.wp-block-cover .wp-block-cover-image-text a:focus,.wp-block-cover .wp-block-cover-image-text a:hover,.wp-block-cover .wp-block-cover-text a,.wp-block-cover .wp-block-cover-text a:active,.wp-block-cover .wp-block-cover-text a:focus,.wp-block-cover .wp-block-cover-text a:hover,.wp-block-cover h2 a,.wp-block-cover h2 a:active,.wp-block-cover h2 a:focus,.wp-block-cover h2 a:hover{color:#fff}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-color:inherit;opacity:.5;z-index:1}.wp-block-cover-image.has-background-dim.has-background-dim-10:before,.wp-block-cover.has-background-dim.has-background-dim-10:before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20:before,.wp-block-cover.has-background-dim.has-background-dim-20:before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30:before,.wp-block-cover.has-background-dim.has-background-dim-30:before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40:before,.wp-block-cover.has-background-dim.has-background-dim-40:before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50:before,.wp-block-cover.has-background-dim.has-background-dim-50:before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60:before,.wp-block-cover.has-background-dim.has-background-dim-60:before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70:before,.wp-block-cover.has-background-dim.has-background-dim-70:before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80:before,.wp-block-cover.has-background-dim.has-background-dim-80:before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90:before,.wp-block-cover.has-background-dim.has-background-dim-90:before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100:before,.wp-block-cover.has-background-dim.has-background-dim-100:before{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:305px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover__video-background{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%;height:100%;z-index:0;-o-object-fit:cover;object-fit:cover}.editor-block-list__block[data-type="core/embed"][data-align=left] .editor-block-list__block-edit,.editor-block-list__block[data-type="core/embed"][data-align=right] .editor-block-list__block-edit,.wp-block-embed.alignleft,.wp-block-embed.alignright{max-width:360px;width:100%}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper:before{padding-top:66.66%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:13px;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0}.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 16px 16px 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative}.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:40px 10px 5px;color:#fff;text-align:center;font-size:13px;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 60%,transparent)}.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;-o-object-fit:cover;object-fit:cover}}.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{width:calc(50% - 8px)}.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-right:0}.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc(33.33333% - 10.66667px);margin-right:16px}.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc(25% - 12px);margin-right:16px}.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc(20% - 12.8px);margin-right:16px}.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc(16.66667% - 13.33333px);margin-right:16px}.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc(14.28571% - 13.71429px);margin-right:16px}.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc(12.5% - 14px);margin-right:16px}.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.wp-block-gallery .blocks-gallery-item.has-add-item-button{width:100%}.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:305px;width:100%}.wp-block-gallery.aligncenter,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{display:flex}.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-image{max-width:100%;margin-bottom:1em;margin-left:0;margin-right:0}.wp-block-image img{max-width:100%}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.is-resized{display:table;margin-left:0;margin-right:0}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.is-resized>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin-right:1em}.wp-block-image .alignright{float:right;margin-left:1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.wp-block-latest-comments__comment{font-size:15px;line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:36px;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:52px}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:14px;line-height:1.8;margin:5px 0 20px}.wp-block-latest-comments__comment-date{color:#8f98a1;display:block;font-size:12px}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:24px;display:block;float:left;height:40px;margin-right:12px;width:40px}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-latest-posts.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - 16px)}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-latest-posts.columns-4 li{width:calc(25% - 16px)}.wp-block-latest-posts.columns-5 li{width:calc(20% - 16px)}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-latest-posts__post-date{display:block;color:#6c7781;font-size:13px}.wp-block-media-text{display:grid;grid-template-rows:auto;align-items:center;grid-template-areas:"media-text-media media-text-content";grid-template-columns:50% auto}.wp-block-media-text.has-media-on-the-right{grid-template-areas:"media-text-content media-text-media";grid-template-columns:auto 50%}.wp-block-media-text .wp-block-media-text__media{grid-area:media-text-media;margin:0}.wp-block-media-text .wp-block-media-text__content{word-break:break-word;grid-area:media-text-content;padding:0 8%}.wp-block-media-text>figure>img,.wp-block-media-text>figure>video{max-width:unset;width:100%;vertical-align:middle}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important;grid-template-areas:"media-text-media" "media-text-content"}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right{grid-template-areas:"media-text-content" "media-text-media"}}p.is-small-text{font-size:14px}p.is-regular-text{font-size:16px}p.is-large-text{font-size:36px}p.is-larger-text{font-size:48px}p.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}p.has-drop-cap:not(:focus):after{content:"";display:table;clear:both;padding-top:14px}p.has-background{padding:20px 30px}p.has-text-color a{color:inherit}.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:305px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:20px}.wp-block-pullquote p{font-size:28px;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:32px}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin:0 0 16px;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:24px;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:18px;text-align:right}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none;border:none;text-align:center;max-width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"\00b7 \00b7 \00b7";color:#191e23;font-size:20px;letter-spacing:2em;padding-left:2em;font-family:serif}p.wp-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.wp-block-table.has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;border-bottom:1px solid #f3f4f5}.wp-block-table.is-style-stripes tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes td{border-color:transparent}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 16px;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{white-space:nowrap;overflow:auto}.wp-block-video{margin-left:0;margin-right:0}.wp-block-video video{max-width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-video [poster]{-o-object-fit:cover;object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.has-pale-pink-background-color.has-pale-pink-background-color{background-color:#f78da7}.has-vivid-red-background-color.has-vivid-red-background-color{background-color:#cf2e2e}.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color{background-color:#ff6900}.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color{background-color:#fcb900}.has-light-green-cyan-background-color.has-light-green-cyan-background-color{background-color:#7bdcb5}.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color{background-color:#00d084}.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color{background-color:#8ed1fc}.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color{background-color:#0693e3}.has-very-light-gray-background-color.has-very-light-gray-background-color{background-color:#eee}.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color{background-color:#abb8c3}.has-very-dark-gray-background-color.has-very-dark-gray-background-color{background-color:#313131}.has-pale-pink-color.has-pale-pink-color{color:#f78da7}.has-vivid-red-color.has-vivid-red-color{color:#cf2e2e}.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color{color:#ff6900}.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color{color:#fcb900}.has-light-green-cyan-color.has-light-green-cyan-color{color:#7bdcb5}.has-vivid-green-cyan-color.has-vivid-green-cyan-color{color:#00d084}.has-pale-cyan-blue-color.has-pale-cyan-blue-color{color:#8ed1fc}.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color{color:#0693e3}.has-very-light-gray-color.has-very-light-gray-color{color:#eee}.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color{color:#abb8c3}.has-very-dark-gray-color.has-very-dark-gray-color{color:#313131}.has-small-font-size{font-size:13px}.has-normal-font-size,.has-regular-font-size{font-size:16px}.has-medium-font-size{font-size:20px}.has-large-font-size{font-size:36px}.has-huge-font-size,.has-larger-font-size{font-size:42px}div.wpcf7 {
margin: 0;
padding: 0;
}
div.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
width: 1px;
margin: 0;
padding: 0;
border: 0;
}
div.wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #ff0000;
}
div.wpcf7-mail-sent-ok {
border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
border: 2px solid #ffa500;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
border: 2px solid #f7e700;
}
.wpcf7-form-control-wrap {
position: relative;
}
span.wpcf7-not-valid-tip {
color: #f00;
font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
position: absolute;
top: 20%;
left: 20%;
z-index: 100;
border: 1px solid #ff0000;
background: #fff;
padding: .2em .8em;
}
span.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-display-none {
display: none;
}
div.wpcf7 .ajax-loader {
visibility: hidden;
display: inline-block;
background-image: url(//www.safe-renovation.fr/wp-content/plugins/contact-form-7/images/ajax-loader.gif);
width: 16px;
height: 16px;
border: none;
padding: 0;
margin: 0 0 0 4px;
vertical-align: middle;
}
div.wpcf7 .ajax-loader.is-active {
visibility: visible;
}
div.wpcf7 div.ajax-error {
display: none;
}
div.wpcf7 .placeheld {
color: #888;
}
div.wpcf7 input[type="file"] {
cursor: pointer;
}
div.wpcf7 input[type="file"]:disabled {
cursor: default;
}
div.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}.master-slider{
position: relative;
visibility: hidden;
-moz-transform: translate3d(0 , 0 , 0);
}
.ms-ie img{border:none;}
.ms-ie8 * {opacity:inherit;-webkit-filter:inherit;filter:inherit;}
.ms-ie7   {zoom:1;}
.ms-moz .ms-slide-bgcont>img { -webkit-transform: translateX(0px); -ms-transform: translateX(0px); transform: translateX(0px); }
.master-slider a,
.master-slider a:hover {
-webkit-transition: none;
transition: none;
}
.wpb_row .master-slider-parent *,
.master-slider-parent * {
box-sizing: content-box;
}
.master-slider-parent {
margin-left: auto;
margin-right: auto;
}
.ms-layout-partialview .ms-view {
overflow: visible;
background-color:transparent;
}
.ms-layout-partialview .ms-container { overflow: hidden; }
.master-slider.before-init{}
.master-slider img, .ms-slide-bgvideocont video {max-width:none;}
.master-slider.ms-fullheight{height: 100%;}
.ms-slide-auto-height { display: table; }
.ms-loading-container{
position:absolute;
width:100%;
top:0;
}
.ms-loading-container .ms-loading,
.ms-slide .ms-slide-loading {
width: 36px;
height: 36px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/common/loading-2.gif) no-repeat center white;
border-radius: 60px;
box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
position: absolute;
left: 50%;
top: 50%;
margin: -18px;
opacity: 0.9;
} .ms-def-cursor{cursor:auto !important;}
.ms-grab-cursor{cursor: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/common/grab.png), move;}
.ms-grabbing-cursor{cursor: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/common/grabbing.png), move;}
.ms-ie .ms-grab-cursor{cursor: move;}
.ms-ie .ms-grabbing-cursor {cursor: move;}
.ms-view {
margin:0px auto;
overflow:hidden;
position:relative;
-webkit-perspective: 2000px;
-ms-perspective: 2000px;
perspective: 2000px;
}
.ms-view .ms-slide-container{position:relative;}
.ms-slide {
position:absolute;
height:100%;
-webkit-transform: translateZ(0px);
-ms-transform: translateZ(0px);
transform: translateZ(0px);
}
.ms-wk .ms-slide {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.ms-slide.selected {}
.ms-slide .ms-slide-bgcont,
.ms-slide .ms-slide-bgvideocont{
position: absolute;
overflow:hidden;
width: 100%;
}
.ms-slide .ms-slide-link {
display: block;
width: 100%;
height: 100%;
position: absolute;
top:0;
z-index: 110;
}
.ms-ie .ms-slide-link {
background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBR‌​AA7) 0 0 repeat;
}
.ms-slide .ms-slide-bgvideocont{
z-index: 105;
height: 100%;
}
.ms-wk .ms-slide .ms-slide-bgvideocont,
.ms-wk .ms-slide-bgvideocont>video{
-webkit-transform: translateZ(0.3px);
transform: translateZ(0.3px);
}
.ms-slide .ms-slide-bgvideo{
position: absolute;
top: 0px;
}
.ms-inner-controls-cont, .ms-container {position: relative; margin:0 auto;}
.ms-slide .ms-slide-bgcont img , .ms-container , .ms-inner-controls-cont{
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}
.ms-slide .ms-layer,
.ms-fixed-layers .ms-layer,
.ms-overlay-layers .ms-layer {
position:absolute;
pointer-events: auto;
}
.ms-layer-mask {
position: absolute;
overflow: hidden;
}
.ms-layer-mask .ms-layer{
position: relative;
}
.ms-slide .ms-slide-layers,
.ms-overlay-layers .ms-slide-layers,
.ms-fixed-layers {
position: absolute;
overflow:hidden;
width:100%;
height: 100%;
z-index: 109;
top:0px;
pointer-events: none;
}  .ms-overlay-layers {
position: absolute;
top: 0;
z-index: 120;
width: 100%;
height: 100%;
pointer-events: none;
}
.ms-slide .ms-slide-video{
position:absolute;
top:0;
z-index: 111;
background:black;
padding:0;
margin: 0;
border: none;
}
.ms-slide .ms-pattern{
background-attachment: scroll;
width: 100%;
height: 100%;
z-index: 108;
position: absolute;
top: 0;
}
.ms-wk .ms-pattern{
-webkit-transform: translateZ(0.4px);
transform: translateZ(0.4px);
}
.ms-parallax-layer {
width: 100%;
position: absolute;
top: 0;
}
.ms-scroll-parallax-cont{
position: absolute;
top:0;
width: 100%;
height: 100%;
z-index: 109;
}
.ms-wk .ms-scroll-parallax-cont{
-webkit-transform: translateZ(0.4px);
transform: translateZ(0.4px);
}
.ms-scroll-parallax .ms-sl-selected .ms-scroll-parallax-cont,
.ms-scroll-parallax .ms-sl-selected .ms-slide-bgcont{
}
.ms-scroll-parallax .ms-slide-bgcont{
} .ms-action-layer{cursor: pointer;}
.ms-btn-container{position: absolute;}
.ms-btn {
text-decoration: none;
display: inline-block;
color:black;
position: relative;
padding: 8px 15px;
cursor: pointer;
white-space: nowrap;
}
.ms-default-btn{
background: #0074A2;
border-radius: 5px;
color: #FFF;
}
.ms-default-btn:hover{background-color: #0098D5;}
.ms-default-btn:active{top:1px;}
.ms-layer.video-box{background:black;}
.ms-layer.video-box iframe{
padding:0;
margin: 0;
border: none;
position: absolute;
z-index: 110;
}
.ms-btn-s{
padding: 14px 17px;
font-size: 80%;
line-height: 0;
}
.ms-btn-m{
padding: 12px 40px;
}
.ms-btn-n{
padding: 8px 25px;
font-size: 95%;
}
.ms-btn-l{
padding: 17px 50px;
font-size: 120%;
}
.ms-btn-box{}
.ms-btn-round{border-radius: 5px;}
.ms-btn-circle{border-radius: 100px;}
.ms-btn-outline-box{}
.ms-btn-outline-round{border-radius: 5px;}
.ms-btn-outline-circle{border-radius: 100px;} .ms-slide .ms-slide-vpbtn , .ms-slide .ms-video-btn{
position:absolute;
cursor: pointer;
z-index: 110;
}
.ms-slide .ms-slide-vcbtn{
position:absolute;
cursor: pointer;
z-index: 113;
}
.ms-slide-vcbtn-mobile{
position: relative;
bottom: 0;
left:0;
width:100%;
height: 28px;
background-color: black;
color: white;
text-align: center;
cursor: pointer;
z-index: 113;
}
.ms-slide-vcbtn-mobile .ms-vcbtn-txt {
text-transform: uppercase;
font-family: sans-serif;
font-size: 0.75em;
display: inline-block;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/common/video-close-btn.png) no-repeat 0px 3px;
padding-left: 15px;
height: 15px;
color: #DBDBDB;
margin-top: 7px;
}
.ms-wk .ms-slide .ms-slide-vcbtn,
.ms-wk .ms-slide .ms-slide-layers,
.ms-wk .ms-slide .ms-slide-vpbtn,
.ms-wk .ms-slide .ms-slide-video,
.ms-wk .ms-slide-link {
-webkit-transform: translateZ(0.44px);
transform: translateZ(0.44px);
}
.ms-video-img{
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
}
.ms-mask-frame{
overflow:hidden;
position:absolute;
float:left;
} .ms-thumb-list{
overflow:hidden;
position:absolute;
}
.ms-thumb-list.ms-dir-h {width: 100%;}
.ms-thumb-list.ms-dir-v {height: 100%; top: 0;}
.ms-thumbs-cont{position: relative;}
.ms-thumb-frame img{width:100%;	height:auto;}
.ms-thumb-frame{
cursor: pointer;
float: left;
overflow: hidden;
opacity: 0.5;
-webkit-transition: opacity 300ms;
transition: opacity 300ms;
}
.ms-thumb-frame-selected{ opacity: 1; }
.ms-tabs .ms-thumb-frame {
background-color: #F6f6f6;
text-shadow: 0 1px 1px white;
color: #222;
border: solid 1px white;
border-width: 0 1px 1px 0;
overflow: visible;
position: relative;
opacity: 1;
-webkit-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}
.ms-tabs.ms-has-thumb .ms-tab-thumb{ width:auto; }
.ms-tabs.ms-dir-h .ms-thumb-frame {margin-top: 12px;}
.ms-tabs.ms-dir-v .ms-thumb-frame {margin-left: 12px;}
.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame {margin-left: 0px;}
.ms-tabs.ms-dir-h.ms-align-top {z-index: 140;}
.ms-tabs.ms-dir-h.ms-align-top  .ms-thumb-frame{margin-top: -12px;}
.ms-tabs .ms-thumb{padding: 20px 20px;}
.ms-tabs .ms-thumb-frame-selected {	opacity: 1; background: #EDEDED;}
.ms-tabs .ms-thumb-frame .ms-thumb-ol {
position: absolute;
opacity: 0;
-webkit-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}
.ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
top: 0px;
left: 50%;
margin-left: -12px;
border-bottom: solid 12px #F6f6f6;
border-left: solid 12px transparent;
border-right: solid 12px transparent;
}
.ms-tabs.ms-dir-h.ms-align-bottom .ms-thumb-frame-selected .ms-thumb-ol{
opacity: 1;
top:-12px;
border-bottom-color: #EDEDED;
}
.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame .ms-thumb-ol {
bottom: 0px;
top:auto;
border-bottom:0px;
border-top: solid 12px #F6f6f6;
}
.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame-selected .ms-thumb-ol{
opacity: 1;
bottom:-12px;
border-top-color: #EDEDED;
}
.ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol {
top: 50%;
left: 0;
margin-top: -12px;
border-right: solid 12px #EDEDED;
border-top: solid 12px transparent;
border-bottom: solid 12px transparent;
}
.ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol{
opacity: 1;
left:-12px;
border-right-color:#EDEDED;
}
.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame .ms-thumb-ol {
left: auto;
right: 0;
border-right: 0;
border-left: solid 12px #EDEDED;
}
.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame-selected .ms-thumb-ol{
opacity: 1;
right:-12px;
border-left-color:#EDEDED;
}
.ms-thumb-alt {
text-align: center;
margin: 5px;
font-size: 14px;
font-weight: 600;
} .ms-thumb-list.ms-dir-h .ms-thumblist-fwd, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
height: 100%;
width: 20px;
position: absolute;
left: 0;
cursor: pointer;
background: rgba(128, 128, 128, 0.5);
text-align: center;
color: white;
}
.ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
right: 0;
left: auto;
}
.ms-thumb-list.ms-dir-h .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
content: close-quote;
top: 43%;
position: relative;
border: solid rgba(0, 0, 0, 0);
border-width: 5px 5px 5px 0px;
display: block;
border-right-color: #FFF;
width: 6px;
height: 1px;
}
.ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
border-width: 5px 0px 5px 5px;
border-left-color: #FFF;
left: 7px;
} .ms-thumb-list.ms-dir-v .ms-thumblist-fwd, .ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
width: 100%;
height: 20px;
position: absolute;
top: 0;
cursor: pointer;
background: rgba(128, 128, 128, 0.5);
text-align: center;
color: white;
}
.ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
bottom: 0;
top: auto;
}
.ms-thumb-list.ms-dir-v .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
content: close-quote;
left: 43%;
position: relative;
border: solid rgba(0, 0, 0, 0);
border-width: 0px 5px 5px 5px;
display: block;
border-bottom-color: #FFF;
height: 1px;
top: 5px;
width: 0;
}
.ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
border-width: 5px 5px 0px 5px;
border-top-color: #FFF;
top: 7px;
} .ms-tabs.ms-dir-v.ms-has-thumb .ms-thumbs-cont{ top:0 !important; }
.ms-tabs.ms-has-thumb .ms-thumb-frame{ height: auto !important; }
.ms-tabs.ms-has-thumb .ms-thumb{ padding:0; }
.ms-tabs.ms-has-thumb .ms-tab-context{ padding:20px; }
.ms-tabs.ms-align-left  .ms-tab-thumb{ float:left;  margin-right:20px; }
.ms-tabs.ms-align-right .ms-tab-thumb{ float:right; margin-left: 20px; }
.ms-bullet{cursor:pointer;float: left;}
.ms-bullets.ms-dir-h {
position: absolute;
bottom: 20px;
right: 50%;
width: 100px;
}
.ms-bullets.ms-dir-v {
position: absolute;
top:50%;
}
.ms-bullets.ms-dir-v .ms-bullet{
float: none;
}
.ms-bullets.ms-dir-h .ms-bullets-count {
position: relative;
right: -50%;
}
.ms-sbar {position: absolute;}
.ms-sbar.ms-dir-h {
left: 10px;
right: 10px;
top: 5px
}
.ms-sbar.ms-dir-v {
top: 10px;
bottom: 10px;
right: 5px
}
.ms-sbar .ms-bar {
height: 4px;
background: #333;
border-radius: 4px;
}
.ms-sbar.ms-dir-v .ms-bar {	width: 4px;}
.ms-sbar .ms-bar{
position:relative;
-webkit-transition: opacity 300ms;
transition: opacity 300ms;
}
.ms-timerbar {
width: 100%;
bottom: 0px;
position: absolute;
}
.ms-ctimer {
position: absolute;
top: 30px;
left: 30px;
cursor: pointer;
}
.ms-ctimer-bullet {}
.ms-time-bar{
-webkit-transition: width 120ms linear;
transition: width 120ms linear;
}
.ms-ie7 .ms-tooltip-arrow{
height:0px;
}
.ms-slide-info {position: absolute;}
.ms-slide-info.ms-dir-v {top:0;}
.ms-slide-info.ms-dir-h {width:100%;}
@keyframes point-anim{
0% 		{transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -o-transform: scale(0.5); -ms-transform: scale(0.5);  opacity: 1; }
100% 	{transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(1.5); -o-transform: scale(1.5); -ms-transform: scale(1.5);  opacity: 0; }
}
@-webkit-keyframes point-anim{
0% 		{-webkit-transform: scale(0.5); opacity: 1; }
100% 	{-webkit-transform: scale(1.5);	opacity: 0; }
} .ms-android .ms-tooltip-point .ms-point-border{
animation:none;
-moz-animation:none;
-webkit-animation:none;
-o-animation:none;
}
.ms-pattern.ms-patt-1  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiYICA/wzoDGTwHyDAADXxAv4Eq8S5AAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-2  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABhJREFUeNpiYECA/wxogLAANoBdF0CAAQD+agT8l3ocpQAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-3  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACxJREFUeNqU0EENAAAMwkD8m+4s7PhCCmHbGijxE0jS1HOOhxJSUhf9eAIMAI/CEe94Ny14AAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-4  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABhJREFUeNpiYGBg+M+ABfxHo3Fz/gMEGACtlgX7j8MuyAAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-5  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABNJREFUeNpiYECA/3CCAV0UIMAANfEC/mOKn1cAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-6  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABCAYAAADjAO9DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiYGBg+M+AClD4AAEGACn3Af/97SgJAAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-7  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpiYMAE/+EEAy5Z0iUAAgwA/moE/KMl2lgAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-8  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAICAYAAAA4GpVBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiYGBg+M+ACdDFAAIMADP0Af/w5VDVAAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-9  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABJJREFUeNpiYGBg+M9AGQAIMABABAEA80yJjQAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-10 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpiYGBg+A/FcMDEQH0AEGAAxksCAb3vCDgAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-11 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABxJREFUeNpiZGBg+M+AChhBBBMDDkC6BOkAIMAAlXQBCO9f4icAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-12 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtJREFUeNpiYGBg+M8AATAaDnAKYEgQBgABBgB6/AT8h9ybfgAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-13 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB1JREFUeNpiYGBg+M+ABJig9H90AbggI7oWgAADAI5xBAIRYsxUAAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-14 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpiYGBg+M+AA9BSgkQBgAADAJIyB/kDCjAnAAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-15 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB9JREFUeNpiYGBg+M9ABPhPjPh/YjT9J2AipiRAgAEAhjsH+Utd9Z4AAAAASUVORK5CYII=);} .ms-pattern.ms-patt-16 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFAQMAAABCXz8WAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABJJREFUCNdjaGBwZFBiEGHgAAAHPwEAP8TPrwAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-17 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAIAQMAAAALP6d4AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABZJREFUCNdjaGBwYFBgEGDgAGIFBgcADegBabpJ4LsAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-18 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABBJREFUCNdjaGA4wPCA4QMACtgDEQ8Bqx8AAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-19 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA9JREFUCNdjWMDgAMRAAAAKigGBlYsMggAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-20 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGAQMAAADaAn0LAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA1JREFUCNdj+ACFQAAAHgwDwds/+0oAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-21 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA1JREFUCNdjOACEYAAADAoBgRrgDF0AAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-22 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGAAAwADiACBhux1cwAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-23 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAIAQMAAAAC1AcCAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjaGAAAxgNAAsQAQHPxScOAAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-24 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABAQMAAADZzn0AAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAApJREFUCNdj6AAAAIoAiVWdWYwAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-25 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABJJREFUCNdj4GBoYHBgUGAQAAAFggD5HRIFwAAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-26 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjUGBoYHAAAAJmAOF0EZC+AAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-27 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABBJREFUCNdjaGAIYFBgCAAABcgBQeTzXGUAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-28 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKAQMAAAC3/F3+AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAACBJREFUCNdjaGBgcHBgUGhgEGRg4GJgYAGRQDZQBCgOAC/KAvtspwwJAAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-29 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABJJREFUCNdjUGBwYGhg4GAQAAAFkgD5MUFnfgAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-30 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjcGBoYFAAAALmAOHcBT11AAAAAElFTkSuQmCC);} .ms-skin-default .ms-slide .ms-slide-vpbtn,
.ms-skin-default .ms-video-btn{
width: 50px;
height: 51px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-1.png) no-repeat -14px -150px;
top: 50%;
left: 50%;
margin: -25px 0 0 -25px;
}
.ms-skin-default .ms-slide .ms-slide-vcbtn {
width: 30px;
height: 30px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-1.png) no-repeat -24px -28px;
top: 18px;
right: 30px;
} .ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
width: 30px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-1.png);
background-position: -89px -26px;
height: 40px;
cursor: pointer;
top: 50%;
left: 30px;
margin-top: -20px;
position: absolute;
z-index: 110;
}
.ms-skin-default .ms-nav-next {
right: 30px;
left: auto;
background-position: -89px -103px;
}
.ms-skin-default .ms-bullet {
width: 10px;
height: 10px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-1.png) no-repeat;
margin: 4px;
background-position: -34px -117px;
}
.ms-skin-default .ms-bullet-selected {
background-position: -34px -84px;
}
.ms-skin-default .ms-tooltip{
position: absolute;
z-index: 210;
cursor: auto;
}
.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow{
border-left: solid 10px transparent;
border-right: solid 10px transparent;
position: absolute;
left: 50%;
margin-left: -10px;
}
.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow{
border-top: solid 10px;
border-top-color: silver;
border-top-color: rgba(240, 240, 240, 0.88);
bottom: -10px;
}
.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
border-bottom: solid 10px;
border-bottom-color: silver;
border-bottom-color: rgba(240, 240, 240, 0.88);
top: -10px;
}
.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow{
border-top: solid 10px transparent;
border-bottom: solid 10px transparent;
position: absolute;
top: 50%;
margin-top: -10px;
}
.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow{
border-right: solid 10px;
border-right-color: silver;
border-right-color: rgba(240, 240, 240, 0.88);
left: -10px;
}
.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
border-left: solid 10px;
border-left-color: silver;
border-left-color: rgba(240, 240, 240, 0.88);
right: -10px;
}
.ms-skin-default .ms-tooltip-point {cursor: pointer;}
.ms-skin-default .ms-tooltip-point .ms-point-center {
width: 12px;
height: 12px; 
border-radius: 15px;
border: solid 2px #BBB;
background: white;
margin: -8px 0 0 -8px;
position: absolute;
z-index: 105;
}
.ms-skin-default .ms-tooltip-point .ms-point-border {
width: 22px;
height: 22px; 
background: black;
background:rgba(0, 0, 0, 0.36);
margin: -11px 0 0 -11px;
position: absolute;
border-radius: 15px;
animation: point-anim 1.5s infinite ;
-moz-animation: point-anim 1.5s infinite;
-webkit-animation: point-anim 1.5s infinite;
-o-animation: point-anim 1.5s infinite;
}
.ms-skin-default .ms-tooltip {
max-width:200px;
}
.ms-skin-default .ms-tooltip-cont {
padding: 10px;
background: silver;
background: rgba(240, 240, 240, 0.88);
text-shadow: 0 1px 0px white;
margin-left: -1px;
} @media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
.ms-skin-default .ms-slide .ms-slide-vpbtn,
.ms-skin-default .ms-video-btn,
.ms-skin-default .ms-slide .ms-slide-vcbtn,
.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev,
.ms-skin-default .ms-bullet{
background-image:url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-1-retina.png);
background-size: 152px 225px;
}
} .ms-skin-black-1 .ms-slide .ms-slide-vpbtn,
.ms-skin-black-1 .ms-video-btn{
width: 54px;
height: 54px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/black-skin-1.png) no-repeat -14px -150px;
top: 50%;
left: 50%;
margin: -27px 0 0 -27px;
}
.ms-skin-black-1 .ms-slide .ms-slide-vcbtn {
width: 27px;
height: 26px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/black-skin-1.png) no-repeat -24px -29px;
top: 30px;
right: 30px;
} .ms-skin-black-1 .ms-nav-next,
.ms-skin-black-1 .ms-nav-prev {
width: 53px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/black-skin-1.png);
background-position: -79px -19px;
height: 61px;
cursor: pointer;
top: 50%;
left: 30px;
margin-top: -26px;
position: absolute;
z-index: 110;
}
.ms-skin-black-1 .ms-nav-next {
right: 30px;
left: auto;
background-position: -79px -97px;
}
.ms-skin-black-1 .ms-bullets.ms-dir-h {
position: absolute;
bottom: 20px;
right: 50%;
width: 100px;
}
.ms-skin-black-1 .ms-bullets.ms-dir-h .ms-bullets-count {
position: relative;
right: -50%;
}
.ms-skin-black-1 .ms-bullet {
width: 9px;
height: 9px;
background: white;
margin: 4px;
border: solid 1px rgb(58, 58, 58);
}
.ms-skin-black-1 .ms-bullet-selected {
background-color: black;
}
.ms-skin-black-1 .ms-tooltip{
position: absolute;
z-index: 210;
cursor: auto;
}
.ms-skin-black-1 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-black-1 .ms-tooltip-bottom .ms-tooltip-arrow{
border-left: solid 10px transparent;
border-right: solid 10px transparent;
position: absolute;
left: 50%;
margin-left: -10px;
}
.ms-skin-black-1 .ms-tooltip-top .ms-tooltip-arrow{
border-top: solid 10px;
border-top-color: white;
border-top-color: rgba(0, 0, 0, 0.8);
bottom: -10px;
}
.ms-skin-black-1 .ms-tooltip-bottom .ms-tooltip-arrow {
border-bottom: solid 10px;
border-bottom-color: white;
border-bottom-color: rgba(0, 0, 0, 0.8);
top: -10px;
}
.ms-skin-black-1 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-black-1 .ms-tooltip-left .ms-tooltip-arrow{
border-top: solid 10px transparent;
border-bottom: solid 10px transparent;
position: absolute;
top: 50%;
margin-top: -10px;
}
.ms-skin-black-1 .ms-tooltip-right .ms-tooltip-arrow{
border-right: solid 10px;
border-right-color: white;
border-right-color: rgba(0, 0, 0, 0.8);
left: -10px;
}
.ms-skin-black-1 .ms-tooltip-left .ms-tooltip-arrow {
border-left: solid 10px;
border-left-color: black;
border-left-color: rgba(0, 0, 0, 0.8);
right: -10px;
}
.ms-skin-black-1 .ms-tooltip-point {cursor: pointer;}
.ms-skin-black-1 .ms-tooltip-point .ms-point-center {
width: 12px;
height: 12px; 
border-radius: 15px;
border: solid 2px #444444;
background: black;
margin: -8px 0 0 -8px;
position: absolute;
z-index: 105;
}
.ms-skin-black-1 .ms-tooltip-point .ms-point-border {
width: 22px;
height: 22px; 
background: white;
background: rgba(255, 255, 255, 0.9);
margin: -11px 0 0 -11px;
position: absolute;
border-radius: 15px;
animation: point-anim 1.5s infinite ;
-moz-animation: point-anim 1.5s infinite;
-webkit-animation: point-anim 1.5s infinite;
-o-animation: point-anim 1.5s infinite;
}
.ms-skin-black-1  .ms-tooltip {
max-width:200px;
}
.ms-skin-black-1 .ms-tooltip-cont {
padding: 10px;
background: black;
background: rgba(0, 0, 0, 0.8);
text-shadow: 0 1px 0px black;
color: white;
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
} @media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
.ms-skin-black-1 .ms-slide .ms-slide-vpbtn,
.ms-skin-black-1 .ms-video-btn,
.ms-skin-black-1 .ms-slide .ms-slide-vcbtn,
.ms-skin-black-1 .ms-nav-next,
.ms-skin-black-1 .ms-nav-prev{
background-image:url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/black-skin-1-retina.png);
background-size: 152px 225px;
}
} .ms-skin-black-2 .ms-slide .ms-slide-vpbtn,
.ms-skin-black-2 .ms-video-btn{
width: 45px;
height: 45px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/black-skin-2.png) black no-repeat -16px -103px;
border: solid 3px rgb(255, 255, 255);  
border-color: rgba(255, 255, 255, 0.4);
-webkit-background-clip: padding-box;
top: 50%;
left: 50%;
margin: -23px 0 0 -23px;
}
.ms-skin-black-2 .ms-slide .ms-slide-vpbtn:hover,
.ms-skin-black-2 .ms-video-btn:hover{
background-color: #3D3D3D;
}
.ms-skin-black-2 .ms-slide .ms-slide-vcbtn {
width: 25px;
height: 25px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/black-skin-2.png) black no-repeat -27px -36px;
border: solid 2px white;
border-color: rgba(255, 255, 255, 0.4);
top: 15px;
right: 15px;
}
.ms-skin-black-2.round-skin .ms-slide .ms-slide-vcbtn{
border-radius: 50px;
} .ms-skin-black-2 .ms-nav-next,
.ms-skin-black-2 .ms-nav-prev {
position: absolute;
cursor: pointer;
z-index: 110;
width: 45px;
height: 45px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/black-skin-2.png) black;
background-clip: padding-box;
background-position: -88px -26px;
border: solid 3px rgb(255, 255, 255);
border-color: rgba(255, 255, 255, 0.4);
top: 50%;
left: 30px;
margin-top: -22px;
}
.ms-skin-black-2.round-skin .ms-nav-next,
.ms-skin-black-2.round-skin .ms-nav-prev,
.ms-skin-black-2.round-skin .ms-slide .ms-slide-vpbtn,
.ms-skin-black-2.round-skin .ms-video-btn{
border-radius: 90px;
}
.ms-skin-black-2 .ms-nav-next:hover,
.ms-skin-black-2 .ms-nav-prev:hover{
background-color: #3d3d3d;
}
.ms-skin-black-2 .ms-nav-next {
right: 30px;
left: auto;
background-position: -86px -103px;
}
.ms-skin-black-2 .ms-bullets.ms-dir-h {
position: absolute;
bottom: 20px;
right: 50%;
width: 100px;
}
.ms-skin-black-2 .ms-bullets.ms-dir-h .ms-bullets-count {
position: relative;
right: -50%;
}
.ms-skin-black-2 .ms-bullet {
width: 8px;
height: 8px;
background: white;
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
-ms-background-clip: padding-box;
border: solid 3px white;
border-color: rgba(0, 0, 0, 0.44);
margin: 4px;
background-position: -34px -117px;
}
.ms-skin-black-2.round-skin .ms-bullet{
border-radius: 15px;
}
.ms-skin-black-2 .ms-bullet-selected {
background-color: black;
border-color: white;
border-color: rgba(255, 255, 255, 0.44);
}
.ms-skin-black-2 .ms-tooltip{
position: absolute;
z-index: 210;
cursor: auto;
}
.ms-skin-black-2 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-black-2 .ms-tooltip-bottom .ms-tooltip-arrow{
border-left: solid 10px transparent;
border-right: solid 10px transparent;
position: absolute;
left: 50%;
margin-left: -10px;
}
.ms-skin-black-2 .ms-tooltip-top .ms-tooltip-arrow{
border-top: solid 10px;
border-top-color: silver;
border-top-color: rgba(240, 240, 240, 0.88);
bottom: -10px;
}
.ms-skin-black-2 .ms-tooltip-bottom .ms-tooltip-arrow {
border-bottom: solid 10px;
border-bottom-color: silver;
border-bottom-color: rgba(240, 240, 240, 0.88);
top: -10px;
}
.ms-skin-black-2 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-black-2 .ms-tooltip-left .ms-tooltip-arrow{
border-top: solid 10px transparent;
border-bottom: solid 10px transparent;
position: absolute;
top: 50%;
margin-top: -10px;
}
.ms-skin-black-2 .ms-tooltip-right .ms-tooltip-arrow{
border-right: solid 10px;
border-right-color: silver;
border-right-color: rgba(240, 240, 240, 0.88);
left: -10px;
}
.ms-skin-black-2 .ms-tooltip-left .ms-tooltip-arrow {
border-left: solid 10px;
border-left-color: silver;
border-left-color: rgba(240, 240, 240, 0.88);
right: -10px;
}
.ms-skin-black-2 .ms-tooltip-point {cursor: pointer;}
.ms-skin-black-2 .ms-tooltip-point .ms-point-center {
width: 12px;
height: 12px; 
border-radius: 15px;
border: solid 2px #BBB;
background: white;
margin: -8px 0 0 -8px;
position: absolute;
z-index: 105;
}
.ms-skin-black-2 .ms-tooltip-point .ms-point-border {
width: 22px;
height: 22px; 
background: black;
background:rgba(0, 0, 0, 0.36);
margin: -11px 0 0 -11px;
position: absolute;
border-radius: 15px;
animation: point-anim 1.5s infinite ;
-moz-animation: point-anim 1.5s infinite;
-webkit-animation: point-anim 1.5s infinite;
-o-animation: point-anim 1.5s infinite;
}
.ms-ie7.ms-skin-black-2 .ms-tooltip-point .ms-point-border,
.ms-ie8.ms-skin-black-2 .ms-tooltip-point .ms-point-border{
display: none;
}
.ms-skin-black-2  .ms-tooltip {
max-width:200px;
}
.ms-skin-black-2 .ms-tooltip-cont {
padding: 10px;
background: silver;
background: rgba(240, 240, 240, 0.88);
text-shadow: 0 1px 0px white;
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
} @media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
.ms-skin-black-2 .ms-slide .ms-slide-vpbtn,
.ms-skin-black-2 .ms-video-btn,
.ms-skin-black-2 .ms-slide .ms-slide-vcbtn,
.ms-skin-black-2 .ms-nav-next,
.ms-skin-black-2 .ms-nav-prev{
background-image:url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/black-skin-2-retina.png);
background-size: 152px 225px;
}
} .ms-skin-light-2 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-2 .ms-video-btn{
width: 54px;
height: 54px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-2.png) no-repeat -14px -150px;
top: 50%;
left: 50%;
margin: -27px 0 0 -27px;
}
.ms-skin-light-2 .ms-slide .ms-slide-vcbtn {
width: 27px;
height: 26px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-2.png) no-repeat -24px -29px;
top: 30px;
right: 30px;
} .ms-skin-light-2 .ms-nav-next,
.ms-skin-light-2 .ms-nav-prev {
width: 53px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-2.png);
background-position: -79px -19px;
height: 61px;
cursor: pointer;
top: 50%;
left: 30px;
margin-top: -26px;
position: absolute;
z-index: 110;
}
.ms-skin-light-2 .ms-nav-next {
right: 30px;
left: auto;
background-position: -79px -97px;
}
.ms-skin-light-2 .ms-bullets.ms-dir-h {
position: absolute;
bottom: 20px;
right: 50%;
width: 100px;
}
.ms-skin-light-2 .ms-bullets.ms-dir-h .ms-bullets-count {
position: relative;
right: -50%;
}
.ms-skin-light-2 .ms-bullet {
width: 9px;
height: 9px;
background: black;
margin: 4px;
border: solid 1px rgb(58, 58, 58);
}
.ms-skin-light-2 .ms-bullet-selected {
background-color: white;
}
.ms-skin-light-2 .ms-tooltip{
position: absolute;
z-index: 210;
cursor: auto;
}
.ms-skin-light-2 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-2 .ms-tooltip-bottom .ms-tooltip-arrow{
border-left: solid 10px transparent;
border-right: solid 10px transparent;
position: absolute;
left: 50%;
margin-left: -10px;
}
.ms-skin-light-2 .ms-tooltip-top .ms-tooltip-arrow{
border-top: solid 10px;
border-top-color: silver;
border-top-color: rgba(240, 240, 240, 0.88);
bottom: -10px;
}
.ms-skin-light-2 .ms-tooltip-bottom .ms-tooltip-arrow {
border-bottom: solid 10px;
border-bottom-color: silver;
border-bottom-color: rgba(240, 240, 240, 0.88);
top: -10px;
}
.ms-skin-light-2 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-2 .ms-tooltip-left .ms-tooltip-arrow{
border-top: solid 10px transparent;
border-bottom: solid 10px transparent;
position: absolute;
top: 50%;
margin-top: -10px;
}
.ms-skin-light-2 .ms-tooltip-right .ms-tooltip-arrow{
border-right: solid 10px;
border-right-color: silver;
border-right-color: rgba(240, 240, 240, 0.88);
left: -10px;
}
.ms-skin-light-2 .ms-tooltip-left .ms-tooltip-arrow {
border-left: solid 10px;
border-left-color: silver;
border-left-color: rgba(240, 240, 240, 0.88);
right: -10px;
}
.ms-skin-light-2 .ms-tooltip-point {cursor: pointer;}
.ms-skin-light-2 .ms-tooltip-point .ms-point-center {
width: 12px;
height: 12px; 
border-radius: 15px;
border: solid 2px #BBB;
background: white;
margin: -8px 0 0 -8px;
position: absolute;
z-index: 105;
}
.ms-skin-light-2 .ms-tooltip-point .ms-point-border {
width: 22px;
height: 22px; 
background: black;
background:rgba(0, 0, 0, 0.36);
margin: -11px 0 0 -11px;
position: absolute;
border-radius: 15px;
animation: point-anim 1.5s infinite ;
-moz-animation: point-anim 1.5s infinite;
-webkit-animation: point-anim 1.5s infinite;
-o-animation: point-anim 1.5s infinite;
}
.ms-skin-light-2  .ms-tooltip {
max-width:200px;
}
.ms-skin-light-2 .ms-tooltip-cont {
padding: 10px;
background: silver;
background: rgba(240, 240, 240, 0.88);
text-shadow: 0 1px 0px white;
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
} @media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
.ms-skin-light-2 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-2 .ms-video-btn,
.ms-skin-light-2 .ms-slide .ms-slide-vcbtn,
.ms-skin-light-2 .ms-nav-next,
.ms-skin-light-2 .ms-nav-prev{
background-image:url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-2-retina.png);
background-size: 152px 225px;
}
} .ms-skin-light-3 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-3 .ms-video-btn{
width: 50px;
height: 50px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-3.png) no-repeat -15px -149px;
top: 50%;
left: 50%;
margin: -25px 0 0 -25px;
}
.ms-skin-light-3 .ms-slide .ms-slide-vcbtn {
width: 31px;
height: 29px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-3.png) no-repeat -26px -28px;
top: 30px;
right: 30px;
} .ms-skin-light-3 .ms-nav-next,
.ms-skin-light-3 .ms-nav-prev {
width: 50px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-3.png);
background-position: -82px -22px;
height: 50px;
cursor: pointer;
top: 50%;
left: 30px;
margin-top: -25px;
position: absolute;
z-index: 110;
}
.ms-skin-light-3 .ms-nav-next {
right: 30px;
left: auto;
background-position: -81px -99px;
}
.ms-skin-light-3 .ms-bullets.ms-dir-h {
position: absolute;
bottom: 20px;
right: 50%;
width: 100px;
}
.ms-skin-light-3 .ms-bullets.ms-dir-h .ms-bullets-count {
position: relative;
right: -50%;
}
.ms-skin-light-3 .ms-bullet {
width: 16px;
height: 16px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-3.png) no-repeat;
background-position: -31px -114px;
margin: 4px;
}
.ms-skin-light-3 .ms-bullet-selected {
background-position: -31px -81px;
}
.ms-skin-light-3 .ms-tooltip{
position: absolute;
z-index: 210;
cursor: auto;
}
.ms-skin-light-3 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-3 .ms-tooltip-bottom .ms-tooltip-arrow{
border-left: solid 10px transparent;
border-right: solid 10px transparent;
position: absolute;
left: 50%;
margin-left: -10px;
}
.ms-skin-light-3 .ms-tooltip-top .ms-tooltip-arrow{
border-top: solid 10px;
border-top-color: silver;
border-top-color: rgba(240, 240, 240, 0.88);
bottom: -10px;
}
.ms-skin-light-3 .ms-tooltip-bottom .ms-tooltip-arrow {
border-bottom: solid 10px;
border-bottom-color: silver;
border-bottom-color: rgba(240, 240, 240, 0.88);
top: -10px;
}
.ms-skin-light-3 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-3 .ms-tooltip-left .ms-tooltip-arrow{
border-top: solid 10px transparent;
border-bottom: solid 10px transparent;
position: absolute;
top: 50%;
margin-top: -10px;
}
.ms-skin-light-3 .ms-tooltip-right .ms-tooltip-arrow{
border-right: solid 10px;
border-right-color: silver;
border-right-color: rgba(240, 240, 240, 0.88);
left: -10px;
}
.ms-skin-light-3 .ms-tooltip-left .ms-tooltip-arrow {
border-left: solid 10px;
border-left-color: silver;
border-left-color: rgba(240, 240, 240, 0.88);
right: -10px;
}
.ms-skin-light-3 .ms-tooltip-point {cursor: pointer;}
.ms-skin-light-3 .ms-tooltip-point .ms-point-center {
width: 12px;
height: 12px; 
border-radius: 15px;
border: solid 2px #BBB;
background: white;
margin: -8px 0 0 -8px;
position: absolute;
z-index: 105;
}
.ms-skin-light-3 .ms-tooltip-point .ms-point-border {
width: 22px;
height: 22px; 
background: black;
background:rgba(0, 0, 0, 0.36);
margin: -11px 0 0 -11px;
position: absolute;
border-radius: 15px;
animation: point-anim 1.5s infinite ;
-moz-animation: point-anim 1.5s infinite;
-webkit-animation: point-anim 1.5s infinite;
-o-animation: point-anim 1.5s infinite;
}
.ms-skin-light-3  .ms-tooltip {
max-width:200px;
}
.ms-skin-light-3 .ms-tooltip-cont {
padding: 10px;
background: silver;
background: rgba(240, 240, 240, 0.88);
text-shadow: 0 1px 0px white;
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
} @media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
.ms-skin-light-3 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-3 .ms-video-btn,
.ms-skin-light-3 .ms-slide .ms-slide-vcbtn,
.ms-skin-light-3 .ms-nav-next,
.ms-skin-light-3 .ms-nav-prev,
.ms-skin-light-3 .ms-bullet{
background-image:url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-3-retina.png);
background-size: 152px 225px;
}
} .ms-skin-light-4 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-4 .ms-video-btn{
width: 54px;
height: 54px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-4.png) no-repeat -14px -150px;
top: 50%;
left: 50%;
margin: -27px 0 0 -27px;
}
.ms-skin-light-4 .ms-slide .ms-slide-vcbtn {
width: 27px;
height: 26px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-4.png) no-repeat -24px -29px;
top: 30px;
right: 30px;
} .ms-skin-light-4 .ms-nav-next,
.ms-skin-light-4 .ms-nav-prev {
width: 54px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-4.png);
background-position: -77px -5px;
height: 68px;
cursor: pointer;
top: 50%;
left: -27px;
margin-top: -40px;
position: absolute;
z-index: 110;
}
.ms-skin-light-4 .ms-nav-next {
right: -27px;
left: auto;
background-position: -79px -83px;
}
.ms-skin-light-4 .ms-thumb-frame-selected {
opacity: 0.6;
}
.ms-skin-light-4 .ms-thumb-list.ms-dir-h {
bottom: -60px;
width: 100%;
height: 60px;
}
.ms-skin-light-4 .ms-thumb-list.ms-dir-v {
height: 100%;
width: 60px;
right: -60px;
top: 0;
}
.ms-skin-light-4 .ms-thumb-frame {
cursor: pointer;
float: left;
width: 60px;
height: 60px;
margin: 1px 0 0 1px;
overflow: hidden;
}
.ms-skin-light-4 .ms-bullets.ms-dir-h {
position: absolute;
bottom: 20px;
right: 50%;
width: 100px;
}
.ms-skin-light-4 .ms-bullets.ms-dir-h .ms-bullets-count {
position: relative;
right: -50%;
}
.ms-skin-light-4 .ms-bullet {
width: 9px;
height: 9px;
background: #b9b9b9;
margin: 4px;
border: solid 1px rgb(163, 163, 163);
}
.ms-skin-light-4 .ms-bullet-selected {
background-color: white;
}
.ms-skin-light-4 .ms-tooltip{
position: absolute;
z-index: 210;
cursor: auto;
}
.ms-skin-light-4 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-4 .ms-tooltip-bottom .ms-tooltip-arrow{
border-left: solid 10px transparent;
border-right: solid 10px transparent;
position: absolute;
left: 50%;
margin-left: -10px;
}
.ms-skin-light-4 .ms-tooltip-top .ms-tooltip-arrow{
border-top: solid 10px;
border-top-color: silver;
border-top-color: rgba(240, 240, 240, 0.88);
bottom: -10px;
}
.ms-skin-light-4 .ms-tooltip-bottom .ms-tooltip-arrow {
border-bottom: solid 10px;
border-bottom-color: silver;
border-bottom-color: rgba(240, 240, 240, 0.88);
top: -10px;
}
.ms-skin-light-4 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-4 .ms-tooltip-left .ms-tooltip-arrow{
border-top: solid 10px transparent;
border-bottom: solid 10px transparent;
position: absolute;
top: 50%;
margin-top: -10px;
}
.ms-skin-light-4 .ms-tooltip-right .ms-tooltip-arrow{
border-right: solid 10px;
border-right-color: silver;
border-right-color: rgba(240, 240, 240, 0.88);
left: -10px;
}
.ms-skin-light-4 .ms-tooltip-left .ms-tooltip-arrow {
border-left: solid 10px;
border-left-color: white;
border-left-color: rgba(240, 240, 240, 0.88);
right: -10px;
}
.ms-skin-light-4 .ms-tooltip-point {cursor: pointer;}
.ms-skin-light-4 .ms-tooltip-point .ms-point-center {
width: 12px;
height: 12px; 
border-radius: 15px;
border: solid 2px #E0E0E0;
background: #4b8aac;
margin: -8px 0 0 -8px;
position: absolute;
z-index: 105;
}
.ms-skin-light-4 .ms-tooltip-point .ms-point-border {
width: 22px;
height: 22px; 
background: white;
margin: -11px 0 0 -11px;
position: absolute;
border-radius: 15px;
animation: point-anim 1.5s infinite ;
-moz-animation: point-anim 1.5s infinite;
-webkit-animation: point-anim 1.5s infinite;
-o-animation: point-anim 1.5s infinite;
}
.ms-skin-light-4  .ms-tooltip {
max-width:200px;
}
.ms-skin-light-4 .ms-tooltip-cont {
padding: 10px;
background: silver;
background: rgba(240, 240, 240, 0.88);
text-shadow: 0 1px 0px white;
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
} @media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
.ms-skin-light-4 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-4 .ms-video-btn,
.ms-skin-light-4 .ms-slide .ms-slide-vcbtn,
.ms-skin-light-4 .ms-nav-next,
.ms-skin-light-4 .ms-nav-prev{
background-image:url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-4-retina.png);
background-size: 152px 225px;
}
} .ms-skin-light-5 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-5 .ms-video-btn{
width: 32px;
height: 32px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-5.png) black no-repeat -24px -160px;
top: 50%;
left: 50%;
margin: -18px 0 0 -18px;
}
.ms-skin-light-5 .ms-slide .ms-slide-vpbtn:hover,
.ms-skin-light-5 .ms-video-btn:hover{
background-color:#646464;
}
.ms-skin-light-5 .ms-slide .ms-slide-vcbtn {
width: 30px;
height: 30px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-5.png) white no-repeat -24px -28px;
top: 18px;
right: 30px;
} .ms-skin-light-5 .ms-nav-next,
.ms-skin-light-5 .ms-nav-prev {
width: 32px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-5.png) white;
background-position: -94px -32px;
height: 32px;
cursor: pointer;
bottom: 40px;
left: 40px;
margin-top: -20px;
position: absolute;
z-index: 110;
}
.ms-skin-light-5 .ms-nav-next:hover,
.ms-skin-light-5 .ms-nav-prev:hover{
background-color:#E0E0E0;
}
.ms-skin-light-5 .ms-nav-next {
left: 73px;
background-position: -93px -110px;
}
.ms-skin-light-5 .ms-bullets.ms-dir-h {
position: absolute;
bottom: 20px;
right: 50%;
width: 100px;
}
.ms-skin-light-5 .ms-bullets.ms-dir-h .ms-bullets-count {
position: relative;
right: -50%;
}
.ms-skin-light-5 .ms-bullet {
width: 10px;
height: 10px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-5.png) no-repeat;
margin: 4px;
background-position: -34px -117px;
}
.ms-skin-light-5 .ms-bullet-selected {
background-position: -34px -84px;
}
.ms-skin-light-5 .ms-tooltip{
position: absolute;
z-index: 210;
cursor: auto;
}
.ms-skin-light-5 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-5 .ms-tooltip-bottom .ms-tooltip-arrow{
border-left: solid 10px transparent;
border-right: solid 10px transparent;
position: absolute;
left: 50%;
margin-left: -10px;
}
.ms-skin-light-5 .ms-tooltip-top .ms-tooltip-arrow{
border-top: solid 10px;
border-top-color: silver;
border-top-color: rgba(240, 240, 240, 0.88);
bottom: -10px;
}
.ms-skin-light-5 .ms-tooltip-bottom .ms-tooltip-arrow {
border-bottom: solid 10px;
border-bottom-color: silver;
border-bottom-color: rgba(240, 240, 240, 0.88);
top: -10px;
}
.ms-skin-light-5 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-5 .ms-tooltip-left .ms-tooltip-arrow{
border-top: solid 10px transparent;
border-bottom: solid 10px transparent;
position: absolute;
top: 50%;
margin-top: -10px;
}
.ms-skin-light-5 .ms-tooltip-right .ms-tooltip-arrow{
border-right: solid 10px;
border-right-color: silver;
border-right-color: rgba(240, 240, 240, 0.88);
left: -10px;
}
.ms-skin-light-5 .ms-tooltip-left .ms-tooltip-arrow {
border-left: solid 10px;
border-left-color: silver;
border-left-color: rgba(240, 240, 240, 0.88);
right: -10px;
}
.ms-skin-light-5 .ms-tooltip-point {cursor: pointer;}
.ms-skin-light-5 .ms-tooltip-point .ms-point-center {
width: 12px;
height: 12px; 
border-radius: 15px;
border: solid 2px #BBB;
background: white;
margin: -8px 0 0 -8px;
position: absolute;
z-index: 105;
}
.ms-skin-light-5 .ms-tooltip-point .ms-point-border {
width: 22px;
height: 22px; 
background: black;
background:rgba(0, 0, 0, 0.36);
margin: -11px 0 0 -11px;
position: absolute;
border-radius: 15px;
animation: point-anim 1.5s infinite ;
-moz-animation: point-anim 1.5s infinite;
-webkit-animation: point-anim 1.5s infinite;
-o-animation: point-anim 1.5s infinite;
} .ms-android.ms-skin-light-5 .ms-tooltip-point .ms-point-border{
animation:none;
-moz-animation:none;
-webkit-animation:none;
-o-animation:none;
}
.ms-ie7.ms-skin-light-5 .ms-tooltip-point .ms-point-border,
.ms-ie8.ms-skin-light-5 .ms-tooltip-point .ms-point-border{
display: none;
}
.ms-skin-light-5  .ms-tooltip {
max-width:200px;
}
.ms-skin-light-5 .ms-tooltip-cont {
padding: 10px;
background: silver;
background: rgba(240, 240, 240, 0.88);
text-shadow: 0 1px 0px white;
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
} @media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
.ms-skin-light-5 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-5 .ms-video-btn,
.ms-skin-light-5 .ms-slide .ms-slide-vcbtn,
.ms-skin-light-5 .ms-nav-next,
.ms-skin-light-5 .ms-nav-prev{
background-image:url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-5-retina.png);
background-size: 152px 225px;
}
} .ms-skin-light-6 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-6 .ms-video-btn{
width: 45px;
height: 45px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-6.png) white no-repeat -16px -103px;
border: solid 3px rgb(112, 112, 112);  border-color: rgba(0, 0, 0, 0.27);
-webkit-background-clip: padding-box;
top: 50%;
left: 50%;
margin: -23px 0 0 -23px;
}
.ms-skin-light-6 .ms-slide .ms-slide-vpbtn:hover,
.ms-skin-light-6 .ms-video-btn:hover{
background-color:#E0E0E0;
}
.ms-skin-light-6 .ms-slide .ms-slide-vcbtn {
width: 25px;
height: 25px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-6.png) white no-repeat -27px -36px;
top: 15px;
right: 15px;
}
.ms-skin-light-6.round-skin .ms-slide .ms-slide-vcbtn{
border-radius: 30px;
} .ms-skin-light-6 .ms-nav-next,
.ms-skin-light-6 .ms-nav-prev {
position: absolute;
cursor: pointer;
z-index: 110;
width: 45px;
height: 45px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-6.png) white;
background-clip: padding-box;
background-position: -88px -26px;
border: solid 3px rgb(112, 112, 112);
border-color: rgba(0, 0, 0, 0.27);
top: 50%;
left: 30px;
margin-top: -22px;
}
.ms-skin-light-6.round-skin .ms-nav-next,
.ms-skin-light-6.round-skin .ms-nav-prev,
.ms-skin-light-6.round-skin .ms-slide .ms-slide-vpbtn,
.ms-skin-light-6.round-skin .ms-video-btn{
border-radius: 90px;
}
.ms-skin-light-6 .ms-nav-next:hover,
.ms-skin-light-6 .ms-nav-prev:hover{
background-color:#E0E0E0;
}
.ms-skin-light-6 .ms-nav-next {
right: 30px;
left: auto;
background-position: -86px -103px;
}
.ms-skin-light-6 .ms-bullets.ms-dir-h {
position: absolute;
bottom: 20px;
right: 50%;
width: 100px;
}
.ms-skin-light-6 .ms-bullets.ms-dir-h .ms-bullets-count {
position: relative;
right: -50%;
}
.ms-skin-light-6 .ms-bullet {
width: 8px;
height: 8px;
background: black;
-webkit-background-clip: padding-box;
border: solid 3px white;
border-color: rgba(255, 255, 255, 0.44);
margin: 4px;
background-position: -34px -117px;
}
.ms-skin-light-6.round-skin .ms-bullet{
border-radius: 15px;
}
.ms-skin-light-6 .ms-bullet-selected {
background-color: white;
border-color: black;
border-color: rgba(0, 0, 0, 0.44);
}
.ms-skin-light-6 .ms-tooltip{
position: absolute;
z-index: 210;
cursor: auto;
}
.ms-skin-light-6 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-6 .ms-tooltip-bottom .ms-tooltip-arrow{
border-left: solid 10px transparent;
border-right: solid 10px transparent;
position: absolute;
left: 50%;
margin-left: -10px;
}
.ms-skin-light-6 .ms-tooltip-top .ms-tooltip-arrow{
border-top: solid 10px;
border-top-color: silver;
border-top-color: rgba(240, 240, 240, 0.88);
bottom: -10px;
}
.ms-skin-light-6 .ms-tooltip-bottom .ms-tooltip-arrow {
border-bottom: solid 10px;
border-bottom-color: silver;
border-bottom-color: rgba(240, 240, 240, 0.88);
top: -10px;
}
.ms-skin-light-6 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-6 .ms-tooltip-left .ms-tooltip-arrow{
border-top: solid 10px transparent;
border-bottom: solid 10px transparent;
position: absolute;
top: 50%;
margin-top: -10px;
}
.ms-skin-light-6 .ms-tooltip-right .ms-tooltip-arrow{
border-right: solid 10px;
border-right-color: silver;
border-right-color: rgba(240, 240, 240, 0.88);
left: -10px;
}
.ms-skin-light-6 .ms-tooltip-left .ms-tooltip-arrow {
border-left: solid 10px;
border-left-color: silver;
border-left-color: rgba(240, 240, 240, 0.88);
right: -10px;
}
.ms-skin-light-6 .ms-tooltip-point {cursor: pointer;}
.ms-skin-light-6 .ms-tooltip-point .ms-point-center {
width: 12px;
height: 12px; 
border-radius: 15px;
border: solid 2px #BBB;
background: white;
margin: -8px 0 0 -8px;
position: absolute;
z-index: 105;
}
.ms-skin-light-6 .ms-tooltip-point .ms-point-border {
width: 22px;
height: 22px; 
background: black;
background:rgba(0, 0, 0, 0.36);
margin: -11px 0 0 -11px;
position: absolute;
border-radius: 15px;
animation: point-anim 1.5s infinite ;
-moz-animation: point-anim 1.5s infinite;
-webkit-animation: point-anim 1.5s infinite;
-o-animation: point-anim 1.5s infinite;
}
.ms-ie7.ms-skin-light-6 .ms-tooltip-point .ms-point-border,
.ms-ie8.ms-skin-light-6 .ms-tooltip-point .ms-point-border{
display: none;
}
.ms-skin-light-6  .ms-tooltip {
max-width:200px;
}
.ms-skin-light-6 .ms-tooltip-cont {
padding: 10px;
background: silver;
background: rgba(240, 240, 240, 0.88);
text-shadow: 0 1px 0px white;
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
} @media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
.ms-skin-light-6 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-6 .ms-video-btn,
.ms-skin-light-6 .ms-slide .ms-slide-vcbtn,
.ms-skin-light-6 .ms-nav-next,
.ms-skin-light-6 .ms-nav-prev{
background-image:url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-6-retina.png);
background-size: 152px 225px;
}
} .ms-skin-metro .ms-slide .ms-slide-vpbtn,
.ms-skin-metro .ms-video-btn{
width: 47px;
height: 46px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/metro-skin.png) no-repeat -16px -152px;
top: 50%;
left: 50%;
margin: -22px 0 0 -24px;
}
.ms-skin-metro .ms-slide .ms-slide-vcbtn {
width: 47px;
height: 47px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/metro-skin.png) no-repeat -16px -19px;
top: 15px;
right: 15px;
} .ms-skin-metro .ms-nav-next,
.ms-skin-metro .ms-nav-prev {
width: 47px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/metro-skin.png);
background-position: -83px -23px;
height: 47px;
cursor: pointer;
top: 50%;
left: 30px;
margin-top: -24px;
position: absolute;
z-index: 110;
}
.ms-skin-metro .ms-nav-next {
right: 30px;
left: auto;
background-position: -81px -100px;
}
.ms-skin-metro .ms-bullets.ms-dir-h {
position: absolute;
bottom: 20px;
right: 50%;
width: 100px;
}
.ms-skin-metro .ms-bullets.ms-dir-h .ms-bullets-count {
position: relative;
right: -50%;
}
.ms-skin-metro .ms-bullet {
width: 16px;
height: 16px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/metro-skin.png) no-repeat;
background-position: -31px -114px;
margin: 4px;
}
.ms-skin-metro .ms-bullet-selected {
background-position: -31px -81px;
}
.ms-skin-metro .ms-tooltip{
position: absolute;
z-index: 210;
cursor: auto;
}
.ms-skin-metro .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-metro .ms-tooltip-bottom .ms-tooltip-arrow{
border-left: solid 10px transparent;
border-right: solid 10px transparent;
position: absolute;
left: 50%;
margin-left: -10px;
}
.ms-skin-metro .ms-tooltip-top .ms-tooltip-arrow{
border-top: solid 10px;
border-top-color: silver;
border-top-color: rgba(240, 240, 240, 0.88);
bottom: -10px;
}
.ms-skin-metro .ms-tooltip-bottom .ms-tooltip-arrow {
border-bottom: solid 10px;
border-bottom-color: silver;
border-bottom-color: rgba(240, 240, 240, 0.88);
top: -10px;
}
.ms-skin-metro .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-metro .ms-tooltip-left .ms-tooltip-arrow{
border-top: solid 10px transparent;
border-bottom: solid 10px transparent;
position: absolute;
top: 50%;
margin-top: -10px;
}
.ms-skin-metro .ms-tooltip-right .ms-tooltip-arrow{
border-right: solid 10px;
border-right-color: silver;
border-right-color: rgba(240, 240, 240, 0.88);
left: -10px;
}
.ms-skin-metro .ms-tooltip-left .ms-tooltip-arrow {
border-left: solid 10px;
border-left-color: silver;
border-left-color: rgba(240, 240, 240, 0.88);
right: -10px;
}
.ms-skin-metro .ms-tooltip-point {cursor: pointer;}
.ms-skin-metro .ms-tooltip-point .ms-point-center {
width: 12px;
height: 12px; 
border-radius: 15px;
border: solid 2px #BBB;
background: white;
margin: -8px 0 0 -8px;
position: absolute;
z-index: 105;
}
.ms-skin-metro .ms-tooltip-point .ms-point-border {
width: 22px;
height: 22px; 
background: black;
background:rgba(0, 0, 0, 0.36);
margin: -11px 0 0 -11px;
position: absolute;
border-radius: 15px;
animation: point-anim 1.5s infinite ;
-moz-animation: point-anim 1.5s infinite;
-webkit-animation: point-anim 1.5s infinite;
-o-animation: point-anim 1.5s infinite;
}
.ms-skin-metro .ms-tooltip {
max-width:200px;
}
.ms-skin-metro .ms-tooltip-cont {
padding: 10px;
background: silver;
background: rgba(240, 240, 240, 0.88);
text-shadow: 0 1px 0px white;
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
} @media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
.ms-skin-metro .ms-slide .ms-slide-vpbtn,
.ms-skin-metro .ms-video-btn,
.ms-skin-metro .ms-slide .ms-slide-vcbtn,
.ms-skin-metro .ms-nav-next,
.ms-skin-metro .ms-nav-prev,
.ms-skin-metro .ms-bullet{
background-image:url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/metro-skin-retina.png);
background-size: 152px 225px;
}
} .ms-skin-minimal .ms-slide .ms-slide-vpbtn,
.ms-skin-minimal .ms-video-btn{
width: 55px;
height: 55px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/minimal.svg) no-repeat 24px 18px white;
border: solid 1px #3d3d3d;
border-radius: 50%;
top: 50%;
left: 50%;
margin: -27px 0 0 -27px;
-webkit-transition: background-color 300ms;
transition: background-color 300ms;
}
.ms-skin-minimal .ms-slide .ms-slide-vcbtn:hover,
.ms-skin-minimal .ms-slide .ms-slide-vpbtn:hover,
.ms-skin-minimal .ms-video-btn:hover {
background-color: #f1f1f1;
}
.ms-skin-minimal .ms-slide .ms-slide-vcbtn {
width: 31px;
height: 31px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/minimal.svg) no-repeat -289px 6px white;
border-radius: 50%;
border: solid 1px #3d3d3d;
top: 18px;
right: 30px;
-webkit-transition: background-color 300ms;
transition: background-color 300ms;
} .ms-skin-minimal .ms-nav-next,
.ms-skin-minimal .ms-nav-prev {
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/minimal.svg) no-repeat white;
background-position: -178px 17px;
border: solid 1px #3d3d3d;
border-radius: 50%;
height: 55px;
width: 55px;
cursor: pointer;
top: 50%;
left: 30px;
margin-top: -27px;
position: absolute;
z-index: 110;
-webkit-transition: background-color 300ms;
transition: background-color 300ms;
}
.ms-skin-minimal .ms-nav-next:hover,
.ms-skin-minimal .ms-nav-prev:hover{
background-color: #f1f1f1;
}
.ms-skin-minimal .ms-nav-next {
right: 30px;
left: auto;
background-position: -75px 17px;
}
.ms-skin-minimal .ms-bullet {
width: 8px;
height: 8px;
background: white;
border: solid 1px #3d3d3d;
border-radius: 50%;
margin: 4px;
background-position: -34px -117px;
}
.ms-skin-minimal .ms-bullet-selected {
background: #3d3d3d;
}
.ms-skin-minimal .ms-time-bar {
height: 3px;
background: #FFFFFF;
border-top: solid 1px rgba(0, 0, 0, 0.41);
}
.ms-skin-minimal .ms-tooltip{
position: absolute;
z-index: 210;
cursor: auto;
}
.ms-skin-minimal .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-minimal .ms-tooltip-bottom .ms-tooltip-arrow{
border-left: solid 10px transparent;
border-right: solid 10px transparent;
position: absolute;
left: 50%;
margin-left: -10px;
}
.ms-skin-minimal .ms-tooltip-top .ms-tooltip-arrow{
border-top: solid 10px;
border-top-color: silver;
border-top-color: rgba(240, 240, 240, 0.88);
bottom: -10px;
}
.ms-skin-minimal .ms-tooltip-bottom .ms-tooltip-arrow {
border-bottom: solid 10px;
border-bottom-color: silver;
border-bottom-color: rgba(240, 240, 240, 0.88);
top: -10px;
}
.ms-skin-minimal .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-minimal .ms-tooltip-left .ms-tooltip-arrow{
border-top: solid 10px transparent;
border-bottom: solid 10px transparent;
position: absolute;
top: 50%;
margin-top: -10px;
}
.ms-skin-minimal .ms-tooltip-right .ms-tooltip-arrow{
border-right: solid 10px;
border-right-color: silver;
border-right-color: rgba(240, 240, 240, 0.88);
left: -10px;
}
.ms-skin-minimal .ms-tooltip-left .ms-tooltip-arrow {
border-left: solid 10px;
border-left-color: silver;
border-left-color: rgba(240, 240, 240, 0.88);
right: -10px;
}
.ms-skin-minimal .ms-tooltip-point {cursor: pointer;}
.ms-skin-minimal .ms-tooltip-point .ms-point-center {
width: 12px;
height: 12px;
border-radius: 15px;
border: solid 2px #BBB;
background: white;
margin: -8px 0 0 -8px;
position: absolute;
z-index: 105;
}
.ms-skin-minimal .ms-tooltip-point .ms-point-border {
width: 22px;
height: 22px;
background: black;
background:rgba(0, 0, 0, 0.36);
margin: -11px 0 0 -11px;
position: absolute;
border-radius: 15px;
animation: point-anim 1.5s infinite ;
-moz-animation: point-anim 1.5s infinite;
-webkit-animation: point-anim 1.5s infinite;
-o-animation: point-anim 1.5s infinite;
}
.ms-skin-minimal .ms-tooltip {
max-width:200px;
}
.ms-skin-minimal .ms-tooltip-cont {
padding: 10px;
background: silver;
background: rgba(240, 240, 240, 0.88);
text-shadow: 0 1px 0px white;
margin-left: -1px;
} .ms-skin-contrast .ms-slide .ms-slide-vpbtn,
.ms-skin-contrast .ms-video-btn{
width: 60px;
height: 60px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/contrast-skin.png) no-repeat -10px -144px;
top: 50%;
left: 50%;
margin: -30px 0 0 -30px;
}
.ms-skin-contrast .ms-slide .ms-slide-vcbtn {
width: 24px;
height: 24px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/contrast-skin.png) no-repeat -27px -30px;
top: 30px;
right: 30px;
} .ms-skin-contrast .ms-nav-next,
.ms-skin-contrast .ms-nav-prev {
width: 60px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/contrast-skin.png);
background-position: -76px -17px;
height: 60px;
cursor: pointer;
top: 50%;
left: 30px;
margin-top: -30px;
position: absolute;
z-index: 110;
}
.ms-skin-contrast .ms-nav-next {
right: 30px;
left: auto;
background-position: -77px -91px;
}
.ms-skin-contrast .ms-bullets.ms-dir-h {
position: absolute;
bottom: 20px;
right: 50%;
width: 100px;
}
.ms-skin-contrast .ms-bullets.ms-dir-h .ms-bullets-count {
position: relative;
right: -50%;
}
.ms-skin-contrast .ms-bullet {
width: 16px;
height: 16px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/contrast-skin.png) no-repeat;
background-position: -31px -114px;
margin: 4px;
}
.ms-skin-contrast .ms-bullet-selected {
background-position: -31px -81px;
}
.ms-skin-contrast .ms-tooltip{
position: absolute;
z-index: 210;
cursor: auto;
}
.ms-skin-contrast .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-contrast .ms-tooltip-bottom .ms-tooltip-arrow{
border-left: solid 10px transparent;
border-right: solid 10px transparent;
position: absolute;
left: 50%;
margin-left: -10px;
}
.ms-skin-contrast .ms-tooltip-top .ms-tooltip-arrow{
border-top: solid 10px;
border-top-color: #fc3116;
border-top-color: rgba(252, 49, 22, 0.8);
bottom: -10px;
}
.ms-skin-contrast .ms-tooltip-bottom .ms-tooltip-arrow {
border-bottom: solid 10px;
border-bottom-color: #fc3116;
border-bottom-color: rgba(252, 49, 22, 0.8);
top: -10px;
}
.ms-skin-contrast .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-contrast .ms-tooltip-left .ms-tooltip-arrow{
border-top: solid 10px transparent;
border-bottom: solid 10px transparent;
position: absolute;
top: 50%;
margin-top: -10px;
}
.ms-skin-contrast .ms-tooltip-right .ms-tooltip-arrow{
border-right: solid 10px;
border-right-color: #fc3116;
border-right-color: rgba(252, 49, 22, 0.8);
left: -10px;
}
.ms-skin-contrast .ms-tooltip-left .ms-tooltip-arrow {
border-left: solid 10px;
border-left-color: #fc3116;
border-left-color: rgba(252, 49, 22, 0.8);
right: -10px;
}
.ms-skin-contrast .ms-tooltip-point {cursor: pointer;}
.ms-skin-contrast .ms-tooltip-point .ms-point-center {
width: 12px;
height: 12px; 
border-radius: 15px;
border: solid 2px #636363;
background: black;
margin: -8px 0 0 -8px;
position: absolute;
z-index: 105;
}
.ms-skin-contrast .ms-tooltip-point .ms-point-border {
width: 22px;
height: 22px; 
background: white;
background: rgba(255, 255, 255, 0.99);
margin: -11px 0 0 -11px;
position: absolute;
border-radius: 15px;
animation: point-anim 1.5s infinite ;
-moz-animation: point-anim 1.5s infinite;
-webkit-animation: point-anim 1.5s infinite;
-o-animation: point-anim 1.5s infinite;
}
.ms-skin-contrast  .ms-tooltip {
max-width:200px;
}
.ms-skin-contrast .ms-tooltip-cont {
padding: 10px;
background: #fc3116;
background: rgba(252, 49, 22, 0.8);
text-shadow: 0 1px 0px rgba(0, 0, 0, 0.4);
color: white;
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
} @media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
.ms-skin-contrast .ms-slide .ms-slide-vpbtn,
.ms-skin-contrast .ms-video-btn,
.ms-skin-contrast .ms-slide .ms-slide-vcbtn,
.ms-skin-contrast .ms-nav-next,
.ms-skin-contrast .ms-nav-prev,
.ms-skin-contrast .ms-bullet{
background-image:url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/skins/contrast-skin-retina.png);
background-size: 152px 225px;
}
}
.ms-caro3d-template .ms-container {
padding: 10px 0 50px 0;
} .ms-caro3d-template .ms-slide{
-webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, transparent), to(rgba(255,255,255,0.5)));
}
.ms-caro3d-template .ms-slide-bgcont{
border-radius: 8px;
}
.ms-dis-slider-cont {
position: relative;
padding: 3.2% 8.5% 24%;
max-width: 508px;
}
.ms-display-cont .ms-view{
background-color: #17171a;
}
.ms-display-cont{
max-width: 614px;
position: relative;
margin: 0 auto;
}
.ms-display-bg {
max-width: 100%;
position: absolute;
}
.ms-display-template .ms-nav-prev,
.ms-display-template .ms-nav-next {
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -11px -9px;
width: 35px;
height: 40px;
left: -80px;
margin-top: -17px;
position: absolute;
top:50%;
cursor: pointer;
}
.ms-display-template .ms-nav-next {
background-position: -59px -9px;
right: -80px;
left:auto;
}
.ms-display-template .ms-bullets.ms-dir-h {
position: absolute;
bottom: -50%;
right: 50%;
width: 100px;
}
.ms-display-template .ms-bullets.ms-dir-h .ms-bullets-count {
position: relative;
right: -50%;
}
.ms-display-template .ms-bullet {
width: 10px;
height: 10px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -112px -25px;
margin: 4px;
}
.ms-display-template .ms-bullet-selected {
background-position: -143px -25px;
}
.ms-gallery-template .ms-gallery-botcont {
height: 55px;
background: black;
color: white;
font-weight: 300;
font-family: "Lato", sans-serif;
font-size: 18px;
position: relative;
}
.ms-gallery-template .ms-gal-playbtn {
width: 55px;
height: 100%;
float: left;
cursor: pointer;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/templates/gallery-btns.png) no-repeat 6px 6px;
}
.ms-gallery-template .ms-gal-playbtn.btn-pause {
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/templates/gallery-btns.png) no-repeat -55px 7px;
}
.ms-gallery-template .ms-gal-thumbtoggle {
position: absolute;
right: 0;
z-index: 110;
width: 55px;
height: 100%;
cursor: pointer;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/templates/gallery-btns.png) no-repeat -53px -41px;
}
.ms-gallery-template .ms-gal-thumbtoggle.btn-hide {
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/templates/gallery-btns.png) no-repeat 4px -41px;
}
.ms-gallery-template .ms-slide-num {
float: left;
padding: 17px 9px;
color: #727272;
}
.ms-gallery-template .ms-slide-info {
float: left;
padding: 18px 4px;
position: relative;
width: auto;
}
.ms-gallery-template .ms-bullets.ms-dir-h {
position: absolute;
bottom: 18px;
right: 105px;
width: 100px;
}
.ms-gallery-template .ms-bullet {
width: 8px;
height: 8px;
background: #1e1e1e;
margin: 4px;
border-radius: 15px;
}
.ms-gallery-template .ms-bullet-selected {
background-color: white;
}
.ms-gallery-template .ms-timerbar {
width: 100%;
top: -4px;
height: 4px;
position: absolute;
background: rgba(0, 0, 0, 0.32);
}
.ms-gallery-template .ms-time-bar {
height: 4px;
background: rgba(255, 255, 255, 0.7);
}
.ms-gallery-template .ms-thumb-list.ms-dir-h {
width: 100%;
background: black;
background: rgba(0, 0, 0, 0.95);
padding-top: 1px;
}
.ms-gallery-template .ms-thumb-frame {
cursor: pointer;
float: left;
width: 175px;
overflow: hidden;
opacity: 0.5;
-webkit-transition: opacity 400ms;
transition: opacity 400ms;
}
.ms-gallery-template .ms-thumb-frame-selected {
opacity: 1;
}
.ms-gallery-template .ms-gal-thumbcont {
overflow: hidden;
width: 100%;
height: 115px;
position: absolute;
top: -115px;
left: 0;
-webkit-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}
.ms-gallery-template .ms-gal-thumbcont.hide-thumbs {
height: 0;
top: 0;
}
@media (max-width: 570px) {
.ms-gallery-template .ms-slide-info {
display: none;
}
}
.ms-laptop-template .ms-laptop-cont .ms-view{
background-color: #17171a;
}
.ms-laptop-template .ms-laptop-cont{
max-width: 645px;
position: relative;
margin: 0 auto;
}
.ms-laptop-template .ms-lt-slider-cont {
position: relative;
padding: 5% 11.9% 20%;
max-width: 492px;
}
.ms-laptop-template .ms-laptop-bg {
max-width: 100%;
position: absolute;
}
.ms-laptop-template .ms-nav-prev,
.ms-laptop-template .ms-nav-next {
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -11px -9px;
width: 35px;
height: 40px;
left: -80px;
margin-top: -17px;
position: absolute;
top:50%;
cursor: pointer;
}
.ms-laptop-template .ms-nav-next {
background-position: -59px -9px;
right: -80px;
left:auto;
}
.ms-laptop-template .ms-bullets.ms-dir-h {
position: absolute;
bottom: -40%;
right: 50%;
width: 100px;
}
.ms-laptop-template .ms-bullets.ms-dir-h .ms-bullets-count {
position: relative;
right: -50%;
}
.ms-laptop-template .ms-bullet {
width: 10px;
height: 10px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -112px -25px;
margin: 4px;
}
.ms-laptop-template .ms-bullet-selected {
background-position: -143px -25px;
}
.ms-tablet-template .ms-tablet-cont .ms-view{
background-color: #17171a;
}
.ms-tablet-template .ms-tablet-cont{
max-width: 500px;
position: relative;
margin: 0 auto;
}
.ms-tablet-template.ms-tablet-land .ms-tablet-cont {
max-width: 842px;
}
.ms-tablet-template.ms-tablet-land .ms-lt-slider-cont {
padding: 4.1% 12.1% 10%;
max-width: 632px;
}
.ms-tablet-template .ms-lt-slider-cont {
position: relative;
padding: 11.1% 11% 22%;
max-width: 400px;
}
.ms-tablet-template .ms-tablet-bg {
max-width: 100%;
position: absolute;
}
.ms-tablet-template .ms-nav-prev,
.ms-tablet-template .ms-nav-next {
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -11px -9px;
width: 35px;
height: 40px;
left: -120px;
margin-top: -17px;
position: absolute;
top:50%;
cursor: pointer;
}
.ms-tablet-template .ms-nav-next {
background-position: -59px -9px;
right: -120px;
left:auto;
}
.ms-tablet-template .ms-bullets.ms-dir-h {
position: absolute;
bottom: -18%;
right: 50%;
width: 100px;
}
.ms-tablet-template .ms-bullets.ms-dir-h .ms-bullets-count {
position: relative;
right: -50%;
}
.ms-tablet-template .ms-bullet {
width: 10px;
height: 10px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -112px -25px;
margin: 4px;
}
.ms-tablet-template .ms-bullet-selected {
background-position: -143px -25px;
}
.ms-phone-template .ms-phone-cont .ms-view{
background-color: #17171a;
}
.ms-phone-template .ms-phone-cont{
max-width: 386px;
position: relative;
margin: 0 auto;
}
.ms-phone-template.ms-phone-land .ms-phone-cont {
max-width: 666px;
}
.ms-phone-template.ms-phone-land .ms-lt-slider-cont {
position: relative;
padding: 4.6% 16.1% 10% 15.5%;
max-width: 455px;
}
.ms-phone-template .ms-lt-slider-cont {
position: relative;
padding: 26.2% 16.5% 33% 16.8%;
max-width: 258px;
}
.ms-phone-template .ms-phone-bg {
max-width: 100%;
position: absolute;
}
.ms-phone-template .ms-nav-prev,
.ms-phone-template .ms-nav-next {
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -11px -9px;
width: 35px;
height: 40px;
left: -120px;
margin-top: -17px;
position: absolute;
top:50%;
cursor: pointer;
}
.ms-phone-template .ms-nav-next {
background-position: -59px -9px;
right: -120px;
left:auto;
}
.ms-phone-template .ms-bullets.ms-dir-h {
position: absolute;
bottom: -30%;
right: 50%;
width: 100px;
}
.ms-phone-template .ms-bullets.ms-dir-h .ms-bullets-count {
position: relative;
right: -50%;
}
.ms-phone-template .ms-bullet {
width: 10px;
height: 10px;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -112px -25px;
margin: 4px;
}
.ms-phone-template .ms-bullet-selected {
background-position: -143px -25px;
}
.ms-phone-template.ms-phone-land .ms-bullets.ms-dir-h {
bottom: -21%;
}
.ms-phone-template.ms-phone-land .ms-nav-next {
right: -150px;
}
.ms-phone-template.ms-phone-land .ms-nav-prev {
left: -150px;
}
.ms-partialview-template .ms-slide-info {
text-align: center;
margin-top: 20px;
width: 100%;
}
.ms-partialview-template .ms-slide-info h3 {
margin: 5px;
font-weight: 300;
font-size: 23pt;
color: #222;
}
.ms-partialview-template .ms-slide-info h4 {
margin: 5px;
font-weight: 300;
font-size: 14pt;
color: #7A7A7A;
}
.ms-partialview-template .ms-slide-info p {
font-size: 10pt;
margin: 6px;
} .ms-showcase2-template .ms-view{background: transparent;}
.master-slider{
-moz-transform:translate3d(0,0,1px);
}
.ms-staff-carousel{
margin: 25px auto;
position: relative;
}
.ms-staff-carousel .ms-view{
overflow:visible;
background-color: transparent;
}
.ms-staff-carousel .ms-nav-prev,
.ms-staff-carousel .ms-nav-next {
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/templates/staff-arrows.png) white no-repeat -7px -57px;
width: 35px;
height: 40px;
left: -35px;
margin-top: -17px;
box-shadow: 0px 1px 0px 0px rgb(190, 190, 190);
position: absolute;
top:50%;
cursor: pointer;
}
.ms-staff-carousel .ms-nav-next {
background-position: -6px -7px;
right:-35px;
left:auto;
}
.ms-staff-carousel .ms-staff-info{
text-align: center;
margin:0 auto;
max-width: 600px;
margin-top:30px;
min-height:300px;
color:#222222;
}
.ms-staff-carousel .ms-staff-info h3{
font-weight: 300;
font-size: 22pt;
margin:0px;
}
.ms-staff-carousel .ms-staff-info h4{
font-weight: 300;
color:#787878;
font-size: 15pt;
margin:3px;
}
.ms-staff-carousel.ms-round .ms-slide-bgcont {
border-radius: 5000px;
border: solid 8px rgb(230, 230, 230);
margin: 0 -8px;
}
.ms-staff-carousel.ms-round .ms-view{
padding-bottom: 8%;
}
.ms-staff-carousel.ms-round .ms-nav-prev,
.ms-staff-carousel.ms-round .ms-nav-next {
background-color:transparent;
box-shadow : none;
left:-45px;
}
.ms-staff-carousel.ms-round .ms-nav-next {
left:auto;
right:-45px
}
.ms-tabs-template .ms-thumb-frame h3 {
font-weight: 400;
font-size: 13pt;
margin:0;
}
.ms-tabs-template .ms-thumb-frame p {
font-size:10pt;
margin: 4px 0;
}
.ms-tabs-template .ms-thumb-frame-selected h3{
color:#4b8aac;
}
.ms-vertical-template .ms-nav-prev,
.ms-vertical-template .ms-nav-next {
top: 10px;
left: 50%;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/templates/vertical-arrows.png) no-repeat;
background-position: -11px -6px;
width: 40px;
height: 30px;
margin-left: -20px;
margin-top: 0;
}
.ms-vertical-template .ms-nav-next{
top:auto;
bottom:10px;
background-position: -11px -53px;
}
.ms-vertical-template .ms-thumblist-fwd,
.ms-vertical-template .ms-thumblist-bwd {
width: 100%;
position: absolute;
top: 0;
height: 15px;
cursor: pointer;
background: url(//www.safe-renovation.fr/wp-content/plugins/masterslider/public/assets/css/templates/vertical-arrows.png) no-repeat;
background-position: 50% -106px;
}
.ms-vertical-template .ms-thumblist-bwd {
top: auto;
bottom: 0;
background-position: 50% -145px;
}.msp-cn-4-1 { font-weight:900;line-height:normal; } 
.msp-cn-3-1 { font-weight:normal;font-size:72px;line-height:72px;color:#ffffff; } 
.msp-cn-3-3 { font-weight:normal;font-size:19px;line-height:normal;color:#ffffff; } 
.msp-cn-3-6 { font-weight:normal;font-size:72px;line-height:72px;color:#ffffff; } 
.msp-cn-3-8 { font-weight:normal;font-size:19px;line-height:normal;color:#ffffff; } 
.msp-cn-3-11 { font-weight:normal;font-size:72px;line-height:72px;color:#ffffff; } 
.msp-cn-3-13 { font-weight:normal;font-size:19px;line-height:normal;color:#ffffff; } 
.ms-parent-id-1 > .master-slider{ background: url(http://localhost/saferenovation/wp-content/uploads/2016/01/01-1.jpg) repeat top left; }
.msp-cn-1-1 { font-weight:normal;font-size:72px;line-height:75px;color:#ffffff; } 
.msp-cn-1-3 { font-weight:normal;font-size:27px;line-height:35px;color:#ffffff; } 
.msp-cn-1-4 { font-weight:normal;line-height:normal; } 
.msp-cn-1-5 { font-weight:normal;font-size:14px;line-height:22px; } 
.msp-cn-1-6 { font-weight:normal;font-size:72px;line-height:75px;color:#ffffff; } 
.msp-cn-1-7 { font-weight:normal;font-size:27px;line-height:35px;color:#ffffff; } 
.msp-cn-1-8 { font-weight:normal;line-height:normal; } 
.msp-cn-1-9 { font-weight:normal;font-size:14px;line-height:22px; } 
.msp-cn-1-10 { font-weight:normal;font-size:72px;line-height:75px;color:#ffffff; } 
.msp-cn-1-11 { font-weight:normal;font-size:27px;line-height:35px;color:#ffffff; } 
.msp-cn-1-12 { font-weight:normal;line-height:normal; } 
.msp-cn-1-13 { font-weight:normal;font-size:14px;line-height:22px; } 
.msp-cn-1-14 { font-weight:normal;font-size:72px;line-height:75px;color:#ffffff; } 
.msp-cn-1-15 { font-weight:normal;font-size:27px;line-height:35px;color:#ffffff; } 
.msp-cn-1-16 { font-weight:normal;line-height:normal; } 
.msp-cn-1-17 { font-weight:normal;font-size:14px;line-height:22px; } 
.msp-cn-1-18 { font-weight:normal;font-size:27px;line-height:35px;color:#ffffff; } 
.msp-cn-1-19 { font-weight:normal;font-size:72px;line-height:75px;color:#ffffff; } 
.msp-cn-1-20 { font-weight:normal;font-size:72px;line-height:normal;color:#ffffff; }
 *,.kc-col-container,.kc-container,.kc-elm{box-sizing:border-box}.kc-off-notice a,.kc_twitter_feed a:hover{text-decoration:underline}.kc_google_maps[data-wheel=disable] iframe,.kc_wrap-video-bg{pointer-events:none}.fb-line-1 .likes,.fb-line-1 .username,.kc-owl-post-carousel .owl-item .title{text-overflow:ellipsis;white-space:nowrap}.back i,.front i{display:inline-block}div{display:block}.kc-elm{float:left;width:100%}.kc_col-sm-1{width:8.33333%}.kc_col-sm-2{width:16.6667%}div.kc_col-of-5{width:20%;float:left}.kc_col-sm-3{width:25%}.kc_col-sm-4{width:33.3333%}.kc_col-sm-5{width:41.6667%}.kc_col-sm-6{width:50%}.kc_col-sm-7{width:58.3333%}.kc_col-sm-8{width:66.6667%}.kc_col-sm-9{width:75%}.kc_col-sm-10{width:83.3333%}.kc_col-sm-11{width:91.6667%}.kc_col-sm-12{width:100%}.kc-container{width:100%;max-width:1170px;margin:0 auto;padding-left:15px;padding-right:15px}.kc-row-container:not(.kc-container){padding-left:0;padding-right:0;width:100%;max-width:100%}.kc_wrap-video-bg{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}.kc_single_image img{max-width:100%;display:inline-block}.kc-video-bg .kc_column{position:relative}.kc-infinite-loop{text-align:center;padding:50px;font-size:18px;color:red;width:100%;display:inline-block}.align-left{text-align:left}.align-center{text-align:center}.align-right{text-align:right}.kc_row:not(.kc_row_inner){clear:both;float:left;width:100%}.kc-row-container.kc-container .kc-wrap-columns,.kc_row_inner{margin-left:-15px;margin-right:-15px;clear:both}.kc_row.kc_row_inner{width:calc(100% + 30px)}.kc_tab_content>.kc_row_inner{width:100%;margin:0}.kc_column,.kc_column_inner{min-height:1px;position:relative;padding-right:15px;padding-left:15px;float:left}.kc_column>.kc-col-container,.kc_column_inner>.kc-col-inner-container{height:100%}.kingcomposer div.kc_column,.kingcomposer div.kc_column_inner{clear:none}.kc_row_inner>div.kc_column_inner:only-child{width:100%}.kc_clfw{width:100%!important;clear:both!important;display:block!important;height:0!important;padding:0!important;margin:0!important}.kc-col-container{clear:both;display:block;width:100%}section[data-kc-fullheight]{min-height:100vh}html body section[data-kc-parallax=true]{background-position:50% 0;background-repeat:no-repeat!important;background-attachment:fixed!important}section[data-kc-fullwidth]{margin-left:0!important;margin-right:0!important;position:relative;box-sizing:content-box}.kc_text_block{display:inline-block;clear:both;width:100%}body section[data-kc-equalheight=true],body section[data-kc-equalheight=true]>.kc-container,body section[data-kc-equalheight=true]>.kc-container .kc-wrap-columns{display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;width:100%}body div.kc_row_inner[data-kc-equalheight=true]{width:calc(100% + 30px);flex-wrap:wrap}body div[data-kc-equalheight-align=middle]>.kc_column_inner>.kc_wrapper,body div[data-kc-equalheight-align=bottom]>.kc_column_inner>.kc_wrapper,body section[data-kc-equalheight-align=middle]>.kc-container>.kc-wrap-columns>.kc_column>.kc-col-container,body section[data-kc-equalheight-align=middle]>.kc-row-container>.kc-wrap-columns>.kc_column>.kc-col-container,body section[data-kc-equalheight-align=bottom]>.kc-container>.kc-wrap-columns>.kc_column>.kc-col-container{display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;flex-wrap:wrap;height:100%;width:100%}body div.kc_row_inner[data-kc-equalheight=true]>.kc_column_inner>.kc_wrapper.kc_row_inner{height:100%}body div[data-kc-equalheight-align=middle]>.kc_column_inner>.kc_wrapper,body section[data-kc-equalheight-align=middle]>.kc-container>.kc-wrap-columns>.kc_column>.kc-col-container,body section[data-kc-equalheight-align=middle]>.kc-row-container>.kc-wrap-columns>.kc_column>.kc-col-container{align-content:center;justify-content:center;align-items:center}body div[data-kc-equalheight-align=bottom]>.kc_column_inner>.kc_wrapper,body section[data-kc-equalheight-align=bottom]>.kc-container>.kc-wrap-columns>.kc_column>.kc-col-container,body section[data-kc-equalheight-align=bottom]>.kc-row-container>.kc-wrap-columns>.kc_column>.kc-col-container{align-content:flex-end;align-items:flex-end}body section[data-kc-fullheight=middle-content],body section[data-kc-fullheight=middle-content]>.kc-container,body section[data-kc-fullheight=middle-content]>.kc-row-container{display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;align-content:center}body section[data-kc-equalheight=true]>.kc-container .kc-wrap-columns{flex-wrap:wrap;margin-left:initial;margin-right:initial}.kc-off-notice{width:100%;padding:10px;text-align:left;background-color:#e9e385;color:#333;font-size:14px}.kc-off-notice a{text-transform:capitalize}@media screen and (min-width:999px){.kc-row-container .kc-wrap-columns,.kc_row_inner{display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;flex-wrap:wrap}.kc-row-container.kc-container .kc-wrap-columns,.kc_row_inner{width:calc(100% + 30px)}}@media screen and (max-width:767px){body.kc-css-system .kc_column,body.kc-css-system .kc_column_inner{width:100%}div.kc_row{display:block}}.kc_shortcode .kc-widget-title,.kc_shortcode .kc_title{margin-bottom:20px}.kc_shortcode ul{margin:0;padding:0}.kc_shortcode ul li{list-style:none}.kc_shortcode h3,.kc_shortcode h4,.kc_shortcode h5{font-size:18px;margin:0;padding:0;font-weight:600}.kc_shortcode h4{font-size:16px;line-height:26px;margin-bottom:15px}.kc_shortcode h5{font-size:16px}.kc_accordion_wrapper,.kc_tabs{margin-bottom:24px}.kc_tabs .kc_tabs{margin-bottom:0}.kc_tabs{display:inline-block;width:100%}.kc_wrapper.ui-tabs{width:100%;display:inline-block}.kc_vertical_tabs>.kc_wrapper.ui-tabs{border:none}.kc_tabs.kc-tabs-slider ul.kc-tabs-slider-nav{margin:0}ul.kc-tabs-slider-nav li{display:inline-block;cursor:pointer;padding:8px 15px}ul.kc-tabs-slider-nav li.kc-title-active{background:#ddd}.kc_tabs_nav,.nav-pills{line-height:45px;margin:0;padding:0}.kc_tabs_nav:after,.kc_tabs_nav:before,.nav-pills:after,.nav-pills:before{display:table;line-height:0;content:""}.kc_tabs_nav:after,.nav-pills:after{clear:both}.kc_tabs_nav~.kc_tab{overflow:hidden;float:left;width:100%;height:0}html body.kc-css-system .kc_tabs_nav~.kc_tab:not(.ui-tabs-body-active){margin:0!important;padding:0!important}.kc_tabs_nav~.kc_tab.ui-tabs-body-active{height:inherit!important;background:#ddd}.kc_tabs_nav~.kc_tab .kc_tab_content{padding:30px 30px 15px}.kc_tabs_nav>li,.nav-pills>li{float:left}.kc_tabs_nav>li>a,.nav-pills>li>a{padding:0 30px;text-decoration:none;outline:0;display:block;line-height:50px;color:#6b6b6b}.kc_tabs>.kc_wrapper>.kc_tabs_nav{background:#eee;float:left;min-height:50px;margin:0;width:100%}.kc_tabs_nav{border-right:0!important;border-bottom:0!important;border-top:0!important}.kc_tabs_nav>li{list-style:none;border-right:1px solid #fff;border-left:none!important;border-bottom:none!important;margin:0;float:left;color:#333;box-shadow:none;cursor:pointer}.kc_tabs_nav>.ui-tabs-active>a,.kc_tabs_nav>li:hover,.kc_tabs_nav>li>a:hover{background-color:#ddd;color:#333}.kc_tabs_nav>.ui-tabs-active,.kc_tabs_nav>.ui-tabs-active:hover,.kc_tabs_nav>.ui-tabs-active>a,.kc_tabs_nav>.ui-tabs-active>a:hover{color:#555;display:block}.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav{float:left;margin:0;padding:0;position:relative;width:25%;z-index:10;right:0}.kc_vertical_tabs.tabs_right>.kc_wrapper>ul.ui-tabs-nav{border-right:none;right:0;left:0}.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav~div.kc_tab{float:left;width:75%;height:0;overflow:hidden}.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav~div.kc_tab.ui-tabs-body-active{height:inherit;border:1px solid #ddd}.kc_vertical_tabs.tabs_right>.kc_wrapper>ul.ui-tabs-nav~div.kc_tab{list-style:none}.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li{list-style:none;border:1px solid #ddd}.kc_wrapper>ul.ui-tabs-nav>li{overflow:hidden}.kc_vertical_tabs:not(.tabs_right)>.kc_wrapper>ul.ui-tabs-nav>li{border-right:0!important}.kc_vertical_tabs.tabs_right>.kc_wrapper>ul.ui-tabs-nav>li{border-left:0!important}.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li:not(:last-child){border-bottom:0!important}.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li.ui-tabs-active>a,.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li.ui-tabs-active>a:hover,.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li>a:hover{border:none;background:#f7f7f7;margin-left:0;color:#333}.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li>a{display:block;padding:12px 0 12px 20px;outline:0;text-decoration:none}.kc_vertical_tabs.tabs_right>.kc_wrapper>ul.ui-tabs-nav{float:right}.kc-video-inner iframe{margin-bottom:0}.kc_accordion_content{padding-bottom:0;border-left:1px solid #eaeaea;border-right:1px solid #eaeaea;color:#727272;display:none}.kc_accordion_content.ui-state-body-active{height:inherit!important}.kc_accordion_section>.kc_accordion_header{position:relative;cursor:pointer;min-height:30px;line-height:30px;font-weight:700;font-size:inherit;margin-top:0;margin-bottom:-1px;float:left;width:100%;border:1px solid #e0e0e0}.kc_accordion_section>.ui-state-active{border-bottom-left-radius:0;border-bottom-right-radius:0;margin:0}.kc_accordion_header>span.ui-accordion-header-icon{float:right;font-family:simple-line-icons;margin:17px;color:#aaa;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.kc_accordion_header>span.ui-accordion-header-icon:before{content:"\e604"}.kc-section-active .kc_accordion_header.ui-state-active>span.ui-accordion-header-icon:before{content:"\e607"}.kc_accordion_header>a{display:block;font-size:15px;padding:10px 15px;text-decoration:none;outline:0;font-weight:400;border:none;cursor:pointer}.kc_accordion_content .kc-panel-body{padding:15px;float:left;width:100%}body div.dark_rounded .pp_loaderIcon{animation:2s cubic-bezier(.63,.045,.34,1) 0s normal none infinite kc-spinner;display:block;height:50px;left:50%;margin:-25px 0 0 -25px;position:absolute;top:50%;width:50px;background:url(//www.safe-renovation.fr/wp-content/plugins/kingcomposer/assets/frontend/images/loader.png) center center no-repeat;background-size:50px 50px}body div.dark_rounded .pp_content,body div.dark_rounded .pp_content_container .pp_left,body div.dark_rounded .pp_content_container .pp_right{background:0 0}body div.dark_rounded .pp_close{background:0 0;text-indent:0;text-align:right;color:#fff;font-size:24px}body div.dark_rounded .pp_close:hover{color:#aaa}body div.dark_rounded a.pp_next,body div.dark_rounded a.pp_previous{position:fixed;-webkit-transform:translateZ(0);text-indent:0!important;top:50%;margin-top:-20px;font-size:25px;z-index:1000001;color:#fff;width:50px;height:50px;-webkit-backface-visibility:hidden;cursor:pointer}body div.dark_rounded a.pp_next{right:0;background:0 0}body div.dark_rounded a.pp_previous{left:25px}body div.dark_rounded a.pp_next:hover,body div.dark_rounded a.pp_previous:hover{background:0 0;color:#aaa}body .div.dark_rounded .pp_details{position:relative;text-align:center}body .div.dark_rounded .pp_content_container .pp_details{float:left;margin:10px 0 2px}body div.dark_rounded .pp_nav{font-size:14px;margin:0 10px 0 0;clear:right;float:left}body .pp_nav p{float:left;margin:0 4px}body div.dark_rounded .pp_nav .pp_play,body div.ppt{display:none!important}.kc_google_maps{position:relative;overflow:hidden;width:100%;min-height:100px}.kc_google_maps img{max-width:inherit;max-height:inherit}.kc_google_maps .map_popup_contact_form{position:absolute;z-index:999;top:0;overflow-y:auto;padding:50px 60px 0;height:100%;transform:translate(0,0);transition:transform .4s ease;-webkit-transition-property:-webkit-transform,left,right;-webkit-backface-visibility:hidden}.map_popup_contact_form input[type=text],.map_popup_contact_form input[type=email],.map_popup_contact_form textarea{width:100%;border:1px solid #999;background:0 0;color:#FFF}.map_popup_contact_form textarea{height:100px}.map_popup_contact_form p{margin-bottom:10px}.map_popup_contact_form .close{position:absolute;top:10px;right:10px}.map_popup_contact_form .wpcf7-submit{text-transform:uppercase;width:100%;padding:15px 0;box-shadow:inset 0 0 1px 0 rgba(255,255,255,1)}.kc_google_maps .show_contact_form{position:absolute;left:10px;top:110px;z-index:99;font-size:20px;height:33px;line-height:20px;color:#F75850;display:none;background:#FFF;padding:0 10px;border-radius:3px;box-shadow:0 1px 1px #BEBEBE;transition:all .2s ease}.kc_google_maps .show_contact_form i{margin-top:7px}.kc_google_maps .show_contact_form:hover{background:#EBEBEB;color:#000}.map_popup_contact_form.left.hidden{transform:translate(-100%,0)!important}.map_popup_contact_form.right.hidden{transform:translate(100%,0)!important}.map_popup_contact_form.right{float:right;right:0}.map_popup_contact_form.right+a{right:10px;float:right;left:auto;top:50px}.map_popup_contact_form .close{text-decoration:none;box-shadow:none;color:#FFF}.kc-fb-layout-2,.kc-pricing-layout-1,.kc-pricing-layout-2,.kc-pricing-layout-4,.kc-testi-layout-3{box-shadow:0 1px 21px rgba(0,0,0,.21)}.map_popup_contact_form .close i{font-weight:100;font-size:25px}.kc_image_gallery.kc-grid{width:100%}.kc_image_gallery.kc-grid .item-grid{float:left;position:relative;width:25%}.kc_image_gallery.kc-grid .item-grid .kc-image-overlay{background:rgba(0,0,0,.2)}.kc_image_gallery.kc-grid .item-grid:hover .kc-image-overlay{opacity:1}.kc_image_gallery.kc-grid .item-grid img{display:block;max-width:100%;border-image-width:0}.kc-countdown-timer span.group,.kc_button{padding:10px 20px;color:#FFF;display:inline-block}.kc_image_gallery.kc-grid .item-grid.grid-2{width:50%}.kc_image_gallery.kc-grid .item-grid.grid-3{width:32.7%}.kc_image_gallery.kc-grid .item-grid.grid-4{width:25%}.kc_image_gallery.kc-grid.masonry .item-grid.grid-4{width:24.8%}.kc_image_gallery.kc-grid .item-grid.grid-5{width:20%}.kc_image_gallery.kc-grid .item-grid.grid-6{width:16.66666666666666%}.kc-countdown-timer .countdown-style2 .timer,.kc-countdown-timer .countdown-style2 .unit,.kc-ui-progress-bar{width:100%;float:left}.kc_image_gallery{clear:both}.kc_button{transition:background-color .3s ease 0s,color .3s ease 0s,border-radius .3s ease 0s;white-space:nowrap;text-decoration:none;font-size:14px;background-color:#1E73BE}.kc-countdown-timer{text-align:left}.kc-countdown-timer span.group{background:#42BCE2;border-radius:5px;margin-right:10px;text-align:center}.kc-countdown-timer .group .timer{font-size:20px;font-weight:700}.kc-countdown-timer .countdown-style2 .group{padding:10px}@-webkit-keyframes animate-stripes{from{background-position:0 0}to{background-position:44px 0}}.kc_progress_bars .progress-item{float:left;width:100%;margin-bottom:20px}.kc_progress_bars div.progress-item:first-child{margin-top:0!important}.kc_progress_bars div.progress-item:last-child{margin-bottom:0!important}.kc-ui-progress-bar{position:relative;background:#e4e4e4}.kc-ui-progress{position:relative;display:block;height:10px;z-index:2;background:#42BCE2;overflow:initial!important}.kc-ui-progress-bar:after{background:#e4e4e4}.kc-ui-progress-bar2 .kc-ui-progress div.ui-label{margin-bottom:10px}.kc-ui-progress div.ui-label{text-transform:uppercase;color:#272727;position:absolute;right:0;margin-right:12px;white-space:nowrap;bottom:100%}.kc-ui-progress div.ui-label .value{display:block;color:#333}.kc_progress_bars .progress-item span.label{margin-bottom:6px;font-size:14px;padding:0;color:#333;float:left;font-weight:500;position:relative}.kc-ui-progress2 span.value{float:left;width:45px;height:26px;line-height:26px;text-align:center;background:rgba(0,0,0,.4);background-size:90%;border-radius:3px;color:#fff;font-size:12px}.kc-ui-progress2 span.value:before{content:'';position:absolute;left:50%;top:100%;border:4px solid transparent;border-top-color:rgba(0,0,0,.4);transform:translateX(-50%)}.kc-ui-progress3 div.ui-label{bottom:0;font-size:1em;height:100%;display:flex;align-items:center}.pie-chart-wrapper{text-align:center}.kc_piechart{display:inline-block;position:relative;text-align:center;width:100px}.kc_piechart .percent:after{content:"%";font-size:.8em;margin-left:.1em}.kc_piechart .percent{z-index:2;text-align:center;font-size:14px;display:block;color:#42BCE2}.kc_piechart .pie_chart_percent i{width:100%;font-size:14px}.kc_piechart .pie_chart_percent{z-index:2;top:50%;position:absolute;left:50%;text-align:center;font-size:14px;transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%)}.kc_piechart canvas{left:0;position:absolute;top:0}.pie_chart_text{margin:20px 0}.kc-flip-container{perspective:1000;-webkit-perspective:1000;min-height:50px;float:left;width:100%}.kc-flip-container.flip .flipper,.kc-flip-container.hover .flipper,.kc-flip-container:hover .flipper{transform:rotateY(180deg);-webkit-transform:rotateY(180deg)}.kc-flip-container.flip-vertical.flip .flipper,.kc-flip-container.flip-vertical.hover .flipper,.kc-flip-container.flip-vertical:hover .flipper{transform:rotateX(180deg) rotateY(0);-webkit-transform:rotateX(180deg) rotateY(0)}.kc-flip-container .wrap-icon{float:left;width:100%}.kc-flip-container .front{background:#f7f7f7;border:1px solid #ebebeb}.kc-flip-container .front .front-content{float:left;width:100%;padding:30px 15px;text-align:center}.kc-flip-container .front .front-content i{font-size:40px;color:#42BCE2}.kc-flip-container .front .front-content h3{margin:0 0 20px;font-size:18px;float:left;width:100%;color:#444;text-transform:uppercase}.kc-flip-container .front .front-content p{color:#666;float:left;width:100%;margin-bottom:20px}.kc-flip-container .front .front-content .button{background:#42BCE2;display:inline-block;color:#fff;border-radius:2px;text-transform:uppercase;padding:10px 16px;font-size:12px}.kc-flip-container .back{background:#fff;border:4px solid #ddd}.kc-flip-container .back .des{float:left;width:100%;padding:30px 15px;text-align:center;overflow-y:auto}.kc-flip-container .back .des i{font-size:40px;color:#C13740}.kc-flip-container .back .des h3{margin:0 0 20px;float:left;width:100%;font-size:18px;color:#444;text-transform:uppercase}.kc-flip-container .back .des p{color:#666;float:left;width:100%;margin-bottom:20px}.kc-flip-container .back .des .button{background:#C13740;display:inline-block;color:#fff;border-radius:2px;text-transform:uppercase;padding:10px 16px;font-size:12px}.kc-flip-container .flipper{transition:all .6s ease;-webkit-transition:all .6s ease;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;position:relative;height:100%;float:left;width:100%}.content-icon i,.kc-feature-boxes,.kc-feature-boxes a,.kc-pricing-tables{transition:all .3s ease 0s}.kc-flip-container .back,.kc-flip-container .front{width:100%;height:100%;backface-visibility:hidden;-webkit-backface-visibility:hidden;position:absolute;top:0;left:0}.kc-flip-container .front{z-index:2;transform:rotateY(0);-webkit-transform:rotateY(0);float:left;width:100%;position:relative}.kc-flip-container .front img{width:100%;float:left;max-width:100%}.kc-flip-container .back{transform:rotateY(180deg);-webkit-transform:rotateY(180deg)}.kc-flip-container.flip-vertical .back{transform:rotateX(180deg) rotateY(0);-webkit-transform:rotateX(180deg) rotateY(0)}.kc_wrap_instagram{overflow:hidden;clear:both}.kc_wrap_instagram ul{margin:0;padding-left:0}.kc_wrap_instagram ul li.el-end{margin-right:0}.kc_wrap_instagram ul li.el-start{clear:left}.kc-blog-posts-3,.kc_box_wrap,.kc_video_wrapper{clear:both}.ins_mark_low_resolution,.ins_mark_standard_resolution,.ins_mark_thumbnail{padding:25px 10px}.kc_wrap_instagram ul li{background:url(//www.safe-renovation.fr/wp-content/plugins/kingcomposer/assets/frontend/images/loading.gif) center center no-repeat;float:left;list-style:none;width:100%;margin:0 0 10px;padding:0 5px}.kc_wrap_instagram{width:calc(100% + 10px);margin-left:-5px;margin-right:-5px}.kc_wrap_instagram ul li.loaded a{float:left;width:100%}.kc_wrap_instagram ul li.loaded img{width:100%;float:left}.kc_wrap_instagram ul li.loaded{background-image:none}.kc_ins_col_1 ul li{width:100%}.kc_ins_col_2 ul li{width:50%}.kc_ins_col_3 ul li{width:33.3333333333%}.kc_ins_col_4 ul li{width:25%}.kc_ins_col_5 ul li{width:20%}.kc_ins_col_6 ul li{width:16.6666666666666%}.kc-fb-layout-1,.kc-fb-layout-1 .content-button,.kc-fb-layout-1 .content-desc,.kc-fb-layout-1 .content-icon,.kc-fb-layout-1 .content-title,.kc-fb-layout-2 .content-image,.kc-fb-layout-3,.kc-fb-layout-3 .content-desc,.kc-fb-layout-3 .content-title,.kc-fb-layout-4,.kc-feature-boxes{width:100%;float:left}.content-icon i{display:inline-block}.kc-fb-layout-1{text-align:center}.kc-fb-layout-1 .content-icon i{font-size:55px;color:#42BCE2;text-align:center}.kc-fb-layout-1 .content-title{margin:25px 0;font-size:20px;text-transform:uppercase;font-weight:700;color:#444}.kc-fb-layout-1 .content-desc{font-weight:400;margin-bottom:25px}.kc-fb-layout-1 .content-desc p{margin:0;color:rgba(86,86,86,.8)}.kc-fb-layout-1 .content-button a{display:inline-block;padding:7px 20px;text-transform:uppercase;background:#eee;color:#666;font-size:12px}.kc-fb-layout-1 .content-button a:hover{background:#42BCE2;color:#fff}.kc-fb-layout-2{overflow:hidden;text-align:center}.kc-fb-layout-2 .content-button,.kc-fb-layout-2 .content-desc,.kc-fb-layout-2 .content-title{float:left;width:100%;padding:0 10px}.content-title{margin:25px 0 20px;font-size:20px;text-transform:uppercase;font-weight:700;color:#444}.content-desc{font-weight:400;margin-bottom:25px;color:rgba(86,86,86,.8);padding:0}.content-desc p{margin:0;color:rgba(86,86,86,.8)}.content-button a{display:inline-block;padding:7px 20px;text-transform:uppercase;background:#eee;color:#666;font-size:12px}.kc-fb-layout-2 .content-button{margin-bottom:30px}.kc-fb-layout-2 .content-button a:hover{background:#42BCE2;color:#fff}.kc-fb-layout-3{display:-webkit-flex;display:flex}.kc-fb-layout-3 .content-icon{float:left}.kc-fb-layout-3 .content-icon i{font-size:29px;text-align:center}.kc-fb-layout-4 .content-position,.kc-fb-layout-5 .content-position{font-size:11px;color:#42BCE2;text-transform:uppercase}.kc-fb-layout-3 .box-right{padding-left:25px}.kc-fb-layout-3 .content-title{margin:0 0 15px}.kc-fb-layout-4 .content-image{float:left;width:50%}.kc-fb-layout-4 .box-right .content-button,.kc-fb-layout-5,.kc-testi-layout-1,.kc-testi-layout-2,.kc-testi-layout-3,.kc-testi-layout-4,.kc-testimo .content-desc,.kc-testimo .content-image,.kc-testimo .content-position,.kc-testimo .content-title{width:100%;float:left}.kc-fb-layout-4 .content-image img{float:left}.kc-fb-layout-4 .box-right{overflow:hidden;padding:0 0 0 20px}.kc-fb-layout-4 .content-title{margin:0 0 20px}.kc-fb-layout-4 .box-right .content-button a{float:left}.kc-fb-layout-5 .content-title{margin:0 0 15px}.kc-testi-layout-1{text-align:center}.kc-testi-layout-1 .content-image img{border-radius:50%}.kc-testi-layout-1 .content-desc{margin:30px 0 27px}.kc-testi-layout-1 .content-title{margin:0;font-size:18px}.kc-testi-layout-1 .content-position{color:#999;font-size:11px}.kc-testi-layout-2{background:#eee;padding:25px 20px 30px;border-radius:4px}.kc-testi-layout-2 .content-title{margin:0;color:#42BCE2;font-size:18px}.kc-testi-layout-2 .content-position{color:#999;font-size:11px}.kc-testi-layout-2 .content-desc{margin:15px 0 0}.kc-testi-layout-3{text-align:center;padding:0 0 30px}.kc-testi-layout-3 .content-title{margin:20px 0 0;color:#42BCE2;font-size:18px;padding:0 15px}.kc-testi-layout-3 .content-position{color:#999;font-size:11px;padding:0 15px}.kc-testi-layout-3 .content-desc{margin:15px 0 0;padding:0 15px}.kc-testi-layout-4 .content-image{padding-right:20px;float:left;width:40%}.kc-testi-layout-4 .content-image img{border-radius:50%;float:left}.kc-testi-layout-4 .box-right{overflow:hidden}.kc-testi-layout-4 .content-title{margin:0;font-size:18px}.kc-testi-layout-4 .content-desc{margin-bottom:20px}.kc-testi-layout-4 .content-position{color:#42BCE2;font-size:11px}.kc-testi-layout-5{float:left;width:100%}.kc-testi-layout-5 .content-image{padding-right:20px;float:left;width:auto;max-width:40%}.kc-testi-layout-5 .content-image img{border-radius:50%}.kc-testi-layout-5 .box-right{float:left}.kc-testi-layout-5 .content-title{margin:0;font-size:18px}.kc-pricing-tables{float:left;width:100%;overflow:hidden}.kc-pricing-layout-1{border-radius:10px;overflow:hidden;background:#42BCE2}.kc-pricing-layout-1 .header-pricing{float:left;width:100%;line-height:1.4}.kc-pricing-layout-1 .header-pricing .kc-pricing-price{float:left;width:100%;text-align:center}.kc-pricing-layout-1 .kc-pricing-price .content-price{padding-bottom:30px}.kc-pricing-layout-1 .header-pricing .kc-pricing-price span{font-weight:400;color:#fff;font-size:28px}.kc-pricing-layout-1 .header-pricing .kc-pricing-price span.content-duration{font-size:16px;color:#fff}.kc-pricing-layout-1 .header-pricing .content-title{float:left;width:100%;text-align:center;font-size:20px;margin:0;font-weight:700;text-transform:uppercase;color:#fff;background:rgba(0,0,0,.1);padding:15px 0}.kc-pricing-layout-1 .content-icon-header i{font-size:80px;color:#fff;margin-top:30px}.kc-pricing-layout-1 .content-desc{float:left;width:100%;list-style:none;margin:0;text-align:center;padding:0}.kc-pricing-tables .content-desc li:last-child{margin-left:0!important;margin-top:0!important;margin-right:0!important}.kc-pricing-tables .content-desc li:first-child{margin-left:0!important;margin-bottom:0!important;margin-right:0!important}.kc-pricing-layout-1 .content-desc li{float:left;width:100%;padding:8px 0;font-size:14px;color:#173d50}.kc-pricing-tables .content-desc li{border-left:0!important;border-right:0!important;list-style:none}.kc-pricing-tables .content-desc li:not(:last-child){border-bottom:0!important}.kc-pricing-layout-1 .content-desc li:nth-of-type(2n+1){background:#F1F3F5}.kc-pricing-layout-1 .content-button{float:left;width:100%;text-align:center;background:#42BCE2}.kc-pricing-layout-1 .content-button a{display:inline-block;margin-top:25px;margin-bottom:25px;background:rgba(0,0,0,.1);color:#fff}.kc-pricing-layout-1 .content-button a:hover{background:#fff;color:#42BCE2}.kc-pricing-layout-2 .header-pricing{float:left;width:100%;line-height:1.4}.kc-pricing-layout-2 .header-pricing .kc-pricing-price{float:left;width:100%;text-align:center;border-left:0!important;border-right:0!important}.kc-pricing-layout-2 .kc-pricing-price .content-price{padding-bottom:30px}.kc-pricing-layout-2 .header-pricing .kc-pricing-price span{color:#42BCE2;font-weight:300;font-size:60px}.kc-pricing-layout-2 .header-pricing .kc-pricing-price span.content-duration{font-size:16px;color:rgba(23,61,80,.4)}.kc-pricing-layout-2 .header-pricing .content-title{float:left;width:100%;text-align:center;font-size:18px;margin:0 0 3px;font-weight:700;text-transform:uppercase;color:#173d50;padding:30px 0 0}.kc-pricing-layout-2 .content-desc{float:left;width:100%;list-style:none;text-align:center;margin:0}.kc-pricing-layout-2 .content-desc li{float:left;width:100%;padding:8px 0;font-size:14px;color:#173d50}.kc-pricing-layout-2 .content-desc li:nth-of-type(2n+1){background:rgba(23,61,80,.06)}.kc-pricing-layout-2 .content-button{float:left;width:100%;text-align:center}.kc-pricing-layout-2 .content-button a{display:inline-block;margin-bottom:25px;margin-top:25px;background:#42BCE2;color:#fff;border:2px solid #42BCE2}.kc-pricing-layout-2 .content-button a:hover{background:#fff;color:#42BCE2}.kc-pricing-layout-3{float:left;width:100%;line-height:1.4;background:#42BCE2}.kc-pricing-layout-3 .kc-pricing-price{float:left;width:100%;text-align:center;padding:10px 0;background:rgba(255,255,255,.15)}.kc-pricing-layout-3 .kc-pricing-price span{font-weight:300;color:#fff;font-size:60px}.kc-pricing-layout-3 .kc-pricing-price span.content-duration{font-size:14px}.kc-pricing-layout-3 .content-title{float:left;width:100%;text-align:center;font-size:30px;font-weight:300;color:#fff;margin:0 0 15px;padding:30px 0;background:rgba(255,255,255,.15);text-transform:uppercase}.kc-pricing-layout-3 .content-desc{float:left;width:100%;list-style:none;margin:0;text-align:center}.kc-pricing-layout-3 .content-desc li{float:left;width:100%;padding:8px 0;font-size:14px;color:#fff}.kc-pricing-layout-3 .content-button{float:left;width:100%;text-align:center}.kc-pricing-layout-3 .content-button a{display:inline-block;padding:10px 20px;font-size:16px;font-weight:300;margin-top:25px;margin-bottom:25px;background:rgba(255,255,255,.15);color:#fff}.kc-pricing-layout-3 .content-button a:hover{background:#fff;color:#42BCE2}.kc-pricing-layout-4{border-radius:10px;overflow:hidden;background:#42BCE2}.kc-pricing-layout-4 .header-pricing{float:left;width:100%;line-height:1.4}.kc-pricing-layout-4 .header-pricing .kc-pricing-price{float:left;width:100%;text-align:center;padding-bottom:30px}.kc-pricing-price span{display:inline-block}.kc-pricing-layout-4 .kc-pricing-price span{font-weight:300;color:#fff;font-size:60px;display:inline-block}.kc-pricing-layout-4 .kc-pricing-price .content-price{line-height:60px;margin:0 5px}.kc-pricing-layout-4 .kc-pricing-price .content-duration{font-size:16px;color:rgba(255,255,255,.75);text-transform:uppercase;vertical-align:bottom}.kc-pricing-layout-4 .kc-pricing-price .content-currency{font-size:16px;vertical-align:top;color:rgba(255,255,255,.75)}.kc-pricing-layout-4 .content-title{float:left;width:100%;text-align:center;font-size:22px;margin:0;font-weight:300;text-transform:uppercase;color:#fff;padding:0 0 10px}.content-icon-header{float:left;width:100%;text-align:center}.content-icon-header i{display:inline-block}.kc-pricing-layout-4 .content-icon-header i{margin:30px 0;font-size:90px;text-align:center;color:#fff;background:rgba(255,255,255,.15);border-radius:50%;width:160px;height:160px;line-height:160px}.kc-pricing-layout-4 .content-desc{float:left;width:100%;list-style:none;margin:0;background:#fff;text-align:center}.kc-pricing-layout-4 .content-desc li{float:left;width:100%;padding:8px 0;font-size:14px;color:#173d50}.kc-pricing-layout-4 .content-desc li:nth-of-type(2n+1){background:#F1F3F5}.kc-pricing-layout-4 .content-button{float:left;width:100%;background:#fff;text-align:center}.kc-pricing-layout-4 .content-button a{display:inline-block;background:#42BCE2;margin-top:25px;margin-bottom:25px;color:#fff}.kc_facebook_recent_post .list-posts{background:#e9ebee}.kc_facebook_recent_post .list-posts li{border:1px solid;border-color:#e5e6e9 #dfe0e4 #d0d1d5;background:#fff;border-radius:3px}.kc_facebook_recent_post .list-posts li:last-child{margin-bottom:0}.kc_facebook_recent_post ul li.fb_mark_cls{background:url(//www.safe-renovation.fr/wp-content/plugins/kingcomposer/assets/frontend/images/fb_loading.gif) left 20px center no-repeat;height:60px;border:1px dashed #E6E6E6;margin-bottom:15px;z-index:2;background-size:16px}.fb-header .fb-line-1,.fb-header .fb-line-2{z-index:11;position:relative;width:100%;float:left}.kc_facebook_recent_post ul{max-height:300px;overflow-y:auto}.kc_facebook_recent_post ul li{border-bottom:1px solid #E6E6E6}.kc_facebook_recent_post .fb-post-info span{margin-right:15px}.kc_facebook_recent_post .fb-post-info a{font-size:12px;box-shadow:none;border-bottom:0;color:#7f7f7f}.kc_facebook_recent_post img{margin-bottom:10px;max-width:100%}.kc_facebook_recent_post .fb-message{margin:0;font-size:13px;font-weight:400;line-height:1.38;overflow:hidden}.kc_shortcode .fb-button-profile{background-color:#4e69a2;border-radius:2px;border:1px solid;box-shadow:0 1px 1px rgba(0,0,0,.05);margin-top:15px;display:inline-block;text-align:center;color:#FFF;padding:5px 20px;text-decoration:none}.kc_shortcode .fb-button-profile:active,.kc_shortcode .fb-button-profile:hover{background-color:#4e69a2;color:#FFF;box-shadow:0 0 1px 2px rgba(88,144,255,.75),0 1px 1px rgba(0,0,0,.15);outline:0}.kc_shortcode .fb-button-profile:visited{color:#FFF}.kc_facebook_recent_post ul{border-top:0;padding:10px}.kc_facebook_recent_post ul li{padding:10px;margin-bottom:20px}.kc_facebook_recent_post .fb-post-info{margin-top:10px;padding-top:6px;border-top:1px solid #e5e5e5;line-height:1}.kc_facebook_recent_post .fb-post-infoa span{color:#7f7f7f;font-size:12px;font-weight:700;line-height:14px;text-transform:capitalize}.kc_facebook_recent_post .fb-post-infoa span:hover{color:#333}.fb-header{width:100%;height:130px;background-size:cover;position:relative}.fb-header .fb-line-1{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.9)}.fb-header .fb-line-2{display:block}.fb-line-1 .img-profile{width:54px;height:auto;margin:7px 10px 0 7px;border:2px solid #fff;float:left}.fb-line-1 .username{font-size:18px;font-weight:500;display:inline-block;line-height:35px;overflow:hidden}.fb-line-1 .likes{font-size:12px;line-height:1.358;overflow:hidden;display:block;margin-left:65px}.fb-line-2 .like_page,.fb-line-2 .share_page{background:#f6f7f8;padding:0 10px;margin-left:10px;margin-top:30px;display:inline-block;font-size:12px;line-height:22px;color:#4e5665;border-radius:1px;text-shadow:0 1px 0 #fff;box-shadow:0 1px 1px rgba(0,0,0,.05);font-weight:700;box-sizing:content-box;text-align:center;font-family:helvetica,arial,sans-serif}.fb-line-2 .share_page{margin-right:10px;margin-left:inherit;float:right}.fb-line-2 .share_page i{font-size:13px}.fb-line-2 .like_page i{font-size:13px;color:#3A5897}.overlay{position:absolute;top:0;left:0;height:100%;width:100%;background-color:rgba(0,0,0,.5);z-index:10}.kc_wrap_twitter .button_follow_wrap{padding:10px 15px;background:#e1e8ed}.kc_twitter_feed .owl-item{text-align:center}.kc_twitter_feed ul li{margin-bottom:20px;padding:10px;border:1px solid #E6E6E6;border-radius:2px;background:#fff}.kc_twitter_feed ul li:last-child{margin-bottom:0}.kc_twitter_feed .kc_tweet_icon i{display:block;margin-bottom:10px}.kc_twitter_feed .twitter-footer{font-size:12px;font-style:italic;margin-top:15px}.kc_twitter_style-1 .twitter-footer.show_avatar{margin-left:58px;border-top:1px solid #e5e5e5;padding-top:10px;line-height:1;padding-bottom:6px}.kc_twitter_feed .twitter-footer>span{margin-right:25px}.kc_twitter_feed .twitter-footer>span a{color:#aab8c2}.kc_twitter_feed .twitter-footer>span a:hover{color:#1da1f2}.kc_twitter_feed .twitter-footer>span:last-child{margin-right:0}.kc_twitter_feed a{color:#02A4BC}.kc_twitter_feed .tweet_user a{position:relative;line-height:21px;color:#333;cursor:pointer;background-color:#eee;border-radius:3px;box-sizing:border-box;text-decoration:none;font-size:13px;font-weight:700;display:inline-block;border:1px solid #ccc;background-image:linear-gradient(#fff,#dedede)}.kc-blog-posts-2 .kc-list-item-2 .post-title-alt a:hover,.kc-blog-posts-3 .kc-list-item-3 .entry-meta a:hover,.kc-blog-posts-4 .kc-list-item-4 .post-meta a:hover{text-decoration:underline}.kc_twitter_feed .tweet_user a:hover{color:#333;background-color:#d9d9d9;background-image:linear-gradient(#f8f8f8,#d9d9d9);border-color:#bbb}.kc_twitter_feed .kc_tweet_icon{font-size:40px;display:block}.kc_twitter_feed .tweet_desc .user_twitter{width:48px;height:48px;display:inline-block;float:left}.kc_twitter_feed .description,.kc_twitter_feed .user_twitter span{display:block}.kc_twitter_follow i{margin-right:5px;color:#1b95e0;font-size:20px}.kc_twitter_feed .kc_twitter_follow{line-height:25px;float:right;padding:2px 5px}.tweet_reply a i,.tweet_retweet a i{font-size:17px}.kc_twitter_feed.kc_twitter_style-1 .kc_tweet_icon{float:left}.kc_twitter_feed.kc_twitter_style-1 .tweet_desc.show_avatar{margin-left:58px}.kc_twitter_feed.kc_twitter_style-1 .tweet_desc .user_twitter{margin-left:-58px}.kc_twitter_feed .user_twitter{text-align:left}.kc_twitter_feed .user_twitter img{float:left;margin-right:10px;border-radius:5px}.kc_twitter_feed .tweet_desc .name{font-weight:800}.kc_twitter_feed .tweet_desc .screen_name{color:#8899a6}.kc_twitter_feed .tweet_user{display:inline-block;width:100%;margin-bottom:0;padding-bottom:20px}.kc_counter_box h4,.kc_counter_box i{margin-bottom:15px}.kc_wrap_twitter .result_twitter_feed{overflow-y:auto;padding:20px 15px;border:1px solid #e9eaed;height:350px;background:#F5F8FA}.kc_twitter_style-2 .button_follow_wrap{display:none}.kc_twitter_feed.kc_twitter_style-2 .tweet_desc .user_twitter{float:none;display:block;margin-right:0;text-align:center;width:100%}.kc_twitter_feed.kc_twitter_style-2 .tweet_desc .user_twitter img{margin-right:0;float:none}.kc_twitter_feed.kc_twitter_style-2.tweet_desc span{display:block}.kc_twitter_feed.kc_twitter_style-2 .tweet_desc{text-align:center}.kc_twitter_feed.kc_twitter_style-2 .tweet_user{text-align:center;margin-top:20px;border:none}.kc_twitter_feed.kc_twitter_style-2 .kc_twitter_follow{float:none}.kc-pie-chart-wrapper,.kc_counter_box{text-align:center}.kc_counter_box .counterup{display:block;font-size:40px;font-weight:700;line-height:40px}.kc_counter_box i{display:inline-block;font-size:45px}.kc_box_wrap .one-second,.kc_box_wrap .one-third,.kc_box_wrap .two-third{float:left;padding-left:15px;padding-right:15px}.kc_box_wrap .one-third{width:33.3%}.kc_box_wrap .one-second{width:50%}.kc_box_wrap .two-third{width:66.7%}.kc-owl-post-carousel .owl-item{padding-right:20px}.kc-owl-post-carousel .owl-item .kc-read-more{font-size:13px;padding:9px 30px;border-radius:25px;white-space:nowrap;border:1px solid #e3e3e3;transition:all .3s ease}.kc-owl-post-carousel .owl-item .kc-read-more:hover{background:#ccc;border:0}.kc-owl-post-carousel .owl-item .footer-button{padding:15px 0;text-align:center}.kc-owl-post-carousel .owl-item .list-item{box-shadow:0 0 0 1px rgba(224,224,224,.5) inset;text-align:center;padding-bottom:25px}.kc-owl-post-carousel .in-post-content{text-align:justify}.kc-owl-post-carousel .owl-item .image{margin-bottom:20px;position:relative}.kc-owl-post-carousel .owl-item .image .caption{background:rgba(0,0,0,.5);display:block;position:absolute;left:0;bottom:0;padding:5px 10px;margin:0;width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.kc_single_image,.kc_single_image figure{position:relative}.kc-owl-post-carousel .owl-item .image .caption a{color:#FFF;font-size:16px}.kc-owl-post-carousel .owl-item .title{overflow:hidden;padding:20px 12px 0}.kc-owl-post-carousel .owl-item .in-post-content{padding:0 15px}.kc-owl-post-carousel .owl-item .kc-entry_meta{margin-bottom:10px;font-size:80%}.list-post-type .list-item{margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid #dbdbdb;float:left;width:100%}.list-post-type .list-item figure{float:left;width:100%;margin-bottom:25px}.list-post-type .list-item img{display:block;max-width:100%}.list-post-type .list-item h3{float:left;width:100%;margin-bottom:6px}.list-post-type .list-item h3 a{display:block;color:#272727;font-size:24px;transition:all .3s ease 0s}.list-post-type .list-item h3 a:hover{color:#42BCE2}.kc-read-more{float:left;padding:7px 30px;border:1px solid #e4e4e4;border-radius:30px;font-weight:600;color:#505050;transition:all .3s ease 0s}.kc-read-more:hover{background:#42BCE2;border-color:#42BCE2;color:#fff}.kc-entry_meta>span{margin-right:13px;font-size:12px;font-weight:500}.kc-entry_meta>span i{color:#42BCE2}.kc-entry_meta>span a{color:#7a7a7a;transition:all .3s ease 0s}.kc-entry_meta>span a:hover{color:#42BCE2}.kc-carousel-images .progressBar{width:100%;background:#EDEDED}.kc-carousel-images .progressBar .bar{width:0;max-width:100%;height:4px;background:#7fc242}.kc_accordion_section.group{padding-bottom:8px}.entry-content a{box-shadow:none}.kc_accordion_content{border-bottom:1px solid #eaeaea;border-top:none!important;float:left;width:100%}.kc_single_image{max-width:100%;width:100%;line-height:0}.kc_single_image>a{width:100%;float:left;position:relative}.kc_single_image p{margin:10px 0;float:left;width:100%}.kc_image_empty{max-width:100%}.kc-image-overlay{width:100%;height:100%;position:absolute;top:0;left:0;transition:all .6s ease;opacity:0}.kc-image-overlay i{font-size:25px;color:#fff;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);transition:all .3s ease;border:2px solid #fff;width:50px;height:50px;text-align:center;line-height:50px}.kc-image-overlay:hover i{border-radius:10px}.kc_single_image:hover .kc-image-overlay{background:rgba(58,52,42,.7);opacity:1}.list-post-type .kc-entry_meta span.tags-links{display:inline!important}.kc-icon-wrapper i,.list-post-type .kc-read-more{display:inline-block}.kc-entry_meta{float:left;width:100%;padding-bottom:15px}.list-post-type .text{float:left;width:100%;margin-bottom:20px}.kc-entry_meta i{margin-right:5px}.kc-sync2.owl-carousel.owl-theme{margin-top:10px}.kc-sync2 .owl-item.synced .item img{border:1px solid #869791}.kc-carousel-no-images{padding:20px 0}.kc-icon-wrapper i{color:#42BCE2;font-size:16px;text-align:center;line-height:1em;transition:background-color .3s ease 0s,color .3s ease 0s,border-radius .3s ease 0s}.kc-multi-icons-wrapper i{width:1em;height:1em;text-align:center;color:#fff;font-size:20px}.kc-multi-icons-wrapper a{padding:10px;margin:3px;background:#1E73BE;line-height:1;display:inline-block;border-radius:3px}.kc-multi-icons-wrapper a:last-child{margin-right:0!important}.owl-nav-arrow.owl-theme .owl-controls .owl-buttons div{position:absolute;top:50%;width:40px;height:50px;margin-top:-25px;background:0 0;opacity:0;left:50px;color:transparent;transition:all .3s ease;padding:0;z-index:9}.owl-nav-arrow.owl-theme .owl-controls .owl-buttons .owl-next{right:50px;left:initial}.owl-nav-arrow.owl-theme .owl-controls .owl-buttons div:before{content:"\e605";color:#999;transition:all .6s ease;font-family:simple-line-icons;font-size:50px;line-height:50px;font-weight:100}.owl-nav-arrow.owl-theme .owl-controls .owl-buttons .owl-next:before{content:"\e606"}.owl-nav-arrow.owl-theme:hover .owl-controls .owl-buttons div{opacity:1;left:15px}.owl-nav-arrow.owl-theme .owl-controls .owl-buttons div:hover:before{color:#666}.owl-nav-arrow.owl-theme:hover .owl-controls .owl-buttons div.owl-next{right:15px;left:initial}.owl-nav-round.owl-theme .owl-controls .owl-buttons div{position:absolute;top:50%;width:40px;height:40px;margin-top:-25px;background:#fafafa;opacity:0;left:50px;color:transparent;transition:all .3s ease;padding:0;border:1px solid #aaa;border-radius:100%}.owl-nav-round.owl-theme .owl-controls .owl-buttons .owl-next{right:50px;left:initial}.owl-nav-round.owl-theme .owl-controls .owl-buttons div:before{content:"\e605";color:#999;transition:all .6s ease;font-family:simple-line-icons;font-size:20px;line-height:40px;font-weight:100;width:40px;height:40px;text-align:left;display:block;padding-left:8px;margin-top:-1px}.owl-nav-round.owl-theme .owl-controls .owl-buttons .owl-next:before{content:"\e606";padding-right:8px;text-align:right}.owl-nav-round.owl-theme:hover .owl-controls .owl-buttons div{opacity:1;left:15px}.owl-nav-round.owl-theme .owl-controls .owl-buttons div:hover{background:#FFF}.owl-nav-round.owl-theme .owl-controls .owl-buttons div:hover:before{color:#666}.owl-nav-round.owl-theme:hover .owl-controls .owl-buttons div.owl-next{right:15px;left:initial}@keyframes kc-spinner{0%{transform:scale(1) rotate(0)}100%{transform:scale(1) rotate(720deg)}}.kc-title-wrap{width:100%}.image_fadein_slider{display:inline-block;width:100%}.image_fadein_slider .image_fadein{display:inline-block;width:100%;position:relative}.image_fadein_slider img{position:absolute;top:0;left:0;max-width:100%;opacity:0;transition:all ease 650ms}.image_fadein_slider img.active{position:relative;opacity:1;transition:all ease 850ms}.image_fadein_slider .image_fadein.fast img{position:absolute;top:0;left:0;max-width:100%;opacity:0;transition:all ease 350ms}.image_fadein_slider .image_fadein.fast img.active{position:relative;opacity:1;transition:all ease 550ms}.image_fadein_slider .image_fadein.slow img{position:absolute;top:0;left:0;max-width:100%;opacity:0;transition:all ease 950ms}.image_fadein_slider .image_fadein.slow img.active{position:relative;opacity:1;transition:all ease 1.15s}.kc-blog-posts-4{width:calc(100% + 30px)!important;margin-left:-15px;margin-right:-15px}.kc-blog-posts-4 .kc-list-item-4{float:left;width:100%;position:relative}.kc-blog-posts-4 .item{padding:0 15px}.meta-title{position:absolute;left:0;bottom:0;background:linear-gradient(to bottom,rgba(101,100,96,0) 0,rgba(0,0,0,.35) 50%,rgba(0,0,0,.35) 100%);padding:20px}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header{float:left;width:100%}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header>a{float:left;width:100%;overflow:hidden}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header>a img{display:block}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header .post-meta a.date-link{margin-left:7px}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header .post-meta a.date-link:before{content:'|';margin-right:7px}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header a img{-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-ms-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header a:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.divider_line2 i,.divider_line3 .line_text{left:50%;top:50%;transform:translate(-50%,-50%)}.kc-blog-posts-4 .kc-list-item-4 .post-meta{text-transform:uppercase;font-size:12px;color:#fff;float:left;width:100%}.kc-blog-posts-4 .kc-list-item-4 .post-meta a{text-transform:capitalize;font-size:12px;color:#fff}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header .post-title-alt{float:left;width:100%;line-height:1.4;margin:4px 0 10px;font-size:18px;font-weight:700;text-transform:uppercase}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header .post-title-alt a{color:#fff}.kc-blog-posts-4 .kc-list-item-4 .kc-post-header .post-title-alt a:hover{color:#42BCE2}.kc-blog-posts-1 .kc-list-item-1{position:relative;min-height:200px}.kc-blog-posts-1 .kc-list-item-1 figure{width:100%;display:inline-block}.kc-blog-posts-1 .kc-list-item-1 .post-details{position:absolute;padding:40px 20px 30px;width:100%;bottom:0;text-align:left;background:rgba(255,255,255,.7)}.kc-blog-posts-1 .kc-list-item-1 .post-title-alt{margin:0 0 15px}.kc-blog-posts-1 .kc-list-item-1 .post-title-alt a{color:#000;display:block;font-size:22px;text-transform:uppercase}.kc-blog-posts-1 .kc-list-item-1 .post-title-alt a:hover{color:#555}.kc-blog-posts-1 .kc-list-item-1 .post-date{margin-bottom:10px;color:#999;font-size:12px;font-style:italic}.kc-blog-posts-1 .kc-list-item-1 .post-date .kc-post-author{margin-right:8px;padding-right:8px;border-right:1px solid #ddd}.kc-blog-posts-1 .kc-list-item-1 .post-date .post-cats{margin-left:8px;padding-left:8px;border-left:1px solid #ddd}.kc-blog-posts-1 .kc-list-item-1 .post-date .kc-post-author a,.kc-blog-posts-1 .kc-list-item-1 .post-date .post-cats a{color:#333}.kc-blog-posts-1 .kc-list-item-1 .post-date .kc-post-author a:hover,.kc-blog-posts-1 .kc-list-item-1 .post-date .post-cats a:hover{color:#000}.kc-blog-posts-1 .kc-list-item-1 .post-details .btn{display:inline-block;font-size:12px;padding:10px 20px;line-height:1;color:#272727;text-transform:uppercase;border:2px solid #42BCE2}.kc-blog-posts-1 .kc-list-item-1 .post-details .btn:hover{background:#42BCE2;color:#fff}.kc-blog-posts-2 .kc-list-item-2{float:left;width:100%;border:1px solid #ddd;padding:20px;margin-bottom:30px}.kc-blog-posts-2 .kc-list-item-2 .post-item-left{float:left;width:50%;padding-right:30px}.kc-blog-posts-2 .kc-list-item-2 .post-item-left>p,.kc-blog-posts-2 .kc-list-item-2 .post-item-right>p{font-size:14px;color:#666;float:left;width:100%;margin-bottom:15px}.kc-blog-posts-2 .kc-list-item-2 .post-item-right{float:left;width:50%}.kc-blog-posts-2 .kc-list-item-2 .post-title-alt{margin:0 0 20px;float:left;width:100%;font-weight:700;text-transform:uppercase;font-size:20px}.kc-blog-posts-2 .kc-list-item-2 .post-title-alt a{display:block;color:#333}.kc-blog-posts-2 .kc-list-item-2 .post-meta{float:left;width:100%;margin-bottom:20px;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;line-height:38px}.kc-blog-posts-2 .kc-list-item-2 .post-meta span{float:left;margin-right:15px;font-size:12px}.kc-blog-posts-2 .kc-list-item-2 .post-meta span i{margin-right:5px;color:#42BCE2;font-size:12px}.kc-blog-posts-2 .kc-list-item-2 .post-meta span a{color:#999}.kc-blog-posts-2 .kc-list-item-2 .post-meta span a:hover{color:#000}.kc-blog-posts .kc-post-2-button{float:left;padding:10px 20px;border:1px solid #ddd;border-radius:2px;color:#000;font-size:12px;line-height:1}.kc-blog-posts .kc-post-2-button:hover{border-color:#42BCE2;background:#42BCE2;color:#fff}.kc-blog-posts-3.kc-blog-grid{width:calc(100% + 30px);margin-left:-15px;margin-right:-15px}.kc-blog-posts-3.kc-blog-grid .post-grid.grid-1{width:100%;float:left;padding:0 15px}.kc-blog-posts-3.kc-blog-grid .post-grid.grid-2{width:50%;float:left;padding:0 15px}.kc-blog-posts-3.kc-blog-grid .post-grid.grid-3{width:33.33333333333%;padding:0 15px;float:left}.kc-blog-posts-3.kc-blog-grid .post-grid.grid-4{width:25%;float:left;padding:0 15px}.kc-blog-posts-3.kc-blog-grid .post-grid.grid-5{width:20%;float:left;padding:0 15px}.kc-blog-posts-3.kc-blog-grid .post-grid.grid-6{width:16.5%;float:left;padding:0 15px}.kc-blog-posts-3.kc-blog-grid .post-grid img{max-width:100%;transition:all .3s ease 0}.kc-blog-posts-3 .kc-list-item-3{float:left;width:100%;margin-bottom:30px}.kc-blog-posts-3 .kc-list-item-3>a{float:left;width:100%}.kc-blog-posts-3 .kc-list-item-3>a img{display:block}.kc-blog-posts-3 .kc-list-item-3 .content{float:left;width:100%;padding:26px;box-shadow:0 1px 4px 0 rgba(0,0,0,.14)}.kc-button-7 a:hover,.kc-button-9 a:hover{box-shadow:0 11px 3px -7px #ccc!important}.kc-blog-posts-3 .kc-list-item-3 .entry-thumb-link:hover img{opacity:.4}.kc-blog-posts-3 .kc-list-item-3 .entry-meta{text-transform:uppercase;font-size:12px;color:#b4b4b4;float:left;width:100%;margin:5px 0 10px}.kc-blog-posts-3 .kc-list-item-3 .entry-meta .entry-date,.kc-blog-posts-3 .kc-list-item-3 .entry-meta .kc-post-author{padding-right:7px;margin-right:7px;border-right:1px solid #e4e4e4}.kc-blog-posts-3 .kc-list-item-3 .entry-meta a{text-transform:capitalize;font-size:12px;color:#42BCE2}.kc-blog-posts-3 .kc-list-item-3 .post-title-alt{float:left;width:100%;line-height:1.4;margin:0;font-size:18px;font-weight:700;text-transform:uppercase;position:relative}.kc-blog-posts-3 .kc-list-item-3 .post-content p{color:#7a7a7a;line-height:26px;font-size:14px}.kc-blog-posts-3 .kc-list-item-3 .post-title-alt a{color:#272727}.kc-blog-posts-3 .kc-list-item-3 .post-title-alt a:hover{color:#42BCE2}.kc-blog-posts-3 .kc-list-item-3 .entry-excerpt p{font-size:14px;color:#888}.divider_line{float:left;width:100%;margin-top:30px;margin-bottom:30px}.divider_line .divider_inner{display:inline-block;width:100%;border-bottom:1px solid #ccc;border-top:0!important;border-left:0!important;border-right:0!important}.divider_line2{height:1px;position:relative}.divider_line2 i{color:#fff;width:27px;height:27px;border-radius:100%;background-color:#d3d3d3;text-align:center;vertical-align:middle;line-height:27px;position:absolute}.divider_line3{position:relative}.divider_line3 .line_text{text-transform:uppercase;background:#fff;padding:0 10px;position:absolute}.message-boxes i{margin-right:7px;float:left}.message-box-wrap{padding:20px;border-radius:0;border:2px solid #eee;font-size:14px}.kc-close-but{width:10px;height:10px;float:right;border:none;margin:8px;cursor:pointer;font-size:0;background:url(//www.safe-renovation.fr/wp-content/plugins/kingcomposer/assets/frontend/images/icon-remove.png) center top no-repeat;text-indent:-9999px}button.kc-close-but:hover{background-color:rgba(51,51,51,0)}.kc-filters-alignCenter{margin-top:30px;margin-bottom:30px;text-align:center;font-size:12px;font-weight:400;line-height:21px;color:#DADADA}.kc-filter-item{color:#949494;cursor:pointer;font:400 13px/21px "Open Sans",sans-serif;padding:0 12px;transition:all .3s ease-in-out;position:relative;overflow:visible;margin:0 0 10px;display:inline-block}.kc-filter-item-active.kc-filter-item{color:#4183d7}.kc-caption-zoom{float:left;position:relative;width:640px;height:360px;margin:0 auto;overflow:hidden}.kc-caption-defaultWrap{position:absolute;top:0;left:0}.kc-caption-defaultWrap img{transition:.4s ease}.kc-caption-zoom .kc-caption:hover .kc-caption-defaultWrap img{transform:scale(1.08)}.kc-caption-activeWrap{width:100%;z-index:2;height:100%}.kc-caption-zoom .kc-caption:hover .kc-caption-activeWrap{position:absolute;opacity:1}.kc-caption-activeWrap .kc-caption-body{padding:12px 30px;text-align:center}.kc-caption-zoom .kc-caption-activeWrap .kc-caption-body{padding-top:120px}.kc-caption-body .kc-caption-title{color:#fff;font-size:16px;font-weight:400;line-height:21px}.kc-caption-body .kc-caption-desc{color:#aaa;font-size:12px;font-weight:400;line-height:16px}.kc-caption-zoom .kc-caption-activeWrap{opacity:0;top:0;background-color:rgba(0,0,0,.9);transition:opacity .8s cubic-bezier(.19,1,.22,1)}.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter{bottom:125%}.kc_tooltip{position:relative;display:inline-block;border-bottom:initial}.kc_tooltip span{background:#454545;border-radius:3px;bottom:117%;color:#fff;font-size:14px;left:50%;position:absolute;width:200px;z-index:9999;margin:0!important;padding:10px;text-align:center;transform:translateX(-50%);transition:all .3s ease-in-out 0s;opacity:0;visibility:hidden}.kc_tooltip .fati17{width:50px;height:50px;color:#fff;font-size:27px;display:inline-block;vertical-align:middle;line-height:50px;border-radius:100%;text-align:center;background-color:#181818;transition:all .3s ease 0s}.kc_tooltip[data-position=top] span:before{background:#454545;z-index:-1;bottom:-9px;content:"";left:50%;display:block;height:10px;width:10px;position:absolute;border-width:10px;margin-left:-9px;transform:rotate(45deg) translateY(-50%)}.kc_tooltip[data-position=right] span:before{background:#454545;z-index:-1;top:50%;margin:0!important;content:"";left:-8px;display:block;height:10px;width:10px;position:absolute;border-width:10px;transform:rotate(45deg) translateY(-50%)}.kc_tooltip[data-position=right] span,.kc_tooltip[data-position=left] span{bottom:initial!important;top:50%;transform:translateY(-50%)}.kc_tooltip[data-position=bottom] span:before{background:#454545;z-index:-1;content:'';left:50%;margin-left:-10px;top:0;display:block;height:10px;width:10px;position:absolute;border-width:10px;transform:rotate(45deg) translateY(-50%)}.kc_tooltip[data-position=bottom] span{transform:translateX(-50%)}.kc_tooltip[data-position=left] span:before{background:#454545;top:50%;margin:0;content:" ";right:0;display:block;height:10px;width:10px;position:absolute;border-width:10px;transform:rotate(45deg) translateY(-50%)}.but_large1{color:#fff;padding:18px 50px;background-color:'. $bg_color .';border-radius:3px;transition:all .3s ease;white-space:nowrap}.but_large1:hover{color:#fff;background-color:#2a363f}.kc_tooltip:hover span{opacity:1;visibility:visible}.content-button a{transition:all .3s ease 0s}.kc_tooltip.style2 img{display:block}.kc-image-hover-effects{position:relative;overflow:hidden}.kc-image-hover-effects>a{float:left;width:100%}.kc-image-hover-effects .overlay-effects{position:absolute;left:0;top:0;opacity:0;width:100%;height:100%;background:rgba(0,0,0,.4);text-align:center}.kc-image-hover-effects .overlay-effects,.kc-image-hover-effects .overlay-effects .content-button a,.kc-image-hover-effects .overlay-effects .content-desc,.kc-image-hover-effects .overlay-effects .content-title,.kc-image-hover-effects a img{transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .4s}.kc-image-hover-effects img{float:left;max-width:100%;transition:all .3s ease 0s}.kc-image-hover-effects .overlay-effects .content-title{color:#fff;text-transform:uppercase;font-size:25px;font-weight:600;margin:20px 0 15px}.kc-image-hover-effects .overlay-effects .content-desc{color:rgba(255,255,255,.7)}.kc-img-effects-1:hover .overlay-effects{opacity:1}.kc-img-effects-1 .overlay-effects{display:-webkit-flex;display:flex;align-items:center;justify-content:center}.kc-img-effects-1 .overlay-effects .content-title{margin:0}.kc-img-effects-2 .overlay-effects{transform:scale(1.3) display: -webkit-flex;display:flex;align-items:center;justify-content:center;flex-direction:column}.kc-img-effects-2 .overlay-effects .content-title{margin:0 0 4px;font-size:20px}.kc-img-effects-2 .overlay-effects .content-desc{margin:0}.kc-img-effects-2:hover .overlay-effects{opacity:1;transform:scale(1)}.kc-img-effects-2:hover a img{transform:scale(1.2)}.kc-img-effects-3 .overlay-effects{padding:20px;text-align:left;display:-webkit-flex;display:flex;align-items:flex-end}.kc-img-effects-3 .overlay-effects .content-title{margin:0 0 7px;opacity:0;transform:translate(-40px,0)}.kc-img-effects-3 .overlay-effects .content-desc{margin:0;opacity:0;transform:translate(-40px,0);transition-delay:.15s}.kc-img-effects-3:hover .overlay-effects{opacity:1;transform:scale(1)}.kc-img-effects-3:hover .overlay-effects .content-desc,.kc-img-effects-3:hover .overlay-effects .content-title{opacity:1;transform:translate(0,0)}.kc-img-effects-4 .overlay-effects .content-desc,.kc-img-effects-4 .overlay-effects .content-title{opacity:0;transform:translate(0,-40px)}.kc-img-effects-4 .overlay-effects .content-button a{opacity:0}.kc-img-effects-4 .overlay-effects .content-desc{transition-delay:.2s}.kc-img-effects-4:hover .overlay-effects .content-desc,.kc-img-effects-4:hover .overlay-effects .content-title{opacity:1;transform:translate(0,0)}.kc-img-effects-4:hover a img{transform:scale(1.1)}.kc-img-effects-4:hover .overlay-effects,.kc-img-effects-4:hover .overlay-effects .content-button a{opacity:1}.kc-img-effects-5 .overlay-effects{padding:20px;text-align:left;display:-webkit-flex;display:flex;align-items:center;justify-content:center}.kc-button-7 a,.kc-button-8 a{line-height:40px;text-align:center}.kc-img-effects-5 .overlay-effects i{width:40px;height:40px;line-height:40px;background:rgba(255,255,255,.8);color:#333;text-align:center;font-size:14px;border-radius:50%}.kc-button-1 a,.kc-button-main a{border:2px solid #42BCE2;padding:10px 30px}.kc-img-effects-5:hover .overlay-effects{opacity:1}.kc-image-hover-effects.slide_bottom:hover img,.kc-image-hover-effects.slide_left:hover img,.kc-image-hover-effects.slide_right:hover img,.kc-image-hover-effects.slide_top:hover img{transform:none}.kc-image-hover-effects.slide_left .overlay-effects{opacity:1;background:#333;transform:translateX(-100%)}.kc-image-hover-effects.slide_right .overlay-effects{opacity:1;background:#333;transform:translateX(100%)}.kc-image-hover-effects.slide_top .overlay-effects{opacity:1;background:#333;transform:translateY(-100%)}.kc-image-hover-effects.slide_bottom .overlay-effects{opacity:1;background:#333;transform:translateY(100%)}.kc-image-hover-effects.slide_bottom:hover .overlay-effects,.kc-image-hover-effects.slide_left:hover .overlay-effects,.kc-image-hover-effects.slide_right:hover .overlay-effects,.kc-image-hover-effects.slide_top:hover .overlay-effects{transform:translate(0,0)}.kc-image-hover-effects.push_bottom .overlay-effects,.kc-image-hover-effects.push_left .overlay-effects,.kc-image-hover-effects.push_right .overlay-effects,.kc-image-hover-effects.push_top .overlay-effects{background:#333;opacity:1}.kc-image-hover-effects.push_bottom img,.kc-image-hover-effects.push_left img,.kc-image-hover-effects.push_right img,.kc-image-hover-effects.push_top img{z-index:2;position:relative}.kc-image-hover-effects.push_left:hover img{transform:translateX(100%)}.kc-image-hover-effects.push_right:hover img{transform:translateX(-100%)}.kc-image-hover-effects.push_top:hover img{transform:translateY(100%)}.kc-image-hover-effects.push_bottom:hover img{transform:translateY(-100%)}.kc-image-hover-effects.zoom_in img{transform:scale(1)}.kc-image-hover-effects.zoom_in:hover img,.kc-image-hover-effects.zoom_out img{transform:scale(1.2)}.kc-image-hover-effects.zoom_out:hover img{transform:scale(1)}.kc-image-hover-effects.tranlate{overflow:inherit}.kc-image-hover-effects.tranlate .overlay-effects{background:#333;transition:all .3s ease 0s}.kc-image-hover-effects.tranlate:hover .overlay-effects{top:15px;left:15px}.kc-image-hover-effects.overlay_scale_in .overlay-effects{transition:all .3s ease 0s;background:#333;transform:scale(.75)}.kc-image-hover-effects.overlay_scale_in:hover .overlay-effects{transform:scale(1)}.kc-image-hover-effects.overlay_scale_out .overlay-effects{transition:all .3s ease 0s;background:#333;transform:scale(1)}.kc-image-hover-effects.overlay_scale_out:hover .overlay-effects{transform:scale(.9)}.kc-pro-button a{display:inline-block;transition:all .3s;text-transform:uppercase}.kc-button-2 a:after,.kc-button-3 a:after{content:'';top:0;left:0;transition:all .3s ease 0s}.kc-button-main a{color:#fff;background:#42BCE2}.kc-button-1 a,.kc-button-main a:active,.kc-button-main a:hover{background:#fff;color:#42BCE2}.kc-button-1 a{z-index:1}.kc-button-1 a:hover{border-radius:10px;border-style:dotted;color:#42BCE2}.kc-button-2 a,.kc-button-3 a{border:2px solid #42BCE2;padding:10px 30px}.kc-button-2 a{color:#fff;background:#42BCE2;position:relative;z-index:1}.kc-button-2 a:after{position:absolute;width:0;height:100%;background:#fff;z-index:-1}.kc-button-2 a:hover{color:#42BCE2}.kc-button-2 a:active:after,.kc-button-2 a:hover:after{width:100%}.kc-button-3 a{color:#fff;background:#42BCE2;z-index:1;overflow:hidden;position:relative}.kc-button-3 a:after{position:absolute;width:100%;height:0;background:#fff;z-index:-1}.kc-button-3 a:hover{color:#42BCE2}.kc-button-3 a:hover:after{height:100%}.kc-button-4 a{border:3px solid #42BCE2;color:#fff;background:#42BCE2;z-index:1;overflow:hidden;position:relative;padding:10px 30px}.kc-button-4 a:after,.kc-button-4 a:before{width:0;position:absolute;content:'';height:100%;top:0;background:#fff;transition:all .3s ease 0s;z-index:-1}.kc-button-4 a:after{left:50%}.kc-button-4 a:before{right:50%}.kc-button-5 a,.kc-button-6 a{background:#42BCE2;padding:10px 30px}.kc-button-4 a:hover{color:#42BCE2}.kc-button-4 a:hover:after,.kc-button-4 a:hover:before{width:100%}.kc-button-5 a{color:#fff}.kc-button-5 a:hover{color:#fff;animation-name:pulse;animation-duration:.5s;animation-timing-function:linear;animation-iteration-count:1}.creative_icon_right{margin:0 0 0 4px}.creative_icon_left,.kc-button-6 a .creative_icon_left i{margin:0 4px 0 0}.kc-button-6 a,.kc-button-6 a:hover{color:#fff}.kc-button-6 a .creative_icon_right i{margin:0 0 0 4px}.kc-button-6 a:hover span i{color:#fff;animation-name:bounce;animation-duration:.6s;animation-timing-function:linear}.kc-button-7 a{color:#fff;position:relative;background-color:#3fa962;border:1px solid rgba(255,255,255,.15);letter-spacing:.2px;min-height:40px;overflow:visible;display:inline-block;transition:all .25s ease-in-out;padding:3px 25px}.kc-button-10 a,.kc-team,.kc-team-2 .box-right,.kc-team-3{overflow:hidden}.kc-button-7 a:after,.kc-button-7 a:before{content:"";display:block;position:absolute;width:20%;height:30%;transition:all .3s ease 0s}.kc-button-7 a:before{border-top:2px solid rgba(255,255,255,.8);border-left:2px solid rgba(255,255,255,.8);left:5px;top:5px}.kc-button-7 a:after{border-bottom:2px solid rgba(255,255,255,.8);border-right:2px solid rgba(255,255,255,.8);bottom:5px;right:5px}.kc-button-7 a i{margin-left:6px}.kc-button-7 a .creative_icon_left i{margin:0 6px 0 0}.kc-button-7 a:hover{color:#fff}.kc-button-7 a:hover:after,.kc-button-7 a:hover:before{width:calc(100% - 10px);height:calc(100% - 10px)}.kc-button-8 a{color:#fff;position:relative;background-color:#42BCE2;letter-spacing:.2px;min-height:40px;display:inline-block;transition:all .25s ease-in-out;padding:8px 34px;border-radius:30px;text-transform:capitalize}.kc-button-8 a .creative_title,.kc-button-8 a i,.kc-button-9 a{transition:all .3s ease 0s}.kc-button-8 a .creative_icon_right i{margin:0 0 0 4px}.kc-button-8 a:hover .creative_icon_right i{margin:0 0 0 15px}.kc-button-8 a .creative_icon_left i{margin:0 4px 0 0}.kc-button-8 a:hover .creative_icon_left i{margin:0 15px 0 0}.kc-button-8 a:hover .creative_title,.kc-button-8 a:hover i{color:#fff}.kc-button-9 a{padding:10px 30px;color:#fff;position:relative;background:#42BCE2;transform-style:preserve-3d}.kc-button-9 a:hover,.kc-button-9 a:hover:before{transform:translateY(-5px)}.kc-button-9 a:before{pointer-events:none;position:absolute;z-index:-1;content:'';top:100%;left:5%;height:10px;width:90%;opacity:0;background:radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);transition-property:transform,opacity}.kc-button-9 a:hover{color:#fff}.kc-button-10 a{padding:10px 30px;color:#fff;position:relative;background:#42BCE2;transition:all .3s ease 0s}.kc-button-10 a:after{background:#fff;content:"";height:155px;left:-75px;opacity:.2;position:absolute;top:-50px;transform:rotate(35deg);transition:all 550ms cubic-bezier(.19,1,.22,1);width:50px}.kc-team-3,.kc-video-bg{position:relative}.kc-button-10 a:hover{color:#fff}.kc-button-10 a:hover:after{left:120%;transition:all 550ms cubic-bezier(.19,1,.22,1)}.kc-infobox-default{float:left;padding:60px 60px 80px;text-align:left;background-color:#fff;border:1px solid #eee;transition:all .3s ease;width:100%}.kc-infobox-default i{font-size:30px;color:#272727;padding-bottom:32px}.kc-infobox-1 h3,.kc-infobox-default h3{font-size:16px;font-style:normal;line-height:23px}.kc-infobox-default h3{margin-bottom:20px;font-weight:600}.kc-infobox-default.active,.kc-infobox-default:hover{background-color:#42BCE2;transition:all .3s ease}.kc-infobox-default.active,.kc-infobox-default.active h5,.kc-infobox-default.active i,.kc-infobox-default:hover,.kc-infobox-default:hover h5,.kc-infobox-default:hover i{color:#fff}.kc-infobox-1 h3{font-weight:700;text-align:left;text-transform:uppercase;margin-bottom:12px;display:inline-block}.kc-infobox-1 i{color:#42BCE2;font-size:22px;padding-right:16px;padding-top:2px;float:left}.kc-infobox-1 p{float:left;margin:8px 0 16px;width:100%}.kc-infobox-1 .kc-infobox-button1{color:#272727;font-size:12px;font-weight:400;text-transform:uppercase;transition:all .3s ease;float:left}.kc-infobox-1 .kc-infobox-button1:hover{color:#727272}.kc-dropcaps .dropcaps-text{position:relative;display:inline-block;float:left;height:45px;width:45px;line-height:45px;font-size:40px;background:#42BCE2;color:#fff;font-weight:700;text-align:center;margin:5px 18px 0 0}.kc-call-to-action{background:#fafafa;padding:30px 50px;display:table;width:100%}.kc-call-to-action .kc-cta-desc h2,.kc-call-to-action .kc-cta-text{margin:0 0 20px}.kc-call-to-action .kc-cta-button a{background:#34495e;text-transform:uppercase;color:#fff;float:right;padding:10px 25px;transition:all .3s ease 0s}.kc-call-to-action .kc-cta-button a:hover{background-color:#ff2a40}.kc-call-to-action.kc-cta-2 .kc-cta-button a{float:none;display:inline-block}.kc-cta-3.kc-is-button .kc-cta-desc{width:75%;display:table-cell;vertical-align:middle}.kc-cta-3 .kc-cta-text p{margin:0}.kc-cta-3 .kc-cta-button{width:25%;display:table-cell;vertical-align:middle}.kc-cta-1,.kc-cta-2,.kc-image-hover-effects,.kc-team{width:100%;float:left}.kc-cta-3 .kc-cta-button a{display:inline-block}.kc-cta-1 .kc-cta-button{float:left}.kc-cta-1 .kc-cta-button a{display:block}.kc-cta-2{text-align:center}.kc-team{text-align:center;transition:all .3s ease 0s}.kc-team .content-socials a{text-align:center;display:inline-block;margin:0 5px 25px;width:35px;height:35px;font-size:18px;color:#fff;border:1px solid #42BCE2;background-color:#42BCE2;border-radius:2px;line-height:35px}.kc-team .content-socials{float:left;width:100%}.kc-team.kc-team-3 .content-socials{margin-top:25px}.content-subtitle{float:left;width:100%}.kc-team .content-desc{margin:0 0 20px;float:left;width:100%}.kc-team-2{text-align:left}.kc-team-2 .content-title{margin:0;float:left;width:100%}.kc-team-2 .content-image{float:left;max-width:35%;padding-right:20px}.kc-team-3 .content-image img{float:left}.kc-team-2 .content-desc{margin:13px 0 20px}.kc-team-3:hover .overlay{transform:translateY(0);opacity:1}.kc-team-3 .overlay{width:100%;height:100%;padding-top:30px;opacity:0;transition:all .3s ease 0s;transform:translateY(100%);background:rgba(0,0,0,.4)}.kc-team-3 .content-subtitle,.kc-team-3 .content-title{color:#fff}.kc-team-3 .content-desc{margin:0 0 25px;color:rgba(255,255,255,.8)}@media only screen and (max-width:479px){.kc-blog-posts-2 .kc-list-item-2 .post-item-left,.kc-blog-posts-2 .kc-list-item-2 .post-item-right,.kc-blog-posts-3.kc-blog-grid .post-grid.grid-2,.kc-blog-posts-3.kc-blog-grid .post-grid.grid-3,.kc-blog-posts-3.kc-blog-grid .post-grid.grid-4{width:100%}div.dark_rounded .pp_content_container .pp_left,div.dark_rounded .pp_content_container .pp_right{padding:0}div.pp_pic_holder{width:85%!important;left:7.5%!important}div.dark_rounded .pp_content,div.pp_pic_holder img{width:100%!important;height:auto!important}}@media only screen and (min-width:480px) and (max-width:999px){.kc-blog-posts-2 .kc-list-item-2 .post-item-left,.kc-blog-posts-2 .kc-list-item-2 .post-item-right,.kc-blog-posts-3.kc-blog-grid .post-grid.grid-2,.kc-blog-posts-3.kc-blog-grid .post-grid.grid-3,.kc-blog-posts-3.kc-blog-grid .post-grid.grid-4{width:50%}}
 @media screen and (min-width: 768px){ 
.kc-animated{opacity:0;}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}@keyframes pulse{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}@keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}@keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from,to{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}@keyframes wobble{from,to{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{11.1%,from,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{11.1%,from,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}.flipInY{-webkit-backface-visibility:visible!important}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}}@font-face {
font-family: 'simple-line-icons';
src:url(//www.safe-renovation.fr/wp-content/plugins/kingcomposer/assets/css/fonts/Simple-Line-Icons.eot?-i3a2kk);
src:url(//www.safe-renovation.fr/wp-content/plugins/kingcomposer/assets/css/fonts/Simple-Line-Icons.eot?#iefix-i3a2kk) format('embedded-opentype'),
url(//www.safe-renovation.fr/wp-content/plugins/kingcomposer/assets/css/fonts/Simple-Line-Icons.ttf) format('truetype'),
url(//www.safe-renovation.fr/wp-content/plugins/kingcomposer/assets/css/fonts/Simple-Line-Icons.woff) format('woff'),
url(//www.safe-renovation.fr/wp-content/plugins/kingcomposer/assets/css/fonts/Simple-Line-Icons.svg?#simple-line-icons) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'et-line';
src:url(//www.safe-renovation.fr/wp-content/plugins/kingcomposer/assets/css/fonts/et-line.eot);
src:url(//www.safe-renovation.fr/wp-content/plugins/kingcomposer/assets/css/fonts/et-line.eot?#iefix) format('embedded-opentype'),
url(//www.safe-renovation.fr/wp-content/plugins/kingcomposer/assets/css/fonts/et-line.woff) format('woff'),
url(//www.safe-renovation.fr/wp-content/plugins/kingcomposer/assets/css/fonts/et-line.ttf) format('truetype'),
url(//www.safe-renovation.fr/wp-content/plugins/kingcomposer/assets/css/fonts/et-line.svg#et-line) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'FontAwesome';
src: url(//www.safe-renovation.fr/wp-content/plugins/kingcomposer/assets/css/fonts/fa-solid-900.eot);
src: url(//www.safe-renovation.fr/wp-content/plugins/kingcomposer/assets/css/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//www.safe-renovation.fr/wp-content/plugins/kingcomposer/assets/css/fonts/fa-solid-900.woff2) format("woff2"), url(//www.safe-renovation.fr/wp-content/plugins/kingcomposer/assets/css/fonts/fa-solid-900.woff) format("woff"), url(//www.safe-renovation.fr/wp-content/plugins/kingcomposer/assets/css/fonts/fa-solid-900.ttf) format("truetype"), url(//www.safe-renovation.fr/wp-content/plugins/kingcomposer/assets/css/fonts/fa-solid-900.svg#fontawesome) format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'FontAwesomeBrands';
font-style: normal;
font-weight: normal;
src: url(//www.safe-renovation.fr/wp-content/plugins/kingcomposer/assets/css/fonts/fa-brands-400.eot);
src: url(//www.safe-renovation.fr/wp-content/plugins/kingcomposer/assets/css/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//www.safe-renovation.fr/wp-content/plugins/kingcomposer/assets/css/fonts/fa-brands-400.woff2) format("woff2"), url(//www.safe-renovation.fr/wp-content/plugins/kingcomposer/assets/css/fonts/fa-brands-400.woff) format("woff"), url(//www.safe-renovation.fr/wp-content/plugins/kingcomposer/assets/css/fonts/fa-brands-400.ttf) format("truetype"), url(//www.safe-renovation.fr/wp-content/plugins/kingcomposer/assets/css/fonts/fa-brands-400.svg#fontawesome) format("svg"); 
}     [class^="et-"], [class*=" et-"], [class^="et-"]:before, [class*=" et-"]:before {
font-family: 'et-line';
font-style: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display:inline-block;
text-rendering: auto;
speak: none;
font-weight: normal;
}
.et-mobile:before{content:"\e000"}.et-laptop:before{content:"\e001"}.et-desktop:before{content:"\e002"}.et-tablet:before{content:"\e003"}.et-phone:before{content:"\e004"}.et-document:before{content:"\e005"}.et-documents:before{content:"\e006"}.et-search:before{content:"\e007"}.et-clipboard:before{content:"\e008"}.et-newspaper:before{content:"\e009"}.et-notebook:before{content:"\e00a"}.et-book-open:before{content:"\e00b"}.et-browser:before{content:"\e00c"}.et-calendar:before{content:"\e00d"}.et-presentation:before{content:"\e00e"}.et-picture:before{content:"\e00f"}.et-pictures:before{content:"\e010"}.et-video:before{content:"\e011"}.et-camera:before{content:"\e012"}.et-printer:before{content:"\e013"}.et-toolbox:before{content:"\e014"}.et-briefcase:before{content:"\e015"}.et-wallet:before{content:"\e016"}.et-gift:before{content:"\e017"}.et-bargraph:before{content:"\e018"}.et-grid:before{content:"\e019"}.et-expand:before{content:"\e01a"}.et-focus:before{content:"\e01b"}.et-edit:before{content:"\e01c"}.et-adjustments:before{content:"\e01d"}.et-ribbon:before{content:"\e01e"}.et-hourglass:before{content:"\e01f"}.et-lock:before{content:"\e020"}.et-megaphone:before{content:"\e021"}.et-shield:before{content:"\e022"}.et-trophy:before{content:"\e023"}.et-flag:before{content:"\e024"}.et-map:before{content:"\e025"}.et-puzzle:before{content:"\e026"}.et-basket:before{content:"\e027"}.et-envelope:before{content:"\e028"}.et-streetsign:before{content:"\e029"}.et-telescope:before{content:"\e02a"}.et-gears:before{content:"\e02b"}.et-key:before{content:"\e02c"}.et-paperclip:before{content:"\e02d"}.et-attachment:before{content:"\e02e"}.et-pricetags:before{content:"\e02f"}.et-lightbulb:before{content:"\e030"}.et-layers:before{content:"\e031"}.et-pencil:before{content:"\e032"}.et-tools:before{content:"\e033"}.et-tools-2:before{content:"\e034"}.et-scissors:before{content:"\e035"}.et-paintbrush:before{content:"\e036"}.et-magnifying-glass:before{content:"\e037"}.et-circle-compass:before{content:"\e038"}.et-linegraph:before{content:"\e039"}.et-mic:before{content:"\e03a"}.et-strategy:before{content:"\e03b"}.et-beaker:before{content:"\e03c"}.et-caution:before{content:"\e03d"}.et-recycle:before{content:"\e03e"}.et-anchor:before{content:"\e03f"}.et-profile-male:before{content:"\e040"}.et-profile-female:before{content:"\e041"}.et-bike:before{content:"\e042"}.et-wine:before{content:"\e043"}.et-hotairballoon:before{content:"\e044"}.et-globe:before{content:"\e045"}.et-genius:before{content:"\e046"}.et-map-pin:before{content:"\e047"}.et-dial:before{content:"\e048"}.et-chat:before{content:"\e049"}.et-heart:before{content:"\e04a"}.et-cloud:before{content:"\e04b"}.et-upload:before{content:"\e04c"}.et-download:before{content:"\e04d"}.et-target:before{content:"\e04e"}.et-hazardous:before{content:"\e04f"}.et-piechart:before{content:"\e050"}.et-speedometer:before{content:"\e051"}.et-global:before{content:"\e052"}.et-compass:before{content:"\e053"}.et-lifesaver:before{content:"\e054"}.et-clock:before{content:"\e055"}.et-aperture:before{content:"\e056"}.et-quote:before{content:"\e057"}.et-scope:before{content:"\e058"}.et-alarmclock:before{content:"\e059"}.et-refresh:before{content:"\e05a"}.et-happy:before{content:"\e05b"}.et-sad:before{content:"\e05c"}.et-facebook:before{content:"\e05d"}.et-twitter:before{content:"\e05e"}.et-googleplus:before{content:"\e05f"}.et-rss:before{content:"\e060"}.et-tumblr:before{content:"\e061"}.et-linkedin:before{content:"\e062"}.et-dribbble:before{content:"\e063"} [class^="sl-"], [class*=" sl-"], [class^="sl-"]:before, [class*=" sl-"]:before {
font-family: 'simple-line-icons';
font-style: inherit; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: auto;
speak: none;
font-weight: normal;
}
.sl-user:before{content:"\e005"}.sl-people:before{content:"\e001"}.sl-user-female:before{content:"\e000"}.sl-user-follow:before{content:"\e002"}.sl-user-following:before{content:"\e003"}.sl-user-unfollow:before{content:"\e004"}.sl-login:before{content:"\e066"}.sl-logout:before{content:"\e065"}.sl-emotsmile:before{content:"\e021"}.sl-phone:before{content:"\e600"}.sl-call-end:before{content:"\e048"}.sl-call-in:before{content:"\e047"}.sl-call-out:before{content:"\e046"}.sl-map:before{content:"\e033"}.sl-location-pin:before{content:"\e096"}.sl-direction:before{content:"\e042"}.sl-directions:before{content:"\e041"}.sl-compass:before{content:"\e045"}.sl-layers:before{content:"\e034"}.sl-menu:before{content:"\e601"}.sl-list:before{content:"\e067"}.sl-options-vertical:before{content:"\e602"}.sl-options:before{content:"\e603"}.sl-arrow-down:before{content:"\e604"}.sl-arrow-left:before{content:"\e605"}.sl-arrow-right:before{content:"\e606"}.sl-arrow-up:before{content:"\e607"}.sl-arrow-up-circle:before{content:"\e078"}.sl-arrow-left-circle:before{content:"\e07a"}.sl-arrow-right-circle:before{content:"\e079"}.sl-arrow-down-circle:before{content:"\e07b"}.sl-check:before{content:"\e080"}.sl-clock:before{content:"\e081"}.sl-plus:before{content:"\e095"}.sl-close:before{content:"\e082"}.sl-trophy:before{content:"\e006"}.sl-screen-smartphone:before{content:"\e010"}.sl-screen-desktop:before{content:"\e011"}.sl-plane:before{content:"\e012"}.sl-notebook:before{content:"\e013"}.sl-mustache:before{content:"\e014"}.sl-mouse:before{content:"\e015"}.sl-magnet:before{content:"\e016"}.sl-energy:before{content:"\e020"}.sl-disc:before{content:"\e022"}.sl-cursor:before{content:"\e06e"}.sl-cursor-move:before{content:"\e023"}.sl-crop:before{content:"\e024"}.sl-chemistry:before{content:"\e026"}.sl-speedometer:before{content:"\e007"}.sl-shield:before{content:"\e00e"}.sl-screen-tablet:before{content:"\e00f"}.sl-magic-wand:before{content:"\e017"}.sl-hourglass:before{content:"\e018"}.sl-graduation:before{content:"\e019"}.sl-ghost:before{content:"\e01a"}.sl-game-controller:before{content:"\e01b"}.sl-fire:before{content:"\e01c"}.sl-eyeglass:before{content:"\e01d"}.sl-envelope-open:before{content:"\e01e"}.sl-envolope-letter:before{content:"\e01f"}.sl-bell:before{content:"\e027"}.sl-badge:before{content:"\e028"}.sl-anchor:before{content:"\e029"}.sl-wallet:before{content:"\e02a"}.sl-vector:before{content:"\e02b"}.sl-speech:before{content:"\e02c"}.sl-puzzle:before{content:"\e02d"}.sl-printer:before{content:"\e02e"}.sl-present:before{content:"\e02f"}.sl-playlist:before{content:"\e030"}.sl-pin:before{content:"\e031"}.sl-picture:before{content:"\e032"}.sl-handbag:before{content:"\e035"}.sl-globe-alt:before{content:"\e036"}.sl-globe:before{content:"\e037"}.sl-folder-alt:before{content:"\e039"}.sl-folder:before{content:"\e089"}.sl-film:before{content:"\e03a"}.sl-feed:before{content:"\e03b"}.sl-drop:before{content:"\e03e"}.sl-drawar:before{content:"\e03f"}.sl-docs:before{content:"\e040"}.sl-doc:before{content:"\e085"}.sl-diamond:before{content:"\e043"}.sl-cup:before{content:"\e044"}.sl-calculator:before{content:"\e049"}.sl-bubbles:before{content:"\e04a"}.sl-briefcase:before{content:"\e04b"}.sl-book-open:before{content:"\e04c"}.sl-basket-loaded:before{content:"\e04d"}.sl-basket:before{content:"\e04e"}.sl-bag:before{content:"\e04f"}.sl-action-undo:before{content:"\e050"}.sl-action-redo:before{content:"\e051"}.sl-wrench:before{content:"\e052"}.sl-umbrella:before{content:"\e053"}.sl-trash:before{content:"\e054"}.sl-tag:before{content:"\e055"}.sl-support:before{content:"\e056"}.sl-frame:before{content:"\e038"}.sl-size-fullscreen:before{content:"\e057"}.sl-size-actual:before{content:"\e058"}.sl-shuffle:before{content:"\e059"}.sl-share-alt:before{content:"\e05a"}.sl-share:before{content:"\e05b"}.sl-rocket:before{content:"\e05c"}.sl-question:before{content:"\e05d"}.sl-pie-chart:before{content:"\e05e"}.sl-pencil:before{content:"\e05f"}.sl-note:before{content:"\e060"}.sl-loop:before{content:"\e064"}.sl-home:before{content:"\e069"}.sl-grid:before{content:"\e06a"}.sl-graph:before{content:"\e06b"}.sl-microphone:before{content:"\e063"}.sl-music-tone-alt:before{content:"\e061"}.sl-music-tone:before{content:"\e062"}.sl-earphones-alt:before{content:"\e03c"}.sl-earphones:before{content:"\e03d"}.sl-equalizer:before{content:"\e06c"}.sl-like:before{content:"\e068"}.sl-dislike:before{content:"\e06d"}.sl-control-start:before{content:"\e06f"}.sl-control-rewind:before{content:"\e070"}.sl-control-play:before{content:"\e071"}.sl-control-pause:before{content:"\e072"}.sl-control-forward:before{content:"\e073"}.sl-control-end:before{content:"\e074"}.sl-volume-1:before{content:"\e09f"}.sl-volume-2:before{content:"\e0a0"}.sl-volume-off:before{content:"\e0a1"}.sl-calender:before{content:"\e075"}.sl-bulb:before{content:"\e076"}.sl-chart:before{content:"\e077"}.sl-ban:before{content:"\e07c"}.sl-bubble:before{content:"\e07d"}.sl-camrecorder:before{content:"\e07e"}.sl-camera:before{content:"\e07f"}.sl-cloud-download:before{content:"\e083"}.sl-cloud-upload:before{content:"\e084"}.sl-envolope:before{content:"\e086"}.sl-eye:before{content:"\e087"}.sl-flag:before{content:"\e088"}.sl-heart:before{content:"\e08a"}.sl-info:before{content:"\e08b"}.sl-key:before{content:"\e08c"}.sl-link:before{content:"\e08d"}.sl-lock:before{content:"\e08e"}.sl-lock-open:before{content:"\e08f"}.sl-magnifier:before{content:"\e090"}.sl-magnifier-add:before{content:"\e091"}.sl-magnifier-remove:before{content:"\e092"}.sl-paper-clip:before{content:"\e093"}.sl-paper-plane:before{content:"\e094"}.sl-power:before{content:"\e097"}.sl-refresh:before{content:"\e098"}.sl-reload:before{content:"\e099"}.sl-settings:before{content:"\e09a"}.sl-star:before{content:"\e09b"}.sl-symble-female:before{content:"\e09c"}.sl-symbol-male:before{content:"\e09d"}.sl-target:before{content:"\e09e"}.sl-credit-card:before{content:"\e025"}.sl-paypal:before{content:"\e608"}.sl-social-tumblr:before{content:"\e00a"}.sl-social-twitter:before{content:"\e009"}.sl-social-facebook:before{content:"\e00b"}.sl-social-instagram:before{content:"\e609"}.sl-social-linkedin:before{content:"\e60a"}.sl-social-pintarest:before{content:"\e60b"}.sl-social-github:before{content:"\e60c"}.sl-social-gplus:before{content:"\e60d"}.sl-social-reddit:before{content:"\e60e"}.sl-social-skype:before{content:"\e60f"}.sl-social-dribbble:before{content:"\e00d"}.sl-social-behance:before{content:"\e610"}.sl-social-foursqare:before{content:"\e611"}.sl-social-soundcloud:before{content:"\e612"}.sl-social-spotify:before{content:"\e613"}.sl-social-stumbleupon:before{content:"\e614"}.sl-social-youtube:before{content:"\e008"}.sl-social-dropbox:before{content:"\e00c"}  [class^="fa-"], [class*=" fa-"], [class^="fa-"]:before, [class*=" fa-"]:before,
[class^="fab-"], [class*=" fab-"], [class^="fab-"]:before, [class*=" fab-"]:before {
font-family: 'FontAwesome';
font-style: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display:inline-block;
text-rendering: auto;
speak: none;
font-weight: normal;
}
[class^="fab-"], [class*=" fab-"], [class^="fab-"]:before, [class*=" fab-"]:before {
font-family: 'FontAwesomeBrands';
} .fa-fw,.fa-li{text-align:center}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.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(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-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);transform:scale(1,-1)}.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fab-accessible-icon:before{content:"\f368"}.fab-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fab-adn:before{content:"\f170"}.fab-adversal:before{content:"\f36a"}.fab-affiliatetheme:before{content:"\f36b"}.fab-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-allergies:before{content:"\f461"}.fab-amazon:before{content:"\f270"}.fab-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fab-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fab-android:before{content:"\f17b"}.fab-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fab-angrycreative:before{content:"\f36e"}.fab-angular:before{content:"\f420"}.fab-app-store:before{content:"\f36f"}.fab-app-store-ios:before{content:"\f370"}.fab-apper:before{content:"\f371"}.fab-apple:before{content:"\f179"}.fab-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fab-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fab-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fab-autoprefixer:before{content:"\f41c"}.fab-avianex:before{content:"\f374"}.fab-aviato:before{content:"\f421"}.fab-aws:before{content:"\f375"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fab-behance:before{content:"\f1b4"}.fab-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bicycle:before{content:"\f206"}.fab-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fab-bitbucket:before{content:"\f171"}.fab-bitcoin:before{content:"\f379"}.fab-bity:before{content:"\f37a"}.fab-black-tie:before{content:"\f27e"}.fab-blackberry:before{content:"\f37b"}.fa-blind:before{content:"\f29d"}.fab-blogger:before{content:"\f37c"}.fab-blogger-b:before{content:"\f37d"}.fab-bluetooth:before{content:"\f293"}.fab-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fab-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fab-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fab-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fab-cc-amazon-pay:before{content:"\f42d"}.fab-cc-amex:before{content:"\f1f3"}.fab-cc-apple-pay:before{content:"\f416"}.fab-cc-diners-club:before{content:"\f24c"}.fab-cc-discover:before{content:"\f1f2"}.fab-cc-jcb:before{content:"\f24b"}.fab-cc-mastercard:before{content:"\f1f1"}.fab-cc-paypal:before{content:"\f1f4"}.fab-cc-stripe:before{content:"\f1f5"}.fab-cc-visa:before{content:"\f1f0"}.fab-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fab-chrome:before{content:"\f268"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fab-cloudscale:before{content:"\f383"}.fab-cloudsmith:before{content:"\f384"}.fab-cloudversify:before{content:"\f385"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fab-codepen:before{content:"\f1cb"}.fab-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fab-connectdevelop:before{content:"\f20e"}.fab-contao:before{content:"\f26d"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fab-cpanel:before{content:"\f388"}.fab-creative-commons:before{content:"\f25e"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crosshairs:before{content:"\f05b"}.fab-css3:before{content:"\f13c"}.fab-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fab-cuttlefish:before{content:"\f38c"}.fab-d-and-d:before{content:"\f38d"}.fab-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fab-delicious:before{content:"\f1a5"}.fab-deploydog:before{content:"\f38e"}.fab-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fab-deviantart:before{content:"\f1bd"}.fa-diagnoses:before{content:"\f470"}.fab-digg:before{content:"\f1a6"}.fab-digital-ocean:before{content:"\f391"}.fab-discord:before{content:"\f392"}.fab-discourse:before{content:"\f393"}.fa-dna:before{content:"\f471"}.fab-dochub:before{content:"\f394"}.fab-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fab-draft2digital:before{content:"\f396"}.fab-dribbble:before{content:"\f17d"}.fab-dribbble-square:before{content:"\f397"}.fab-dropbox:before{content:"\f16b"}.fab-drupal:before{content:"\f1a9"}.fab-dyalog:before{content:"\f399"}.fab-earlybirds:before{content:"\f39a"}.fab-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fab-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fab-ember:before{content:"\f423"}.fab-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fab-envira:before{content:"\f299"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fab-ethereum:before{content:"\f42e"}.fab-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fab-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fab-facebook:before{content:"\f09a"}.fab-facebook-f:before{content:"\f39e"}.fab-facebook-messenger:before{content:"\f39f"}.fab-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-excel:before{content:"\f1c3"}.fa-file-image:before{content:"\f1c5"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fab-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fab-first-order:before{content:"\f2b0"}.fab-firstdraft:before{content:"\f3a1"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fab-flickr:before{content:"\f16e"}.fab-flipboard:before{content:"\f44d"}.fab-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fab-font-awesome:before{content:"\f2b4"}.fab-font-awesome-alt:before{content:"\f35c"}.fab-font-awesome-flag:before{content:"\f425"}.fab-fonticons:before{content:"\f280"}.fab-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fab-fort-awesome:before{content:"\f286"}.fab-fort-awesome-alt:before{content:"\f3a3"}.fab-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fab-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frown:before{content:"\f119"}.fa-futbol:before{content:"\f1e3"}.fa-gamepad:before{content:"\f11b"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fab-get-pocket:before{content:"\f265"}.fab-gg:before{content:"\f260"}.fab-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fab-git:before{content:"\f1d3"}.fab-git-square:before{content:"\f1d2"}.fab-github:before{content:"\f09b"}.fab-github-alt:before{content:"\f113"}.fab-github-square:before{content:"\f092"}.fab-gitkraken:before{content:"\f3a6"}.fab-gitlab:before{content:"\f296"}.fab-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fab-glide:before{content:"\f2a5"}.fab-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fab-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fab-goodreads:before{content:"\f3a8"}.fab-goodreads-g:before{content:"\f3a9"}.fab-google:before{content:"\f1a0"}.fab-google-drive:before{content:"\f3aa"}.fab-google-play:before{content:"\f3ab"}.fab-google-plus:before{content:"\f2b3"}.fab-google-plus-g:before{content:"\f0d5"}.fab-google-plus-square:before{content:"\f0d4"}.fab-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fab-gratipay:before{content:"\f184"}.fab-grav:before{content:"\f2d6"}.fab-gripfire:before{content:"\f3ac"}.fab-grunt:before{content:"\f3ad"}.fab-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fab-hacker-news:before{content:"\f1d4"}.fab-hacker-news-square:before{content:"\f3af"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fab-hips:before{content:"\f452"}.fab-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fab-hooli:before{content:"\f427"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fab-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fab-houzz:before{content:"\f27c"}.fab-html5:before{content:"\f13b"}.fab-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fab-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fab-instagram:before{content:"\f16d"}.fab-internet-explorer:before{content:"\f26b"}.fab-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fab-itunes:before{content:"\f3b4"}.fab-itunes-note:before{content:"\f3b5"}.fab-java:before{content:"\f4e4"}.fab-jenkins:before{content:"\f3b6"}.fab-joget:before{content:"\f3b7"}.fab-joomla:before{content:"\f1aa"}.fab-js:before{content:"\f3b8"}.fab-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keyboard:before{content:"\f11c"}.fab-keycdn:before{content:"\f3ba"}.fab-kickstarter:before{content:"\f3bb"}.fab-kickstarter-k:before{content:"\f3bc"}.fab-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fab-laravel:before{content:"\f3bd"}.fab-lastfm:before{content:"\f202"}.fab-lastfm-square:before{content:"\f203"}.fa-leaf:before{content:"\f06c"}.fab-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fab-less:before{content:"\f41d"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fab-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fab-linkedin:before{content:"\f08c"}.fab-linkedin-in:before{content:"\f0e1"}.fab-linode:before{content:"\f2b8"}.fab-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fab-lyft:before{content:"\f3c3"}.fab-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-male:before{content:"\f183"}.fa-map:before{content:"\f279"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fab-maxcdn:before{content:"\f136"}.fab-medapps:before{content:"\f3c6"}.fab-medium:before{content:"\f23a"}.fab-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fab-medrt:before{content:"\f3c8"}.fab-meetup:before{content:"\f2e0"}.fa-meh:before{content:"\f11a"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fab-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fab-mix:before{content:"\f3cb"}.fab-mixcloud:before{content:"\f289"}.fab-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fab-modx:before{content:"\f285"}.fab-monero:before{content:"\f3d0"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-moon:before{content:"\f186"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fab-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nintendo-switch:before{content:"\f418"}.fab-node:before{content:"\f419"}.fab-node-js:before{content:"\f3d3"}.fa-notes-medical:before{content:"\f481"}.fab-npm:before{content:"\f3d4"}.fab-ns8:before{content:"\f3d5"}.fab-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fab-odnoklassniki:before{content:"\f263"}.fab-odnoklassniki-square:before{content:"\f264"}.fab-opencart:before{content:"\f23d"}.fab-openid:before{content:"\f19b"}.fab-opera:before{content:"\f26a"}.fab-optin-monster:before{content:"\f23c"}.fab-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fab-page4:before{content:"\f3d7"}.fab-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fab-paypal:before{content:"\f1ed"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fab-periscope:before{content:"\f3da"}.fab-phabricator:before{content:"\f3db"}.fab-phoenix-framework:before{content:"\f3dc"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fab-php:before{content:"\f457"}.fab-pied-piper:before{content:"\f2ae"}.fab-pied-piper-alt:before{content:"\f1a8"}.fab-pied-piper-hat:before{content:"\f4e5"}.fab-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fab-pinterest:before{content:"\f0d2"}.fab-pinterest-p:before{content:"\f231"}.fab-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fab-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fab-product-hunt:before{content:"\f288"}.fab-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fab-python:before{content:"\f3e2"}.fab-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fab-quinscape:before{content:"\f459"}.fab-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-random:before{content:"\f074"}.fab-ravelry:before{content:"\f2d9"}.fab-react:before{content:"\f41b"}.fab-readme:before{content:"\f4d5"}.fab-rebel:before{content:"\f1d0"}.fa-recycle:before{content:"\f1b8"}.fab-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fab-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fab-rendact:before{content:"\f3e4"}.fab-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fab-replyd:before{content:"\f3e6"}.fab-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-ribbon:before{content:"\f4d6"}.fa-road:before{content:"\f018"}.fa-rocket:before{content:"\f135"}.fab-rocketchat:before{content:"\f3e8"}.fab-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-rupee-sign:before{content:"\f156"}.fab-safari:before{content:"\f267"}.fab-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fab-schlix:before{content:"\f3ea"}.fab-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fab-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fab-sellcast:before{content:"\f2da"}.fab-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fab-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fab-shirtsinbulk:before{content:"\f214"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shower:before{content:"\f2cc"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fab-simplybuilt:before{content:"\f215"}.fab-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fab-skyatlas:before{content:"\f216"}.fab-skype:before{content:"\f17e"}.fab-slack:before{content:"\f198"}.fab-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fab-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smoking:before{content:"\f48d"}.fa-snapchat:before{content:"\f2ab"}.fab-snapchat-ghost:before{content:"\f2ac"}.fab-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fab-soundcloud:before{content:"\f1be"}.fa-space-shuttle:before{content:"\f197"}.fab-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fab-spotify:before{content:"\f1bc"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fab-stack-exchange:before{content:"\f18d"}.fab-stack-overflow:before{content:"\f16c"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fab-staylinked:before{content:"\f3f5"}.fab-steam:before{content:"\f1b6"}.fab-steam-square:before{content:"\f1b7"}.fab-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fab-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fab-strava:before{content:"\f428"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fab-stripe:before{content:"\f429"}.fab-stripe-s:before{content:"\f42a"}.fab-studiovinari:before{content:"\f3f8"}.fab-stumbleupon:before{content:"\f1a4"}.fab-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-sun:before{content:"\f185"}.fab-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fab-supple:before{content:"\f3f9"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fab-telegram:before{content:"\f2c6"}.fab-telegram-plane:before{content:"\f3fe"}.fab-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fab-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fab-trello:before{content:"\f181"}.fab-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-moving:before{content:"\f4df"}.fa-tty:before{content:"\f1e4"}.fab-tumblr:before{content:"\f173"}.fab-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fab-twitch:before{content:"\f1e8"}.fab-twitter:before{content:"\f099"}.fab-twitter-square:before{content:"\f081"}.fab-typo3:before{content:"\f42b"}.fab-uber:before{content:"\f402"}.fab-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fab-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fab-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-circle:before{content:"\f2bd"}.fa-user-md:before{content:"\f0f0"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fab-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fab-vaadin:before{content:"\f408"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fab-viacoin:before{content:"\f237"}.fab-viadeo:before{content:"\f2a9"}.fab-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fab-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fab-vimeo:before{content:"\f40a"}.fab-vimeo-square:before{content:"\f194"}.fab-vimeo-v:before{content:"\f27d"}.fab-vine:before{content:"\f1ca"}.fab-vk:before{content:"\f189"}.fab-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fab-vuejs:before{content:"\f41f"}.fa-warehouse:before{content:"\f494"}.fab-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fab-weixin:before{content:"\f1d7"}.fab-whatsapp:before{content:"\f232"}.fab-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fab-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fab-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fab-windows:before{content:"\f17a"}.fa-wine-glass:before{content:"\f4e3"}.fa-won-sign:before{content:"\f159"}.fab-wordpress:before{content:"\f19a"}.fab-wordpress-simple:before{content:"\f411"}.fab-wpbeginner:before{content:"\f297"}.fab-wpexplorer:before{content:"\f2de"}.fab-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fab-xbox:before{content:"\f412"}.fab-xing:before{content:"\f168"}.fab-xing-square:before{content:"\f169"}.fab-y-combinator:before{content:"\f23b"}.fab-yahoo:before{content:"\f19e"}.fab-yandex:before{content:"\f413"}.fab-yandex-international:before{content:"\f414"}.fab-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fab-yoast:before{content:"\f2b1"}.fab-youtube:before{content:"\f167"}.fab-youtube-square:before{content:"\f431"}html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
img{
max-width: 100%;
} body {
padding: 0px;
margin: 0px;
background: #fff;
}
body, input, textarea {
font: 14px 'Open Sans', sans-serif;
font-weight: normal;
font-style: normal;
line-height: 23px;
color: #727272;
} .kc-title-wrap h1, .kc-title-wrap h2, .kc-title-wrap h3, .kc-title-wrap h4,.kc-title-wrap h5,.kc-title-wrap h6{
color: initial;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Raleway', sans-serif;
font-weight: bold;
color: #272727;
letter-spacing: 0.5px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: inherit;
}
h1 {
font-size: 35px;
line-height: 35px;
margin-bottom: 30px;
}
h2 {
font-size: 27px;
line-height: 32px;
margin-bottom: 20px;
text-transform: uppercase;
}
h3 {
font-size: 21px;
line-height: 28px;
margin-bottom: 10px;
font-weight: 600;
}
h4 {
font-size: 18px;
line-height: 25px;
margin-bottom: 10px;
font-style: normal;
font-weight: 600;
}
h5 {
font-size: 16px;
line-height: 23px;
margin-bottom: 12px;
font-style: normal;
font-weight: 600;
}
h6 {
font-size: 14px;
line-height: 23px;
margin-bottom: 12px;
font-style: normal;
font-weight: 600;
}
h1 b {
font-weight: normal;
}
h1 strong {
font-weight: bold;
}
h1.light, h2.light, h3.light, h4.light, h5.light, h6.light {
font-weight: 300;
}
h1.medium, h2.medium, h3.medium, h4.medium, h5.medium, h6.medium {
font-family: 'Raleway', sans-serif;
font-weight: 400;
color:#727272;
}
.nopadding{
padding: 0!important;
} p {
font-weight: normal;
line-height: 23px;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #727272;
} a {
color: #2ecc71;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #454545;
}
.sitecolor {
color: #86c724;
}
.white {
color: #fff !important;
}
.linebg.white {
background-color: #fff !important;
}
.caps {
text-transform: uppercase;
}
.gray {
color: #999;
font-weight: 400;
}
.dark {
color: #2a363f;
font-weight: 400;
}
.bigtfont {
font-size: 16px;
line-height: 27px;
color: #727272;
}
.bigtfont.white{
color: white;
}
.fontdefaulf  {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
color: #fff;
text-align:center;
text-transform:none;
}
.fontdefault2  {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
color: #fff;
font-weight: 600;
padding-bottom: 12px;
}
.fontmedium   {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
color: #727272;
font-weight:400;
}
ul.defaulf {
list-style: inherit;
margin: 0 0 0 14px;
}
ul.defaulf li {
list-style: inherit;
padding: 4px 0 4px 2px;
}
ul, ol {
margin: 0 0 20px 0;
list-style-position: inside;
}
ul {
list-style: none;
}
ul li {
list-style: none;
}
ol {
list-style-type: decimal;
}
ol ol {
list-style: upper-alpha;
}
ol ol ol {
list-style: lower-roman;
}
ol ol ol ol {
list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}
strong {
font-weight: bold;
}
cite, em, i {
font-style: italic;
}
blockquote {
margin: 20px 0 20px 36px;
font-size: 16px;
border-left: 5px solid #e54c4c;
padding: 5px 20px 5px 20px;
font-family: 'Open Sans' !important;
font-weight: normal;
color: #454545;
}
pre {
background: #f4f4f4;
font-size: 13px;
font: 13px 'Open Sans', sans-serif;
line-height: 1.5;
margin-bottom: 40px;
overflow: auto;
padding: 0.75em 20px;
}
code, kbd {
font-size: 13px;
font: 13px 'Open Sans', sans-serif;
}
abbr, acronym, dfn {
border-bottom: 1px dotted #666;
cursor: help;
}
address {
display: block;
margin: 0 0 40px;
}
ins {
background: #fff9c0;
text-decoration: none;
}
sup, sub {
font-size: 10px;
height: 0;
line-height: 1;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
.dropcap {
display: block;
float: left;
font-size: 45px;
padding: 0;
margin: 0;
margin: 15px 8px 0 0;
text-transform: uppercase;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
} :focus {
outline: 0;
} ins {
text-decoration: none;
}
del {
text-decoration: line-through;
} .clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix {
display: inline-block;
}/*\*/* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}/**/{
height:1%;
}
.clearfix {
display: block;
} .less1 {
width: 75%;
margin: 0 auto;
float: none;
}
.less2 {
width: 50%;
margin: 0 auto;
float: none;
}
.less3 {
width: 54%;
margin: 0 auto;
float: none;
}
.less4 {
width: 45%;
margin: 0 auto;
float: none;
}
.less5 {
width: 85%;
margin: 0 auto;
float: none;
}
.less6 {
width: 70%;
margin: 0 auto;
float: none;
}
.less7 {
width: 77%;
margin: 0 auto;
float: none;
}
.less8 {
width: 67%;
margin: 0 auto;
float: none;
}
.less9 {
width: 100%;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}
.less10 {
width: 89%;
margin: 0 auto;
} .margin_top1 {
float: left;
width: 100%;
margin-top: 10px;
}
.margin_top2 {
float: left;
width: 100%;
margin-top: 20px;
}
.margin_top3 {
float: left;
width: 100%;
margin-top: 30px;
}
.margin_top4 {
float: left;
width: 100%;
margin-top: 40px;
}
.margin_top5 {
float: left;
width: 100%;
margin-top: 50px;
}
.margin_top6 {
float: left;
width: 100%;
margin-top: 60px;
}
.margin_top7 {
float: left;
width: 100%;
margin-top: 70px;
}
.margin_top8 {
float: left;
width: 100%;
margin-top: 80px;
}
.margin_top9 {
float: left;
width: 100%;
margin-top: 90px;
}
.margin_top10 {
float: left;
width: 100%;
margin-top: 100px;
}
.margin_top11 {
float: left;
width: 100%;
margin-top: 110px;
}
.margin_top12 {
float: left;
width: 100%;
margin-top: 120px;
}
.margin_top13 {
float: left;
width: 100%;
margin-top: 130px;
}
.margin_top14 {
float: left;
width: 100%;
margin-top: 140px;
}
.margin_top15 {
float: left;
width: 100%;
margin-top: 150px;
}
.margin_top16 {
float: left;
width: 100%;
margin-top: 160px;
}
.margin_top17 {
float: left;
width: 100%;
margin-top: 170px;
}
.margin_top18 {
float: left;
width: 100%;
margin-top: 180px;
}
.margin_bottom1 {
margin-bottom: 10px;
}
.margin_bottom2 {
margin-bottom: 20px;
}
.margin_bottom3 {
margin-bottom: 30px;
}
.margin_bottom4 {
margin-bottom: 40px;
}
.margin_bottom5 {
margin-bottom: 50px;
}
.margin_bottom6 {
margin-bottom: 60px;
}
.margin_bottom7 {
margin-bottom: 70px;
}
.margin_bottom8 {
margin-bottom: 80px;
}
.margin_bottom9 {
margin-bottom: 90px;
}
.margin_bottom10 {
margin-bottom: 100px;
}
.margin_bottom11 {
margin-bottom: 110px;
}
.margin_bottom12 {
margin-bottom: 120px;
} .imgleft {
float: left;
}
.imgleft2 {
float: left;
margin-right: 30px;
}
.imgright {
float: right;
}
.alileft {
text-align: left;
}
.alicent {
text-align: center;
}
.aliright {
text-align: right;
} .dncfont1 {
color: #fff;
font-size: 18px;
font-weight: bold;
font-family: 'Dancing Script', cursive;
letter-spacing: 1px;
line-height: 27px;
} .rimg {
width: 100%;
height: auto;
}
.display-block{
display: block;
}
body.kingcomposer .max-width-inherit > img{
max-width: inherit;
}
#dot-holder{
z-index: 9999;
}
.kc_text_block {
text-align: inherit;
}button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button
}
button[disabled],
html input[disabled] {
cursor: default
}
input[type="checkbox"],
input[type="radio"] {
padding: 0;
box-sizing: border-box
}
input[type="search"] {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0
}
textarea {
overflow: auto;
vertical-align: top
} @media print {
* {
color: #000!important;
text-shadow: none!important;
background: transparent!important;
box-shadow: none!important
}
a,
a:visited {
text-decoration: underline
}
a[href]:after {
content: " (" attr(href)")"
}
abbr[title]:after {
content: " (" attr(title)")"
}
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: ""
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid
}
thead {
display: table-header-group
}
tr,
img {
page-break-inside: avoid
}
img {
max-width: 100%!important
}
@page{margin:2cm .5cm
} select {
background: #fff!important
}
.navbar {
display: none;
}
.table td,
.table th {
background-color: #fff!important
}
.btn>.caret,
.dropup>.btn>.caret {
border-top-color: #000!important
}
.label {
border: 1px solid #000
}
.table {
border-collapse: collapse!important
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd!important
}
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 200;
line-height: 1.4
}
@media(min-width:768px){
.lead {
font-size: 21px
}
}
@media(min-width:768px){.dl-horizontal dt {
float: left;
width: 160px;
overflow: hidden;
clear: left;
text-align: right;
text-overflow: ellipsis;
white-space: nowrap
}
.dl-horizontal dd {
margin-left: 180px
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
display: table;
content: ""
}
.dl-horizontal dd:after {
clear: both
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
display: table;
content: ""
}
.dl-horizontal dd:after {
clear: both
}
}
abbr[title],
abbr[data-original-title] {
cursor:help;
border-bottom:1px dotted #999
}
abbr.initialism {
font-size:90%;
text-transform:uppercase
} address {
margin-bottom:20px;
font-style:normal;
line-height:1.428571429
}
code,
kbd,
pre,
samp {
font-family:Monaco,
Menlo,
Consolas,
"Courier New",
monospace
}
code {
padding:2px 4px;
font-size:90%;
color:#c7254e;
white-space:nowrap;
background-color:#f9f2f4;
border-radius:4px
}
pre {
display:block;
padding:9.5px;
margin:0 0 10px;
font-size:13px;
line-height:1.428571429;
color:#333;
word-break:break-all;
word-wrap:break-word;
background-color:#f5f5f5;
border:1px solid #ccc;
border-radius:4px
}
pre code {
padding:0;
font-size:inherit;
color:inherit;
white-space:pre-wrap;
background-color:transparent;
border-radius:0
}
.pre-scrollable {
max-height:340px;
overflow-y:scroll
}
.container {
padding-right:0px;
padding-left:0px;
margin-right:auto;
margin-left:auto
}
.container:before,
.container:after {
display:table;
content:""
}
.container:after {
clear:both
}
.container:before,
.container:after {
display:table;
content:""
}
.container:after {
clear:both
}
.row {
margin-right:-15px;
margin-left:-15px;
margin-top: -10px;
}
.row:before,
.row:after {
display:table;
content:""
}
.row:after {
clear:both
}
.row:before,
.row:after {
display:table;
content:""
}
.row:after {
clear:both
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
position:relative;
min-height:1px;
padding-right:15px;
padding-left:15px
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
float:left
}
.col-xs-12 {
width:100%
}
.col-xs-11 {
width: 91.66666666666666%
}
.col-xs-10 {
width: 83.33333333333334%
}
.col-xs-9 {
width: 75%
}
.col-xs-8 {
width: 66.66666666666666%
}
.col-xs-7 {
width: 58.333333333333336%
}
.col-xs-6 {
width: 50%
}
.col-xs-5 {
width: 41.66666666666667%
}
.col-xs-4 {
width: 33.33333333333333%
}
.col-xs-3 {
width: 25%
}
.col-xs-2 {
width: 16.666666666666664%
}
.col-xs-1 {
width: 8.333333333333332%
}
.col-xs-pull-12 {
right: 100%
}
.col-xs-pull-11 {
right: 91.66666666666666%
}
.col-xs-pull-10 {
right: 83.33333333333334%
}
.col-xs-pull-9 {
right: 75%
}
.col-xs-pull-8 {
right: 66.66666666666666%
}
.col-xs-pull-7 {
right: 58.333333333333336%
}
.col-xs-pull-6 {
right: 50%
}
.col-xs-pull-5 {
right: 41.66666666666667%
}
.col-xs-pull-4 {
right: 33.33333333333333%
}
.col-xs-pull-3 {
right: 25%
}
.col-xs-pull-2 {
right: 16.666666666666664%
}
.col-xs-pull-1 {
right: 8.333333333333332%
}
.col-xs-pull-0 {
right: 0
}
.col-xs-push-12 {
left: 100%
}
.col-xs-push-11 {
left: 91.66666666666666%
}
.col-xs-push-10 {
left: 83.33333333333334%
}
.col-xs-push-9 {
left: 75%
}
.col-xs-push-8 {
left: 66.66666666666666%
}
.col-xs-push-7 {
left: 58.333333333333336%
}
.col-xs-push-6 {
left: 50%
}
.col-xs-push-5 {
left: 41.66666666666667%
}
.col-xs-push-4 {
left: 33.33333333333333%
}
.col-xs-push-3 {
left: 25%
}
.col-xs-push-2 {
left: 16.666666666666664%
}
.col-xs-push-1 {
left: 8.333333333333332%
}
.col-xs-push-0 {
left: 0
}
.col-xs-offset-12 {
margin-left: 100%
}
.col-xs-offset-11 {
margin-left: 91.66666666666666%
}
.col-xs-offset-10 {
margin-left: 83.33333333333334%
}
.col-xs-offset-9 {
margin-left: 75%
}
.col-xs-offset-8 {
margin-left: 66.66666666666666%
}
.col-xs-offset-7 {
margin-left: 58.333333333333336%
}
.col-xs-offset-6 {
margin-left: 50%
}
.col-xs-offset-5 {
margin-left: 41.66666666666667%
}
.col-xs-offset-4 {
margin-left: 33.33333333333333%
}
.col-xs-offset-3 {
margin-left: 25%
}
.col-xs-offset-2 {
margin-left: 16.666666666666664%
}
.col-xs-offset-1 {
margin-left: 8.333333333333332%
}
.col-xs-offset-0 {
margin-left: 0
}
@media(min-width:1000px){.container{width:750px}.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666666666666%}.col-sm-10{width:83.33333333333334%}.col-sm-9{width:75%}.col-sm-8{width:66.66666666666666%}.col-sm-7{width:58.333333333333336%}.col-sm-6{width:50%}.col-sm-5{width:41.66666666666667%}.col-sm-4{width:33.33333333333333%}.col-sm-3{width:25%}.col-sm-2{width:16.666666666666664%}.col-sm-1{width:8.333333333333332%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666666666666%}.col-sm-pull-10{right:83.33333333333334%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666666666666%}.col-sm-pull-7{right:58.333333333333336%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666666666667%}.col-sm-pull-4{right:33.33333333333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.666666666666664%}.col-sm-pull-1{right:8.333333333333332%}.col-sm-pull-0{right:0}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666666666666%}.col-sm-push-10{left:83.33333333333334%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666666666666%}.col-sm-push-7{left:58.333333333333336%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666666666667%}.col-sm-push-4{left:33.33333333333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.666666666666664%}.col-sm-push-1{left:8.333333333333332%}.col-sm-push-0{left:0}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666666666666%}.col-sm-offset-10{margin-left:83.33333333333334%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666666666666%}.col-sm-offset-7{margin-left:58.333333333333336%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666666666667%}.col-sm-offset-4{margin-left:33.33333333333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.666666666666664%}.col-sm-offset-1{margin-left:8.333333333333332%}.col-sm-offset-0{margin-left:0}}@media(min-width:992px){.container{width:970px}.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666666666666%}.col-md-10{width:83.33333333333334%}.col-md-9{width:75%}.col-md-8{width:66.66666666666666%}.col-md-7{width:58.333333333333336%}.col-md-6{width:50%}.col-md-5{width:41.66666666666667%}.col-md-4{width:33.33333333333333%}.col-md-3{width:25%}.col-md-2{width:16.666666666666664%}.col-md-1{width:8.333333333333332%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666666666666%}.col-md-pull-10{right:83.33333333333334%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666666666666%}.col-md-pull-7{right:58.333333333333336%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666666666667%}.col-md-pull-4{right:33.33333333333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.666666666666664%}.col-md-pull-1{right:8.333333333333332%}.col-md-pull-0{right:0}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666666666666%}.col-md-push-10{left:83.33333333333334%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666666666666%}.col-md-push-7{left:58.333333333333336%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666666666667%}.col-md-push-4{left:33.33333333333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.666666666666664%}.col-md-push-1{left:8.333333333333332%}.col-md-push-0{left:0}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666666666666%}.col-md-offset-10{margin-left:83.33333333333334%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666666666666%}.col-md-offset-7{margin-left:58.333333333333336%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666666666667%}.col-md-offset-4{margin-left:33.33333333333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.666666666666664%}.col-md-offset-1{margin-left:8.333333333333332%}.col-md-offset-0{margin-left:0}}@media(min-width:1200px){.container{width:1170px}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666666666666%}.col-lg-10{width:83.33333333333334%}.col-lg-9{width:75%}.col-lg-8{width:66.66666666666666%}.col-lg-7{width:58.333333333333336%}.col-lg-6{width:50%}.col-lg-5{width:41.66666666666667%}.col-lg-4{width:33.33333333333333%}.col-lg-3{width:25%}.col-lg-2{width:16.666666666666664%}.col-lg-1{width:8.333333333333332%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666666666666%}.col-lg-pull-10{right:83.33333333333334%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666666666666%}.col-lg-pull-7{right:58.333333333333336%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666666666667%}.col-lg-pull-4{right:33.33333333333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.666666666666664%}.col-lg-pull-1{right:8.333333333333332%}.col-lg-pull-0{right:0}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666666666666%}.col-lg-push-10{left:83.33333333333334%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666666666666%}.col-lg-push-7{left:58.333333333333336%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666666666667%}.col-lg-push-4{left:33.33333333333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.666666666666664%}.col-lg-push-1{left:8.333333333333332%}.col-lg-push-0{left:0}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666666666666%}.col-lg-offset-10{margin-left:83.33333333333334%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666666666666%}.col-lg-offset-7{margin-left:58.333333333333336%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666666666667%}.col-lg-offset-4{margin-left:33.33333333333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.666666666666664%}.col-lg-offset-1{margin-left:8.333333333333332%}.col-lg-offset-0{margin-left:0}} .table {
width: 100%;
margin-bottom: 20px
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
padding: 8px;
line-height: 1.428571429;
vertical-align: top;
border-top: 1px solid #ddd
}
.table>thead>tr>th {
vertical-align: bottom;
border-bottom: 2px solid #ddd
}
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
border-top: 0
}
.table>tbody+tbody {
border-top: 2px solid #ddd
}
.table .table {
background-color: #fff
}
.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
padding: 5px
}
.table-bordered {
border: 1px solid #ddd
}
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
border: 1px solid #ddd
}
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
border-bottom-width: 2px
}
.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
background-color: #f9f9f9
}
.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
background-color: #f5f5f5
}
table col[class*="col-"] {
display: table-column;
float: none
}
table td[class*="col-"],
table th[class*="col-"] {
display: table-cell;
float: none
}
.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
background-color: #f5f5f5
}
.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
background-color: #dff0d8
}
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th {
background-color: #d0e9c6
}
.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
background-color: #f2dede
}
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th {
background-color: #ebcccc
}
.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
background-color: #fcf8e3
}
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th {
background-color: #faf2cc
}
@media(max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-x:scroll;overflow-y:hidden;border:1px solid #ddd;
-ms-overflow-style:-ms-autohiding-scrollbar;
-webkit-overflow-scrolling:touch
}
.table-responsive>.table {
margin-bottom: 0
}
.table-responsive>.table>thead>tr>th,
.table-responsive>.table>tbody>tr>th,
.table-responsive>.table>tfoot>tr>th,
.table-responsive>.table>thead>tr>td,
.table-responsive>.table>tbody>tr>td,
.table-responsive>.table>tfoot>tr>td {
white-space: nowrap
}
.table-responsive>.table-bordered {
border: 0
}
.table-responsive>.table-bordered>thead>tr>th:first-child,
.table-responsive>.table-bordered>tbody>tr>th:first-child,
.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.table-responsive>.table-bordered>thead>tr>td:first-child,
.table-responsive>.table-bordered>tbody>tr>td:first-child,
.table-responsive>.table-bordered>tfoot>tr>td:first-child {
border-left: 0
}
.table-responsive>.table-bordered>thead>tr>th:last-child,
.table-responsive>.table-bordered>tbody>tr>th:last-child,
.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.table-responsive>.table-bordered>thead>tr>td:last-child,
.table-responsive>.table-bordered>tbody>tr>td:last-child,
.table-responsive>.table-bordered>tfoot>tr>td:last-child {
border-right: 0
}
.table-responsive>.table-bordered>tbody>tr:last-child>th,
.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.table-responsive>.table-bordered>tbody>tr:last-child>td,
.table-responsive>.table-bordered>tfoot>tr:last-child>td {
border-bottom: 0
}
}
fieldset {
padding:0;
margin:0;
border:0
}
legend {
display:block;
width:100%;
padding:0;
margin-bottom:20px;
font-size:21px;
line-height:inherit;
color:#333;
border:0;
border-bottom:1px solid #e5e5e5
}
label {
display:inline-block;
margin-bottom:5px;
font-weight:bold
}
input[type="search"] {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}
input[type="radio"],
input[type="checkbox"] {
margin:4px 0 0;
margin-top:1px \9;
line-height:normal
}
input[type="file"] {
display:block
}
select[multiple],
select[size] {
height:auto
}
select optgroup {
font-family:inherit;
font-size:inherit;
font-style:inherit
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline:thin dotted #333;
outline:5px auto -webkit-focus-ring-color;
outline-offset:-2px
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
height:auto
}
output {
display:block;
padding-top:7px;
font-size:14px;
line-height:1.428571429;
color:#555;
vertical-align:middle
}
.form-control {
display:block;
width:100%;
height:34px;
padding:6px 12px;
font-size:14px;
line-height:1.428571429;
color:#555;
vertical-align:middle;
background-color:#fff;
background-image:none;
border:1px solid #ccc;
border-radius:4px;
-webkit-box-shadow:inset 0 1px 1px rgba(0,
0,
0,
0.075);
box-shadow:inset 0 1px 1px rgba(0,
0,
0,
0.075);
-webkit-transition:border-color ease-in-out .15s,
box-shadow ease-in-out .15s;
transition:border-color ease-in-out .15s,
box-shadow ease-in-out .15s
}
.form-control:focus {
border-color:#66afe9;
outline:0;
-webkit-box-shadow:inset 0 1px 1px rgba(0,
0,
0,
0.075),
0 0 8px rgba(102,
175,
233,
0.6);
box-shadow:inset 0 1px 1px rgba(0,
0,
0,
0.075),
0 0 8px rgba(102,
175,
233,
0.6)
}
.form-control:-moz-placeholder {
color:#999
}
.form-control::-moz-placeholder {
color:#999
}
.form-control:-ms-input-placeholder {
color:#999
}
.form-control::-webkit-input-placeholder {
color:#999
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
cursor:not-allowed;
background-color:#eee
}
textarea.form-control {
height:auto
}
.form-group {
margin-bottom:15px
}
.radio,
.checkbox {
display:block;
min-height:20px;
padding-left:20px;
margin-top:10px;
margin-bottom:10px;
vertical-align:middle
}
.radio label,
.checkbox label {
display:inline;
margin-bottom:0;
font-weight:normal;
cursor:pointer
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
float:left;
margin-left:-20px
}
.radio+.radio,
.checkbox+.checkbox {
margin-top:-5px
}
.radio-inline,
.checkbox-inline {
display:inline-block;
padding-left:20px;
margin-bottom:0;
font-weight:normal;
vertical-align:middle;
cursor:pointer
}
.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
margin-top:0;
margin-left:10px
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
cursor:not-allowed
}
.input-sm {
height:30px;
padding:5px 10px;
font-size:12px;
line-height:1.5;
border-radius:3px
}
select.input-sm {
height:30px;
line-height:30px
}
textarea.input-sm {
height:auto
}
.input-lg {
height:45px;
padding:10px 16px;
font-size:18px;
line-height:1.33;
border-radius:6px
}
select.input-lg {
height:45px;
line-height:45px
}
textarea.input-lg {
height:auto
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
color:#c09853
}
.has-warning .form-control {
border-color:#c09853;
-webkit-box-shadow:inset 0 1px 1px rgba(0,
0,
0,
0.075);
box-shadow:inset 0 1px 1px rgba(0,
0,
0,
0.075)
}
.has-warning .form-control:focus {
border-color:#a47e3c;
-webkit-box-shadow:inset 0 1px 1px rgba(0,
0,
0,
0.075),
0 0 6px #dbc59e;
box-shadow:inset 0 1px 1px rgba(0,
0,
0,
0.075),
0 0 6px #dbc59e
}
.has-warning .input-group-addon {
color:#c09853;
background-color:#fcf8e3;
border-color:#c09853
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
color:#b94a48
}
.has-error .form-control {
border-color:#b94a48;
-webkit-box-shadow:inset 0 1px 1px rgba(0,
0,
0,
0.075);
box-shadow:inset 0 1px 1px rgba(0,
0,
0,
0.075)
}
.has-error .form-control:focus {
border-color:#953b39;
-webkit-box-shadow:inset 0 1px 1px rgba(0,
0,
0,
0.075),
0 0 6px #d59392;
box-shadow:inset 0 1px 1px rgba(0,
0,
0,
0.075),
0 0 6px #d59392
}
.has-error .input-group-addon {
color:#b94a48;
background-color:#f2dede;
border-color:#b94a48
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
color:#468847
}
.has-success .form-control {
border-color:#468847;
-webkit-box-shadow:inset 0 1px 1px rgba(0,
0,
0,
0.075);
box-shadow:inset 0 1px 1px rgba(0,
0,
0,
0.075)
}
.has-success .form-control:focus {
border-color:#356635;
-webkit-box-shadow:inset 0 1px 1px rgba(0,
0,
0,
0.075),
0 0 6px #7aba7b;
box-shadow:inset 0 1px 1px rgba(0,
0,
0,
0.075),
0 0 6px #7aba7b
}
.has-success .input-group-addon {
color:#468847;
background-color:#dff0d8;
border-color:#468847
}
.form-control-static {
margin-bottom:0
}
.help-block {
display:block;
margin-top:5px;
margin-bottom:10px;
color:#737373
}
@media(min-width:768px){.form-inline .form-group {
display:inline-block;
margin-bottom:0;
vertical-align:middle
}
.form-inline .form-control {
display:inline-block
}
.form-inline .radio,
.form-inline .checkbox {
display:inline-block;
padding-left:0;
margin-top:0;
margin-bottom:0
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
float:none;
margin-left:0
}
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
padding-top:7px;
margin-top:0;
margin-bottom:0
}
.form-horizontal .form-group {
margin-right:-15px;
margin-left:-15px
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
display:table;
content:""
}
.form-horizontal .form-group:after {
clear:both
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
display:table;
content:""
}
.form-horizontal .form-group:after {
clear:both
}
.form-horizontal .form-control-static {
padding-top:7px
}
@media(min-width:768px){.form-horizontal .control-label {
text-align:right
}
}
.btn {
display:inline-block;
padding:6px 12px;
margin-bottom:0;
font-size:14px;
font-weight:normal;
line-height:1.428571429;
text-align:center;
white-space:nowrap;
vertical-align:middle;
cursor:pointer;
background-image:none;
border:1px solid transparent;
border-radius:4px;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
min-width:80px;
}
.btn:focus {
outline:thin dotted #333;
outline:5px auto -webkit-focus-ring-color;
outline-offset:-2px
}
.btn:hover,
.btn:focus {
color:#333;
text-decoration:none
}
.btn:active,
.btn.active {
background-image:none;
outline:0;
-webkit-box-shadow:inset 0 3px 5px rgba(0,
0,
0,
0.125);
box-shadow:inset 0 3px 5px rgba(0,
0,
0,
0.125)
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
pointer-events:none;
cursor:not-allowed;
opacity:.65;
filter:alpha(opacity=65);
-webkit-box-shadow:none;
box-shadow:none
}
.btn-default {
color:#333;
background-color:#fff;
border-color:#ccc
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
color:#333;
background-color:#ebebeb;
border-color:#adadad
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
background-image:none
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
background-color:#fff;
border-color:#ccc
}
.btn-primary {
color:#fff;
background-color:#428bca;
border-color:#357ebd
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
color:#fff;
background-color:#3276b1;
border-color:#285e8e
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
background-image:none
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color:#428bca;
border-color:#357ebd
}
.btn-warning {
color:#fff;
background-color:#f0ad4e;
border-color:#eea236
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
color:#fff;
background-color:#ed9c28;
border-color:#d58512
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
background-image:none
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
background-color:#f0ad4e;
border-color:#eea236
}
.btn-danger {
color:#fff;
background-color:#d9534f;
border-color:#d43f3a
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
color:#fff;
background-color:#d2322d;
border-color:#ac2925
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
background-image:none
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
background-color:#d9534f;
border-color:#d43f3a
}
.btn-success {
color:#fff;
background-color:#5cb85c;
border-color:#4cae4c
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
color:#fff;
background-color:#47a447;
border-color:#398439
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
background-image:none
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
background-color:#5cb85c;
border-color:#4cae4c
}
.btn-info {
color:#fff;
background-color:#5bc0de;
border-color:#46b8da
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
color:#fff;
background-color:#39b3d7;
border-color:#269abc
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
background-image:none
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
background-color:#5bc0de;
border-color:#46b8da
}
.btn-link {
font-weight:normal;
color:#428bca;
cursor:pointer;
border-radius:0
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color:transparent;
-webkit-box-shadow:none;
box-shadow:none
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
border-color:transparent
}
.btn-link:hover,
.btn-link:focus {
color:#2a6496;
text-decoration:underline;
background-color:transparent
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
color:#999;
text-decoration:none
}
.btn-lg {
padding:10px 16px;
font-size:18px;
line-height:1.33;
border-radius:6px
}
.btn-sm,
.btn-xs {
padding:5px 10px;
font-size:12px;
line-height:1.5;
border-radius:3px
}
.btn-xs {
padding:1px 5px
}
.btn-block {
display:block;
width:100%;
padding-right:0;
padding-left:0
}
.btn-block+.btn-block {
margin-top:5px
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width:100%
}
.fade {
opacity:0;
-webkit-transition:opacity .15s linear;
transition:opacity .15s linear
}
.fade.in {
opacity:1
}
.collapse {
display:none
}
.collapse.in {
display:block
}
.collapsing {
position:relative;
height:0;
overflow:hidden;
-webkit-transition:height .35s ease;
transition:height .35s ease
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px solid #000;
border-right: 4px solid transparent;
border-bottom: 0 dotted;
border-left: 4px solid transparent
}
.dropdown {
position: relative
}
.dropdown-toggle:focus {
outline: 0
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 0px 0;
margin: 2px 0 0;
font-size: 13px;
list-style: none;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 3px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
background-clip: padding-box;
}
.dropdown-menu.pull-right {
right: 0;
left: auto
}
.menu_main2 .dropdown-menu.pull-right {
left: 0;
right: auto
}
.dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5
}
.dropdown-menu>li>a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.428571429;
color: #272727;
white-space: nowrap;
transition: all 0.3s ease;
font-family: 'Raleway', sans-serif;
font-weight: 500;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
color: #454545;
text-decoration: none;
background-color: #f9f9f9;
-webkit-transition: background-color .3s, -webkit-transform .3s;
transition: background-color .3s, transform .3s;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
color: #fff;
text-decoration: none;
background-color: #428bca;
outline: 0
}
.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
color: #999
}
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
background-image: none;
filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}
.open>.dropdown-menu {
display: block
}
.open>a {
outline: 0
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.428571429;
color: #999
}
.dropdown-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 990
}
.pull-right>.dropdown-menu {
right: 0;
left: auto
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0 dotted;
border-bottom: 4px solid #000;
content: ""
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 1px
}
@media(min-width:1000px){.navbar-right .dropdown-menu {
right: 0;
left: auto
}
}
.btn-default .caret {
border-top-color: #333
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
border-top-color: #fff
}
.dropup .btn-default .caret {
border-bottom-color: #333
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
border-bottom-color: #fff
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle
}
.btn-group>.btn,
.btn-group-vertical>.btn {
position: relative;
float: left
}
.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
z-index: 2
}
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
outline: 0
}
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
margin-left: -1px
}
.btn-toolbar:before,
.btn-toolbar:after {
display: table;
content: ""
}
.btn-toolbar:after {
clear: both
}
.btn-toolbar:before,
.btn-toolbar:after {
display: table;
content: ""
}
.btn-toolbar:after {
clear: both
}
.btn-toolbar .btn-group {
float: left
}
.btn-toolbar>.btn+.btn,
.btn-toolbar>.btn-group+.btn,
.btn-toolbar>.btn+.btn-group,
.btn-toolbar>.btn-group+.btn-group {
margin-left: 5px
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0
}
.btn-group>.btn:first-child {
margin-left: 0
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0
}
.btn-group>.btn-group {
float: left
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
border-radius: 0
}
.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.btn-group>.btn-group:last-child>.btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0
}
.btn-group-xs>.btn {
padding: 5px 10px;
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px
}
.btn-group-sm>.btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px
}
.btn-group-lg>.btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px
}
.btn-group>.btn+.dropdown-toggle {
padding-right: 8px;
padding-left: 8px
}
.btn-group>.btn-lg+.dropdown-toggle {
padding-right: 12px;
padding-left: 12px
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none
}
.btn .caret {
margin-left: 0
}
.btn-lg .caret {
border-width: 5px 5px 0;
border-bottom-width: 0
}
.dropup .btn-lg .caret {
border-width: 0 5px 5px
}
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
display: block;
float: none;
width: 100%;
max-width: 100%
}
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
display: table;
content: ""
}
.btn-group-vertical>.btn-group:after {
clear: both
}
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
display: table;
content: ""
}
.btn-group-vertical>.btn-group:after {
clear: both
}
.btn-group-vertical>.btn-group>.btn {
float: none
}
.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
margin-top: -1px;
margin-left: 0
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
border-radius: 0
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
border-top-right-radius: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 0
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
border-radius: 0
}
.btn-group-vertical>.btn-group:first-child>.btn:last-child,
.btn-group-vertical>.btn-group:first-child>.dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}
.btn-group-vertical>.btn-group:last-child>.btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0
}
.btn-group-justified {
display: table;
width: 100%;
border-collapse: separate;
table-layout: fixed
}
.btn-group-justified .btn {
display: table-cell;
float: none;
width: 1%
}
[data-toggle="buttons"]>.btn>input[type="radio"],
[data-toggle="buttons"]>.btn>input[type="checkbox"] {
display: none
}
.input-group {
position: relative;
display: table;
border-collapse: separate
}
.input-group.col {
float: none;
padding-right: 0;
padding-left: 0
}
.input-group .form-control {
width: 100%;
margin-bottom: 0
}
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
height: 45px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px
}
select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
height: 45px;
line-height: 45px
}
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
height: auto
}
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px
}
select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
height: 30px;
line-height: 30px
}
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
height: auto
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0
}
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle
}
.input-group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #555;
text-align: center;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 4px
}
.input-group-addon.input-sm {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px
}
.input-group-addon.input-lg {
padding: 10px 16px;
font-size: 18px;
border-radius: 6px
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
margin-top: 0
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.input-group-addon:first-child {
border-right: 0
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0
}
.input-group-addon:last-child {
border-left: 0
}
.input-group-btn {
position: relative;
white-space: nowrap
}
.input-group-btn:first-child>.btn {
margin-right: -1px
}
.input-group-btn:last-child>.btn {
margin-left: -1px
}
.input-group-btn>.btn {
position: relative
}
.input-group-btn>.btn+.btn {
margin-left: -4px
}
.input-group-btn>.btn:hover,
.input-group-btn>.btn:active {
z-index: 2
}
.nav {
padding-left: 0;
margin-bottom: 0;
list-style: none
}
.nav:before,
.nav:after {
display: table;
content: ""
}
.nav:after {
clear: both
}
.nav:before,
.nav:after {
display: table;
content: ""
}
.nav:after {
clear: both
}
.nav>li {
position: relative;
display: block
}
.nav>li>a {
position: relative;
display: block;
padding: 10px 20px
}
ul.nav .dropdown li a em {
color: #fff;
background: #9eca45;
font-style: normal;
padding: 3px 5px 2px 5px;
border-radius: 1px;
margin-left: 3px;
text-transform: uppercase;
font-size: 9px;
} .nav>li>a:hover,
.nav>li>a:focus {
text-decoration: none;
background: transparent;
}
.nav>li.disabled>a {
color: #999
}
.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
color: #999;
text-decoration: none;
cursor: not-allowed;
background-color: transparent
} .nav .open>a .caret,
.nav .open>a:hover .caret,
.nav .open>a:focus .caret {
border-top-color: #2a6496;
border-bottom-color: #2a6496
}
.nav .nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5
}
.nav>li>a>img {
max-width: none
}
.nav-tabs {
border-bottom: 1px solid #ddd
}
.nav-tabs>li {
float: left;
margin-bottom: -1px
}
.nav-tabs>li>a {
margin-right: 2px;
line-height: 1.428571429;
border: 1px solid transparent;
border-radius: 4px 4px 0 0
}
.nav-tabs>li>a:hover {
border-color: #eee #eee #ddd
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
color: #555;
cursor: default;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent
}
.nav-tabs.nav-justified {
width: 100%;
border-bottom: 0
}
.nav-tabs.nav-justified>li {
float: none
}
.nav-tabs.nav-justified>li>a {
margin-bottom: 5px;
text-align: center
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
top: auto;
left: auto
}
@media(min-width:1000px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd
}
@media(min-width:1000px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;
border-radius:4px 4px 0 0
}
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
border-bottom-color:#fff
}
}
.nav-pills>li {
float:left
}
.nav-pills>li>a {
border-radius:4px
}
.nav-pills>li+li {
margin-left:2px
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
color:#fff;
background-color:#428bca
}
.nav-pills>li.active>a .caret,
.nav-pills>li.active>a:hover .caret,
.nav-pills>li.active>a:focus .caret {
border-top-color:#fff;
border-bottom-color:#fff
}
.nav-stacked>li {
float:none
}
.nav-stacked>li+li {
margin-top:2px;
margin-left:0
}
.nav-justified {
width:100%
}
.nav-justified>li {
float:none
}
.nav-justified>li>a {
margin-bottom:5px;
text-align:center
}
.nav-justified>.dropdown .dropdown-menu {
top:auto;
left:auto
}
@media(min-width:1000px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd
}
@media(min-width:1000px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;
border-radius:4px 4px 0 0
}
.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
border-bottom-color:#fff
}
}
.tab-content>.tab-pane {
display:none
}
.tab-content>.active {
display:block
}
.nav .caret {
border-top-color:#428bca;
border-bottom-color:#428bca
}
.nav a:hover .caret {
border-top-color:#2a6496;
border-bottom-color:#2a6496
}
.nav-tabs .dropdown-menu {
margin-top:-1px;
border-top-right-radius:0;
border-top-left-radius:0
}
.navbar {
position:relative;
margin-bottom:0px;
border:0px solid transparent
}
.navbar:before,
.navbar:after {
display: table;
content: ""
}
.navbar:after {
clear: both
}
.navbar:before,
.navbar:after {
display: table;
content: ""
}
.navbar:after {
clear: both
}
@media(min-width:1000px){.navbar{ }}.navbar-header:before,.navbar-header:after{display:table;content:""}.navbar-header:after{clear:both}.navbar-header:before,.navbar-header:after{display:table;content:""}.navbar-header:after{clear:both}@media(min-width:1000px){.navbar-header{float:left}}.navbar-collapse{max-height:340px;padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;
box-shadow:inset 0 1px 0 rgba(255,
255,
255,
0.1);
-webkit-overflow-scrolling:touch
}
.navbar-collapse:before,
.navbar-collapse:after {
display: table;
content: ""
}
.navbar-collapse:after {
clear: both
}
.navbar-collapse:before,
.navbar-collapse:after {
display: table;
content: ""
}
.navbar-collapse:after {
clear: both
}
.navbar-collapse.in {
overflow-y: auto
} .menu_main2 .navbar-collapse.in {
overflow-y: auto; }
@media(min-width:1000px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:auto}.navbar-collapse .navbar-nav.navbar-left:first-child {
margin-left: -15px
}
.navbar-collapse .navbar-nav.navbar-right:last-child {
margin-right: -15px
}
.navbar-collapse .navbar-text:last-child {
margin-right: 0
}
}
.container>.navbar-header,
.container>.navbar-collapse {
margin-right:-15px;
margin-left:-15px
}
@media(min-width:1000px){.container>.navbar-header,.container>.navbar-collapse{margin-right:0; }}.navbar-static-top{z-index:1000;border-width:0 0 1px
}
@media(min-width:1000px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media(min-width:1000px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px
}
.navbar-fixed-bottom {
bottom:0;
margin-bottom:0;
border-width:1px 0 0
}
.navbar-brand {
float:left;
padding:15px 15px;
font-size:18px;
line-height:20px
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration:none
}
@media(min-width:1000px){.navbar>.container .navbar-brand {
margin-left:-15px
}
}
.navbar-toggle {
position:relative;
float:right;
padding:9px 10px;
margin-top:8px;
margin-right:15px;
margin-bottom:8px;
background-color:transparent;
border:1px solid transparent;
border-radius:4px;
}
.navbar-toggle .icon-bar {
display:block;
width:22px;
height:2px;
border-radius:1px
}
.navbar-toggle .icon-bar+.icon-bar {
margin-top:4px
}
@media(min-width:1000px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px
}
.navbar-nav>li>a {
padding-top:0px;
padding-bottom:0px;
line-height:25px
}
@media(max-width:1000px){.navbar-nav .open .dropdown-menu {
position:static;
float:none;
width:auto;
margin-top:0;
background-color:transparent;
border:0;
box-shadow:none
}
.navbar-nav .open .dropdown-menu>li>a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding:5px 15px 5px 25px
}
.navbar-nav .open .dropdown-menu>li>a {
line-height:20px
}
.navbar-nav .open .dropdown-menu>li>a:hover,
.navbar-nav .open .dropdown-menu>li>a:focus {
background-image:none
}
}
@media(min-width:1000px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}@media(min-width:1000px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{padding:10px 15px;
margin-top:8px;
margin-right:-15px;
margin-bottom:8px;
margin-left:-15px;
border-top:1px solid transparent;
border-bottom:1px solid transparent;
-webkit-box-shadow:inset 0 1px 0 rgba(255,
255,
255,
0.1),
0 1px 0 rgba(255,
255,
255,
0.1);
box-shadow:inset 0 1px 0 rgba(255,
255,
255,
0.1),
0 1px 0 rgba(255,
255,
255,
0.1)
}
@media(min-width:1000px){.navbar-form .form-group {
display:inline-block;
margin-bottom:0;
vertical-align:middle
}
.navbar-form .form-control {
display:inline-block
}
.navbar-form .radio,
.navbar-form .checkbox {
display:inline-block;
padding-left:0;
margin-top:0;
margin-bottom:0
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
float:none;
margin-left:0
}
}
@media(max-width:767px){.navbar-form .form-group {
margin-bottom:5px
}
}
@media(min-width:1000px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:-4px;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
border-bottom-right-radius:0;
border-bottom-left-radius:0
}
.navbar-nav.pull-right>li>.dropdown-menu,
.navbar-nav>li>.dropdown-menu.pull-right {
right:0;
left:auto
}
.navbar-btn {
margin-top:8px;
margin-bottom:8px
}
.navbar-text {
float:left;
margin-top:15px;
margin-bottom:15px
}
@media(min-width:1000px){.navbar-text{margin-right:15px;margin-left:15px}}.navbar-default{}.navbar-default .navbar-brand {
color:#777
}
.clearfix:before,
.clearfix:after {
display: table;
content: ""
}
.clearfix:after {
clear: both
}
.center-block {
display: block;
margin-right: auto;
margin-left: auto
}
.pull-right {
float: right!important
}
.pull-left {
float: left!important
}
.hide {
display: none!important
}
.show {
display: block!important
}
.invisible {
visibility: hidden
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0
}
.hidden {
display: none!important;
visibility: hidden!important
}
.affix {
position: fixed
}
@-ms-viewport{width:device-width}.visible-xs,tr.visible-xs,th.visible-xs,td.visible-xs{display:none!important}@media(max-width:767px){.visible-xs{display:block!important}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px) {
.visible-xs.visible-sm {
display: block!important
}
tr.visible-xs.visible-sm {
display: table-row!important
}
th.visible-xs.visible-sm,
td.visible-xs.visible-sm {
display: table-cell!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.visible-xs.visible-md {
display: block!important
}
tr.visible-xs.visible-md {
display: table-row!important
}
th.visible-xs.visible-md,
td.visible-xs.visible-md {
display: table-cell!important
}
}
@media(min-width:1200px){.visible-xs.visible-lg{display:block!important}tr.visible-xs.visible-lg{display:table-row!important}th.visible-xs.visible-lg,td.visible-xs.visible-lg{display:table-cell!important}}.visible-sm,tr.visible-sm,th.visible-sm,td.visible-sm{display:none!important}@media(max-width:767px){.visible-sm.visible-xs{display:block!important}tr.visible-sm.visible-xs{display:table-row!important}th.visible-sm.visible-xs,td.visible-sm.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px) {
.visible-sm {
display: block!important
}
tr.visible-sm {
display: table-row!important
}
th.visible-sm,
td.visible-sm {
display: table-cell!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.visible-sm.visible-md {
display: block!important
}
tr.visible-sm.visible-md {
display: table-row!important
}
th.visible-sm.visible-md,
td.visible-sm.visible-md {
display: table-cell!important
}
}
@media(min-width:1200px){.visible-sm.visible-lg{display:block!important}tr.visible-sm.visible-lg{display:table-row!important}th.visible-sm.visible-lg,td.visible-sm.visible-lg{display:table-cell!important}}.visible-md,tr.visible-md,th.visible-md,td.visible-md{display:none!important}@media(max-width:767px){.visible-md.visible-xs{display:block!important}tr.visible-md.visible-xs{display:table-row!important}th.visible-md.visible-xs,td.visible-md.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px) {
.visible-md.visible-sm {
display: block!important
}
tr.visible-md.visible-sm {
display: table-row!important
}
th.visible-md.visible-sm,
td.visible-md.visible-sm {
display: table-cell!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.visible-md {
display: block!important
}
tr.visible-md {
display: table-row!important
}
th.visible-md,
td.visible-md {
display: table-cell!important
}
}
@media(min-width:1200px){.visible-md.visible-lg{display:block!important}tr.visible-md.visible-lg{display:table-row!important}th.visible-md.visible-lg,td.visible-md.visible-lg{display:table-cell!important}}.visible-lg,tr.visible-lg,th.visible-lg,td.visible-lg{display:none!important}@media(max-width:767px){.visible-lg.visible-xs{display:block!important}tr.visible-lg.visible-xs{display:table-row!important}th.visible-lg.visible-xs,td.visible-lg.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px) {
.visible-lg.visible-sm {
display: block!important
}
tr.visible-lg.visible-sm {
display: table-row!important
}
th.visible-lg.visible-sm,
td.visible-lg.visible-sm {
display: table-cell!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.visible-lg.visible-md {
display: block!important
}
tr.visible-lg.visible-md {
display: table-row!important
}
th.visible-lg.visible-md,
td.visible-lg.visible-md {
display: table-cell!important
}
}
@media(min-width:1200px){.visible-lg{display:block!important}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}.hidden-xs{display:block!important}tr.hidden-xs{display:table-row!important}th.hidden-xs,td.hidden-xs{display:table-cell!important}@media(max-width:767px){.hidden-xs,tr.hidden-xs,th.hidden-xs,td.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px) {
.hidden-xs.hidden-sm, tr.hidden-xs.hidden-sm, th.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm {
display: none!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.hidden-xs.hidden-md, tr.hidden-xs.hidden-md, th.hidden-xs.hidden-md, td.hidden-xs.hidden-md {
display: none!important
}
}
@media(min-width:1200px){.hidden-xs.hidden-lg,tr.hidden-xs.hidden-lg,th.hidden-xs.hidden-lg,td.hidden-xs.hidden-lg{display:none!important}}.hidden-sm{display:block!important}tr.hidden-sm{display:table-row!important}th.hidden-sm,td.hidden-sm{display:table-cell!important}@media(max-width:767px){.hidden-sm.hidden-xs,tr.hidden-sm.hidden-xs,th.hidden-sm.hidden-xs,td.hidden-sm.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px) {
.hidden-sm, tr.hidden-sm, th.hidden-sm, td.hidden-sm {
display: none!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.hidden-sm.hidden-md, tr.hidden-sm.hidden-md, th.hidden-sm.hidden-md, td.hidden-sm.hidden-md {
display: none!important
}
}
@media(min-width:1200px){.hidden-sm.hidden-lg,tr.hidden-sm.hidden-lg,th.hidden-sm.hidden-lg,td.hidden-sm.hidden-lg{display:none!important}}.hidden-md{display:block!important}tr.hidden-md{display:table-row!important}th.hidden-md,td.hidden-md{display:table-cell!important}@media(max-width:767px){.hidden-md.hidden-xs,tr.hidden-md.hidden-xs,th.hidden-md.hidden-xs,td.hidden-md.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px) {
.hidden-md.hidden-sm, tr.hidden-md.hidden-sm, th.hidden-md.hidden-sm, td.hidden-md.hidden-sm {
display: none!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.hidden-md, tr.hidden-md, th.hidden-md, td.hidden-md {
display: none!important
}
}
@media(min-width:1200px){.hidden-md.hidden-lg,tr.hidden-md.hidden-lg,th.hidden-md.hidden-lg,td.hidden-md.hidden-lg{display:none!important}}.hidden-lg{display:block!important}tr.hidden-lg{display:table-row!important}th.hidden-lg,td.hidden-lg{display:table-cell!important}@media(max-width:767px){.hidden-lg.hidden-xs,tr.hidden-lg.hidden-xs,th.hidden-lg.hidden-xs,td.hidden-lg.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px) {
.hidden-lg.hidden-sm, tr.hidden-lg.hidden-sm, th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm {
display: none!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.hidden-lg.hidden-md, tr.hidden-lg.hidden-md, th.hidden-lg.hidden-md, td.hidden-lg.hidden-md {
display: none!important
}
}
@media(min-width:1200px){.hidden-lg,tr.hidden-lg,th.hidden-lg,td.hidden-lg{display:none!important}}.visible-print,tr.visible-print,th.visible-print,td.visible-print{display:none!important}@media print {
.visible-print {
display: block!important
}
tr.visible-print {
display: table-row!important
}
th.visible-print,
td.visible-print {
display: table-cell!important
}
.hidden-print,
tr.hidden-print,
th.hidden-print,
td.hidden-print {
display: none!important
}
}
@media only screen and (min-width: 1000px) and (max-width: 1169px){
.nav>li>a {
padding-left: 8px;
padding-right: 8px;
} }
@media only screen and (min-width: 480px) and (max-width: 767px){
.navbar {
border:1px solid transparent
} }
@media only screen and (max-width: 479px){
.navbar {
border:1px solid transparent
} }.dark_gradient {
background-image: -moz-linear-gradient(top,#333,#222);
background-image: -ms-linear-gradient(top,#333,#222);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#333),to(#222));
background-image: -webkit-linear-gradient(top,#333,#222);
background-image: -o-linear-gradient(top,#333,#222);
background-image: linear-gradient(top,#333,#222);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333',endColorstr='#222222',GradientType=0)
}
.light_gradient {
background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#eee));
background-image: -webkit-linear-gradient(top,#f8f8f8,#eee);
background-image: -moz-linear-gradient(top,#f8f8f8,#eee);
background-image: -o-linear-gradient(top,#f8f8f8,#eee);
background-image: -ms-linear-gradient(top,#f8f8f8,#eee);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f8f8f8',EndColorStr='#eeeeee')
}
.box_sizing {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.box_shadow {
-webkit-box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.2),transparent 0 0 0,transparent 0 0 0,transparent 0 0 0,transparent 0 0 0;
-moz-box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.2),transparent 0 0 0,transparent 0 0 0,transparent 0 0 0,transparent 0 0 0;
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2),transparent 0 0 0,transparent 0 0 0,transparent 0 0 0,transparent 0 0 0
}
.inset_box_shadow {
-webkit-box-shadow: 0 0 8px rgba(255,255,255,0.8) inset;
-moz-box-shadow: 0 0 8px rgba(255,255,255,0.8) inset;
box-shadow: 0 0 8px rgba(255,255,255,0.8) inset
}
.no_border_radius {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0
}
img {
max-width: 100%;
height: auto
}
.fl {
float: left
}
.fr {
float: right
}
.first {
margin-left: 0!important
}
.last {
margin-right: 0!important
}
.alignleft {
float: left;
margin: .5em 20px .5em 0
}
.alignright {
float: right;
margin: .5em 0 .5em 20px
}
.aligncenter {
display: block;
float: none;
margin-top: .5em;
margin-right: auto!important;
margin-bottom: .5em;
margin-left: auto!important
}
.alignnone {
margin-top: .5em;
margin-bottom: .5em
}
[class*="span"].post {
float: none;
margin-left: 0
}
.blog table .label {
display: block;
border-radius: 0;
background: #f1f1f1;
color: #444
}
.blog  table td.label a {
color: #444;
text-shadow: none
}
.fademe img,a img {
opacity: 1;
-webkit-transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
transition: opacity .25s ease-in-out
}
.fademe img:hover,a img:hover {
opacity: .5
}
.form-allowed-tags code {
float: left;
margin: 8px 0 12px 0
}
.inline-grid {
display: block;
overflow: hidden
}
.inline-grid>li {
display: block;
float: left;
height: auto
}
.inline-grid.two-up {
margin-left: -4%
}
.inline-grid.two-up>li {
margin-bottom: 4%;
margin-left: 4%;
width: 46%
}
.inline-grid.two-up>li:nth-child(2n+1) {
clear: left
}
.inline-grid.three-up {
margin-left: -2%
}
.inline-grid.three-up>li {
margin-bottom: 2%;
margin-left: 2%;
width: 31.2%
}
.inline-grid.three-up>li:nth-child(3n+1) {
clear: left
}
.inline-grid.four-up {
margin-left: -2%
}
.inline-grid.four-up>li {
margin-bottom: 2%;
margin-left: 2%;
width: 23%
}
.inline-grid.four-up>li:nth-child(4n+1) {
clear: left
}
.inline-grid.five-up {
margin-left: -1.5%
}
.inline-grid.five-up>li {
margin-bottom: 1.5%;
margin-left: 1.5%;
width: 18.5%
}
.inline-grid.five-up>li:nth-child(5n+1) {
clear: left
}
.format-video .entry-content .video-player {
padding: 0
}
abbr,tla,acronym {
text-decoration: underline;
cursor: help
}
cite,q {
font-style: italic
}
ins {
background-color: rgba(254,255,0,0.68);
text-decoration: none
}
pre {
margin-bottom: 20px
}
.dropdown.open .dropdown-toggle {
background: 0;
color: #888
}
#head-wrapper {
position: relative;
overflow: hidden
}
#hgroup {
position: relative;
padding: 20px 0 20px
}
#site-title,#site-title a {
margin-bottom: 0;
color: #000;
text-decoration: none;
font-weight: bold;
font-size: 32px;
line-height: 1
}
#site-title a:hover,#site-title a:focus,#site-title a:active {
color: #454545
}
#site-description {
color: #7a7a7a;
font-size: 14px
}
#header-image img,#header-image a img {
max-width: 100%;
width: auto;
height: auto;
opacity: 1
}
#header-image h1,#header-image p {
margin: 0;
padding: 0
}
#header-image h1 a,#header-image p a {
display: block
}
.page{
float: left;
width: 100%;
}
.comment-form-comment{
overflow: hidden;
}
.post,#comments,#pings,#no-comments,#respond {
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0 0 20px 0;
}
.post-header .thumbnail {
margin-top: 0;
margin-bottom: 0
}
.post-title {
margin: 0 0 5px;
font-weight: bold;
font-size: 38px;
line-height: 1.2
}
.post .entry-content h1,.post .entry-content h2,.post .entry-content h3,.post .entry-content h4,.post .entry-content h5,.post .entry-content h6 {
margin-bottom: 10px;
line-height: 140%
}
.post-header-meta {
margin: 0;
color: #999
}
.post-title a,.post-title a:visited {
color: #444
}
.post-title a:hover,.post-title a:active {
color: #888;
text-decoration: none
}
.post p {
margin-bottom: 20px;
}
.entry-content>ol,.entry-content>ul {
margin: 0 0 20px 45px;
font-size: 16px;
line-height: 1.5;
list-style: inherit;
}
.post li {
line-height: 1.5;
list-style: inherit;
}
.post li.post_categoty a {
display: inline-block;
}
.entry-content img {
max-width: 100%;
height: auto
}
.entry-content .wp-caption {
margin: 0 0 20px 0;
padding-top: 4px;
max-width: 100%;
border: 1px solid #eee;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border-image: initial;
background-color: #f8f8f8;
text-align: center
}
.entry-content .wp-caption.alignleft {
margin-right: 20px
}
.entry-content .wp-caption.alignright {
margin-left: 20px
}
.entry-content .wp-caption img {
max-width: 98%;
height: auto
}
.gallery-caption {
margin: 10px 0
}
p.wp-caption-text {
margin-bottom: 0;
color: #888;
font-size: 11px
}
.blog #main table {
margin: 20px 0;
width: 100%;
border: 1px solid #ddd;
border-collapse: separate;
border-left: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px
}
.blog  #main table th,.blog #main table td {
padding: 8px;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
vertical-align: top;
text-align: left;
line-height: 18px
}
.blog #main table thead:first-child tr:first-child th,.blog #main table tbody:first-child tr:first-child th,.blog #main table tbody:first-child tr:first-child td {
border-top: 0
}
#main table thead:first-child tr:first-child th:first-child,#main table tbody:first-child tr:first-child td:first-child {
-webkit-border-radius: 4px 0 0 0;
-moz-border-radius: 4px 0 0 0;
border-radius: 4px 0 0 0
}
#main table thead:first-child tr:first-child th:last-child,#main table tbody:first-child tr:first-child td:last-child {
-webkit-border-radius: 0 4px 0 0;
-moz-border-radius: 0 4px 0 0;
border-radius: 0 4px 0 0
}
#main table thead:last-child tr:last-child th:first-child,#main table tbody:last-child tr:last-child td:first-child {
-webkit-border-radius: 0 0 0 4px;
-moz-border-radius: 0 0 0 4px;
border-radius: 0 0 0 4px
}
#main table thead:last-child tr:last-child th:last-child,#main table tbody:last-child tr:last-child td:last-child {
-webkit-border-radius: 0 0 4px 0;
-moz-border-radius: 0 0 4px 0;
border-radius: 0 0 4px 0
}
.post-meta {
padding: 20px 20px 20px;
border-top: 1px solid #eee;
color: #888;
font-size: 12px
}
.post-meta .the-category {
margin-right: 5px
}
.post-meta .the-tags {
padding-left: 20px;
background: url(https://www.safe-renovation.fr/wp-content/themes/highstand/assets/css/images/icn-tags.png) no-repeat
}
.post-meta .post-link {
margin-top: -1px;
padding-left: 10px
}
.post-meta .post-link:hover {
text-decoration: none
}
#single-post-nav .pager {
margin-bottom: 20px
}
#single-post-nav .previous-page {
margin-left: 0
}
#single-post-nav .next-page {
margin-left: 20px;
text-align: right
}
#single-post-nav .no-previous-page-link {
margin-left: 0
}
.single-attachment img.attachment-thumbnail {
margin-top: 30px
}
.pager a i {
opacity: .4
}
.pager a:hover i {
opacity: 1
}
.sticky{
box-shadow: 0 0 1px 0 rgba(0,0,0,0.3);
padding: 0 30px 30px;
}
.entry-header .entry-format {
font-size: 10px;
font-weight: 500;
text-transform: uppercase;
background: #f62459;
padding: 5px 10px;
color: #fff;
display: inline-block;
position: absolute;
right: -1px;
top: -1px;
}
.pager a,.previous-page a,.next-page a {
color: #999;
font-size: 14px
}
.pager a:hover,.previous-page a:hover,.next-page a:hover {
color: #444;
text-decoration: none;
cursor: pointer
}
.page-link {
}
.page-link span {
font-weight: bold
}
#infinite-handle span {
display: block;
padding-top: 10px;
padding-bottom: 10px
}
.post .thumbnail {
padding: 4px
}
.breadcrumb {
padding: 4px 17px
}
.breadcrumb .active {
display: inline;
max-width: 100%;
width: auto;
word-wrap: break-word
}
.format-image .entry-content {
overflow: hidden;
padding: 0
}
.format-image .post-format-image {
margin-bottom: 20px
}
.format-image img.wp-post-image {
width: 100%
}
.format-image .entry-content img,.format-image .entry-content a {
margin-right: 0;
margin-bottom: 20px;
margin-left: 0;
padding: 0;
width: 100%
}
.format-image .entry-content ul.post_meta_links,
.format-video .entry-content ul.post_meta_links {
padding: 0;
}
.format-image .entry-content ul.post_meta_links li a{
color: #999;
font-size: 11px;
padding: 0 18px 0 0;
width: auto;
}
.format-image .entry-content ul.post_meta_links li a.date{
color: #454545;
font-size: 16px;
font-weight: normal;
}
.format-image .entry-content ol,.format-image .entry-content ul {
padding-right: 20px;
padding-left: 20px
}
.format-image .entry-content table {
margin-right: 0;
width: 93%
}
.format-image .entry-content .wp-caption {
margin: 0;
padding: 0;
width: 100%!important;
border: 0
}
.format-image .entry-content .wp-caption p.wp-caption-text {
padding-bottom: 20px
}
.format-image .entry-content .wp-caption img {
max-width: 100%;
width: 100%
}
.format-image {
display: block;
overflow: hidden;
margin-bottom: 20px;
max-width: 100%
}
.format-video .video-container,.fluid-width-video-wrapper {
margin-right: 0!important;
margin-bottom: 20px;
margin-left: 0!important;
width: 100%
}
.format-video .entry-content {
padding: 0
} .format-video .entry-content *:first-child,.format-video .video-container,.format-video .fluid-width-video-wrapper {
margin-right: 0;
margin-left: 0
}
.format-video .entry-content ol,.format-video .entry-content ul {
padding-right: 20px;
padding-left: 20px
}
.format-video .entry-content table {
margin-right: 0;
width: 93%
}
.post.format-status .post-title {
font-size: 20px
}
.post.format-status .post-header {
margin-bottom: 0;
border-bottom: 0;
background-color: #ebebeb;
background-image: -webkit-gradient(radial,50% 0,100,50% 150%,100,from(#fcfcfc),to(#ebebeb));
background-image: -webkit-radial-gradient(50% 100%,#ebebeb,#fcfcfc);
background-image: -moz-radial-gradient(50% 100%,#ebebeb,#fcfcfc);
background-image: -ms-radial-gradient(50% 100%,#ebebeb,#fcfcfc);
background-image: radial-gradient(50% 100%,#ebebeb,#fcfcfc);
-webkit-box-shadow: inset 0 1px 2px #fff;
-moz-box-shadow: inset 0 1px 2px #fff;
box-shadow: inset 0 1px 2px #fff
}
a.post-permalink:hover {
color: #e0e0e0;
text-decoration: none
}
.post.format-status .post-header .entry-content {
padding: 0;
min-height: 60px
}
.post.format-status .post-avatar img {
margin-bottom: 20px;
width: 100%
}
.post.format-quote .post-title {
font-size: 20px
}
.post.format-quote .post-header {
margin-bottom: 5px;
padding-bottom: 30px;
border-bottom: 0;
background-color: #c0dadf;
background-image: url(https://www.safe-renovation.fr/wp-content/themes/highstand/assets/css/images/bg-quote.png);
background-position: left bottom;
background-repeat: no-repeat
}
.post.format-quote .post-header .entry-content {
padding-bottom: 0;
padding-left: 80px;
min-height: 60px;
background-image: url(https://www.safe-renovation.fr/wp-content/themes/highstand/assets/css/images/icn-quote-dark.png);
background-repeat: no-repeat
}
.post.format-quote .post-header .entry-content p {
text-shadow: 0 1px 0 rgba(255,255,255,0.3);
font-style: italic;
font-size: 24px;
font-family: Georgia,times,serif;
line-height: 130%
}
.post.format-quote .the-comment-link {
float: right
}
.post.format-link .post-title {
color: #f0f0f0;
font-size: 24px;
line-height: 120%
}
.post.format-link .post-title a {
color: #f0f0f0
}
.post.format-link .post-title a:hover {
color: #999
}
.post.format-link .post-header {
margin-bottom: 0;
border-bottom: 0;
background-color: #28292d;
background-image: -webkit-gradient(linear,left top,left bottom,from(#28292d),to(#07070a));
background-image: -webkit-linear-gradient(top,#28292d,#07070a);
background-image: -moz-linear-gradient(top,#28292d,#07070a);
background-image: -o-linear-gradient(top,#28292d,#07070a);
background-image: -ms-linear-gradient(top,#28292d,#07070a);
background-image: linear-gradient(top,#28292d,#07070a);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#28292d',EndColorStr='#07070a')
}
.post.format-link .post-header .entry-content {
padding-bottom: 20px;
padding-left: 80px;
min-height: 60px;
background-image: url(https://www.safe-renovation.fr/wp-content/themes/highstand/assets/css/images/icn-link.png);
background-repeat: no-repeat
}
.post.format-link .the-comment-link {
float: right
}
.post.format-link .link-description {
padding: 20px 20px 0
}
#comments{
margin-top: 60px;
}
#standard-post-advertisement-image,#standard-post-advertisement-adsense {
margin: 12px 0 12px 0;
text-align: center
}
.home .sticky .post-header {
padding-left: 60px
}
#author-box {
margin-bottom: 20px
}
.author-box-image {
float: left;
margin-right: 20px
}
#author-box .author-link {
display: inline-block;
overflow: hidden;
margin-right: 10px;
padding-left: 18px;
background-image: url(https://www.safe-renovation.fr/wp-content/themes/highstand/assets/css/images/icn-author-sprites.png);
background-repeat: no-repeat;
color: #999;
line-height: 1;
-webkit-transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-ms-transition: opacity .25s ease-in-out;
-o-transition: opacity .25s ease-in-out;
transition: opacity .25s ease-in-out
}
#author-box .author-link:hover {
text-decoration: none;
opacity: .6
}
.author-link.author-posts-url {
background-position: 0 0
}
.author-link.author-url {
background-position: 0 -19px
}
.author-link.icn-twitter {
background-position: 0 -37px
}
.author-link.icn-facebook {
background-position: 0 -58px
}
.author-link.icn-gplus {
background-position: 0 -78px
}
#pings,#no-comments {
padding: 20px
}
#no-comments .title {
color: #444;
font-weight: bold;
font-size: 24px;
line-height: 36px
}
#pings h3 {
margin-bottom: 20px
}
#pings ol.pinglist li {
margin: 20px 0
}
#comments {
margin-bottom: 50px;
clear: both;
}
#comments>h3 {
padding: 20px 20px 0;
line-height: 1
}
#comments>ol,#comments>ul {
margin: 0;
list-style: none
}
#comments>ol>li,#comments>ul.children>li {
width: 100%;
border-collapse: collapse
}
#comments .nopassword {
padding: 20px
}
#comments .comment-container {
padding: 20px 20px;
border-bottom: 1px solid #eee
}
#comments .bypostauthor>.comment-container {
border-right: 5px solid #202020;
background: #f9f9f9
}
#comments .comment-container .avatar-holder {
width: 10%;
float: left
}
#comments .comment-container .avatar-holder img.avatar {
padding: 2px;
border: 1px solid #eee
}
#comments .comment-container .comment-head {
padding-bottom: 10px
}
#comments .comment-container .comment-entry {
margin-left: 2%;
width: 88%;
float: left
}
#comments .comment-container .comment-entry .comment-text {
word-wrap: break-word
}
#comments .comment-container .comment-entry .name {
color: #444
}
#comments .comment-container .comment-entry .date {
color: #999;
font-weight: normal;
font-style: italic;
font-size: 12px
}
#comments .comment-container .comment-head span {
font-weight: bold
}
#comments ol ul.children {
list-style: none
}
#comments>ol>li>ul.children {
margin-left: 20px
}
#comments>ol>li>ul.children>li .comment-container {
border-top: 1px solid #f8f8f8;
border-left: 1px solid #eee
}
#comments>ol>li>ul>li>ul.children {
margin: 0 0 0 20px
}
#respond {
padding: 20px 0;
position: inherit
}
#respond h3#reply-title {
font-size: 18px
}
.comment-container #respond {
padding: 20px 0 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none
}
#comment-form-avatar img {
width: 50px;
height: auto
}
.pre-comment-avatar {
float: left
}
.pre-comment-avatar #gravatar {
padding: 4px;
border: 1px solid #e3e3e3;
background: #fff
}
.pre-comment-avatar.admin-avatar {
margin-right: 10px
}
#cancel-comment-reply-link {
padding: 5px 8px;
font-size: 11px
}
#commentform #comment-form-wrapper {
float: left;
width: 100%
}
#commentform #comment-form-avatar {
float: left
}
#commentform #comment-form-wrapper #comment-form-elements,#commentform #comment-form-wrapper #comment-form-elements-full {
float: right
}
#commentform #comment-form-wrapper #comment-form-elements {
width: 84%
}
#commentform #comment-form-wrapper #comment-form-elements-full {
width: 92%
}
#comment-form-avatar {
padding: 2px;
border: 1px solid #eee
}
#commentform .form-allowed-tags {
cursor: pointer
}
#commentform pre {
display: none;
font-size: 10px
}
#form-inputs {
margin-bottom: 20px
}
#commentform label {
float: left;
width: auto;
color: #777;
text-align: left
}
#commentform .required {
float: left;
color: red
}
#commentform input[type="text"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 5px 10px;
width: 100%;
height: 32px
}
#commentform textarea {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%
}
#commentform input[type="submit"] {
margin: 0 12px 10px 0
}
.comment-notes,.comment-form-author,.comment-form-email,.comment-form-url,.comment-form-comment {
float: left;
width: 100%
}
.comment-navigation {
padding: 20px
}
.comment-navigation a {
color: #999;
opacity: .6
}
.comment-navigation a:hover {
text-decoration: none;
opacity: 1
}
.comment-navigation i {
opacity: .4
}
.comment-prev-nav,.comment-prev-nav {
float: left
}
.comment-next-nav {
float: right
}
h2#authors,h2#pages,h2#posts {
margin-top: 15px;
margin-bottom: 15px;
padding-left: 35px;
border-bottom: 1px solid #eee;
background: url(https://www.safe-renovation.fr/wp-content/themes/highstand/assets/css/images/icn-sitemap.png) no-repeat;
background-position: 0 5px;
font-weight: normal
}
h2#pages {
background-position: 0 -25px
}
h2#posts {
background-position: 0 -52px
}
.sitemap-author-meta {
position: relative;
margin-top: 5px
}
.sitemap-author-meta>img {
padding: 5px;
border: 1px solid #eee;
background: #f9f9f9
}
.sitemap-author-meta>span {
position: absolute;
top: -4px;
left: -4px
}
ul#sitemap-posts {
margin-left: 0
}
ul#sitemap-posts>li {
list-style: none
}
ul#sitemap-posts>li h3 {
margin-bottom: 0;
font-weight: normal
}
ul#sitemap-posts ul {
margin-top: 10px;
margin-bottom: 10px
}
#cse-search-results iframe {
width: 100%;
height: 1080px
}
#offline-wrapper {
display: table;
overflow: hidden;
width: 100%;
height: 800px;
text-align: center
}
#offline-container {
display: table-cell;
vertical-align: middle
}
#offline-content {
position: relative;
top: -50%
}
#offline-wrapper .offline-message {
margin: 20px 0 40px;
padding-bottom: 40px;
border-bottom: 1px solid #e0e0e0
}
#offline-wrapper .offline-message p {
font-weight: 900;
font-size: 48px;
line-height: 1
}
#offline-wrapper #offline-title {
font-size: 18px
}
#offline-wrapper #offline-title small {
color: #888;
font-size: 14px
}
body.error404 {
min-height: 800px
}
#nothing-found {
padding: 40px 0 180px;
text-align: center
}
#nothing-found h1 {
color: #000;
font-size: 8em;
line-height: 100%
}
#nothing-found h1 span {
color: red
}
#nothing-found label {
float: none
}
#search-page-title,#archive-page-title {
margin-bottom: 20px
}
#search-page-title h3,#archive-page-title h3 {
margin-bottom: 0;
color: #999;
font-weight: normal;
font-size: 14px
}
.no-results {
padding: 20px
}
.no-results .entry-content {
padding: 20px 0
}
#footer {
padding: 0;
background: #e0e0e0
}
#footer #footer-widgets {
padding-top: 40px
}
#footer #sub-floor {
padding: 10px 0;
background: #000
}
#footer #footer-links {
float: left
}
#footer #sub-floor #credit {
float: right;
padding: 13px 0;
color: #666;
text-align: right
}
#footer #sub-floor #credit a {
color: #999
}
#footer #sub-floor #credit a:hover {
color: #fff;
text-decoration: none
}
#sidebar .widget {
margin-bottom: 30px
}
.widget_categories ul.children {
padding-left: 5px;
}
#footer-widgets .widget {
margin-bottom: 30px
}
.widget label {
float: none;
width: auto
}
.widget ul {
margin: 0;
padding: 0
}
.widget ul li {
list-style: none
}
.widget ul li a:hover {
color: #999
}
#standard-post-advertisement {
text-align: center
}
#standard-post-advertisement .widget {
margin-bottom: 20px
}
.textwidget img {
max-width: 100%;
height: auto
}
#header-widget .widget_search {
float: right;
padding: 10px;
width: 260px;
background: rgba(255,255,255,0.2)
}
#header-widget .widget_search form,#header-widget .widget_search form input {
margin-bottom: 0
}
#sidebar .widget_search {
margin-bottom: 10px
}
#sidebar .widget_search form {
margin-bottom: 0
}
.widget_search label.screen-reader-text {
padding-top: 0;
padding-right: 5px;
width: 100%;
text-align: left
}
.widget_nav_menu ul.sub-menu {
padding-left: 5px;
}
#footer-widgets .widget_nav_menu ul.sub-menu {
border-left-color: #999
}
.widget_rss h3.widget-title a {
color: #444
}
.widget_rss a.rsswidget img {
display: none
}
.widget_rss ul li .rss-date {
font-style: italic;
font-size: 12px
}
.widget_rss ul li .rssSummary {
color: #404040;
font-size: 12px
}
.tagcloud a {
display: inline-block;
margin: 3px 1px;
padding: 4px 6px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background: #f5f5f5;
}
body #wp-calendar td, body #wp-calendar{
border: none!important;
border-collapse: separate;
}
.entry-content .twitter-tweet-rendered {
max-width: 100%!important
}
.entry-content .sharing {
clear: both
}
.widget_freshposts ul li img {
width: 100%;
height: auto
}
.comment-subscription-form {
clear: both
}
.comment-subscription-form input[type="checkbox"] {
float: left;
margin-right: 10px
}
.jetpack_subscription_widget {
padding: 20px 20px 11px 20px;
border-radius: 5px;
background: #fff
}
.jetpack_subscription_widget form {
margin-bottom: 0
}
.jetpack_subscription_widget label {
font-weight: bold
}
.jetpack_subscription_widget input[type="text"] {
padding: 4px!important;
width: 96%!important
}
.jetpack_subscription_widget input[type="submit"] {
margin-bottom: 0
}
.contact-form>div {
margin-bottom: 15px
}
.contact-form .clear-form {
clear: both
}
.contact-form input[type='text'] {
margin-bottom: 13px
}
.contact-form select {
margin-bottom: 13px
}
.contact-form textarea {
float: none;
margin-bottom: 13px;
width: 97%;
height: 200px
}
.contact-form input[type='radio'],.contact-form input[type='checkbox'] {
margin-bottom: 13px
}
.contact-form label {
display: block;
float: none;
margin-bottom: 3px;
font-weight: bold
}
.contact-form label.checkbox,.contact-form label.radio {
display: inline-block;
float: none;
margin-bottom: 3px;
font-weight: bold
}
.contact-form label span {
margin-left: 4px;
color: #aaa;
font-weight: normal
}
#flickr_badge_wrapper {
border: 0;
background: 0
}
#ie8 .navbar .dropdown-menu .submenu>.dropdown-menu {
display: none
}
#ie8 .navbar .dropdown:hover>.submenu-show {
display: block;
margin-left: 100px
}
#ie8 .thumbnail,#ie8 .thumbnail a,#ie8 .thumbnail a img {
width: auto
}
#ie8 .post-title a {
display: block
}
#ie8 .format-image img {
width: auto\9
}
#ie8 body .entry-content .wp-caption {
background: #f6f6f6
}
#ie8 body .post .thumbnail {
width: 150px;
height: 150px
}
#ie8 body .format-image .entry-content img,#ie8 body .format-image .entry-content a {
min-width: 100%;
max-width: 100%
}
#ie8 body .format-video .entry-content>* {
margin-top: -20px
}
#ie8 body .post.format-status .post-header {
border: 1px solid #f6f6f6
}
#ie8 body #comments .comment-container .avatar-holder {
width: 50px
}
#ie8 body #comment-form-avatar img {
min-width: 50px;
min-height: 50px
}
#ie8 .menu-navigation {
min-height: 40px
}
#ie8 .tiled-gallery-item a {
float: left
}
#ie8 .tiled-gallery-item a img {
float: left;
width: auto
} .gallery .gallery-item{
margin: 0;
}html{
overflow-x: hidden;
background: #fafafa;
}
@media (max-width: 992px){
[class*="col-md-"] [class*="col-md-"] {
padding-left: 0px;
padding-right: 0px;
}
}
@media (min-width: 992px){
[class*="col-md-"] [class*="col-md-"]:first-child {
padding-left: 0px;
}
[class*="col-md-"] [class*="col-md-"]:last-child {
padding-right: 0px;
}
}
:focus {
outline: none 0px;
}
ol, ul {
list-style: none outside none;
}
blockquote::before, blockquote::after, q::before, q::after {
}
blockquote, q {
}
a img {
border: 0px none;
}
article, .widget, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
body{
background-color: #FFFFFF;
background-attachment: fixed;
}
body code {
display: inline-block;
white-space: normal;
}
.container-fluid{ }
.full-width {
min-width: 100%;
max-width: 100%;
width: 100%;
margin: 0px;
padding: 0px;
}
.full-width.layout-boxed{
min-width: 0px;
}
.layout-boxed .wpb_revslider_element{
width: 100%;
overflow:hidden;
}
html body .layout-boxed .rowlevelone.limit-width {
margin: 0px auto !important;
padding: 0 18px;
}
.noanimate{
-webkit-animation-name: none !important;
animation-name: none !important;
}
.alignleft {
display: inline;
float: left;
text-align: left;
}
img.alignleft {
margin-right: 18px;
}
.alignright {
display: inline;
float: right;
text-align: : right;
}
img.alignright {
margin-left: 18px;
}
.aligncenter {
text-align: center;
}
a.more-link {
margin: 0px 0px 10px;
}
caption{
text-align: left;
}
pre {
background-image: none;
background-attachment: scroll;
background-color: rgb(244, 244, 244);
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 13px;
line-height: 1.5;
margin-bottom: 1.625em;
overflow: auto;
padding: 0.75em 1.625em;
background-position: 0% 0%;
background-repeat: repeat repeat;
}
code, kbd, samp, var {
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 13px;
line-height: normal;
font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}
abbr, acronym, dfn {
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: rgb(102, 102, 102);
cursor: help;
}
address {
display: block;
margin: 0px 0px 1.625em;
}
.execphpwidget{
float: left;
width: 100%;
}
.assistive-text {
clip: rect(1px 1px 1px 1px);
position: absolute !important;
}
.hentry, .no-results {
clear: both;
}
.page.type-page {
}
img.sizefullwidth {
margin: 10px 0px 20px;
width: 99.5% !important;
}
body.search .hentry {
padding-bottom: 10px;
}
.hentry:last-child, .no-results {
border-bottom-width: medium;
border-bottom-style: none;
}
.page-link span {
margin-right: 6px;
}
.layout-boxed{
margin: 0px auto;
background: #fff;
text-align: left;
transition: all 500ms ease-out;
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
html body .layout-boxed .full{
margin: 0px !important;
}
.layout-boxed .footer1{
padding-bottom: 10px;
}
.layout-boxed .widget .container{
width: auto;
}
.entry-meta .edit-link a, .commentlist .edit-link a {
color: rgb(102, 102, 102);
float: right;
font-size: 12px;
font-weight: 300;
line-height: 1.5em;
padding: 3px 10px;
}
.entry-meta .edit-link a:hover, .commentlist .edit-link a:hover {
color: rgb(255, 255, 255);
}
.entry-content .edit-link {
clear: both;
display: block;
}
.entry-content img, .comment-content img, .widget img {
max-width: 100%;
max-height: 100%;
}
.entry-content .ls-container img{
max-height: inherit;
max-width: inherit;
}
.imgframe5 img{
border: none !important;
background-color: #fff;
}
.widget .ls-wp-container img{
max-width: inherit;
max-height: inherit;
}
.ls-wp-container{
float: left;
}
.widget_contents-component img{
border: 1px solid rgba(0,0,0,0.05);
}
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
height: auto;
}
img.size-full, img.size-large {
max-width: 100%;
width: auto;
height: auto;
}
.entry-content img.wp-smiley {
border: medium none;
margin-bottom: 0px;
margin-top: 0px;
padding: 0px;
}
img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 1.625em;
}
p img, .wp-caption {
margin-top: 0.4em;
}
.wp-caption {
background-image: none;
background-attachment: scroll;
background-color: rgb(238, 238, 238);
margin-bottom: 1.625em;
max-width: 100%;
padding: 9px;
margin-right: 18px;
background-position: 0% 0%;
background-repeat: repeat repeat;
}
.wp-caption img {
display: block;
margin: 0px auto;
max-width: 100%;
}
.wp-caption .wp-caption-text, .gallery-caption {
color: rgb(102, 102, 102);
font-family: Georgia, serif;
font-size: 12px;
}
.wp-caption .wp-caption-text {
margin-bottom: 0.6em;
padding: 10px 10px 5px 10px;
position: relative;
text-align: center;
}
.wp-caption .wp-caption-text::before {
color: rgb(102, 102, 102);
font-size: 14px;
font-style: normal;
font-weight: bold;
margin-right: 5px;
position: absolute;
left: 10px;
top: 7px;
}
ul#links404 {
list-style: inherit;
margin-left: 20px;
}
ul#links404 li {
line-height: 25px;
}
.wp-caption img {
border-color: rgb(238, 238, 238);
}
.rssicon {
height: 20px;
width: 20px;
margin-top: 15px;
background-repeat: no-repeat no-repeat;
}
embed, iframe, object {
max-width: 100%;
}
.post-password-required .entry-header .comments-link {
margin: 1.625em 0px 0px;
}
.post-password-required input[type="password"] {
margin: 0.8125em 0px;
}
.post-password-required input[type="password"]:focus {
background-image: none;
background-attachment: scroll;
background-color: rgb(247, 247, 247);
background-position: 0% 0%;
background-repeat: repeat repeat;
}
#author-info {
font-size: 12px;
overflow: hidden;
}
header.entry-header {
text-align: left;
display: inline-block;
width: 100%;
margin: 15px 0 10px;
}
li.ext-nav,.minicart-li{
position: relative !important;
z-index: 1000000;
}
li.ext-nav>a{
padding-right: 18px;
padding-left: 13px;
}
li.ext-nav i{
margin-top: 5px;
transition: all 350ms;
font-size: 15px;
font-weight: 600;
display: inherit;
}
li.ext-nav:hover i,.minicart-li:hover i{
transform: scale(1.2);
}
li.ext-nav>ul,.minicart-li>ul{
border: none;
top: 29px;
padding-top: 20px;
padding-bottom: 20px;
background-color: transparent;
right: 0px;
left: inherit !important;
box-shadow: none;
position: absolute;
padding-bottom: 0px;
}
.minicart-li>ul{
top: 19px;
}
.minicart-li>ul .minicart-wrp{
box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
}
.minicart-li:hover>ul{
display: block;
}
.minicart-li .total strong{
color: #555;
}
.minicart-li .buttons .checkout{
margin-right: 0px !important;
}
.compact li.ext-nav>ul, .compact .minicart-li>ul{
top: 42px;
}
li.ext-nav:last-child>a{
margin-right: 0px;
padding-left: 0px;
}
li.ext-nav.search-nav #searchform{
box-shadow: none;
}
li.ext-nav #searchform #s{
background-color: #eee;
}
li.ext-nav #searchform #searchsubmit{
padding: 7px 10px 6px;
}
.minicart-wrp{
background: #fff;
}
.minicart-wrp .empty{
padding: 15px;
}
.search-nav #searchform #searchsubmit{
float: right;
}
.search-nav #searchform #s{
border: none;
font-size: 12px;
}
.search-nav #searchform{
box-shadow: 0 1px 3px 0 rgba(0,0,0,0.5);
display: inline-block;
min-width: 250px;
}
.search-nav .dropdown-menu{
min-width: 250px;
}
#logo img{
max-height: 50px;
transition: all 250ms;
-webkit-transition: all 250ms;
-moz-transition: all 250ms;
}
.compact #logo img{
max-height: 40px;
margin-top: 0;
}
.singular #author-info {
background-image: none;
background-attachment: scroll;
background-color: rgb(249, 249, 249);
border-top-width: 1px;
border-top-style: solid;
border-top-color: rgb(221, 221, 221);
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: rgb(221, 221, 221);
margin: 2.2em -35.6% 0px -35.4%;
padding: 20px 35.4%;
background-position: 0% 0%;
background-repeat: repeat repeat;
}
.archive #author-info {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: rgb(221, 221, 221);
margin: 0px 0px 2.2em;
padding: 0px 0px 2.2em;
}
#author-avatar {
float: left;
margin-right: -78px;
}
#author-avatar img {
background-image: none;
background-attachment: scroll;
background-color: rgb(255, 255, 255);
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
box-shadow: rgb(187, 187, 187) 0px 1px 2px;
padding: 3px;
background-position: 0% 0%;
background-repeat: repeat repeat;
}
#author-description {
float: left;
margin-left: 108px;
}
#author-description h2 {
color: rgb(0, 0, 0);
font-size: 15px;
font-weight: bold;
margin: 5px 0px 10px;
}
.entry-header .comments-link a {
background-attachment: scroll;
background-color: rgb(238, 238, 238);
color: rgb(102, 102, 102);
font-size: 13px;
font-weight: normal;
line-height: 35px;
overflow: hidden;
padding: 0px;
position: absolute;
top: 1.5em;
right: 0px;
text-align: center;
width: 43px;
height: 36px;
background-position: 0% 0%;
background-repeat: no-repeat no-repeat;
}
.king-LvCRow{
width: 100%;
display: inline-block;
min-height: 20px;
}
.devnConColbody{
width: 100%;
height: 100%;
display: block;
min-height: 20px;
}
.entry-header .comments-link a:hover, .entry-header .comments-link a:focus, .entry-header .comments-link a:active {
background-color: rgb(25, 130, 209);
color: rgba(255, 255, 255, 0.8);
}
.entry-header .comments-link .leave-reply {
visibility: hidden;
}
.entry-header hgroup .entry-title {
padding-top: 15px;
}
article.format-aside .entry-content, article.format-link .entry-content, article.format-status .entry-content {
padding: 20px 0px 0px;
}
article.format-status .entry-content {
min-height: 65px;
}
.recent-posts .entry-header .entry-format {
display: none;
}
.recent-posts .entry-header hgroup .entry-title {
padding-top: 0px;
}
.singular .hentry {
border-bottom-width: medium;
border-bottom-style: none;
position: relative;
}
.singular.page .hentry {
padding: 0;
}
.singular .entry-title {
color: rgb(0, 0, 0);
font-size: 36px;
font-weight: bold;
line-height: 48px;
}
.singular .entry-title, .singular .entry-header .entry-meta {
padding-right: 0px;
}
.singular .entry-header .entry-meta {
position: absolute;
top: 0px;
left: 0px;
}
blockquote.pull {
font-size: 21px;
font-weight: bold;
line-height: 1.6125em;
margin: 0px 0px 1.625em;
text-align: center;
}
.singular blockquote.pull {
margin: 0px -22.25% 1.625em;
}
.pull.alignleft {
margin: 0px 1.625em 0px 0px;
text-align: right;
}
.singular .pull.alignleft {
margin: 0px 1.625em 0px -22.25%;
}
.pull.alignright {
margin: 0px 0px 0px 1.625em;
text-align: left;
}
blockquote.pull.alignleft, blockquote.pull.alignright {
width: 33%;
}
.singular .pull.alignright {
margin: 0px -22.25% 0px 1.625em;
}
.singular blockquote.pull.alignleft, .singular blockquote.pull.alignright {
width: 33%;
}
.singular .entry-meta .edit-link a {
bottom: auto;
left: 50px;
position: absolute;
right: auto;
top: 80px;
}
.format-aside .entry-title, .format-aside .entry-header .comments-link {
display: none;
}
.singular .format-aside .entry-title {
display: block;
}
.format-aside .entry-content {
padding: 0px;
}
.singular .format-aside .entry-content {
padding: 1.625em 0px 0px;
}
.format-link .entry-title, .format-link .entry-header .comments-link {
display: none;
}
.singular .format-link .entry-title {
display: block;
}
.format-link .entry-content {
padding: 0px;
}
.singular .format-link .entry-content {
padding: 1.625em 0px 0px;
}
.format-gallery .gallery-thumb {
float: left;
display: block;
margin: 0.375em 1.625em 0px 0px;
}
.format-status .entry-title, .format-status .entry-header .comments-link {
display: none;
}
.singular .format-status .entry-title {
display: block;
}
.format-status .entry-content {
padding: 0px;
}
.singular .format-status .entry-content {
padding: 1.625em 0px 0px;
}
.format-status img.avatar {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
box-shadow: rgb(204, 204, 204) 0px 1px 2px;
float: left;
margin: 4px 10px 2px 0px;
padding: 0px;
}
.format-quote blockquote {
color: rgb(85, 85, 85);
font-size: 17px;
margin: 0px;
}
.indexed.format-image .entry-header {
min-height: 61px;
}
.indexed.format-image .entry-content {
padding-top: 0.5em;
}
.indexed.format-image .entry-content p {
margin: 1em 0px;
}
.indexed.format-image .entry-content p:first-child, .indexed.format-image .entry-content p:first-child a, .indexed.format-image .entry-content p:first-child img {
display: block;
margin: 0px;
}
.indexed.format-image .entry-content .wp-caption .wp-caption-text {
margin: 0px;
padding-bottom: 1em;
}
.indexed.format-image footer.entry-meta {
background-image: none;
background-attachment: scroll;
background-color: rgb(221, 221, 221);
overflow: hidden;
padding: 4%;
max-width: 96%;
background-position: 0% 0%;
background-repeat: repeat repeat;
}
.indexed.format-image div.entry-meta {
display: inline-block;
float: left;
width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
float: none;
width: 65%;
}
.indexed.format-image .entry-meta span.cat-links, .indexed.format-image .entry-meta span.tag-links, .indexed.format-image .entry-meta span.comments-link {
display: block;
}
.indexed.format-image footer.entry-meta a {
color: rgb(68, 68, 68);
}
.indexed.format-image footer.entry-meta a:hover {
color: rgb(255, 255, 255);
}
#content .indexed.format-image img {
border: medium none;
max-width: 100%;
padding: 0px;
}
.indexed.format-image .wp-caption {
background-image: none;
background-attachment: scroll;
background-color: rgb(17, 17, 17);
margin-bottom: 0px;
max-width: 96%;
padding: 2% 2% 0px;
background-position: 0% 0%;
background-repeat: repeat repeat;
}
.indexed.format-image .wp-caption .wp-caption-text {
color: rgb(221, 221, 221);
}
.indexed.format-image .wp-caption .wp-caption-text::before {
color: rgb(68, 68, 68);
}
.indexed.format-image a:hover img {
opacity: 0.8;
}
h1.showcase-heading {
color: rgb(102, 102, 102);
font-size: 10px;
font-weight: 500;
letter-spacing: 0.1em;
line-height: 2.6em;
text-transform: uppercase;
}
article.intro {
background-image: none;
background-attachment: scroll;
background-color: rgb(249, 249, 249);
border-bottom-width: medium;
border-bottom-style: none;
margin: -1.855em -8.9% 1.625em;
padding: 0px 8.9%;
background-position: 0% 0%;
background-repeat: repeat repeat;
}
article.intro .entry-title {
display: none;
}
article.intro .entry-content {
color: rgb(17, 17, 17);
font-size: 16px;
padding: 1.625em 0px 0.625em;
}
article.intro .edit-link a {
background-image: none;
background-attachment: scroll;
background-color: rgb(170, 170, 170);
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
color: rgb(255, 255, 255);
font-size: 12px;
padding: 0px 8px;
position: absolute;
top: 30px;
right: 20px;
background-position: 0% 0%;
background-repeat: repeat repeat;
}
article.intro .edit-link a:hover, article.intro .edit-link a:focus, article.intro .edit-link a:active {
background-image: none;
background-attachment: scroll;
background-color: rgb(119, 119, 119);
background-position: 0% 0%;
background-repeat: repeat repeat;
}
section.featured-post {
float: left;
margin: -1.625em -8.9% 1.625em;
padding: 1.625em 8.9% 0px;
position: relative;
width: 100%;
}
section.featured-post .hentry {
border: medium none;
color: rgb(102, 102, 102);
margin: 0px;
}
section.featured-post .entry-meta {
clip: rect(1px 1px 1px 1px);
position: absolute !important;
}
section.featured-post .attachment-small-feature {
float: right;
height: auto;
margin: 0px -8.9% 1.625em 0px;
max-width: 59%;
position: relative;
right: -15px;
}
section.featured-post.small {
padding-top: 0px;
}
section.featured-post .attachment-small-feature:hover, section.featured-post .attachment-small-feature:focus, section.featured-post .attachment-small-feature:active {
opacity: 0.8;
}
article.feature-image.small {
float: left;
margin: 0px 0px 1.625em;
width: 45%;
}
article.feature-image.small .entry-title {
line-height: 1.2em;
}
article.feature-image.small .entry-summary {
color: rgb(85, 85, 85);
font-size: 13px;
}
article.feature-image.small .entry-summary p a {
background-image: none;
background-attachment: scroll;
background-color: rgb(34, 34, 34);
color: rgb(238, 238, 238);
display: block;
left: -23.8%;
padding: 9px 26px 9px 85px;
position: relative;
top: 20px;
width: 180px;
z-index: 1;
background-position: 0% 0%;
background-repeat: repeat repeat;
}
article.feature-image.small .entry-summary p a:hover {
background-image: none;
background-attachment: scroll;
background-color: rgb(25, 130, 209);
color: rgba(255, 255, 255, 0.8);
background-position: 0% 0%;
background-repeat: repeat repeat;
}
section.feature-image.large {
border: medium none;
max-height: 288px;
padding: 0px;
width: 100%;
}
section.feature-image.large .showcase-heading {
display: none;
}
section.feature-image.large .hentry {
border-bottom-width: medium;
border-bottom-style: none;
left: 9%;
margin: 1.625em 9% 0px 0px;
position: absolute;
top: 0px;
}
article.feature-image.large .entry-title a {
background-image: none;
background-attachment: scroll;
background-color: rgba(0, 0, 0, 0.8);
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
color: rgb(255, 255, 255);
display: inline-block;
font-weight: 300;
padding: 0.2em 20px;
background-position: 0% 0%;
background-repeat: repeat repeat;
}
section.feature-image.large:hover .entry-title a, section.feature-image.large .entry-title:hover a {
background-image: none;
background-attachment: scroll;
background-color: rgba(255, 255, 255, 0.8);
color: rgb(34, 34, 34);
background-position: 0% 0%;
background-repeat: repeat repeat;
}
article.feature-image.large .entry-summary {
display: none;
}
section.feature-image.large img {
display: block;
height: auto;
max-width: 117.9%;
padding: 0px 0px 6px;
}
.featured-posts {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: rgb(221, 221, 221);
display: block;
height: 328px;
margin: 1.625em -8.9% 20px;
max-width: 1000px;
padding: 0px;
position: relative;
overflow: hidden;
}
body.error404 .widget-title {
margin-bottom: 10px;
}
.featured-posts .showcase-heading {
padding-left: 8.9%;
}
.featured-posts section.featured-post {
background-image: none;
background-attachment: scroll;
background-color: rgb(255, 255, 255);
height: 288px;
left: 0px;
margin: 0px;
position: absolute;
top: 30px;
width: auto;
background-position: 0% 0%;
background-repeat: repeat repeat;
}
.featured-posts section.featured-post.large {
max-width: 100%;
overflow: hidden;
}
.featured-posts section.featured-post {
}
.featured-posts section.featured-post {
opacity: 0;
visibility: hidden;
}
.featured-posts #featured-post-1 {
opacity: 1;
visibility: visible;
}
.featured-post .feature-text::after, .featured-post .feature-image.small::after {
width: 100%;
height: 45px;
position: absolute;
top: 230px;
}
.featured-post .feature-image.small::after {
top: 253px;
}
#content .feature-slider {
top: 5px;
right: 8.9%;
overflow: visible;
position: absolute;
}
.feature-slider ul {
list-style-type: none;
margin: 0px;
}
.feature-slider li {
float: left;
margin: 0px 6px;
}
.feature-slider a {
background-image: none;
background-attachment: scroll;
background-color: rgba(60, 60, 60, 0.901961);
border-top-left-radius: 12px;
border-top-right-radius: 12px;
border-bottom-right-radius: 12px;
border-bottom-left-radius: 12px;
box-shadow: rgba(0, 0, 0, 0.498039) 1px 1px 5px inset, rgba(255, 255, 255, 0.498039) 0px 0px 2px inset;
display: block;
width: 14px;
height: 14px;
background-position: 0% 0%;
background-repeat: repeat repeat;
}
.feature-slider a.active {
background-image: none;
background-attachment: scroll;
background-color: rgb(25, 130, 209);
box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 5px inset, rgba(255, 255, 255, 0.8) 0px 0px 2px inset;
cursor: default;
opacity: 0.5;
background-position: 0% 0%;
background-repeat: repeat repeat;
}
section.recent-posts {
padding: 0px 0px 1.625em;
}
section.recent-posts .hentry {
border: medium none;
margin: 0px;
}
section.recent-posts .other-recent-posts {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: rgb(221, 221, 221);
list-style: none outside none;
margin: 0px;
}
section.recent-posts .other-recent-posts li {
padding: 0.3125em 0px;
position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
border-top-width: 1px;
border-top-style: solid;
border-top-color: rgb(221, 221, 221);
font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
color: rgb(55, 55, 55);
float: left;
max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]::after {
color: transparent;
font-size: 11px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
}
section.recent-posts .other-recent-posts .comments-link a, section.recent-posts .other-recent-posts .comments-link > span {
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: rgb(153, 153, 153);
bottom: -2px;
color: rgb(68, 68, 68);
display: block;
font-size: 10px;
font-weight: 500;
line-height: 2.76333em;
padding: 0.3125em 0px 0.3125em 1em;
position: absolute;
right: 0px;
text-align: right;
text-transform: uppercase;
z-index: 1;
}
section.recent-posts .other-recent-posts .comments-link > span {
border-color: rgb(187, 187, 187);
color: rgb(136, 136, 136);
}
section.recent-posts .other-recent-posts .comments-link a:hover {
color: rgb(25, 130, 209);
border-color: rgb(25, 130, 209);
}
section.recent-posts .other-recent-posts li::after {
clear: both;
display: block;
height: 0px;
visibility: hidden;
}
.image-attachment div.attachment {
background-image: none;
background-attachment: scroll;
background-color: rgb(249, 249, 249);
border-style: solid;
border-color: rgb(221, 221, 221);
border-image-source: none;
border-width: 1px 0px;
margin: 0px -8.9% 1.625em;
overflow: hidden;
padding: 1.625em 1.625em 0px;
text-align: center;
background-position: 0% 0%;
background-repeat: repeat repeat;
}
.image-attachment div.attachment img {
display: block;
height: auto;
margin: 0px auto 1.625em;
max-width: 100%;
}
.image-attachment div.attachment a img {
border-color: rgb(249, 249, 249);
}
.image-attachment div.attachment a:focus img, .image-attachment div.attachment a:hover img, .image-attachment div.attachment a:active img {
border-color: rgb(221, 221, 221);
background-image: none;
background-attachment: scroll;
background-color: rgb(255, 255, 255);
background-position: 0% 0%;
background-repeat: repeat repeat;
}
.image-attachment .entry-caption p {
font-size: 10px;
letter-spacing: 0.1em;
line-height: 2.6em;
margin: 0px 0px 2.6em;
text-transform: uppercase;
}
.bypostauthor{
}
#content nav {
clear: both;
overflow: hidden;
padding: 30px 0;
}
#nav-above {
padding: 0px 0px 1.625em;
}
#nav-above {
display: none;
}
.paged #nav-above {
display: block;
}
.nav-previous {
float: left;
width: 50%;
}
.nav-next {
float: right;
text-align: right;
width: 50%;
}
#content nav .meta-nav {
font-weight: normal;
}
#wrap {
display: inline-block;
position: relative;
height: 30px;
float: right;
padding: 0;
position: relative;
margin-right: 15px;
margin-top: 15px;
}
#wrap input[type="text"] {
height: 30px;
font-size: 15px;
display: inline-block;
border: none;
outline: none;
color: #999;
padding: 0px 10px;
padding-right: 60px;
width: 0px;
position: absolute;
top: 0;
right: 0;
background: none;
z-index: 3;
transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
cursor: pointer;
border-radius: 3px;
}
#wrap input[type="text"]:focus:hover {
background-color: #fff;
-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.2);
box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}
#wrap input[type="text"]:focus {
width: 300px;
z-index: 1;
cursor: text;
background-color: #fff;
-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.2);
box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}
#wrap input[type="submit"] {
height: 30px;
width: 30px;
display: inline-block;
color: red;
float: right;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/site-search-menu.png) no-repeat center 1px;
text-indent: -10000px;
border: none;
position: absolute;
top: 0;
right: 0;
z-index: 2;
cursor: pointer;
opacity: 0.4;
cursor: pointer;
transition: opacity .4s ease;
background-size: 30px;
}
#wrap input[type="submit"]:hover {
opacity: 0.8;
}
.edit-link a {
float: right;
height: 20px;
line-height: 20px;
font-size: 12px !important;
text-transform: none !important;
} .pagination-comments {
padding: 5px;
margin: 0;
}
.pagination-comments li {
display: inline;
list-style: none;
}
.pagination-comments a {
background: #e7e7e7;
border: 1px solid #d7d7d7;
color: #666666;
margin-right: 4px;
padding: 3px 6px;
text-align: center;
text-decoration: none;
}
.pagination-comments a:hover,.pagination-comments a:active {
background: #d7d7d7;
color: #888888;
}
.pagination-comments .title {
margin-right: 4px;
}
.pagination-comments .gap {
color: #999999;
margin-right: 4px;
}
.pagination-comments .current {
color: #666666;
background: #f7f7f7;
border: 1px solid #e7e7e7;
margin-right: 4px;
padding: 3px 6px;
}
.pagination-comments .page {
}
.pagination-comments .prev,.pagination-comments .next {
}@font-face {
font-family: 'simple-line-icons';
src:url(//www.safe-renovation.fr/wp-content/themes/highstand/core/assets/css/fonts/Simple-Line-Icons.eot?-i3a2kk);
src:url(//www.safe-renovation.fr/wp-content/themes/highstand/core/assets/css/fonts/Simple-Line-Icons.eot?#iefix-i3a2kk) format('embedded-opentype'),
url(//www.safe-renovation.fr/wp-content/themes/highstand/core/assets/css/fonts/Simple-Line-Icons.ttf?-i3a2kk) format('truetype'),
url(//www.safe-renovation.fr/wp-content/themes/highstand/core/assets/css/fonts/Simple-Line-Icons.woff?-i3a2kk) format('woff'),
url(//www.safe-renovation.fr/wp-content/themes/highstand/core/assets/css/fonts/Simple-Line-Icons.svg?-i3a2kk#simple-line-icons) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'et-line';
src:url(//www.safe-renovation.fr/wp-content/themes/highstand/core/assets/css/fonts/et-line.eot);
src:url(//www.safe-renovation.fr/wp-content/themes/highstand/core/assets/css/fonts/et-line.eot?#iefix) format('embedded-opentype'),
url(//www.safe-renovation.fr/wp-content/themes/highstand/core/assets/css/fonts/et-line.woff) format('woff'),
url(//www.safe-renovation.fr/wp-content/themes/highstand/core/assets/css/fonts/et-line.ttf) format('truetype'),
url(//www.safe-renovation.fr/wp-content/themes/highstand/core/assets/css/fonts/et-line.svg#et-line) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'FontAwesome';
src: url(//www.safe-renovation.fr/wp-content/themes/highstand/core/assets/css/fonts/fontawesome-webfont.eot?v=4.5.0);
src: url(//www.safe-renovation.fr/wp-content/themes/highstand/core/assets/css/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'), url(//www.safe-renovation.fr/wp-content/themes/highstand/core/assets/css/fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'), url(//www.safe-renovation.fr/wp-content/themes/highstand/core/assets/css/fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'), url(//www.safe-renovation.fr/wp-content/themes/highstand/core/assets/css/fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'), url(//www.safe-renovation.fr/wp-content/themes/highstand/core/assets/css/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}     [class^="et-"], [class*=" et-"] {
font-family: 'et-line';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display:inline-block;
}
.et-mobile:before{content:"\e000"}.et-laptop:before{content:"\e001"}.et-desktop:before{content:"\e002"}.et-tablet:before{content:"\e003"}.et-phone:before{content:"\e004"}.et-document:before{content:"\e005"}.et-documents:before{content:"\e006"}.et-search:before{content:"\e007"}.et-clipboard:before{content:"\e008"}.et-newspaper:before{content:"\e009"}.et-notebook:before{content:"\e00a"}.et-book-open:before{content:"\e00b"}.et-browser:before{content:"\e00c"}.et-calendar:before{content:"\e00d"}.et-presentation:before{content:"\e00e"}.et-picture:before{content:"\e00f"}.et-pictures:before{content:"\e010"}.et-video:before{content:"\e011"}.et-camera:before{content:"\e012"}.et-printer:before{content:"\e013"}.et-toolbox:before{content:"\e014"}.et-briefcase:before{content:"\e015"}.et-wallet:before{content:"\e016"}.et-gift:before{content:"\e017"}.et-bargraph:before{content:"\e018"}.et-grid:before{content:"\e019"}.et-expand:before{content:"\e01a"}.et-focus:before{content:"\e01b"}.et-edit:before{content:"\e01c"}.et-adjustments:before{content:"\e01d"}.et-ribbon:before{content:"\e01e"}.et-hourglass:before{content:"\e01f"}.et-lock:before{content:"\e020"}.et-megaphone:before{content:"\e021"}.et-shield:before{content:"\e022"}.et-trophy:before{content:"\e023"}.et-flag:before{content:"\e024"}.et-map:before{content:"\e025"}.et-puzzle:before{content:"\e026"}.et-basket:before{content:"\e027"}.et-envelope:before{content:"\e028"}.et-streetsign:before{content:"\e029"}.et-telescope:before{content:"\e02a"}.et-gears:before{content:"\e02b"}.et-key:before{content:"\e02c"}.et-paperclip:before{content:"\e02d"}.et-attachment:before{content:"\e02e"}.et-pricetags:before{content:"\e02f"}.et-lightbulb:before{content:"\e030"}.et-layers:before{content:"\e031"}.et-pencil:before{content:"\e032"}.et-tools:before{content:"\e033"}.et-tools-2:before{content:"\e034"}.et-scissors:before{content:"\e035"}.et-paintbrush:before{content:"\e036"}.et-magnifying-glass:before{content:"\e037"}.et-circle-compass:before{content:"\e038"}.et-linegraph:before{content:"\e039"}.et-mic:before{content:"\e03a"}.et-strategy:before{content:"\e03b"}.et-beaker:before{content:"\e03c"}.et-caution:before{content:"\e03d"}.et-recycle:before{content:"\e03e"}.et-anchor:before{content:"\e03f"}.et-profile-male:before{content:"\e040"}.et-profile-female:before{content:"\e041"}.et-bike:before{content:"\e042"}.et-wine:before{content:"\e043"}.et-hotairballoon:before{content:"\e044"}.et-globe:before{content:"\e045"}.et-genius:before{content:"\e046"}.et-map-pin:before{content:"\e047"}.et-dial:before{content:"\e048"}.et-chat:before{content:"\e049"}.et-heart:before{content:"\e04a"}.et-cloud:before{content:"\e04b"}.et-upload:before{content:"\e04c"}.et-download:before{content:"\e04d"}.et-target:before{content:"\e04e"}.et-hazardous:before{content:"\e04f"}.et-piechart:before{content:"\e050"}.et-speedometer:before{content:"\e051"}.et-global:before{content:"\e052"}.et-compass:before{content:"\e053"}.et-lifesaver:before{content:"\e054"}.et-clock:before{content:"\e055"}.et-aperture:before{content:"\e056"}.et-quote:before{content:"\e057"}.et-scope:before{content:"\e058"}.et-alarmclock:before{content:"\e059"}.et-refresh:before{content:"\e05a"}.et-happy:before{content:"\e05b"}.et-sad:before{content:"\e05c"}.et-facebook:before{content:"\e05d"}.et-twitter:before{content:"\e05e"}.et-googleplus:before{content:"\e05f"}.et-rss:before{content:"\e060"}.et-tumblr:before{content:"\e061"}.et-linkedin:before{content:"\e062"}.et-dribbble:before{content:"\e063"} [class^="sl-"], [class*=" sl-"] {
font-family: 'simple-line-icons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.sl-user:before{content:"\e005"}.sl-people:before{content:"\e001"}.sl-user-female:before{content:"\e000"}.sl-user-follow:before{content:"\e002"}.sl-user-following:before{content:"\e003"}.sl-user-unfollow:before{content:"\e004"}.sl-login:before{content:"\e066"}.sl-logout:before{content:"\e065"}.sl-emotsmile:before{content:"\e021"}.sl-phone:before{content:"\e600"}.sl-call-end:before{content:"\e048"}.sl-call-in:before{content:"\e047"}.sl-call-out:before{content:"\e046"}.sl-map:before{content:"\e033"}.sl-location-pin:before{content:"\e096"}.sl-direction:before{content:"\e042"}.sl-directions:before{content:"\e041"}.sl-compass:before{content:"\e045"}.sl-layers:before{content:"\e034"}.sl-menu:before{content:"\e601"}.sl-list:before{content:"\e067"}.sl-options-vertical:before{content:"\e602"}.sl-options:before{content:"\e603"}.sl-arrow-down:before{content:"\e604"}.sl-arrow-left:before{content:"\e605"}.sl-arrow-right:before{content:"\e606"}.sl-arrow-up:before{content:"\e607"}.sl-arrow-up-circle:before{content:"\e078"}.sl-arrow-left-circle:before{content:"\e07a"}.sl-arrow-right-circle:before{content:"\e079"}.sl-arrow-down-circle:before{content:"\e07b"}.sl-check:before{content:"\e080"}.sl-clock:before{content:"\e081"}.sl-plus:before{content:"\e095"}.sl-close:before{content:"\e082"}.sl-trophy:before{content:"\e006"}.sl-screen-smartphone:before{content:"\e010"}.sl-screen-desktop:before{content:"\e011"}.sl-plane:before{content:"\e012"}.sl-notebook:before{content:"\e013"}.sl-mustache:before{content:"\e014"}.sl-mouse:before{content:"\e015"}.sl-magnet:before{content:"\e016"}.sl-energy:before{content:"\e020"}.sl-disc:before{content:"\e022"}.sl-cursor:before{content:"\e06e"}.sl-cursor-move:before{content:"\e023"}.sl-crop:before{content:"\e024"}.sl-chemistry:before{content:"\e026"}.sl-speedometer:before{content:"\e007"}.sl-shield:before{content:"\e00e"}.sl-screen-tablet:before{content:"\e00f"}.sl-magic-wand:before{content:"\e017"}.sl-hourglass:before{content:"\e018"}.sl-graduation:before{content:"\e019"}.sl-ghost:before{content:"\e01a"}.sl-game-controller:before{content:"\e01b"}.sl-fire:before{content:"\e01c"}.sl-eyeglass:before{content:"\e01d"}.sl-envelope-open:before{content:"\e01e"}.sl-envolope-letter:before{content:"\e01f"}.sl-bell:before{content:"\e027"}.sl-badge:before{content:"\e028"}.sl-anchor:before{content:"\e029"}.sl-wallet:before{content:"\e02a"}.sl-vector:before{content:"\e02b"}.sl-speech:before{content:"\e02c"}.sl-puzzle:before{content:"\e02d"}.sl-printer:before{content:"\e02e"}.sl-present:before{content:"\e02f"}.sl-playlist:before{content:"\e030"}.sl-pin:before{content:"\e031"}.sl-picture:before{content:"\e032"}.sl-handbag:before{content:"\e035"}.sl-globe-alt:before{content:"\e036"}.sl-globe:before{content:"\e037"}.sl-folder-alt:before{content:"\e039"}.sl-folder:before{content:"\e089"}.sl-film:before{content:"\e03a"}.sl-feed:before{content:"\e03b"}.sl-drop:before{content:"\e03e"}.sl-drawar:before{content:"\e03f"}.sl-docs:before{content:"\e040"}.sl-doc:before{content:"\e085"}.sl-diamond:before{content:"\e043"}.sl-cup:before{content:"\e044"}.sl-calculator:before{content:"\e049"}.sl-bubbles:before{content:"\e04a"}.sl-briefcase:before{content:"\e04b"}.sl-book-open:before{content:"\e04c"}.sl-basket-loaded:before{content:"\e04d"}.sl-basket:before{content:"\e04e"}.sl-bag:before{content:"\e04f"}.sl-action-undo:before{content:"\e050"}.sl-action-redo:before{content:"\e051"}.sl-wrench:before{content:"\e052"}.sl-umbrella:before{content:"\e053"}.sl-trash:before{content:"\e054"}.sl-tag:before{content:"\e055"}.sl-support:before{content:"\e056"}.sl-frame:before{content:"\e038"}.sl-size-fullscreen:before{content:"\e057"}.sl-size-actual:before{content:"\e058"}.sl-shuffle:before{content:"\e059"}.sl-share-alt:before{content:"\e05a"}.sl-share:before{content:"\e05b"}.sl-rocket:before{content:"\e05c"}.sl-question:before{content:"\e05d"}.sl-pie-chart:before{content:"\e05e"}.sl-pencil:before{content:"\e05f"}.sl-note:before{content:"\e060"}.sl-loop:before{content:"\e064"}.sl-home:before{content:"\e069"}.sl-grid:before{content:"\e06a"}.sl-graph:before{content:"\e06b"}.sl-microphone:before{content:"\e063"}.sl-music-tone-alt:before{content:"\e061"}.sl-music-tone:before{content:"\e062"}.sl-earphones-alt:before{content:"\e03c"}.sl-earphones:before{content:"\e03d"}.sl-equalizer:before{content:"\e06c"}.sl-like:before{content:"\e068"}.sl-dislike:before{content:"\e06d"}.sl-control-start:before{content:"\e06f"}.sl-control-rewind:before{content:"\e070"}.sl-control-play:before{content:"\e071"}.sl-control-pause:before{content:"\e072"}.sl-control-forward:before{content:"\e073"}.sl-control-end:before{content:"\e074"}.sl-volume-1:before{content:"\e09f"}.sl-volume-2:before{content:"\e0a0"}.sl-volume-off:before{content:"\e0a1"}.sl-calender:before{content:"\e075"}.sl-bulb:before{content:"\e076"}.sl-chart:before{content:"\e077"}.sl-ban:before{content:"\e07c"}.sl-bubble:before{content:"\e07d"}.sl-camrecorder:before{content:"\e07e"}.sl-camera:before{content:"\e07f"}.sl-cloud-download:before{content:"\e083"}.sl-cloud-upload:before{content:"\e084"}.sl-envolope:before{content:"\e086"}.sl-eye:before{content:"\e087"}.sl-flag:before{content:"\e088"}.sl-heart:before{content:"\e08a"}.sl-info:before{content:"\e08b"}.sl-key:before{content:"\e08c"}.sl-link:before{content:"\e08d"}.sl-lock:before{content:"\e08e"}.sl-lock-open:before{content:"\e08f"}.sl-magnifier:before{content:"\e090"}.sl-magnifier-add:before{content:"\e091"}.sl-magnifier-remove:before{content:"\e092"}.sl-paper-clip:before{content:"\e093"}.sl-paper-plane:before{content:"\e094"}.sl-power:before{content:"\e097"}.sl-refresh:before{content:"\e098"}.sl-reload:before{content:"\e099"}.sl-settings:before{content:"\e09a"}.sl-star:before{content:"\e09b"}.sl-symble-female:before{content:"\e09c"}.sl-symbol-male:before{content:"\e09d"}.sl-target:before{content:"\e09e"}.sl-credit-card:before{content:"\e025"}.sl-paypal:before{content:"\e608"}.sl-social-tumblr:before{content:"\e00a"}.sl-social-twitter:before{content:"\e009"}.sl-social-facebook:before{content:"\e00b"}.sl-social-instagram:before{content:"\e609"}.sl-social-linkedin:before{content:"\e60a"}.sl-social-pintarest:before{content:"\e60b"}.sl-social-github:before{content:"\e60c"}.sl-social-gplus:before{content:"\e60d"}.sl-social-reddit:before{content:"\e60e"}.sl-social-skype:before{content:"\e60f"}.sl-social-dribbble:before{content:"\e00d"}.sl-social-behance:before{content:"\e610"}.sl-social-foursqare:before{content:"\e611"}.sl-social-soundcloud:before{content:"\e612"}.sl-social-spotify:before{content:"\e613"}.sl-social-stumbleupon:before{content:"\e614"}.sl-social-youtube:before{content:"\e008"}.sl-social-dropbox:before{content:"\e00c"}  [class^="fa-"], [class*=" 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-pull-left,.pull-left{margin-right:.3em}.fa-fw,.fa-li{text-align:center}.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}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-pull-right,.pull-right{margin-left:.3em}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right,.pull-right{float:right}.pull-left{float:left}.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(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{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{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-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{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-close:before,.fa-remove: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-cog:before,.fa-gear: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-repeat:before,.fa-rotate-right: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-image:before,.fa-photo: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-exclamation-triangle:before,.fa-warning: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-cogs:before,.fa-gears: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-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder: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-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste: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-chain-broken:before,.fa-unlink: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-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won: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-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira: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-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board: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: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-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-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-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-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-futbol-o:before,.fa-soccer-ball-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-ils:before,.fa-shekel:before,.fa-sheqel: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-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc: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-paper-o:before,.fa-hand-stop-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-television:before,.fa-tv: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"}
 @media (min-width:1023px){.animated{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.fast{-webkit-animation-duration:.5s;animation-duration:.5s}.effHidden,.effHidden *{visibility:hidden}.effVisible,.effVisible *{visibility:visible}@-webkit-keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes pulse{0%,100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%,100%{-webkit-transform:scale(1);transform:scale(1)}30%{-webkit-transform:scaleX(1.25)scaleY(.75);transform:scaleX(1.25)scaleY(.75)}40%{-webkit-transform:scaleX(.75)scaleY(1.25);transform:scaleX(.75)scaleY(1.25)}60%{-webkit-transform:scaleX(1.15)scaleY(.85);transform:scaleX(1.15)scaleY(.85)}}@keyframes rubberBand{0%,100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}30%{-webkit-transform:scaleX(1.25)scaleY(.75);-ms-transform:scaleX(1.25)scaleY(.75);transform:scaleX(1.25)scaleY(.75)}40%{-webkit-transform:scaleX(.75)scaleY(1.25);-ms-transform:scaleX(.75)scaleY(1.25);transform:scaleX(.75)scaleY(1.25)}60%{-webkit-transform:scaleX(1.15)scaleY(.85);-ms-transform:scaleX(1.15)scaleY(.85);transform:scaleX(1.15)scaleY(.85)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9)rotate(-3deg);transform:scale(.9)rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1)rotate(3deg);transform:scale(1.1)rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1)rotate(-3deg);transform:scale(1.1)rotate(-3deg)}100%{-webkit-transform:scale(1)rotate(0);transform:scale(1)rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9)rotate(-3deg);-ms-transform:scale(.9)rotate(-3deg);transform:scale(.9)rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1)rotate(3deg);-ms-transform:scale(1.1)rotate(3deg);transform:scale(1.1)rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1)rotate(-3deg);-ms-transform:scale(1.1)rotate(-3deg);transform:scale(1.1)rotate(-3deg)}100%{-webkit-transform:scale(1)rotate(0);-ms-transform:scale(1)rotate(0);transform:scale(1)rotate(0)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}15%{-webkit-transform:translateX(-25%)rotate(-5deg);transform:translateX(-25%)rotate(-5deg)}30%{-webkit-transform:translateX(20%)rotate(3deg);transform:translateX(20%)rotate(3deg)}45%{-webkit-transform:translateX(-15%)rotate(-3deg);transform:translateX(-15%)rotate(-3deg)}60%{-webkit-transform:translateX(10%)rotate(2deg);transform:translateX(10%)rotate(2deg)}75%{-webkit-transform:translateX(-5%)rotate(-1deg);transform:translateX(-5%)rotate(-1deg)}}@keyframes wobble{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}15%{-webkit-transform:translateX(-25%)rotate(-5deg);-ms-transform:translateX(-25%)rotate(-5deg);transform:translateX(-25%)rotate(-5deg)}30%{-webkit-transform:translateX(20%)rotate(3deg);-ms-transform:translateX(20%)rotate(3deg);transform:translateX(20%)rotate(3deg)}45%{-webkit-transform:translateX(-15%)rotate(-3deg);-ms-transform:translateX(-15%)rotate(-3deg);transform:translateX(-15%)rotate(-3deg)}60%{-webkit-transform:translateX(10%)rotate(2deg);-ms-transform:translateX(10%)rotate(2deg);transform:translateX(10%)rotate(2deg)}75%{-webkit-transform:translateX(-5%)rotate(-1deg);-ms-transform:translateX(-5%)rotate(-1deg);transform:translateX(-5%)rotate(-1deg)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);transform:scale(.9)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}100%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}}@keyframes bounceOut{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes bounceOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes bounceOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes bounceOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}}@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}}@keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}}@keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}}@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px)translateZ(0)rotateY(-360deg)scale(1);transform:perspective(400px)translateZ(0)rotateY(-360deg)scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px)translateZ(150px)rotateY(-190deg)scale(1);transform:perspective(400px)translateZ(150px)rotateY(-190deg)scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px)translateZ(150px)rotateY(-170deg)scale(1);transform:perspective(400px)translateZ(150px)rotateY(-170deg)scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px)translateZ(0)rotateY(0)scale(.95);transform:perspective(400px)translateZ(0)rotateY(0)scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px)translateZ(0)rotateY(0)scale(1);transform:perspective(400px)translateZ(0)rotateY(0)scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px)translateZ(0)rotateY(-360deg)scale(1);-ms-transform:perspective(400px)translateZ(0)rotateY(-360deg)scale(1);transform:perspective(400px)translateZ(0)rotateY(-360deg)scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px)translateZ(150px)rotateY(-190deg)scale(1);-ms-transform:perspective(400px)translateZ(150px)rotateY(-190deg)scale(1);transform:perspective(400px)translateZ(150px)rotateY(-190deg)scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px)translateZ(150px)rotateY(-170deg)scale(1);-ms-transform:perspective(400px)translateZ(150px)rotateY(-170deg)scale(1);transform:perspective(400px)translateZ(150px)rotateY(-170deg)scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px)translateZ(0)rotateY(0)scale(.95);-ms-transform:perspective(400px)translateZ(0)rotateY(0)scale(.95);transform:perspective(400px)translateZ(0)rotateY(0)scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px)translateZ(0)rotateY(0)scale(1);-ms-transform:perspective(400px)translateZ(0)rotateY(0)scale(1);transform:perspective(400px)translateZ(0)rotateY(0)scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px)rotateX(90deg);transform:perspective(400px)rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px)rotateX(-10deg);transform:perspective(400px)rotateX(-10deg)}70%{-webkit-transform:perspective(400px)rotateX(10deg);transform:perspective(400px)rotateX(10deg)}100%{-webkit-transform:perspective(400px)rotateX(0);transform:perspective(400px)rotateX(0);opacity:1}}@keyframes flipInX{0%{-webkit-transform:perspective(400px)rotateX(90deg);-ms-transform:perspective(400px)rotateX(90deg);transform:perspective(400px)rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px)rotateX(-10deg);-ms-transform:perspective(400px)rotateX(-10deg);transform:perspective(400px)rotateX(-10deg)}70%{-webkit-transform:perspective(400px)rotateX(10deg);-ms-transform:perspective(400px)rotateX(10deg);transform:perspective(400px)rotateX(10deg)}100%{-webkit-transform:perspective(400px)rotateX(0);-ms-transform:perspective(400px)rotateX(0);transform:perspective(400px)rotateX(0);opacity:1}}.flipInX{backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}.flipInX,.flipInY{-ms-backface-visibility:visible!important;-webkit-backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px)rotateY(90deg);transform:perspective(400px)rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px)rotateY(-10deg);transform:perspective(400px)rotateY(-10deg)}70%{-webkit-transform:perspective(400px)rotateY(10deg);transform:perspective(400px)rotateY(10deg)}100%{-webkit-transform:perspective(400px)rotateY(0);transform:perspective(400px)rotateY(0);opacity:1}}@keyframes flipInY{0%{-webkit-transform:perspective(400px)rotateY(90deg);-ms-transform:perspective(400px)rotateY(90deg);transform:perspective(400px)rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px)rotateY(-10deg);-ms-transform:perspective(400px)rotateY(-10deg);transform:perspective(400px)rotateY(-10deg)}70%{-webkit-transform:perspective(400px)rotateY(10deg);-ms-transform:perspective(400px)rotateY(10deg);transform:perspective(400px)rotateY(10deg)}100%{-webkit-transform:perspective(400px)rotateY(0);-ms-transform:perspective(400px)rotateY(0);transform:perspective(400px)rotateY(0);opacity:1}}.flipInY{backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px)rotateX(0);transform:perspective(400px)rotateX(0);opacity:1}100%{-webkit-transform:perspective(400px)rotateX(90deg);transform:perspective(400px)rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px)rotateX(0);-ms-transform:perspective(400px)rotateX(0);transform:perspective(400px)rotateX(0);opacity:1}100%{-webkit-transform:perspective(400px)rotateX(90deg);-ms-transform:perspective(400px)rotateX(90deg);transform:perspective(400px)rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;backface-visibility:visible!important}.flipOutX,.flipOutY{-ms-backface-visibility:visible!important;-webkit-backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px)rotateY(0);transform:perspective(400px)rotateY(0);opacity:1}100%{-webkit-transform:perspective(400px)rotateY(90deg);transform:perspective(400px)rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px)rotateY(0);-ms-transform:perspective(400px)rotateY(0);transform:perspective(400px)rotateY(0);opacity:1}100%{-webkit-transform:perspective(400px)rotateY(90deg);-ms-transform:perspective(400px)rotateY(90deg);transform:perspective(400px)rotateY(90deg);opacity:0}}.flipOutY{backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%)skewX(-30deg);transform:translateX(100%)skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%)skewX(30deg);transform:translateX(-20%)skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0)skewX(-15deg);transform:translateX(0)skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0)skewX(0);transform:translateX(0)skewX(0);opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%)skewX(-30deg);-ms-transform:translateX(100%)skewX(-30deg);transform:translateX(100%)skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%)skewX(30deg);-ms-transform:translateX(-20%)skewX(30deg);transform:translateX(-20%)skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0)skewX(-15deg);-ms-transform:translateX(0)skewX(-15deg);transform:translateX(0)skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0)skewX(0);-ms-transform:translateX(0)skewX(0);transform:translateX(0)skewX(0);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0)skewX(0);transform:translateX(0)skewX(0);opacity:1}100%{-webkit-transform:translateX(100%)skewX(-30deg);transform:translateX(100%)skewX(-30deg);opacity:0}}@keyframes lightSpeedOut{0%{-webkit-transform:translateX(0)skewX(0);-ms-transform:translateX(0)skewX(0);transform:translateX(0)skewX(0);opacity:1}100%{-webkit-transform:translateX(100%)skewX(-30deg);-ms-transform:translateX(100%)skewX(-30deg);transform:translateX(100%)skewX(-30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);-ms-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);-ms-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes slideInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes slideOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg)translateY(0);transform:rotate(60deg)translateY(0);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translateY(700px);transform:translateY(700px);opacity:0}}@keyframes hinge{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);-ms-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg)translateY(0);-ms-transform:rotate(60deg)translateY(0);transform:rotate(60deg)translateY(0);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translateY(700px);-ms-transform:translateY(700px);transform:translateY(700px);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%)rotate(-120deg);transform:translateX(-100%)rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0)rotate(0);transform:translateX(0)rotate(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%)rotate(-120deg);-ms-transform:translateX(-100%)rotate(-120deg);transform:translateX(-100%)rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0)rotate(0);-ms-transform:translateX(0)rotate(0);transform:translateX(0)rotate(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0)rotate(0);transform:translateX(0)rotate(0)}100%{opacity:0;-webkit-transform:translateX(100%)rotate(120deg);transform:translateX(100%)rotate(120deg)}}@keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0)rotate(0);-ms-transform:translateX(0)rotate(0);transform:translateX(0)rotate(0)}100%{opacity:0;-webkit-transform:translateX(100%)rotate(120deg);-ms-transform:translateX(100%)rotate(120deg);transform:translateX(100%)rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale(.1)translateY(-2000px);transform:scale(.1)translateY(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475)translateY(60px);transform:scale(.475)translateY(60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale(.1)translateY(-2000px);-ms-transform:scale(.1)translateY(-2000px);transform:scale(.1)translateY(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475)translateY(60px);-ms-transform:scale(.475)translateY(60px);transform:scale(.475)translateY(60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale(.1)translateX(-2000px);transform:scale(.1)translateX(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475)translateX(48px);transform:scale(.475)translateX(48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale(.1)translateX(-2000px);-ms-transform:scale(.1)translateX(-2000px);transform:scale(.1)translateX(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475)translateX(48px);-ms-transform:scale(.475)translateX(48px);transform:scale(.475)translateX(48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale(.1)translateX(2000px);transform:scale(.1)translateX(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475)translateX(-48px);transform:scale(.475)translateX(-48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale(.1)translateX(2000px);-ms-transform:scale(.1)translateX(2000px);transform:scale(.1)translateX(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475)translateX(-48px);-ms-transform:scale(.475)translateX(-48px);transform:scale(.475)translateX(-48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale(.1)translateY(2000px);transform:scale(.1)translateY(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475)translateY(-60px);transform:scale(.475)translateY(-60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale(.1)translateY(2000px);-ms-transform:scale(.1)translateY(2000px);transform:scale(.1)translateY(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475)translateY(-60px);-ms-transform:scale(.475)translateY(-60px);transform:scale(.475)translateY(-60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale(.475)translateY(-60px);transform:scale(.475)translateY(-60px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1)translateY(2000px);transform:scale(.1)translateY(2000px);-webkit-transform-origin:center bottom;transform-origin:center bottom}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale(.475)translateY(-60px);-ms-transform:scale(.475)translateY(-60px);transform:scale(.475)translateY(-60px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1)translateY(2000px);-ms-transform:scale(.1)translateY(2000px);transform:scale(.1)translateY(2000px);-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale(.475)translateX(42px);transform:scale(.475)translateX(42px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1)translateX(-2000px);transform:scale(.1)translateX(-2000px);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale(.475)translateX(42px);-ms-transform:scale(.475)translateX(42px);transform:scale(.475)translateX(42px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1)translateX(-2000px);-ms-transform:scale(.1)translateX(-2000px);transform:scale(.1)translateX(-2000px);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale(.475)translateX(-42px);transform:scale(.475)translateX(-42px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1)translateX(2000px);transform:scale(.1)translateX(2000px);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale(.475)translateX(-42px);-ms-transform:scale(.475)translateX(-42px);transform:scale(.475)translateX(-42px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1)translateX(2000px);-ms-transform:scale(.1)translateX(2000px);transform:scale(.1)translateX(2000px);-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale(.475)translateY(60px);transform:scale(.475)translateY(60px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1)translateY(-2000px);transform:scale(.1)translateY(-2000px);-webkit-transform-origin:center top;transform-origin:center top}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale(.475)translateY(60px);-ms-transform:scale(.475)translateY(60px);transform:scale(.475)translateY(60px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1)translateY(-2000px);-ms-transform:scale(.1)translateY(-2000px);transform:scale(.1)translateY(-2000px);-webkit-transform-origin:center top;-ms-transform-origin:center top;transform-origin:center top}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}}.owl-theme .owl-controls{
margin: 0;
}
a.cbp-l-grid-masonry-projects-title{
font-weight: 300;
}
.master-slider img{
max-width: inherit;
}
.entry-content .kc_text_block ul{
margin: 0;
}
.site_wrapper {
width: 100%;
margin: 0 auto 0 auto;
}
.container_full {
width: 100%;
float: left;
margin: auto;
}
.container {
width: 1170px;
margin: auto;
}
.content_fullwidth {
float: left;
width: 100%;
padding: 90px 0 90px 0;
}
.content_fullwidth.less {
padding: 0 0 90px 0;
}
.content_fullwidth.less2 {
padding: 75px 0 90px 0;
}
.content_fullwidth.less3 {
padding: 75px 0 30px 0;
}
.content_fullwidth.less4 {
padding: 0px 0px 0px 0px;
}
.content_left {
float: left;
width: 71%;
padding: 0;
}
.left_sidebar {
float: left;
width: 25%;
padding: 0;
}
.content_right {
float: right;
width: 71%;
padding: 0;
}
.right_sidebar {
float: right;
width: 25%;
padding: 0;
}
.content_halfsite {
float: left;
width: 47.5%;
margin-right: 5%;
padding: 0;
}
.content_halfsite.last {
margin-right: 0;
}
.clientsays_widget img {
float: left;
margin-right: 13px;
margin-top: 7px;
}
body .gsr-grids div.one_half, 
body .gsr-grids div.one_third, 
body .gsr-grids div.one_fourth, 
body .gsr-grids div.two_third, 
body .gsr-grids div.three_fourth, 
body .gsr-grids div.one_fifth, 
body .gsr-grids div.onecol_forty, 
body .gsr-grids div.onecol_sixty, 
body .gsr-grids div.onecol_thirtyfive {
position: relative;
margin-right: 4%;
float: left;
}
body .gsr-grids div.one_full {
width: 100%;
}
body .gsr-grids div.one_half {
width: 48%;
}
body .gsr-grids div.one_third {
width: 30.650%;
}
body .gsr-grids div.one_fourth {
width: 22%;
}
body .gsr-grids div.one_fifth {
width: 16.800%;
}
body .gsr-grids div.two_third {
width: 65.350%;
}
body .gsr-grids div.three_fourth {
width: 74%;
}
body .gsr-grids div.onecol_forty {
width: 40%;
}
body .gsr-grids div.onecol_sixty {
width: 56%;
}
body .gsr-grids div.onecol_thirtyfive {
width: 35%;
}   body .gsr-grids div.one_half_less,
body .gsr-grids div.one_third_less,
body .gsr-grids div.one_fourth_less,
body .gsr-grids div.two_third_less,
body .gsr-grids div.three_fourth_less,
body .gsr-grids div.one_fifth_less,
body .gsr-grids div.onecol_forty_less,
body .gsr-grids div.onecol_sixty_less,
body .gsr-grids div.onecol_thirtyfive_less {
position: relative;
margin-right: 2%;
float: left;
}
body .gsr-grids div.one_full_less {
width: 100%;
}
body .gsr-grids div.one_half_less {
width: 49%;
}
body .gsr-grids div.one_third_less {
width: 32%;
}
body .gsr-grids div.one_fourth_less {
width: 22.5%;
}
body .gsr-grids div.one_fifth_less {
width: 18.400%;
}
body .gsr-grids div.two_third_less {
width: 66%;
}
body .gsr-grids div.three_fourth_less {
width: 74.500%;
}
body .gsr-grids div.onecol_forty_less {
width: 40%;
}
body .gsr-grids div.onecol_sixty_less {
width: 58%;
}
body .gsr-grids div.onecol_thirtyfive_less {
width: 36.250%;
}
body .gsr-grids div.last {
margin-right: 0 !important;
}
.pricing-layout{
display: inline-block;
width: 100%;
}    #logo {
float: left;
display: block;
width: 100%;
min-height: 50px;
margin-top: 10px;
position: relative;
}
.logo {
float: left;
width: 18%;
margin-top: 5px;
}
.menu_main {
float: left;
width: 82%;
z-index: 9999;
}
.container_full_menu {
width: 97%;
margin: 0 auto;
}
.navbar .container{
max-width: 100%;
width: 100%;
}
.dropdown-menu .kc_row > .kc_col-sm-4{
width: 28%;
border-right: 1px solid #eee;
margin-right: 7%;
float: left;
}
.dropdown-menu .kc_row > .kc_col-sm-4:last-child{
border-right: none;
margin-right: 0;
}
.dropdown-menu .kc_row > .kc_col-sm-4 img{
max-width: 100%;
} .portfolio_area {
padding: 0px;
margin: 0px;
width: 100%;
float: left;
}
.portfolio_area_left {
padding: 0px;
margin: 0px;
width: 74%;
float: left;
}
.portfolio_area_left img {
padding: 0px;
margin: 0px;
width: 100%;
float: left;
box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.portfolio_area_right {
padding: 0px;
margin: 0px 0px 0px 4%;
width: 22%;
float: left;
}
.project_details {
padding: 0px;
margin: 80px 0px 0px 0px;
}
.project_details span {
padding: 10px 0px;
margin: 0px 0px 0px 0px;
font-size: 14px;
font-weight: bold;
color: #454545;
float: left;
width: 100%;
border-bottom: 1px solid #e3e3e3;
}
.project_details strong {
padding: 0px 0px;
margin: 0px 0px 0px 0px;
font-size: 13px;
font-weight: bold;
color: #727272;
float: left;
width: 40%;
}
.project_details em {
padding: 0px 0px;
margin: 0px 0px 0px 0px;
font-size: 13px;
font-weight: normal;
font-style: normal;
color: #727272;
float: left;
width: 60%;
}
.project_details span a {
padding: 3px 10px;
margin: 0px 0px 0px 3px;
font-size: 11px;
line-height: 30px;
font-weight: normal;
font-style: normal;
color: #727272;
background-color: #e3e3e3;
border-radius:3px;
}
.project_details span a:hover {
background-color: #ddd;
}
.addto_favorites {
padding: 3px 10px 5px 10px;
margin: 27px 0px 0px 0px;
width: 142px;
display: block;
border-radius:3px;
font-size: 13px;
color: #999;
background: #eee;
}
.portfolio_area .addto_favorites{
padding: 8px 12px;
text-align: center;
}
.portfolio_area .addto_favorites i{
margin-right: 4px;
}
.addto_favorites:hover {
background: #e3e3e3;
}
.addto_favorites i {
color: #c3c3c3;
}
ul.small_social_links {
padding: 0px;
margin: 18px 0 25px 0px;
}
.small_social_links li {
padding: 0px;
margin: 0px 5px 0px 0px;
float: left;
}
.small_social_links li i {
font-size: 11px;
color: #2ecc71;
border: 1px solid #eee;
width: 25px;
height: 25px;
border-radius: 100%;
text-align: center;
vertical-align: middle;
line-height: 23px;
}
.small_social_links li a {
opacity: 1;
}
.small_social_links li a:hover {
opacity: 0.7;
}
p.work-des{
line-height: 22px;
} #king_cart{
background-color: #fafafa;
}
.king_res_cart i{
font-weight: bold;
}
#king_cart .cart_list.product_list_widget{
max-height: 360px;
overflow-y: scroll;
background: #fff;
border-bottom: 1px solid #eee;
}
#king_cart ul li{
min-width: 300px;
padding: 10px 15px!important;
clear: both;
overflow: hidden;
border-bottom: 1px solid #E5E5E5;
position: relative;
}
#king_cart ul li img{
max-height: 40px;
width: auto;
float: left;
margin-right: 15px;
}
#king_cart  .widget-post-text{
float: left;
width: 40%;
}
#king_cart ul > li > a{
display: block-inline;
width: 60%;
float: left;
}
#king_cart > p.total, #king_cart > p.buttons{
display: block;
width: 100%;
padding: 0 15px !important;
margin-bottom: 7px;
}
#king_cart > p.total{
padding-top: 10px !important;
}
#king_cart > p.total strong{
font-weight: 500;
font-size: 14px;
}
#king_cart > p.total .amount{
color: #f62459;
font-weight: 500;
}
#king_cart > p.buttons{
padding-bottom: 15px !important;
}
#king_cart .cart_list.product_list_widget div {
float: right;
width: 35%;
}
#king_cart .cart_list.product_list_widget .quantity {
display: inline-block !important;
float: left;
width: auto !important;
}
#king_cart .cart_list .remove {
border-radius: 50%;
display: inline-block;
float: right;
font-size: 14px;
height: 20px;
text-align: center;
text-indent: 2px;
width: 20px;
line-height: 20px;
}
#king_cart .cart_list .remove:hover{
color: #FFFFFF;
}
#king_cart .button {
-moz-user-select: none;
background-color: #fff !important;
background-image: none;
border: 1px solid #ddd !important;
border-radius: 0 !important;
color: #282828 !important;
cursor: pointer !important;
display: inline-block;
font-size: 11px !important;
font-weight: 700 !important;
letter-spacing: 1.2px;
line-height: 1.42857 !important;
margin-bottom: 0;
padding: 10px 20px !important;
text-align: center;
text-transform: uppercase;
transition: all 0.3s ease 0s;
vertical-align: middle;
white-space: nowrap !important;
margin-right: 5px;
}
#king_cart .button:hover {
background: #555 !important;
color: #fff !important;
border: 1px solid #555 !important;
} .section_title1_1 {
text-align:center;
padding:85px 0px 50px 0px;
background-color:#272727;
display:block;
} .feature_section1 {
float: left;
width: 100%;
text-align: center;
padding: 83px 0px ;
}
.feature_section1 .left {
float: left;
width: 40%;
text-align: left;
}
.feature_section1 .right {
float: right;
width: 60%;
text-align: left;
padding-left:30px;
}
.feature_section1 h2{
font-weight:500;
margin: 0px;
}
.feature_section1 b{
font-size: 40px;
font-weight:bold;
line-height:50px;
}
.feature_section1 em{
font-size: 16px;
font-weight:600;
color:#727272;
font-style:normal;
}
.feature_section1 p{
font-size: 16px;
font-style:normal;
line-height: 25px;
padding-bottom:18px;
margin-bottom: 0 !important;
} .feature_section2 {
float: left;
width: 100%;
}
.feature_section2 .box {
float: left;
width: 25%;
padding: 60px 60px 80px 60px;
text-align: left;
background-color:#fff;
border-right:solid 1px #eee;
border-top:solid 1px #eee;
transition: all 0.3s ease;
}
.feature_section2 .box.last {
border-right: none;
}
.feature_section2  i, .feature_section2  icon {
font-size:30px;
color:#272727;
padding-bottom:32px;
}
.feature_section2  h5 {
font-weight: 600;
padding-bottom:12px;
}
.feature_section2 .box:hover,
.feature_section2 .box.active {
background-color:#2ecc71;
transition: all 0.3s ease;
}
.feature_section2 .box:hover i, .feature_section2 .box:hover icon,
.feature_section2 .box.active i, .feature_section2 .box.active icon,
.feature_section2 .box:hover h5,
.feature_section2 .box.active h5,
.feature_section2 .box:hover p,
.feature_section2 .box.active p {
color: #fff;
} .feature_section3 {
float: left;
width: 100%;
text-align: center;
background: #272727;
}
.feature_section3 p {
padding-top:25px;
color:#fff;
font-size: 16px;
margin-bottom: 0 !important;
}
.feature_section3 h2{
margin-bottom:15px;
}
.feature_section3 .cbp-caption-activeWrap{ }
.feature_section3 .cbp-caption-activeWrap .cbp-l-caption-body{
position: absolute;
padding: 0;
left: 50%;
top: 50%;
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);
} .feature_section4 {
float: left;
width: 100%;
text-align: center;
padding:90px 0px 90px 0px ;
}
.feature_section4 h2{
margin-bottom:15px;
}
.feature_section4 p{
font-size:16px;
padding-top:25px;
margin-bottom: 0 !important;
}
.feature_section4 .root {
float: left;
width: 100%;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/line-bg.png) no-repeat center ;
text-align: center;
background-repeat: no-repeat;
background-position: center center;
}
.feature_section4 .one_fifth i, .feature_section4 .one_fifth icon {
color: #e3e3e3;
font-size: 37px;
width: 130px;
height: 130px;
text-align: center;
vertical-align: middle;
line-height: 120px;
background-color: #fff;
border-radius: 100%;
transition: all 0.3s ease;
margin-top:50px;
border: solid 7px #f3f3f3;
}
.feature_section4 .one_fifth h5 {
color: #272727;
margin-top: 25px;
margin-bottom: 0px;
font-weight: 600;
}
.feature_section4 .one_fifth i:hover,
.feature_section4 .one_fifth icon:hover,
.feature_section4 .one_fifth i.active,
.feature_section4 .one_fifth icon.active,
.feature_section4 .one_fifth.active i,
.feature_section4 .one_fifth.active icon{
color: #3cbcd2;
border: solid 7px #3cbcd2;
} .feature_section5 {
float: left;
width: 100%;
background-color:#272727;
text-align: center;
}
.feature_section5 .leftbox {
float: left;
width: 30%;
text-align: left;
background-color: #272727;
padding:75px 0px 30px 35px;
}
.feature_section5 .rightbox {
float:left;
width: 70%;
text-align:left;
padding-top:100px;
padding-right: 2%;
padding-bottom:80px;
padding-left:70px;
background: #2ecc71;
}
.feature_section5 .box {
background-color:#fff;
padding: 35px 40px 35px 40px;
}
.feature_section5 h3 {
font-weight: normal;
margin-top: 10px;
}
.feature_section5  b {
font-weight:900;
font-size:45px;
line-height:45px;
display: block;
}
.feature_section5 p {
padding-bottom:15px;
}
.feature_section5 .bgline {
width: 50px;
height: 2px;
margin-bottom:14px;
background-color: #2ecc71;
} .feature_section6{
float: left;
width: 100%;
text-align:center;
padding:86px 0px 60px 0px;
}
.feature_section6 p {
margin-bottom: 0 !important;
font-size: 16px;
padding-top: 25px;
}
.owl-our-team {
margin-top: 50px;
text-align: center;
}
.owl-our-team .boxcon{
float: left;
width: 100%;
padding-top:60px;
}
.owl-our-team .boximg{
float: left;
width: 100%;
}
.owl-our-team .boximg:hover .content{
background-color: rgba(39, 39, 39, 0.9);
margin-top:-101px;
padding:28px 20px;
}
.owl-our-team h2{
margin-bottom:15px;
}
.owl-our-team p{
font-size:16px;
padding-top:25px;
}
.owl-our-team .content{
font-family: 'Raleway', sans-serif;
background-color: rgba(60, 188, 210, 0.9);
padding:18px 20px;
font-size:16px;
font-weight:bold;
color:#fff;
text-transform:uppercase;
position:relative;
margin-top:-81px;
line-height:18px;
transition: all 0.3s ease;
}
.owl-our-team .content b{
font-family: 'Myriad Pro', sans-serif;
font-weight:normal;
font-size:12px;
text-transform:none;
}
.owl-our-team.owl-carousel .owl-item {
padding: 0 10px;
}
.our-team-layout-1 .owl-controls .owl-page,
.our-team-layout-1 .owl-controls .owl-buttons div {
margin-top: 35px;
}
.our-team-layout-1.owl-theme .owl-controls .owl-page span {
opacity: 0.5;
}
.our-team-layout-1.owl-theme .owl-controls .owl-page.active span,
.our-team-layout-1.owl-theme .owl-controls.clickable .owl-page:hover span {
opacity: 1;
} .feature_section7{
float: left;
width: 100%;
text-align: center;
padding: 75px 0px 90px 0px;
border-top-width: thin;
border-top-style: dashed;
border-top-color: #cccccc;
}
.feature_section7 .kc_col-sm-12{
padding: 0 15px !important;
}
.feature_section7 h3{
text-align:left;
font-weight:500;
font-size:18px;
clear: right !important;
}
.feature_section7 i, .feature_section7 icon{
font-size:22px;
float:left;
color:#272727;
padding-right:12px;
}
.feature_section7 p{
text-align:left;
margin-bottom: 0 !important;
} .feature_section8{
float: left;
width: 100%;
text-align: center;
padding: 110px 0px 0px 0px;
}
.feature_section8 .left{
float: left;
text-align:right;
padding-right:88px;
padding-top:27px;
}
.feature_section8 h1{
color:#fff;
font-weight:300;
line-height:50px;
}
.feature_section8 .right{
float: right;
width: 49%;
text-align:left;
padding-left:50px;
border-left:solid 1px rgba(255, 255, 255, 0.5);
}
.feature_section8 i, .feature_section8 icon{
color:#fff;
padding-right:10px;
font-size:16px;
}
.feature_section8 ul {
padding: 0px !important;
margin: 0px !important;
}
.feature_section8 li{
color:#fff;
padding: 5px 0px;
}
.feature_section8 p{
margin-bottom: 16px !important;
}
.feature_section8 .nupie {
text-align: center;
padding: 57px 0px 70px 0px;
background-color: rgba(255, 255, 255, 0.2);
}
.feature_section8 .nupie .kc_counter_box span.counterup {
font-size: 100%;
font-weight: 700;
font-style: normal;
line-height: 23px;
}
.feature_section8 .nupie .kc_counter_box h4 {
margin: 28px auto 0 auto;
line-height: 25px;
font-family: 'Raleway', sans-serif;
}
.feature_section8 .kc_piechart .percent{
font-size: 27px;
color: #fff;
}
.feature_section8 .pie_chart_text {
color: #fff;
font-family: 'Open Sans',sans-serif;
font-size: 16px;
font-weight: 600;
text-align: center;
font-style: normal;
line-height: 23px;
margin-bottom: 0px;
margin-top: 10px;
letter-spacing: 0px;
} .feature_section9{
float: left;
width: 100%;
text-align:center;
padding:86px 0px 90px 0px;
}
.feature_section9 h2{
margin-bottom: 15px;
}
.feature_section9 p{
font-size:16px;
padding:25px 0px 50px 0px;
margin-bottom: 0 !important;
} .feature_section10 {
float: left;
width: 100%;
text-align:center;
padding: 140px 0px 140px 0px;
}
.feature_section10 h1 {
font-size:45px;
line-height: 50px;
color:#fff;
font-weight:normal;
text-transform:uppercase;
margin-bottom:55px;
}
.feature_section10 em {
font-size:18px;
color:#fff;
font-weight:normal;
text-transform:none;
font-style:normal;
display: block;
line-height: 27px;
margin-top: 20px;
}
.feature_section10 a {
color: #fff;
text-transform: uppercase;
border: 1px solid #fff;
padding: 14px 50px;
border-radius: 25px;
margin: 0px 10px;
transition: all 0.3s ease;
}
.feature_section10 a:hover {
color: #272727;
background: #fff;
} .feature_section11 {
float: left;
width: 100%;
text-align:center;
background-color:#3cbcd2;
padding: 90px 0px 83px 0px;
}
.feature_section11 h3 {
margin: 25px 0px 15px 0px;
}
.feature_section11 .hs_extra_tab ul {
margin: 0px !important;
}
.feature_section11 .hs_extra_tab ul li a p {
margin: 0px !important;
}
.feature_section11 .tabs_container .tab_panel h3 {
line-height: 28px;
}
.feature_section11 .kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li{
border: none;
} .feature_section12 {
float: left;
width: 100%;
text-align: center;
padding: 90px 0px 150px 0px;
}
.feature_section12 h2{
margin-bottom:15px;
}
.feature_section12 p{
font-size:16px;
padding:25px 0px 50px 0px;
margin-bottom: 0 !important;
} .feature_section13 {
float: left;
width: 100%;
text-align: center;
padding: 90px 0px 80px 0px;
}
.testimonial-layout-1 {
text-align: center;
}
.testimonial-layout-1.ow-testimonials .climg img {
width: inherit;
border-radius: 100%;
margin-bottom: 20px;
}
.testimonial-layout-1 p.bigtfont {
margin-bottom: 0px !important;
}
.testimonial-layout-1.owl-carousel .owl-item {
padding: 0 10px;
}
.testimonial-layout-1 .owl-controls .owl-page, .testimonial-layout-1 .owl-controls .owl-buttons div {
margin-top: 35px;
} .feature_section14 {
float: left;
width: 100%;
text-align: center;
padding: 70px 0px 70px 0px;
}
.feature_section14 h4{
font-size: 18px;
font-weight:200px;
letter-spacing:normal;
}
.feature_section14 li {
float: left;
width: 16.66%;
border-right: 1px solid #eee;
}
.feature_section14 li.last {
border-right: none;
}
.feature_section14 span {
color: #999;
font-size: 35px;
display: block;
margin-bottom: 14px;
}
.feature_section14 li:hover span {
color: #ee7164;
} .feature_section15 {
float: left;
width: 100%;
text-align: center;
padding: 90px 0px 100px 0px;
}
.feature_section15 .one_third {
text-align: left;
}
.feature_section15 .rimg p{
width: 100%;
background: #272727;
text-align: center;
margin-top: -43px;
opacity: 0.9;
font-family: 'Raleway', sans-serif;
font-size:13px;
font-weight:bold;
text-transform:uppercase;
color:#fff;
padding:7px 35px;
letter-spacing:0.5px;
float: left;
} .feature_fourth_box .one_fourth_less{
position: relative;
} .feature_section16 {
float: left;
width: 100%;
text-align: center;
}
.feature_section16 .box {
float: left;
width: 100%;
}
.feature_section16 .box1 {
float: left;
width: 33%;
min-height: 540px;
padding-right: 0px;
}
.feature_section16 .box1 img{
height: 100%;
float: right;
max-width: inherit;
}
.feature_section16 .box2 {
float: left;
width: 34%;
background:#ef4836;
padding:50px 30px 0px 55px;
text-align:left;
min-height: 540px;
}
.feature_section16 .box2 h2 {
font-family: 'Raleway', sans-serif;
font-size:27px;
letter-spacing:normal;
padding:15px 0px 0px 0px;
text-transform: none;
}
.feature_section16 h2 em {
font-family: 'Open Sans', sans-serif;
color:#fff;
font-size:16px;
letter-spacing:normal;
text-transform:none;
padding:20px 0px 0px 0px;
line-height:25px;
font-style: normal;
display: block;
font-weight: normal;
}
.feature_section16 .conleft {
float:left;
padding-right: 80px;
}
.feature_section16 .conleft:last-child {
padding-right: 10px;
}
.feature_section16 .conleft li {
font-family: 'Raleway', sans-serif;
font-size:14px;
color:#fff;
font-weight:600;
line-height:35px;
text-transform:uppercase;
}
.feature_section16 .conleft li:before {
content: "";
line-height: 30px;
width: 6px;
height: 6px;
background-color: #fff;
float: left;
margin: 12px 9px 0px 0px;
border-radius: 50%;
}
.feature_section16 .conleft ul {
margin: 0 0 20px 0;
}
.feature_section16 .box3 {
float: left;
width: 33%;
background: #272727;
padding: 115px 0px 0px 45px;
text-align: left;
min-height: 540px;
}
.feature_section16 .box3 h1 {
font-family: 'Raleway', sans-serif;
font-size:35px;
font-weight:300;
color:#fff;
letter-spacing:normal;
text-align:left;
text-transform:uppercase;
line-height:50px;
}
.feature_section16 .box3 h1 strong {
font-weight: 700;
display: block;
}
.feature_section16 .box3 h1 b {
font-weight: 700;
} .feature_section17 {
float: left;
width: 100%;
text-align: center;
background-color: #fff;
padding:90px 0px;
}
.feature_section17 .one_fourth {
text-align: left;
}
.feature_section17 i, .feature_section17 icon {
color: #ef4836;
font-size: 22px;
padding-right:16px;
padding-top:2px;
float:left;
margin-top: -1px;
}
.entry-content .feature_section17 h4, .entry-content .feature_section17 h5 {
clear: right;
}
.feature_section17 p {
float: left;
margin-top: 8px;
margin-bottom: 16px !important;
}
.feature_section17 h3 {
margin-bottom: 13px;
font-weight: 700;
letter-spacing: 1px;
}
.feature_section17 h5 {
font-weight: 700;
letter-spacing: 1px;
} .feature_section18 {
float: left;
width: 100%;
background: #fff;
}
.feature_section18 .left {
float: left;
width: 50%;
min-height: 450px;
background: #f3f3f3;
}
.feature_section18 .left img {
float: right;
}
.feature_section18 .right {
float: left;
width: 50%;
padding: 85px 200px 80px 75px;
background:#fff;
text-align: left;
}
.feature_section18 h1 {
font-size: 35px;
font-weight:normal;
color: #272727;
margin:0 auto;
line-height:42px;
text-transform:uppercase;
letter-spacing:normal;
}
.feature_section18 .bigtfont p {
margin-bottom: 0 !important;
font-size: 16px;
line-height: 27px;
text-align: left;
} .v1_feature_section6 {
float: left;
width: 100%;
background: #fff;
border-bottom: 2px solid #f3f3f3;
}
.v1_feature_section6 .left {
float: left;
width: 50%;
background: #fff;
padding: 85px 90px 80px 160px;
}
.v1_feature_section6 .right img {
float: left;
margin-left: 75px;
}
.v1_feature_section6 .right {
float: left;
width: 50%;
background:#f3f3f3;
min-height: 450px;
}
.v1_feature_section6 h1 {
font-size: 35px;
font-weight:normal;
color: #272727;
margin:0 auto;
line-height:42px;
text-transform:uppercase;
letter-spacing:normal;
}
.v1_feature_section6 .left .bigtfont p {
margin-bottom: 0 !important;
font-size: 16px;
line-height: 27px;
text-align: left;
} .v1_feature_section7 {
float: left;
width: 100%;
text-align: center;
padding: 90px 0px 50px 0px;
}
.v1_feature_section7 h3 {
margin-bottom: 18px;
font-weight: 700;
letter-spacing: 1px;
} .v1_feature_section8 {
float: left;
width: 100%;
text-align: center;
padding: 18px 0px 75px 0px;
}
.v1_feature_section8 h4{
font-size: 18px;
font-weight:200px;
letter-spacing:normal;
}
.v1_feature_section8 li {
float: left;
width: 16.66%;
border-right: 1px solid #eee;
}
.v1_feature_section8 li.last {
border-right: none;
}
.v1_feature_section8 span {
color: #999;
font-size: 35px;
display: block;
margin-bottom: 14px;
}
.v1_feature_section8 li:hover span {
color: #ee7164;
}
.v1_newsletters .enter_email_input {
width: 73% !important;
} .v2-demo-slider .ms-slide-container .ms-mask-frame:first-child .ms-slide .ms-layer.sbut3 {
padding-right: 39px;
}
.v2-demo-slider .ms-slide-container .ms-mask-frame:last-child .ms-slide .ms-layer.sbut4 {
padding-right: 39px;
} .v2_feature_section1 {
float: left;
width: 100%;
color: #999;
padding: 94px 0px 83px 0px;
}
.v2_feature_section1 .kc_column {
padding: 10px;
}
.v2_feature_section1 img {
float: left;
margin-bottom: 15px;
}
.v2_feature_section1 h2{
font-size: 27px;
color: #272727;
font-weight: normal;
text-transform:none;
margin-bottom:10px;
letter-spacing: inherit;
}
.v2_feature_section1 h4{
font-family: 'Raleway', sans-serif;
font-size: 18px;
color: #272727;
font-weight:500;
margin:0px;
letter-spacing: inherit;
line-height: 25px;
}
.v2_feature_section1 .v2_new_title p {
padding-bottom: 0px;
}
.v2_feature_section1 p {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #727272;
font-weight:normal;
padding-bottom: 14px;
padding-top:6px;
line-height: 25px;
} .v2_feature_section2 {
float: left;
width: 100%;
text-align: center;
padding: 90px 0px 107px 0px;
}
.v2_feature_section2 .v2_button2{
background: transparent !important;
}
.v2_feature_section2 .v2_one_fourth {
margin: 0 auto;
color: #000;
background:#fff;
padding:40px 30px 66px 30px;
border-right:solid 2px #eeeeee;
text-align:center;
-webkit-box-shadow: 0px 0px 2px 0px rgba(207,207,207,1);
-moz-box-shadow: 0px 0px 2px 0px rgba(207,207,207,1);
box-shadow: 0px 0px 2px 0px rgba(207,207,207,1);
}
.v2_feature_section2 .v2_one_fourth.last {
border:none;
}
.v2_feature_section2 i, .v2_feature_section2 icon {
margin: 0 auto 15px auto;
width: 74px;
height: 74px;
border-radius: 100%;
text-align: center;
vertical-align: middle;
line-height: 72px;
border: 1px solid #e87e04;
color:#e87e04;
font-size:35px;
}
.v2_feature_section2 i, .v2_feature_section2 icon {
margin: 0 auto 15px auto;
width: 74px;
height: 74px;
border-radius: 100%;
text-align: center;
vertical-align: middle;
line-height: 72px;
border: 1px solid #e87e04;
color:#e87e04;
font-size:35px;
transition: all 0.3s ease;
}
.v2_feature_section2 p {
font-size: 16px;
font-weight:600;
color:#727272;
line-height:27px;
margin: 0px !important;
}
.v2_feature_section2 h4 {
color:#e87e04;
margin-bottom: 25px;
font-weight: normal;
letter-spacing: inherit;
}
.v2_feature_section2 h2 {
margin-bottom:10px;
letter-spacing: inherit;
}
.v2_feature_section2 strong {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-weight:400;
color:#272727;
line-height:27px;
margin-bottom:43px;
}
.v2_feature_section2 .v2_one_fourth:hover i, .v2_feature_section2 .v2_one_fourth:hover icon {
border: 1px solid #272727;
color:#272727;
}
.v2_feature_section2 .button2 {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-weight:600;
transition: all 0.3s ease;
text-transform:uppercase;
border: none;
}
.v2_feature_section2 .button2:hover{
border: none;
} .v2_feature_section3 {
float: left;
width: 100%;
text-align: center;
padding: 75px 0px 85px;
}
.v2_feature_section3 .kc_column {
padding: 0;
}
.v2_feature_section3 .rightcon li {
font-size:18px;
color:#fff;
text-align:left;
font-weight:600;
padding: 10px 0px;
text-transform:none;
padding-left:55px;
}
.v2_feature_section3 .rightcon li:before {
content: "";
width: 8px;
height: 8px;
background-color: #e87e04;
float: left;
margin: 8px 16px 0px 0px;
border-radius: 50%;
}
.v2_feature_section3 h4.kc_title {
font-size: 45px;
font-weight:300;
color:#fff;
line-height:52px;
text-align:left;
letter-spacing: inherit;
} .v2_feature_section4 {
float: left;
width: 100%;
text-align: center;
padding:80px 0px 90px 0px;
}
.v2_feature_section4 .kc_column,
.v3_feature_section4 .kc_column,
.v4_feature_section2 .kc_column,
.v4_feature_section4 .kc_column,
.v4_feature_section5 .kc_column,
.v6_feature_section4 .kc_column,
.v7_feature_section1 .kc_column,
.v7_feature_section7 .kc_column,
.v9_feature_section4 .kc_column,
.v9_feature_section5 .kc_column,
.v10_feature_section5 .kc_column,
.v10_feature_section6 .kc_column,
.v11_feature_section4 .kc_column,
.v12_feature_section6 .kc_column,
.v13_feature_section7 .kc_column,
.v14_feature_section4 .kc_column,
.v14_feature_section6 .kc_column,
.cons_feature_section3 .kc_column,
.cons_feature_section4 .kc_column,
.cons_feature_section7 .kc_column,
.cons_feature_section8 .kc_column,
.cons_feature_section10 .kc_column,
.res_feature_section6 .kc_column,
.res_feature_section7 .kc_column,
.res_feature_section9 .kc_column,
.poli_feature_section4 .kc_column,
.poli_feature_section5 .kc_column,
.poli_feature_section7 .kc_column,
.real_feature_section1 .kc_column,
.real_feature_section3 .kc_column,
.real_feature_section5 .kc_column,
.edu_feature_section3 .kc_column,
.edu_feature_section8 .kc_column,
.port_feature_section1 .kc_column,
.port_feature_section9 .kc_column,
.port_feature_section5 .kc_column,
.music_feature_section2 .kc_column,
.music_feature_section7 .kc_column,
.wed_feature_section1 .kc_column,
.wed_feature_section4 .kc_column,
.wed_feature_section7 .kc_column,
.wed_feature_section9 .kc_column,
.nonp_feature_section2 .kc_column,
.nonp_feature_section3 .kc_column,
.med_feature_section1 .kc_column,
.med_feature_section3 .kc_column,
.med_feature_section4 .kc_column,
.med_feature_section7 .kc_column,
.travel_feature_section5 .kc_column,
.travel_feature_section10 .kc_column,
.law_feature_section3 .kc_column,
.law_feature_section5 .kc_column,
.law_feature_section8 .kc_column,
.host_feature_section3 .kc_column,
.host_feature_section7 .kc_column,
.shop_feature_section4 .kc_column,
.v5_feature_section3 .kc_column{
padding: 0;
}
.port_feature_section3 .one_half .kc_row_inner,
.med_feature_section1 .kc_row_inner,
.host_feature_section3 .kc_row_inner{
margin: 0;
width: 100%;
}
.v7_feature_section5 .kc_row {
margin: 0;
width: 100%;
}
.last-post-layout-2 .box {
width: 100%;
float:left;
border: 2px solid #eeeeee;
margin-top: -8px;
}
.last-post-layout-2 .boxcon {
text-align: left;
width: 100%;
float:left;
padding:24px 30px 30px 30px;
}
.last-post-layout-2 .conbtm {
text-align: left;
width: 100%;
float:left;
background:#f3f3f3;
padding:13px 0px 0px 30px;
}
.v2_feature_section4  h2 {
margin-bottom:10px;
color: #272727;
}
.v2_feature_section4  h4 {
font-size: 18px;
font-weight:400;
color:#e87e04;
line-height:27px;
margin-bottom:48px;
letter-spacing: inherit;
}
.last-post-layout-2  h5{
font-size: 16px;
font-weight:500;
color:#727272;
margin-bottom:10px;
letter-spacing: inherit;
}
.last-post-layout-2  h5 a{
color:#272727;
}
.last-post-layout-2  h5 a:hover{
color:#727272;
}
.last-post-layout-2 ul.links_small {
float: left;
width: 100%;
float:left;
display:block;
margin: 0 0 20px 0;
}
.last-post-layout-2 .links_small li.icon {
float: left;
padding: 5px 0px 0px 0px;
}
.last-post-layout-2 .links_small li.content {
float: left;
font-size: 14px;
color: #272727;
padding: 5px 10px 0px 0px;
}
.last-post-layout-2 .links_small li a {
font-size: 13px;
color: #727272;
padding: 0px 10px 0px 10px;
text-decoration: none;
}
.last-post-layout-2 .links_small li a:hover {
color: #272727;
}
.last-post-layout-2 .boxcon p {
line-height: 25px;
letter-spacing: inherit;
} .v2_feature_section5 {
float: left;
width: 100%;
padding: 140px 0px 140px 0px;
}
.v2_feature_section5 h1.kc_title {
font-family: 'Raleway', sans-serif;
font-size: 45px;
color: #fff;
font-weight: 300;
line-height:52px;
text-transform:none;
margin:0px;
letter-spacing: inherit;
}
.v2_feature_section5  p {
font-family: 'Raleway', sans-serif;
font-size:18px;
font-weight:300;
line-height:27px;
color:#fff;
padding-right:50px;
padding-top:25px;
} .v2_feature_section6 {
float: left;
width: 100%;
text-align:center;
background-color:#272727;
padding:76px 0px 70px 0px ;
}
.v2_feature_section6 .kc_col-sm-3{
padding: 0;
}
.v2_feature_section6 .box1{
width:22%;
float:left;
}
.v2_feature_section6 .box2{
width:22%;
float:left;
}
.v2_feature_section6 .box3{
width:28%;
float:left;
}
.v2_feature_section6 .box4{
width:28%;
float:left;
}
.v2_feature_section6 icon, .v2_feature_section6 i {
color: #FFF;
font-size: 50px;
margin-right: 14px;
float:left;
text-align:left;
line-height: 49px;
}
.v2_feature_section6 h4 {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-weight:bold;
color: #fff;
margin:0 auto;
letter-spacing:normal;
display:block;
text-transform:none;
padding-top:0px;
text-align:left;
clear: none !important;
}
.v2_feature_section6 h4 b {
font-size: 14px;
font-weight:normal;
color: #fff;
display: block;
}
.v2_feature_section6 a:hover{
color: #E87E04;
}
.v2_newsletter .enter_email_input {
float: left;
padding: 3px 0px 4px 20px;
height: 55px;
width: 76%;
background: #fff;
border: none;
color: #999999;
font-size: 14px;
border-radius: 0px;
}
.v2_newsletter .input_submit {
float: left;
padding: 16px 16px;
background-color: #e87e04;
border: 0px;
font-size: 18px;
font-weight: 600;
color: #fff;
text-transform: uppercase;
transition: all 0.3s ease;
border-radius: 0px;
}
.v2_newsletter .input_submit:hover {
color: #fff;
cursor: pointer;
background-color: #454545;
}
.v2_newsletter .input_submit.color2 {
background-color: #50c9d4;
} .v3_feature_section1 {
float: left;
width: 100%;
text-align: center;
padding: 90px 0px 97px 0px;
}
.v3_feature_section1 h4 {
font-size: 18px;
line-height: 30px;
margin-bottom: 10px;
font-style: normal;
font-family: 'Raleway', sans-serif;
color: #272727;
letter-spacing: 1px;
}
.v3_feature_section1 h4 strong {
font-weight: bold;
}
.v3_feature_section1 h5 {
font-family: 'Raleway', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: bold;
line-height: 23px;
margin-top: 11px;
margin-bottom: 12px;
color: #272727;
letter-spacing: 1px;
}
.v3_feature_section1 .one_fourth_less .box  {
width:100%;
padding: 40px 22px 46px 22px;
}
.v3_feature_section1 .box1  {
background: #f3f3f3;
transition: all 0.3s ease;
padding-top: 30px;
padding-right: 22px;
padding-bottom: 49px;
padding-left: 22px;
display: inline-block;
}
.v3_feature_section1 .box1 b {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight: normal;
color: #454545;
line-height: 25px;
}
.v3_feature_section1 .box1.active,
.v3_feature_section1 .box1:hover  {
background:#272727;
color: #fff;
}
.v3_feature_section1 .box1:hover h5,
.v3_feature_section1 .box1.active h5 {
color: #fff;
}
.v3_feature_section1 .box1:hover b,
.v3_feature_section1 .box1.active b {
color: #fff;
} .v3_feature_section2 {
float: left;
width: 100%;
background: #09aeec;
}
.v3_feature_section2 .left {
float: left;
width: 50%;
min-height: 372px;
padding: 0;
}
.v3_feature_section2 .left .kc_single_image img{
height: 100%;
width: inherit;
max-width: inherit;
float: right;
}
.v3_feature_section2 .right {
float: left;
width: 50%;
padding: 0px;
}
.v3_feature_section2 .right .cont {
float: left;
width: 80%;
padding: 80px 0 0 10%;
}
.v3_feature_section2 i, .v3_feature_section2 icon {
color: #FFF;
font-size: 16px;
float: left;
width: 38px;
height: 38px;
border-radius: 100%;
text-align: center;
vertical-align: middle;
line-height: 39px;
margin-right: 12px;
margin-top: 4px;
transition: all 0.3s ease;
border: 1px solid #fff;
}
.v3_feature_section2 h1 {
font-size: 35px;
font-weight:200;
color: #fff;
margin:0 auto;
line-height:42px;
letter-spacing:normal;
}
.v3_feature_section2 h4 {
font-size: 16px;
font-weight:600;
color: #fff;
margin:0 auto;
letter-spacing:normal;
display:block;
clear: none!important;
line-height: 30px;
}
.v3_feature_section2 h4 b {
font-size: 14px;
font-weight:normal;
color: #f0fafe;
display:block;
text-transform:none;
padding-left: 50px;
} .v3_feature_section3 {
float: left;
width: 100%;
background: #272727;
}
.v3_feature_section3 .right {
float: left;
width: 50%;
min-height: 372px;
overflow: hidden;
padding: 0;
}
.v3_feature_section3 .right img{
height: 100%;
float: left;
width: inherit;
max-width: inherit;
}
.v3_feature_section3 .left {
float: left;
width: 50%;
padding: 0;
}
.v3_feature_section3 .left .cont {
float: left;
width: 80%;
padding: 100px 0 0 16%;
box-sizing: content-box;
}
.v3_feature_section3 h1 {
font-size: 35px;
font-weight:200;
color: #fff;
margin:0 auto;
line-height:42px;
letter-spacing:normal;
}
.v3_feature_section3 .bigtfont.white {
text-align: left;
} .v3_feature_section4 {
float: left;
width: 100%;
text-align: center;
padding:90px 0px 90px 0px;
}
.v3_feature_section4 .less3 {
width: 54%;
margin: 0 auto;
}
.v3_feature_section4 .gray {
color: #999;
font-weight: 400;
}
.v3_feature_section4 h4 {
line-height: 30px;
font-weight: bold;
letter-spacing: 1px;
}
.v3_feature_section4 p {
line-height: 25px;
margin-bottom: 0 !important;
} .v3_feature_section5 {
float: left;
width: 100%;
text-align: center;
padding: 97px 0px 85px 0px;
}
.v3_feature_section5 .v3_counters7 .counterup {
float: left;
width: 100%;
padding: 0px;
text-align: center;
font-size: 45px;
color: #fff;
font-weight: 600;
margin-bottom: 10px;
}
.v3_feature_section5 .v3_counters7 i {
color: #fff;
font-size: 42px;
display: block;
margin-bottom: 35px;
}
.v3_feature_section5 .v3_counters7 h4 {
display: block;
width: 50%;
font-family: 'Raleway', sans-serif;
font-size: 14px;
color: #fff;
font-weight: 600;
margin: 18px auto 0 auto;
line-height: 30px;
letter-spacing: 1px;
}
.v3_feature_section5 .v3_counters7.two i {
color: #46d8bd;
} .v3_feature_section6 {
float: left;
position: relative;
z-index: 9;
background: #fff;
width: 100%;
border-bottom: 1px solid #eee;
}
.v3_feature_section6:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
right:40%;
bottom: 0;
left: 0;
background: #eee;
}
.v3_feature_section6 h3 {
font-weight: bold;
letter-spacing: 1px;
}
.v3_feature_section6 p {
text-align: left;
line-height: 25px;
margin-bottom: 0 !important;
}
.v3_feature_section6 .box {
float: left;
width: 30%;
text-align: left;
padding: 80px 5% 91px 0px;
border-right: 1px solid #d7d7d7;
}
.v3_feature_section6 .box.two {
width: 30%;
padding: 80px 0% 90px 58px;
border-right: none;
}
.latest-post-layout-3 b a {
color: #272727;
font-weight: 500;
text-transform: lowercase;
line-height: 25px;
}
.latest-post-layout-3 b a:hover {
color: #09aeec;
}
.latest-post-layout-3 p {
margin-bottom: 0 !important;
line-height: 25px;
}
.testimonial-layout-4.owl-carousel .owl-item {
float: left;
padding: 0px 10px;
}
.testimonial-layout-4.owl-carousel .slidesec p {
line-height: 25px;
margin-bottom: 0 !important;
}
.testimonial-layout-4 .owl-controls .owl-page, .testimonial-layout-4 .owl-controls .owl-buttons div {
margin-top: 35px;
}
.v3_feature_section6 .peopsays {
float: left;
width: 40%;
text-align: left;
padding: 80px 0% 75px 8%;
}
.latest-post-layout-3 .post-item p {
margin-bottom: 20px !important;
line-height: 25px;
}
.v3_feature_section6 .box .kc_text_block {
line-height: 25px;
}   .v3_feature_section7 {
float: left;
width: 100%;
text-align: center;
padding: 83px 0px 0px 0px;
}
.v3_feature_section7 h4 {
line-height: 30px;
font-weight: bold;
letter-spacing: 1px;
}
.our-works-layout-3 .box {
text-align: left;
width: -moz-calc(100% - 20px);
width: -webkit-calc(100% - 20px);
width: -o-calc(100% - 20px);
width: calc(100% - 20px);
-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
padding: 5px 5px 25px 5px;
margin: 10px;
text-align: center;
}
.our-works-layout-3 .box img {
float: left;
margin-bottom: 20px;
}
.our-works-layout-3 .box p {
width: 90%;
margin: 0 auto 0 !important;
color: #272727;
line-height: 21px;
}
.our-works-layout-3 .owl-controls .owl-page, .our-works-layout-3 .owl-controls .owl-buttons div {
margin-top: 35px;
}   .v3_feature_section8 {
float: left;
width: 100%;
background: #09aeec url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/footer-img1.png) no-repeat center top;
padding:20px 0px 25px 0px;
}
.v3_feature_section8 .kc_column{
padding: 0;
}
.v3_feature_section8 h3 {
float: left;
color: #fff;
font-weight:bold;
margin: 30px 0 9px 0;
letter-spacing:normal;
padding-left:40px;
}
.v3_feature_section8 a {
float: left;
margin: 23px 0px 0px 13px;
line-height: 25px;
} .section_title2_1 {
font-family: 'Roboto', sans-serif;
font-size: 35px;
color: #1d292e;
text-align:center;
margin-bottom:30px;
font-weight: 800;
display:block;
text-transform:uppercase;
}
.section_title2_1 p {
font-family: 'Roboto', sans-serif;
font-size: 16px;
color: #727272;
text-align:center;
font-weight:normal;
display:block;
margin-top:16px;
margin-bottom:46px !important;
text-transform:none;
}
.section_title2_2 {
font-family: 'Roboto', sans-serif;
font-size: 35px;
color: #fff;
text-align:center;
margin-bottom:10px;
font-weight: 800;
display:block;
text-transform:uppercase;
}
.section_title2_2 p {
font-family: 'Roboto', sans-serif;
font-size: 16px;
color: #727272;
text-align:center;
font-weight:normal;
display:block;
margin-top:16px;
margin-bottom:46px;
text-transform:none;
}
.v4-demo-slide {
padding-top: 85px;
background: #1d292e;
} .v4_feature_section1 {
float: left;
width: 100%;
text-align: center;
background-color: #2ecc71;
}
.v4_feature_section1 .v4_one_third {
width: 33.33333%;
margin: 0;
padding: 70px 20px 45px 20px;
}
.v4_feature_section1 .v4_one_third:hover,
.v4_feature_section1 .v4_one_third.active {
background: #29b765;
color:#fff;
transition: all 0.3s ease;
}
.v4_feature_section1 icon, .v4_feature_section1 i {
color: #fff;
width: 66px;
height: 66px;
text-align: center;
line-height: 66px;
font-size:32px;
vertical-align: middle;
border: 1px solid #eee;
border-radius: 100%;
margin-bottom: 11px;
}
.v4_feature_section1 h2{
font-family: 'Raleway', sans-serif;
font-weight:bold;
font-size: 21px;
text-transform: uppercase;
color:#fff;
display:block;
letter-spacing: inherit;
}
.v4_feature_section1 h2 span{
font-family: 'Open Sans', sans-serif;
font-weight:600;
font-size: 16px;
text-transform:none;
line-height:24px;
color:#fff;
display:block;
padding-top:17px;
} .v4_feature_section2 {
float: left;
width: 100%;
text-align: center;
padding:90px 0px 70px 0px;
}
.v4_feature_section2 h1 {
font-family: 'Roboto', sans-serif;
font-size: 35px;
color: #1d292e;
text-align: center;
margin-bottom: 0px;
font-weight: 800;
display: block;
text-transform: uppercase;
line-height: 23px;
letter-spacing: inherit;
}
.v4_feature_section2 b {
font-family: 'Roboto', sans-serif;
font-size: 16px;
color: #727272;
text-align: center;
font-weight: normal;
display: block;
margin-top: 16px;
margin-bottom: 46px;
text-transform: none;
}
.services-layout-1 .box {
width: 100%;
float:left;
}
.services-layout-1 .box-cnt {
width: 100%;
height: auto;
}
.services-layout-1 .box-cnt img {
width: 100%;
height: auto;
}
.services-layout-1 .box-details {
position: absolute;
z-index: 2;
bottom: 0;
background-color:#1d292e;
opacity:0.95;
border-bottom:3px #22a7f0 solid;
width: 94.8%;
height: 88px;
overflow: hidden;
transition: height 450ms;
-moz-transition: height 450ms;
-webkit-transition: height 450ms;
}
.services-layout-1 .box:hover .box-details, .services-layout-1 .box.active .box-details {
height: 180px;
background-color: #22a7f0;
}
.services-layout-1 .box.active .box-details h4 {
padding-top: 30px;
}
.services-layout-1 .box.active .box-details p {
padding-top: 0px;
}
.services-layout-1 .box:hover .box-details h4 {
padding-top: 30px;
}
.services-layout-1 .box:hover .box-details p {
padding-top: 0px;
}
.services-layout-1 .box-details h4 {
color: #fff;
font-family: 'Roboto', sans-serif;
font-weight: 600;
padding-top: 37px;
line-height: 21px;
transition: all 0.3s ease;
text-transform: uppercase;
letter-spacing: inherit;
width: 77%;
margin: 0 auto;
}
.services-layout-1 .box-details h4 em {
color: #fff;
font-size: 12px;
font-style: normal;
display: block;
}
.services-layout-1 .box-details p {
color: #fff;
width: 77%;
padding-top: 25px;
padding-bottom: 5px;
line-height: 25px;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}
.services-layout-1 .box-details a {
font-family: 'Roboto', sans-serif;
color: #1d292e;
font-size: 11px;
text-transform: uppercase;
border-radius:20px;
padding: 7px 26px;
transition: all 0.3s ease;
background:#fff;
}
.services-layout-1 .box-details a:hover {
color: #fff;
background: #1d292e;
}
.services-layout-1 .owl-controls .owl-page, .services-layout-1 .owl-controls .owl-buttons div {
cursor: pointer;
margin-top: 35px;
}
.services-layout-1.owl-carousel .owl-item {
padding: 0px 10px;
} .v4_feature_section3 {
float: left;
width: 100%;
padding: 90px 0px 70px 0px;
}
.v4_feature_section3 .kc_column {
padding: 0;
}
.v4_feature_section3 h3 {
clear: none !important;
font-family: 'Roboto', sans-serif !important;
font-weight: bold !important;
font-size: 21px !important;
line-height: 28px !important;
margin-bottom: 10px !important;
letter-spacing: 0;
}
.v4_feature_section3 .one-one p {
line-height: 27px !important;
}
.v4_feature_section3 icon, .v4_feature_section3 i {
color: #272727;
font-size: 32px;
float: left;
width: 80px;
height: 80px;
background: #fff;
border-radius: 100%;
text-align: center;
vertical-align: middle;
line-height: 80px;
margin-right: 25px;
margin-top: 4px;
transition: all 0.3s ease;
}
.v4_feature_section3 icon:hover, .v4_feature_section3 i:hover  {
color: #fff;
background: #393939;
}
.v4_feature_section3 .active icon, .v4_feature_section3 .active i  {
color: #fff;
background: #393939;
}
.v4_feature_section3 img.one {
float: right;
margin-top:20px;
}
.v4_feature_section3 img.two {
float: right;
margin-right:-65px;
margin-top:155px;
}
.portfoliowork .cbp-l-filters-alignCenter {
margin-top: 30px;
} .v4_feature_section4 {
float: left;
width: 100%;
padding:70px 0px 0px 0px;
}
.v4_feature_section4 h1 {
font-family: 'Roboto', sans-serif;
font-size: 45px;
font-weight: bold;
color: #1d292e;
text-transform: uppercase;
text-align: left;
display: block;
border-left-width: 5px;
border-left-style: solid;
border-left-color: #22a7f0;
padding-left: 15px;
letter-spacing: 0;
}
.v4_feature_section4 .onecol_sixty{
float: left;
margin-top:160px;
}
.v4_feature_section4 .onecol_forty  {
float:left;
}
.v4_feature_section4 .onecol_forty img {
float: right;
}
.v4_feature_section4 .fontmed {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
color: #727272;
text-align: left;
text-transform: none;
}
.v4_feature_section4 p {
line-height: 27px;
font-weight: normal;
} .v4_feature_section5 {
float: left;
width: 100%;
padding: 100px 0px 70px 0px;
}
.v4_feature_section5 h1 {
font-family: 'Roboto', sans-serif;
font-size: 35px;
color: #fff;
text-align: center;
margin-bottom: 10px;
font-weight: 800;
line-height: 23px;
display: block;
text-transform: uppercase;
letter-spacing: inherit;
}
.testimonial-layout-3 {
text-align: center;
}
.testimonial-layout-3 .peosays {
width: 90%;
margin: 0 auto;
color: #fff;
}
.testimonial-layout-3 .peosays .box {
float: left;
width: 100%;
background: #1f2a2f;
border-radius: 3px;
text-align: left;
padding: 35px 40px 40px 40px;
font-size: 16px;
line-height: 25px;
}
.testimonial-layout-3 .owl-controls .owl-page, .testimonial-layout-3 .owl-controls .owl-buttons div {
margin-top: 35px;
}
.testimonial-layout-3.owl-theme .owl-controls .owl-page span {
background: #fff;
}
.testimonial-layout-3.owl-carousel .owl-item {
padding: 0px 10px;
}
.testimonial-layout-3.owl-theme .owl-controls .owl-page span {
opacity: 0.3;
}
.testimonial-layout-3.owl-theme .owl-controls .owl-page.active span, .testimonial-layout-3.owl-theme .owl-controls.clickable .owl-page:hover span {
opacity: 1;
} .portfoliowork {
float: left;
width: 100%;
text-align: center;
padding:0px 0px 0px 0px;
}
.portfoliowork h1.kc_title {
font-family: 'Roboto', sans-serif;
font-size: 35px;
color: #fff;
text-align: center;
font-weight: 800;
line-height: 23px;
display: block;
text-transform: uppercase;
letter-spacing: inherit;
}
.portfoliowork h1 {
background:#1d292e;
padding: 50px 0px;
margin: 0;
}
.footer_v4 .kc_text_block p img {
margin-top: 0px;
}
.footer_v4 .hs_subscribe {
margin-bottom: 40px;
position: relative;
display: inline-block;
}
.footer_v4 .hs_subscribe input[type="button"], .footer_v4 .hs_subscribe input[type="submit"] {
padding: 6px 20px 6px 20px;
border-radius: 3px;
border: 1px solid #65c2f5;
height: 56px;
background: #fff;
transition: all 0.3s ease;
text-align: center;
text-transform: uppercase;
display: inline-block;
}
.footer_v4 .hs_subscribe input[type="button"]:hover, .footer_v4 .hs_subscribe input[type="submit"]:hover {
color: #fff;
background: #272727;
}  .v5-demo-slide {
margin-top: 70px;
} .v5_feature_section1 {
float: left;
width: 100%;
text-align: center;
padding:85px 0px 110px 0px;
}
.v5_feature_section1 h1 {
font-family: 'Roboto', sans-serif;
font-size: 40px;
color: #272727;
text-align:center;
margin-bottom: 29px;
font-weight:300;
display:block;
letter-spacing: inherit;
}
.v5_feature_section1 .less8 {
width: 62%;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}
.v5_feature_section1 .fontdefaulf {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
color: #727272;
font-weight: lighter;
padding-top: 25px;
line-height: 25px;
margin-bottom: 0 !important;
}
.v5_feature_section1 .box {
width: 100%;
border:solid 2px #f3f3f3;
border-radius:10px;
padding:20px 20px 30px 20px;
transition: all 0.3s ease;
display: inline-block;
}
.v5_feature_section1 .box:hover,
.v5_feature_section1 .box.active {
border:solid 2px #26a3ea;
}
.v5_feature_section1 .box:hover h2,
.v5_feature_section1 .box.active h2 {
color: #26a3ea;
}
.v5_feature_section1 .box i {
background-color: #fff;
border: 2px solid #f3f3f3;
height: 88px;
width: 88px;
line-height: 80px;
padding: 0;
border-radius:100px;
text-align: center;
transition: all 0.3s ease;
color: #868686;
font-size: 35px;
display: block;
margin: -65px 0px 0px 70px;
}
.v5_feature_section1 .box:hover i,
.v5_feature_section1 .box.active i {
color: #fff;
background-color: #26a3ea;
border: 2px solid #26a3ea;
}
.v5_feature_section1 .box p{
text-align:center;
padding-top: 10px;
}
.v5_feature_section1 .box h2{
font-family: 'Roboto', sans-serif;
font-weight:bold;
font-size: 16px;
text-transform: uppercase;
color:#272727;
line-height:23px;
margin:27px 0px 15px 0px;
letter-spacing: inherit;
}
.v5_feature_section1 .box h2 b{
font-family: 'Roboto', sans-serif;
font-weight:400;
font-size: 12px;
text-transform:none;
color:#999;
display:block;
}
.v5_feature_section1 .linebtn.one{
background-color:#fff;
color: #727272;
border-radius:0;
padding:8px 34px;
border:solid 2px #f3f3f3;
font-size:13px;
text-transform:uppercase;
font-family:Open Sans, sans-serif;
border-radius:35px;
margin-bottom:-77px;
transition: all 0.3s ease;
}
.v5_feature_section1 .linebtn.one:after {
background-color: #fff;
}
.v5_feature_section1 .linebtn.one:hover,
.v5_feature_section1 .box:hover .linebtn.one,
.v5_feature_section1 .box.active  .linebtn.one{
border-color: #26a3ea;
background-color:#26a3ea;
color: #fff;
}
.v5_feature_section1 .kc_text_block p {
margin-bottom: 0 !important;
} .v5_feature_section2 {
float: left;
width: 100%;
padding: 70px 0px 0px 0px;
background: #f3f3f3;
}
.v5_feature_section2 .onecol_forty {
padding-left:60px;
}
.v5_feature_section2 .onecol_sixty {
padding-top: 20px;
}
.v5_feature_section2 .onecol_sixty .kc_row_inner{
margin: 0;
width: 100%;
}
.v5_feature_section2 .onecol_forty img {
display: block;
width: 100%;
}
.v5_feature_section2 i, .v5_feature_section2 icon {
color: #22a7f0;
font-size: 34px;
float: left;
width: 58px;
height: 58px;
border:solid 2px #22a7f0;
border-radius: 100%;
text-align: center;
vertical-align: middle;
line-height: 53px;
margin-right: 25px;
margin-top: 5px;
transition: all 0.3s ease;
}
.v5_feature_section2 icon:hover, .v5_feature_section2 i:hover {
color: #393939;
}
.v5_feature_section2 h1 {
font-family: 'Roboto', sans-serif;
font-size: 35px;
font-weight: 200;
line-height:45px;
margin-bottom: 30px;
letter-spacing: inherit;
}
.v5_feature_section2 h4 {
font-family: 'Roboto', sans-serif;
font-size:14px;
font-weight:bold;
line-height: 25px;
letter-spacing: inherit;
text-transform:uppercase;
margin:0 auto;
clear: none!important;
}
.v5_feature_section2 p {
margin-bottom: 0 !important;
} .v5_feature_section3 {
float: left;
width: 100%;
padding: 90px 0px;
background: #fff;
text-align: center;
}
.v5_feature_section3 h2 {
font-family: 'Roboto', sans-serif;
font-size: 27px;
color:#272727;
font-weight:400;
text-transform:none;
line-height:23px;
letter-spacing: inherit;
} .v5_feature_section4 {
float: left;
width: 100%;
text-align: center;
padding: 30px 0px 0px 0px;
background-color: #22a7f0;
}
.v5_feature_section4 h2 {
font-family: 'Roboto', sans-serif;
font-size: 27px;
color:#fff;
font-weight:400;
text-transform:none;
margin-bottom:30px;
letter-spacing: inherit;
}
.v5_feature_section4 img {
display: block;
} .v5_feature_section5 {
float: left;
width: 100%;
text-align: center;
padding: 80px 0px 70px 0px;
} .v5_feature_section6 {
float: left;
width: 100%;
text-align: center;
padding: 40px 0px 40px 0px;
}
.v5_feature_section6 .clients-logos li {
float: left;
width: 16.66%;
}
.v5_feature_section6 .clients-logos {
margin: 0;
}  .v6_feature_section1 {
float: left;
width: 100%;
text-align: center;
padding: 90px 0px;
}
.v6_feature_section1 h2 {
margin-bottom: 10px;
letter-spacing: 1px;
}
.v6_feature_section1 .fontdefault {
font-family: 'Raleway', sans-serif;
font-size: 16px;
color: #999999;
font-weight: normal;
line-height: 23px;
text-align: center;
}
.v6_feature_section1 .box h5{
font-weight:bold;
font-size: 16px;
text-transform: uppercase;
color:#272727;
line-height:23px;
margin:30px auto 15px auto;
transition: all 0.3s ease;
letter-spacing: inherit;
}
.v6_feature_section1 .bgline {
width: 50px;
height: 1px;
background-color: #272727;
margin:0 auto;
transition: all 0.3s ease;
}
.v6_feature_section1 .box {
width: 100%;
margin:0 auto;
transition: all 0.3s ease;
}
.v6_feature_section1 .box:hover .bgline,
.v6_feature_section1 .box.active .bgline {
background-color: #2ecc71;
}
.v6_feature_section1 .box:hover h5,
.v6_feature_section1 .box.active h5 {
color: #2ecc71;
}
.v6_feature_section1 .box icon, .v6_feature_section1 .box i {
background-color: #545454;
height: 100px;
width: 100px;
line-height: 89px;
padding: 0;
border-radius: 100%;
text-align: center;
transition: all 0.3s ease;
color: #fff;
font-size: 38px;
display: block;
margin: 0 auto;
border: 5px solid #fff;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.v6_feature_section1 .box:hover icon,
.v6_feature_section1 .box.active icon, .v6_feature_section1 .box:hover i,
.v6_feature_section1 .box.active i {
color: #fff;
background-color: #2ecc71;
}
.v6_feature_section1 .box p{
text-align:center;
padding-top: 20px;
line-height:25px;
margin-bottom: 0px !important;
} .v6_feature_section2 {
float: left;
width: 100%;
text-align: center;
background: #f3f3f3;
}
.v6_feature_section2 .left {
float: left;
padding: 100px 80px 0px 80px;
text-align: left;
background-color: #f3f3f3;
}
.v6_feature_section2 h1.light {
line-height: 45px;
letter-spacing: inherit;
}
.v6_feature_section2 .left p{
font-weight: 400;
font-size: 16px;
line-height: 27px;
color: #727272;
letter-spacing: normal;
text-align: left;
padding-top:5px;
margin-bottom: 0px !important;
}
.v6_feature_section2 h3.light {
letter-spacing: inherit;
font-size: 21px;
font-weight: 300;
}
.v6_feature_section2 .right {
float: left;
}
.v6_feature_section2 .kc_single_image img {
max-width: inherit;
float: left;
}
.v6_feature_section2 .right .box1 {
float: left;
width: 100%;
height: 400px;
}
.v6_feature_section2 .right .box2 {
float: left;
width: 100%;
background-image: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/site-img56.jpg);
background-repeat: no-repeat;
background-position: right top;
height: 400px;
text-align: left;
}
.v6_feature_section2 .right .box2 .arrow_box {
position: relative;
background: #fff;
float: left;
width: 50%;
padding: 55px 40px 0px 50px;
height: 400px;
color: #fff;
}
.v6_feature_section2 .right .box2 .arrow_box:after {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-left-color: #fff;
border-width: 20px;
margin-top: -150px;
}
.v6_feature_section2 .right p{
font-weight: 400;
line-height: 25px;
color: #727272;
letter-spacing: normal;
text-align: left;
padding-top:10px;
margin-bottom: 0px !important;
} body .v6_feature_section3 {
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/bg-image06.png) no-repeat top center #2FCC71;
float: left;
width: 100%;
text-align: center;
padding: 100px 0px;
}
.v6_feature_section3 h2 {
letter-spacing: 1px;
}
.v6_feature_section3 .box {
width: 100%;
margin:0 auto;
transition: all 0.3s ease;
}
.v6_feature_section3 .box img {
border-radius: 100%;
border: 12px solid #eee;
}
.v6_feature_section3 .box h3{
font-family: 'Open Sans', sans-serif;
font-weight:bold;
font-size: 21px;
padding-top:28px;
color:#272727;
letter-spacing:0.5px;
transition: all 0.3s ease;
}
.v6_feature_section3 .box:hover h3,
.v6_feature_section3 .box.active h3 {
color: #2ecc71;
}
.v6_feature_section3 .box p{
text-align:center;
padding-top: 10px;
line-height:25px;
margin-bottom: 40px !important;
}
.v6_feature_section3 .button.one {
font-family: 'Open Sans', sans-serif;
color: #272727;
font-size: 13px;
font-weight:normal;;
padding: 9px 22px;
text-transform: uppercase;
border: 1px solid #999999;
transition: all 0.3s ease;
border-radius:4px;
}
.v6_feature_section3 .box:hover .button.one,
.v6_feature_section3 .box.active .button.one {
background-color:#2ecc71;
color: #fff;
border:none;
} .v6_feature_section4 {
float: left;
width: 100%;
text-align: center;
padding: 90px 0px 80px 0px;
background:#f3f3f3;
}
.v6_feature_section4 h2 {
letter-spacing: 1px;
margin-bottom: 10px;
}
.v6_feature_section4 p.fontdefault {
font-family: 'Raleway', sans-serif;
font-size: 16px;
color: #999999;
}
.v6_feature_section4 .box,
.our-team-layout-3 .box {
text-align: center;
width: 100%;
-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
padding: 0px 0px 18px 0px;
margin: 5px;
background:#fff;
transition: all 0.3s ease;
}
.v6_feature_section4 .box img,
.our-team-layout-3 .box img {
float: left;
margin-bottom: 22px;
}
.v6_feature_section4 .box h5,
.our-team-layout-3 .box h5 {
width: 100%;
font-weight: normal;
font-size: 14px;
margin:0 auto;
line-height:14px;
letter-spacing: inherit;
}
.v6_feature_section4 .box h5 b,
.our-team-layout-3 .box h5 b {
width: 100%;
margin: 0 auto;
font-family: 'Raleway', sans-serif;
font-weight:normal;
font-size: 13px;
color:#999999;
padding-top: 5px;
display: block;
}
.v6_feature_section4 .box:hover,
.our-team-layout-3 .box:hover {
-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.9);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.9);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.9);
}
.our-team-layout-3 .owl-controls .owl-page, .our-team-layout-3 .owl-controls .owl-buttons div {
margin-top: 35px;
}
.our-team-layout-3.owl-carousel .owl-item {
padding: 0px 10px;
}
.our-team-layout-3.owl-theme .owl-controls .owl-page span {
opacity: 0.3;
}
.our-team-layout-3.owl-theme .owl-controls .owl-page.active span, .our-team-layout-3.owl-theme .owl-controls.clickable .owl-page:hover span {
opacity: 1;
} .v6_feature_section5 {
float: left;
width: 100%;
color: #fff;
text-align: center;
padding: 100px 0px 90px 0px;
}
.v6_feature_section5 h2 {
letter-spacing: 1px;
}
.testimonial-layout-5 {
text-align: center;
}
.testimonial-layout-5 h6 {
color: #fff;
font-weight: bold;
line-height: 18px;
padding-top: 14px;
letter-spacing: inherit;
}
.testimonial-layout-5 h6 em {
font-family: 'Open Sans', sans-serif;
color: #fff;
font-size: 12px;
display: block;
font-style: normal;
font-weight:normal;
text-transform: none;
}
.testimonial-layout-5 .cimag img {
width: 54px;
height: 54px;
border-radius: 100%;
border: 2px solid #fff;
margin:0 auto;
}
.testimonial-layout-5 .owl-controls .owl-page, .testimonial-layout-5 .owl-controls .owl-buttons div {
margin-top: 35px;
}
.testimonial-layout-5 .item p.fontdefault2 {
margin-bottom: 23px !important;
padding-bottom: 0px;
}
.testimonial-layout-5.owl-carousel .owl-item {
float: left;
padding: 0px 10px;
}
.testimonial-layout-5.owl-theme .owl-controls .owl-page span {
opacity: 0.3;
}
.testimonial-layout-5.owl-theme .owl-controls .owl-page.active span, .testimonial-layout-5.owl-theme .owl-controls.clickable .owl-page:hover span {
opacity: 1;
} .v6_feature_section6 {
float: left;
width: 100%;
padding: 100px 0px 72px 0px;
text-align: center;
background:#272727;
}
.v6_feature_section6 h2 {
letter-spacing: 1px;
margin-bottom: 10px;
}
.v6_feature_section6 .fontdefault {
font-family: 'Raleway', sans-serif;
font-size: 16px;
color: #999999;
line-height: 23px;
text-align: center;
}
.contact-form {
width: 75%;
display: block;
margin: 0 auto;
}
.v6_feature_section6 .box1 {
width:49%;
float:left;
}
.v6_feature_section6 .box2 {
width:49%;
float:right;
}
.v6_feature_section6 .contact-form label {
float: left;
width: 100%;
}
.v6_feature_section6 .contact-form .input {
font-family: 'Raleway', sans-serif;
color: #727272;
float: left;
width: 100%;
text-align: left;
background: #eeeeee;
border: none;
padding: 12px 16px;
margin-bottom: 15px;
border-radius: 0px;
}
.v6_feature_section6 .contact-form textarea {
font-family: 'Raleway', sans-serif;
color: #000;
float: left;
width: 100%;
height: 230px;
text-align: left;
background: #eeeeee;
border: none;
padding: 12px 16px;
border-radius: 0px;
box-shadow: none;
}
.v6_feature_section6 .button_send {
font-family: 'Open Sans', sans-serif;
font-size: 18px;
color: #fff;
font-weight: 600;
padding: 16px 0px;
width: 100%;
background-color: #2ecc71;
text-transform: uppercase;
transition: all 0.3s ease;
letter-spacing:4px;
border: none;
cursor: pointer;
border-radius: 0px;
}
.v6_feature_section6 .button_send:hover {
color: #2ecc71;
background-color: #fff;
} .v6_feature_section7 {
float: left;
width: 100%;
text-align:center;
background-color:#181818;
padding:76px 0px 70px 0px ;
}
.v6_feature_section7 .box1{
width:22%;
float:left;
padding: 0;
}
.v6_feature_section7 .box2{
width:22%;
float:left;
padding: 0;
}
.v6_feature_section7 .box3{
width:28%;
float:left;
padding: 0;
}
.v6_feature_section7 .box4{
width:28%;
float:left;
color: #fff;
line-height: 25px;
padding: 0;
}
.v6_feature_section7 .box4 a {
color: #fff;
}
.v6_feature_section7 .box4 a:hover {
color: #454545;
}
.v6_feature_section7 i, .v6_feature_section7 icon {
color: #FFF;
font-size: 50px;
margin-right: 14px;
float:left;
text-align:left;
line-height: 49px;
}
.v6_feature_section7 h4 {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-weight:bold;
color: #fff;
margin:0 auto;
letter-spacing:normal;
display:block;
text-transform:none;
padding-top:0px;
text-align:left;
clear: inherit !important;
}
.v6_feature_section7 h4 b {
font-size: 14px;
font-weight:normal;
color: #fff;
display: block;
}
.wpcf7 span.wpcf7-not-valid-tip {
display: inherit;
font-weight: normal;
}
.v6_feature_section6 .wpcf7-form.invalid .input {
margin-bottom: 0px;
}
.v6_feature_section6 .wpcf7-form.invalid span.wpcf7-not-valid-tip {
float: left;
margin-bottom: 15px;
font-weight: bold;
}
.v6_feature_section6 .wpcf7-form.invalid .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
color: #fff;
}
.v6_feature_section6 input::-webkit-input-placeholder {
color: #727272;
}
.v6_feature_section6 input:-moz-placeholder { color: #727272;
}
.v6_feature_section6 input::-moz-placeholder { color: #727272;
}
.v6_feature_section6 input:-ms-input-placeholder {
color: #727272;
}
.v6_feature_section6 textarea::-webkit-input-placeholder {
color: #727272;
}
.v6_feature_section6 textarea:-moz-placeholder { color: #727272;
}
.v6_feature_section6 textarea::-moz-placeholder { color: #727272;
}
.v6_feature_section6 textarea:-ms-input-placeholder {
color: #727272;
}  .v7_feature_section1 {
float: left;
width: 100%;
text-align: left;
margin-top: -50px;
}
.v7_feature_section1 .box1 {
padding: 50px 40px 102px 50px;
background:#272727;
}
.v7_feature_section1 h1{
font-weight:bold;
font-size: 35px;
text-transform: uppercase;
color:#fff;
display:block;
line-height: 45px;
letter-spacing: 0;
}
.v7_feature_section1 b{
font-weight:normal;
font-size: 18px;
text-transform:none;
line-height:24px;
color:#fff;
display:block;
padding-top:23px;
}
.v7_feature_section1 .bg-line {
width: 90px;
height: 1px;
text-align:left;
background-color: #fff;
margin:20px 0px 20px 0px;
}
.v7_feature_section1 .box2 {
background:#4183d7;
padding-bottom: 4px;
}
.v7_feature_section1 h3{
font-weight:bold !important;
font-size: 27px !important;
text-transform:none;
color:#fff;
display:block;
line-height:30px;
padding:26px 30px 37px 45px;
letter-spacing:normal;
margin-bottom: 0px;
}
.v7_feature_section1 h3 b{
font-weight:normal;
font-size: 14px;
text-transform:none;
color:#fff;
display:block;
line-height:normal;
letter-spacing:normal;
}
.v7_feature_section1 .box3 {
background:#5f96dd;
padding-bottom: 4px;
} .v7_feature_section2 {
float: left;
width: 100%;
text-align: left;
padding: 81px 0px 90px 0px;
}
.v7_feature_section2 .box {
float: left;
width: 100%;
text-align: center;
padding:24px 0px 16px 40px;
border:solid 1px #eeeeee;
transition: all 0.3s ease;
}
.v7_feature_section2 icon, .v7_feature_section2 i {
float: left;
color: #fff;
font-size: 28px;
width: 56px;
height: 56px;
border-radius: 100%;
text-align: center;
vertical-align: middle;
line-height: 55px;
margin-right: 20px;
margin-top: 4px;
transition: all 0.3s ease;
background:#e3e3e3;
}
.v7_feature_section2 .box:hover icon,
.v7_feature_section2 .box.active icon, .v7_feature_section2 .box:hover i,
.v7_feature_section2 .box.active i {
color: #fff;
background-color: #4183d7;
}
.v7_feature_section2 .box:hover ,
.v7_feature_section2 .box.active {
background-color: #eeeeee;
}
.v7_feature_section2 h5 {
float: left;
font-weight: 500;
color: #000;
margin:18px auto 27px auto;
letter-spacing:normal;
text-transform:none;
clear: inherit !important;
} .v7_feature_section3 {
float: left;
width: 100%;
padding:0px 0px 90px 0px;
background: #fff;
text-align: center;
}
.v7_feature_section3 h3 {
background:#272727;
color:#fff;
padding:34px 0px;
width:100%;
font-family: 'Raleway', sans-serif;
font-weight:bold;
font-size: 21px;
text-transform:none;
line-height:24px;
letter-spacing:1px;
text-transform:uppercase;
margin-bottom: 0px;
} .v7_feature_section4 {
float: left;
width: 100%;
text-align: center;
}
.v7_feature_section4 h3 {
font-weight: bold;
letter-spacing: 1px;
}
.v7_feature_section4 p {
margin-bottom: 0px !important;
}
.v7_feature_section4 .left {
float: left;
width: 30%;
}
.v7_feature_section4 .left ul {
padding-top:50px;
padding-right:7px;
}
.v7_feature_section4 .left li {
float: left;
width: 100%;
text-transform:none;
text-align: right;
padding: 0px;
margin: 0px 0px 40px 0px;
}
.v7_feature_section4 .left li.last {
margin: 0px 0px 0px 0px;
}
.v7_feature_section4 .left li h4 {
margin-bottom: 0px;
font-size: 16px;
font-weight:500;
padding-top:7px;
text-transform:none;
color:#272727;
line-height: 25px;
letter-spacing: inherit;
clear: initial;
}
.v7_feature_section4 .left li icon, .v7_feature_section4 .left li i {
float: right;
color: #fff;
font-size: 18px;
width: 40px;
height:40px;
text-align: center;
border-radius: 100%;
vertical-align: middle;
line-height: 40px;
background-color: #5f96dd;
margin-left: 16px;
transition: all 0.3s ease;
}
.v7_feature_section4 .center {
float: left;
width: 40%;
}
.v7_feature_section4 .center img {
display: block;
text-align: center;
margin: 0 auto;
}
.v7_feature_section4 .right {
float: left;
width: 30%;
}
.v7_feature_section4 .right ul {
padding-top:50px;
padding-left:7px;
margin: 0px;
}
.v7_feature_section4 .right li {
float: left;
width: 100%;
text-align: left;
padding: 0px;
margin: 0px 0px 40px 0px;
}
.v7_feature_section4 .right li.last {
margin: 0px 0px 0px 0px;
}
.v7_feature_section4 .right li h4 {
margin-bottom: 0px;
font-size: 16px;
font-weight:500;
padding-top:7px;
text-transform:none;
color:#272727;
line-height: 25px;
letter-spacing: inherit;
clear: initial;
}
.v7_feature_section4 .right li icon, .v7_feature_section4 .right li i {
float: left;
color: #fff;
font-size: 18px;
width: 40px;
height: 40px;
text-align: center;
border-radius: 100%;
vertical-align: middle;
line-height: 40px;
background-color: #5f96dd;
margin-right: 16px;
transition: all 0.3s ease;
}
.v7_feature_section4 .left li:hover icon,
.v7_feature_section4 .right li:hover icon, .v7_feature_section4 .left li:hover i,
.v7_feature_section4 .right li:hover i {
color: #fff;
background-color: #272727;
} .v7_feature_section5 {
float: left;
width: 100%;
text-align: center;
padding: 100px 0px;
}
.v7_feature_section5 h2 {
letter-spacing: 1px;
margin-bottom: 10px;
}
.v7_feature_section5 .less6 {
width: 62%;
margin-bottom: 0px !important;
}
.v7_feature_section5 .cirbox {
width: 79%;
margin: 0 auto;
}
.v7_feature_section5 .cir1 {
float: left;
width: 170px !important;
height: 170px;
padding: 40px 10px 0px 10px;
margin: 0px 20px;
border: 1px solid rgba(255, 255, 255, 0.3);
border-radius: 100%;
background: rgba(255, 255, 255, 0.1);
transition: all 0.3s ease;
}
.v7_feature_section5 .cir1:hover {
border: 1px solid rgba(255, 255, 255, 0.9);
background: rgba(255, 255, 255, 0.3);
}
.v7_feature_section5 .cir1 i, .v7_feature_section5 .cir1 icon {
color: #fff;
font-size: 35px;
padding-bottom: 15px;
line-height: 34px;
}
.v7_feature_section5 .cir1 h6 {
color: #fff;
font-weight: bold;
text-transform: uppercase;
letter-spacing: inherit;
}
.v7_feature_section5 .cirbut a {
color: #fff;
text-transform: uppercase;
padding: 12px 45px;
border-radius: 25px;
border: 1px solid rgba(255, 255, 255, 0.5);
transition: all 0.3s ease;
background-color: inherit;
}
.v7_feature_section5 .cirbut a:hover {
color: #999;
background: #fff;
border: 1px solid rgba(255, 255, 255, 1);
} .v7_feature_section6 {
float: left;
width: 100%;
text-align: center;
padding: 85px 0px 0px 0px;
}
.v7_feature_section6 h3 {
font-weight: bold;
letter-spacing: 1px;
}
.v7_feature_section6 .box{
float: left;
}
.v7_feature_section6 img{
display: block;
margin: 0 auto;
}
.v7_feature_section6 .boxleft{
float: left;
width: 50%;
background:#5f96dd;
padding:80px 45px;
}
.v7_feature_section6 .boxright{
float: left;
width: 50%;
background:#4183d7;
padding:80px 45px;
}
.v7_feature_section6 .boxright .v7_button {
margin-right: 11.5px;
display: inline-block;
}
.v7_feature_section6 .boxright .v7_button:last-child {
margin-right: 0px;
margin-left: 10.4px;
}
.v7_feature_section6 h4 {
font-size: 21px;
float: left;
line-height:33px;
letter-spacing:1px;
font-weight: bold;
} .v7_feature_section7 {
float: left;
width: 100%;
text-align: center;
background-color: #f3f3f3;
padding:90px 0px 67px 0px;
}
.v7_feature_section7 h3 {
letter-spacing: 1px;
font-weight: bold;
}
.testimonials-layout-7.peoplesays {
width: 100%;
margin: 0 auto;
}
.testimonials-layout-7.peoplesays .box {
float: left;
width: 100%;
background: #fff;
text-align: left;
padding: 30px 40px 30px 40px;
font-weight: normal;
font-style: normal;
color: #727272;
line-height: 25px;
}
.testimonials-layout-7.peoplesays .who {
float: left;
width: 100%;
text-align: left;
padding: 35px 0px 18px 35px;
margin-top: -2px;
font-size: 12px;
color: #999;
background-image: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/arrow04.png);
background-repeat: no-repeat;
background-position: 30px top;
}
.testimonials-layout-7.peoplesays .who img {
border-radius: 100%;
float: left;
margin-right: 18px;
border: 3px solid #fff;
}
.testimonials-layout-7.peoplesays .who strong {
font-size: 14px;
color: #393939;
display: block;
line-height: 16px;
font-weight: 600;
margin-top: 5px;
}  div[class*="v8_feature_section"] h1,
div[class*="v8_feature_section"] h2,
div[class*="v8_feature_section"] h3,
div[class*="v8_feature_section"] h4,
div[class*="v8_feature_section"] h5,
div[class*="v8_feature_section"] h6{
font-family: 'Roboto', sans-serif;
letter-spacing: 1px;
}
div[class*="v8_feature_section"] p{
line-height: 25px;
} .v8_feature_section1 .linebg  {
text-align: center;
background-color: transparent;
background-image: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/h-line14.png);
background-repeat: no-repeat;
background-position: center top;
width: 110px;
height: 3px;
margin: auto;
margin-top: 15px;
margin-bottom: 57px;
}
.v8_feature_section1 {
float: left;
width: 100%;
text-align: center;
background-color: #fff;
padding: 90px 0px ;
}
.v8_feature_section1 .box {
float: left;
text-align: center;
}
.v8_feature_section1 .box1 {
float: left;
width: 20%;
text-align: center;
padding:0px 15px 0px 15px;
border-right:solid 1px #e9e9e9;
}
.v8_feature_section1 .box1.last {
border-right: none;
}
.v8_feature_section1 .box h3 {
font-size:16px;
font-weight:500;
padding-top:20px;
text-transform:uppercase;
}
body #content .v8_feature_section1 .box p{
margin-bottom: 0;
} .v8_feature_section2 {
float: left;
width: 100%;
text-align: center;
}
.v8_feature_section2 .left {
float: left;
width: 50%;
text-align: left;
padding: 90px 60px 90px 100px;
background-color: #22a7f0;
background-image: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/bg-image09.jpg);
background-repeat: no-repeat;
background-position: right top;
}
.v8_feature_section2 .left i, .v8_feature_section2 .left icon,
.v8_feature_section2 .right i, .v8_feature_section2 .right icon, .v8_feature_section2 .left i, .v8_feature_section2 .left i,
.v8_feature_section2 .right i, .v8_feature_section2 .right i {
float: left;
border: solid 1px rgba(255, 255, 255, 0.5);
font-size: 62px;
width: 149px;
height: 140px;
line-height: 63px;
text-align: center;
vertical-align: middle;
padding-top:39px;
color:#fff;
margin-top:5px;
margin-right:20px;
margin-bottom:33px;
transition: all 0.3s ease;
}
.v8_feature_section2 .left i:hover, .v8_feature_section2 .left icon:hover,
.v8_feature_section2 .right i:hover, .v8_feature_section2 .right icon:hover, .v8_feature_section2 .left i:hover, .v8_feature_section2 .left i:hover,
.v8_feature_section2 .right i:hover, .v8_feature_section2 .right i:hover {
border: solid 1px rgba(255, 255, 255, 1);
}
#content .v8_feature_section2 p {
font-size:16px;
font-weight:normal;
line-height:27px;
color:#fff;
display: block;
float: left;
margin-bottom: 0;
}
.v8_feature_section2 .right {
float: left;
width: 50%;
text-align: left;
padding: 90px 60px 90px 100px;
background-color: #2ecc71;
background-image: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/bg-image10.jpg);
background-repeat: no-repeat;
background-position: left top;
} .v8_feature_section3 {
float: left;
width: 100%;
text-align: center;
padding:95px 0px;
background:#272727;
}
.v8_feature_section3 .left {
width:78%;
float:left;
padding: 0;
}
.v8_feature_section3 .right {
width:22%;
float:left;
padding-top:20px;
text-align:right;
padding-left: 0;
padding-right:0;
}
.v8_feature_section3 .right div{
text-align: right;
}
.v8_feature_section3 h2 {
font-size:35px;
font-weight:700;
text-align:right;
color:#fff;
letter-spacing:1px;
margin:auto;
}
.v8_feature_section3 h3 {
font-size:27px;
font-weight:300;
text-align:right;
color:#fff;
letter-spacing:1px;
margin:auto;
padding-top:13px;
}
.v8_feature_section3 .button.one {
font-family: 'Roboto', sans-serif;
color: #272727;
font-size: 16px;
font-weight: 500;
padding: 19px 33px;
text-transform: uppercase;
transition: all 0.3s ease;
border-radius: 3px;
background: #fff;
letter-spacing: 1px;
}
.v8_feature_section3 .button.one:hover {
color: #fff;
background: #2ecc71;
} .v8_feature_section4 {
float: left;
width: 100%;
padding: 140px 0px 135px 0px;
}
#content .v8_feature_section4 h1 {
font-size: 50px;
color: #272727;
font-weight: 300;
letter-spacing: 2px;
line-height:52px;
text-transform:uppercase;
}
.v8_feature_section4  p {
font-size:16px;
font-weight:normal;
line-height:27px;
color:#272727;
padding-right:50px;
}
.v8_feature_section4 .button.two {
font-family: 'Open Sans', sans-serif;
color: #272727;
font-size: 14px;
font-weight: normal;
padding: 16px 44px;
text-transform: uppercase;
transition: all 0.3s ease;
border-radius: 3px;
border: solid 1px #272727;
letter-spacing: 1px;
}
.v8_feature_section4 .button.two:hover {
color: #fff;
background: #2ecc71;
border: solid 1px #2ecc71;
}
#content .v8_feature_section4 p{
line-height: 27px;
margin-bottom: 0;
} .v8_feature_section5 {
float: left;
width: 100%;
text-align: center;
padding:100px 0px 70px 0px;
}
.v8_feature_section5 .linebg {
text-align: center;
background-image: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/h-line14.png);
background-repeat: no-repeat;
background-position: center top;
background-color: transparent;
width: 110px;
height: 3px;
margin: auto;
margin-top: 15px;
margin-bottom: 77px;
}
.v8_feature_section5  .one_third_less  {
text-align:left;
}
.v8_feature_section5  .address_info {
background-color: #fff;
border: none;
margin-bottom: 30px;
padding: 0px 0px 0px 30px;
text-align:left;
}
.v8_feature_section5  .address_info h5 {
margin-bottom:8px;
letter-spacing: 0;
margin-top: -5px;
}
.v8_feature_section5 .contact-form {
float: left;
width: 100%;
}
.v8_feature_section5 .contact-form label {
float: left;
width: 100%;
}
.v8_feature_section5 .contact-form .input {
color: #727272;
float: left;
width: 100%;
text-align: left;
background: #fff;
border: 1px solid #ccc;
padding: 10px 16px;
margin-bottom: 5px;
border-radius: 0px;
}
.v8_feature_section5 .contact-form .input::-webkit-input-placeholder{
color: #727272;
}
.v8_feature_section5 .contact-form .input::-moz-input-placeholder, .v8_feature_section5 .contact-form .input:placeholder-shown{
color: #727272;
}
.v8_feature_section5 .contact-form .input::-ms-input-placeholder{
color: #727272;
}
.v8_feature_section5 .contact-form textarea::-webkit-input-placeholder{
color: #727272;
}
.v8_feature_section5 .contact-form textarea::-moz-input-placeholder{
color: #727272;
}
.v8_feature_section5 .contact-form textarea::-ms-input-placeholder{
color: #727272;
}
.v8_feature_section5 .contact-form textarea {
color: #000;
float: left;
width: 100%;
height: 140px;
text-align: left;
background: #fff;
border: 1px solid #ccc;
padding: 10px 16px;
border-radius: 0px;
}
.v8_feature_section5 .button_send {
float: left;
font-size: 14px;
color: #fff;
font-weight: 600;
padding: 12px 25px;
background-color: #2ecc71;
text-transform: uppercase;
transition: all 0.3s ease;
border: none;
margin-top: 10px;
border-radius: 0px;
}
.v8_feature_section5 .button_send:hover {
color: #fff;
background-color: #272727;
}
#content .v8_feature_section5 p{
margin-bottom: 0;
}
#content .v8_feature_section5 p a{
color: #454545;
}
#content .v8_feature_section5 p a:hover{
color: #2ECC71;
}  div[class*="v9_feature_section"] h1,
div[class*="v9_feature_section"] h2,
div[class*="v9_feature_section"] h3,
div[class*="v9_feature_section"] h4,
div[class*="v9_feature_section"] h5,
div[class*="v9_feature_section"] h6{
font-family: 'Roboto', sans-serif;
letter-spacing: 0.5px;
}
div[class*="v9_feature_section"] p{
line-height: 25px;
}
.v9_feature_section1 column.one-one{
margin: 0;
padding: 0;
float: left;
width: 100%;
}
.v9_feature_section1 column.one-one ul{
margin: 0;
}
.v9_feature_section2 h2.lmb{
margin-bottom: 40px;
}
.v9_feature_section8 .newsletter_v9 .enter_email_input {
float: left;
padding: 3px 0px 4px 20px;
height: 55px;
width: 76%;
background: #fff;
border: none;
color: #999999;
font-size: 14px;
border-radius: 0px;
}
.v9_feature_section8 .newsletter_v9 .input_submit {
float: left;
padding: 16px 16px;
background-color: #2ba0e8;
border: 0px;
font-size: 18px;
font-weight: 600;
color: #fff;
text-transform: uppercase;
transition: all 0.3s ease;
border-radius: 0px;
}  .v9_feature_section1 {
float: left;
width: 100%;
text-align: center;
padding: 39px 0px 33px 0px;
background:#f3f3f3;
}
.v9_feature_section1 h4{
font-size: 14px;
color: #999999;
font-weight: normal;
letter-spacing: normal !important;
border-right: solid 1px #b8b8b8;
padding: 14px 0px 9px 0px;
margin-right: 20px;
margin-bottom: 0px;
text-transform: uppercase;
line-height: 25px !important;
}
.v9_feature_section1 li {
float: left;
width: 14.28%;
}
.v9_feature_section1 li.last {
border-right: none;
} .v9_feature_section2 {
float: left;
width: 100%;
text-align: center;
padding: 90px 0px 97px 0px;
}
.v9_feature_section2 h5 {
text-transform: uppercase;
font-weight: 500;
color: #fff;
line-height: 23px;
padding-top:15px;
margin:auto;
}
.v9_feature_section2 p {
font-size: 14px;
font-weight:normal;
color: #fff;
line-height: 25px;
padding:18px 15px 0px 10px;
}
.v9_feature_section2 .box1  {
float:left;
padding: 50px 22px 42px 22px;
background: #2ba0e8;
transition: all 0.3s ease;
}
.v9_feature_section2 .box2  {
float:left;
padding: 50px 22px 42px 22px;
background: #40a9ea;
transition: all 0.3s ease;
}
.v9_feature_section2 .box3  {
float:left;
padding: 50px 22px 42px 22px;
background: #55b3ed;
transition: all 0.3s ease;
}
.v9_feature_section2 .box4  {
float:left;
padding: 50px 22px 42px 22px;
background: #6abcef;
transition: all 0.3s ease;
}
.v9_feature_section2 .box1:hover,
.v9_feature_section2 .box2:hover,
.v9_feature_section2 .box3:hover,
.v9_feature_section2 .box4:hover {
opacity: 0.8;
} .v9_feature_section3 {
float: left;
width: 100%;
text-align: center;
padding: 84px 0px 270px 0px;
text-align: center;
}
.v9_feature_section3 h4 {
font-weight: 300;
color: #272727;
line-height: 27px;
letter-spacing: 0.5px !important;
margin-bottom: 20px !important;
}
.v9_feature_section3  p.less5 {
font-size: 16px;
font-weight:300;
color: #727272;
line-height: 27px !important;
padding-bottom:50px;
width: 79%;
margin: 0 auto;
}
.v9_feature_section3 h4.less4 {
width: 53%;
margin: 0 auto 20px;
} .v9_feature_section4 {
float: left;
width: 100%;
text-align: center;
padding: 90px 0px;
}
.our-team-layout-5 .imgcircle {
border: 7px solid #f3f3f3;
border-radius: 100%;
height: 214px;
width: 214px;
transition: all 0.3s ease;
text-align: center;
margin: 0 auto;
}
.our-team-layout-5 .imgcircle:hover {
border: 7px solid #b8d392;
}
.our-team-layout-5 .social_icons {
width: 115px;
padding: 0;
background: #b8d392;
border-radius: 20px;
margin: -30px auto 0px;
color: #fff;
font-size: 16px;
}
.our-team-layout-5 .social_icons ul {
margin: 0 0 20px 0 !important;
text-align: center;
}
.our-team-layout-5 li{
text-align: center;
float: none;
display: inline-block;
padding: 7px 10px 7px 10px;
color: #fff;
transition: all 0.3s ease;
}
.our-team-layout-5 li:hover{
color:#727272;
}
.social_icons a {
float: none;
display: inline-block;
}
.our-team-layout-5 .social_icons li a i {
color: #fff;
}
.our-team-layout-5 .social_icons li a i:hover {
color: #272727;
}
.our-team-layout-5 h4{
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-weight:bold;
text-transform:uppercase;
margin-top: -2px;
margin-bottom:auto;
text-align: center;
}
.our-team-layout-5 b{
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight:400;
text-transform:uppercase;
margin-top:auto;
text-align: center;
color:#2ba0e8;
display: block;
}
.our-team-layout-5 .social_icons.icon_number_1 {
width: 45px;
}
.our-team-layout-5 .social_icons.icon_number_2 {
width: 80px;
}
.our-team-layout-5 .social_icons.icon_number_3 {
width: 115px;
}
.our-team-layout-5 .social_icons.icon_number_4 {
width: 150px;
}
.our-team-layout-5 .social_icons.icon_number_5 {
width: 185px;
}
.our-team-layout-5 .social_icons.icon_number_6 {
width: 220px;
} .v9_feature_section5 {
float: left;
width: 100%;
text-align: center;
padding: 90px 0px 74px 0px;
background:#2ba0e8;
}
.v9_feature_section5 i {
color: #2ba0e8;
font-size: 27px;
float: right;
width: 52px;
height: 52px;
background: #fff;
border-radius: 100%;
text-align: center;
vertical-align: middle;
line-height: 52px;
margin-left: 20px;
margin-top: 4px;
transition: all 0.3s ease;
}
.v9_feature_section5 i:hover, .v9_feature_section5 i.active {
color: #fff;
background: #393939;
}
.v9_feature_section5 h3 {
float: right;
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-weight:bold;
color:#fff;
width: 75%;
text-align: right;
clear: inherit !important;
}
.v9_feature_section5 h3 b {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight:400;
color:#fff;
text-align:right;
line-height:18px;
text-transform: none;
display: block;
} .v9_feature_section6 {
float: left;
width: 100%;
text-align: center;
padding: 100px 0px ;
}
.v9_feature_section6 .imgbox{
width: 33.33333%;
float:left;
padding-left: 0;
padding-right: 0;
}
.v9_feature_section6 .imgbox img{
display: block;
width: 100%;
}
.v9_feature_section6 .contbox{
width: 33.33333%;
background:#b8d392;
color:#fff;
padding: 47px 40px 48px 40px;
float:left;
}
.v9_feature_section6 .contbox2{
float: left;
width: 33.33333%;
background:#272727;
color:#fff;
padding:49px 40px 48px 40px;
}
.v9_feature_section6 h3{
font-size: 27px;
font-weight:bold;
color:#fff;
text-transform:uppercase;
line-height:none;
letter-spacing: 1px !important;
}
.v9_feature_section6 p  {
color:#fff;
line-height:25px;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight: normal;
}
.v9_feature_section6 .linebg_1 {
width: 100px;
height: 1px;
background-color: #fff;
margin:21px auto 20px auto;
} .v9_feature_section7 {
float: left;
width: 100%;
text-align: center;
padding: 90px 0px 46px 0px;
}
.testimonial-layout-8 .sectionbox {
margin: 0 auto;
width: 95%;
background:#fff;
margin-top:65px;
border-radius:2px;
padding:30px 40px;
text-align: center;
-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
}
.testimonial-layout-8 .sectionbox img {
border: 7px solid #ffffff;
height: 104px;
width: 104px;
border-radius: 100px;
color: #868686;
font-size: 35px;
display: block;
margin: -75px auto 0px auto;
}
.testimonial-layout-8 h5{
font-family: 'Open Sans', sans-serif !important;
font-size: 16px;
font-weight:normal;
letter-spacing:normal !important;
padding-top:20px;
color:#727272;
}
.testimonial-layout-8 h6{
font-family: 'Open Sans', sans-serif !important;
font-size: 14px;
font-weight:bold;
letter-spacing:normal !important;
padding-top:10px;
color:#272727;
display:block;
}
.testimonial-layout-8 h6 b{
font-family: 'Open Sans', sans-serif !important;
font-size: 13px;
font-weight:500;
letter-spacing:normal !important;
color:#272727;
display:block;
}
.testimonial-layout-8.owl-carousel .owl-item {
padding: 0px 10px;
} .v9_feature_section8 {
float: left;
width: 100%;
text-align:center;
background-color:#212121;
padding:70px 0px 64px 0px ;
}
.v9_feature_section8 .box1{
width:22%;
float:left;
}
.v9_feature_section8 .box2{
width:22%;
float:left;
}
.v9_feature_section8 .box3{
width:28%;
float:left;
}
.v9_feature_section8 .box4{
width:28%;
float:left;
}
.v9_feature_section8 .box2 a:hover {
color: #cccccc;
}
.v9_feature_section8 i {
color: #FFF;
font-size: 50px;
margin-right: 14px;
float:left;
text-align:left;
}
.v9_feature_section8 h4 {
font-family: 'Open Sans', sans-serif !important;
font-size: 16px;
font-weight:bold;
color: #fff;
margin:0 auto;
letter-spacing:normal !important;
display:block;
text-transform:none;
padding-top:0px;
text-align:left;
clear: inherit !important;
}
.v9_feature_section8 h4 b {
font-size: 13px;
font-weight:normal;
color: #fff;
display: block;
}
.v9_feature_section8 .newsletter .enter_email_input {
float: left;
padding: 3px 0px 4px 20px;
height: 55px;
width: 76%;
background: #fff;
border: none;
color: #999999;
font-size: 14px;
}
.v9_feature_section8 .newsletter .input_submit {
float: left;
padding: 16px 16px;
background-color: #2ba0e8;
border: 0px;
font-size: 18px;
font-weight: 600;
color: #fff;
text-transform: uppercase;
transition: all 0.3s ease;
}
.v9_feature_section8 .newsletter .input_submit:hover {
color: #fff;
cursor: pointer;
background-color: #454545;
}
.v9_feature_section8 .newsletter .input_submit.color2 {
background-color: #50c9d4;
}
.testimonial-layout-8 .owl-controls .owl-page, .testimonial-layout-8 .owl-controls .owl-buttons div {
margin-top: 35px;
}
.owl-theme.lightbults .owl-controls .owl-page span {
background: #fff;
}
.newsletter .kc_col-sm-6{
padding: 0;
} .v10_demo_slide {
margin-top: 85px;
} .v10_feature_section1 {
float: left;
width: 100%;
text-align: center;
background-color: #272727;
}
.v10_feature_section1 .one_third {
width: 33.33333%;
margin: 0;
padding: 62px 0px 60px 0px;
background-image: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/v-line-bg.png);
background-repeat: no-repeat;
background-position: left top;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #000000;
}
.v10_feature_section1 h2{
font-weight:600;
font-size: 18px;
text-transform: uppercase;
color:#fff;
display:block;
width: 72%;
margin: 0 auto;
}
.v10_feature_section1 h2 b{
font-family: 'Open Sans', sans-serif;
font-weight:normal;
font-size: 14px;
text-transform:none;
line-height:24px;
color:#fff;
display:block;
padding-top:17px;
} .v10_feature_section2 {
float: left;
width: 100%;
text-align: center;
padding: 75px 0px 80px 0px;
}
.v10_feature_section2 .less7 {
width: 53%;
margin-top: 0;
margin-right: auto;
margin-left: auto;
}
.v10_feature_section2 p {
font-weight: normal;
line-height: 23px;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #727272;
text-align: center;
}
.v10_feature_section2 .box h5{
font-family: 'Raleway', sans-serif;
font-weight:bold;
font-size: 18px;
text-transform: uppercase;
color:#272727;
line-height:23px;
margin:26px auto 7px auto;
transition: all 0.3s ease;
}
.v10_feature_section2 .box {
width: 100%;
margin:0 auto;
transition: all 0.3s ease;
padding-top:42px;
}
.v10_feature_section2 .box:hover h5,
.v10_feature_section2 .box.active h5 {
color: #59abe3;
}
.v10_feature_section2 .box icon, .v10_feature_section2 .box i {
background-color: #f3f3f3;
height: 102px;
width: 102px;
line-height: 102px;
padding: 0;
border-radius: 100%;
text-align: center;
transition: all 0.3s ease;
color: #272727;
font-size: 42px;
display: block;
margin: 0 auto;
}
.v10_feature_section2 .box:hover i,
.v10_feature_section2 .box:hover icon,
.v10_feature_section2 .box.active i,
.v10_feature_section2 .box.active icon {
color: #fff;
background-color: #59abe3;
}
.v10_feature_section2 .box p{
font-family: 'Open Sans', sans-serif;
color:#727272;
font-size:14px;
} .v10_feature_section3 {
float: left;
width: 100%;
text-align: center;
}
.v10_feature_section3 .cbp-caption-activeWrap {
height: 60px;
background-color: #181616;
background-color: rgba(24,22,22,0.7);
-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
} .v10_feature_section4 {
float: left;
width: 100%;
text-align: center;
}
.v10_feature_section4 .counters7 .counterup {
font-family: 'Open Sans', sans-serif;
font-size: 45px;
color: #fff;
font-weight: 700;
line-height: 23px;
margin-bottom: 0px;
}
.v10_feature_section4 .counters7 {
float: left;
width: 100%;
font-family: 'Open Sans', sans-serif;
padding: 0px;
text-align: center;
font-size: 45px;
color: #fff;
font-weight: 700;
padding:100px 0px 90px 0px;
}
.v10_feature_section4 .counters7 i {
color: #fff;
font-size: 42px;
display: block;
margin-bottom: 35px;
}
.v10_feature_section4 .counters7 h4 {
font-family: 'Open Sans', sans-serif;
display: block;
width: 100%;
font-size: 14px;
color: #fff;
font-weight:bold;
text-transform: uppercase;
margin: 20px auto 0 auto;
line-height: 25px;
letter-spacing: inherit;
} .v10_feature_section5 {
float: left;
width: 100%;
padding:80px 0px 80px 0px;
text-align:center;
}
.v10_feature_section5 .owl-item{
padding: 0 10px;
}
.v10_feature_section5 .less7 {
width: 53%;
margin: 0 auto;
}
.v10_feature_section5 p {
font-weight: normal;
line-height: 23px;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #727272;
text-align: center;
}
.v10_tabs_slider_owl .left {
float: left;
}
.v10_tabs_slider_owl .right {
float: left;
padding: 44px 55px 65px 50px;
text-align: left;
background: #59abe3;
}
.v10_tabs_slider_owl .right p {
font-weight: normal;
line-height: 23px;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #fff;
text-align: left;
width: 100%;
}
.v10_tabs_slider_owl i, .v10_tabs_slider_owl icon {
color: #FFF;
font-size: 16px;
float: left;
width: 32px;
height: 32px;
border-radius: 100%;
text-align: center;
vertical-align: middle;
line-height: 32px;
margin-right: 12px;
margin-top: 0px;
transition: all 0.3s ease;
border: 1px solid #fff;
}
.v10_tabs_slider_owl i:hover, .v10_tabs_slider_owl icon:hover {
color: #393939;
}
.v10_tabs_slider_owl h3 {
font-size: 18px;
font-weight:600;
color:#fff;
margin:0 auto;
text-transform:uppercase;
padding-bottom:20px;
}
.v10_tabs_slider_owl h4 {
font-size: 14px;
font-weight:600;
color: #fff;
margin:0 auto;
letter-spacing:normal;
display:block;
text-transform:none;
padding-top:3px;
clear: inherit !important;
}
.v10_tabs_slider_owl.owl-carousel .owl-item {
float: left;
padding: 0px 10px;
}
.v10_tabs_slider_owl .owl-controls .owl-page, .v10_tabs_slider_owl .owl-controls .owl-buttons div {
cursor: pointer;
margin-top: 35px;
} .v10_feature_section6 {
float: left;
width: 100%;
padding:80px 0px 90px 0px;
text-align:center;
background:#f3f3f3;
} .v10_feature_section7 {
float: left;
width: 100%;
text-align:center;
background-color:#272727;
padding: 40px 0px;
}
.v10_feature_section7 .less1 {
width: 75%;
margin: 0 auto;
}
.v10_feature_section7 .box1,
.v10_feature_section7 .box2,
.v10_feature_section7 .box3 {
float:left;
width:33.333%;
padding: 0;
}
.v10_feature_section7 i {
color: #fff;
font-size: 46px;
margin-right: 14px;
float:left;
text-align:left;
}
.v10_feature_section7 h4 {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-weight:bold;
color: #fff;
margin:0 auto;
letter-spacing:normal;
display:block;
text-transform:none;
padding-top:3px;
text-align:left;
clear: inherit !important;
}
.v10_feature_section7 h4 b {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight:normal;
color: #fff;
display: block;
}
.v10_feature_section7 a:hover {
color: #999;
} .v10_title_row{
padding: 20px 0;
text-align: center;
width: 100%;
float: left;
line-height: 22px;
margin-bottom: 0;
font-size: 14px;
}
.v10_title_row span{
font-family: 'Raleway', sans-serif;
font-size: 27px;
font-weight: 600;
color: #272727;
margin: 0;
position: relative;
line-height: 100%;
text-transform: uppercase;
}
.v10_title_row span:before {
position: absolute;
left: -125px;
top: 12px;
content: "";
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/left-sep.png) no-repeat;
width: 112px;
height: 11px;
}
.v10_title_row span:after {
position: absolute;
right: -125px;
top: 12px;
content: "";
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/right-sep.png) no-repeat;
width: 112px;
height: 11px;
}
div[class*="v10_feature_section"] h1,
div[class*="v10_feature_section"] h2,
div[class*="v10_feature_section"] h3,
div[class*="v10_feature_section"] h4,
div[class*="v10_feature_section"] h5,
div[class*="v10_feature_section"] h6{
letter-spacing: inherit;
}
.copyright_info.ci_style7 p {
color: #999999;
font-size: 13px;
}
.copyright_info.ci_style7 a {
font-size: 13px;
}  .v11_feature_section1 {
float: left;
width: 100%;
text-align: center;
padding:70px 0px;
}
.v11_feature_section1 .box1{
background-color:#e67e22;
border-radius:4px;
padding:30px 10px;
float:left;
text-align:left;
}
.v11_feature_section1 .box1 .img{
padding-left:20px;
padding-top:10px;
float:left;
width:20%;
}
.v11_feature_section1 .box1 h4{
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 21px;
font-weight:bold;
text-transform:uppercase;
float:left;
padding-left:30px;
margin:0px;
letter-spacing:1px;
width:90%;
clear: inherit !important;
}
.v11_feature_section1 .box2{
background-color:#1ba39c;
border-radius:4px;
padding:30px 10px;
float:left;
text-align:left;
}
.v11_feature_section1 .box2 .img{
padding-left:20px;
padding-top:10px;
float:left;
width:20%;
}
.v11_feature_section1 .box2 h4{
color: #fff;
font-size: 21px;
font-weight:bold;
text-transform:uppercase;
float:left;
padding-left:30px;
margin:0px;
letter-spacing:1px;
width:90%;
clear: inherit !important;
}
.v11_feature_section1 .box3{
background-color:#818181;
border-radius:4px;
padding:30px 10px;
float:left;
text-align:left;
}
.v11_feature_section1 .box3 .img{
padding-left:20px;
padding-top:10px;
float:left;
width:20%;
}
.v11_feature_section1 .box3 h4{
color: #fff;
font-size: 21px;
font-weight:bold;
text-transform:uppercase;
float:left;
padding-left:30px;
margin:0px;
letter-spacing:1px;
width:90%;
clear: inherit !important;
}
.v11_feature_section1 .box1 h4 b,
.v11_feature_section1 .box2 h4 b,
.v11_feature_section1 .box3 h4 b {
display: block;
font-weight: normal;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #fff;
padding-top:10px;
line-height:23px;
text-transform:none;
letter-spacing:normal;
}
.v11_feature_section1 .img img {
max-width: inherit;
max-height: inherit;
} .v11_feature_section2 {
float: left;
width: 100%;
text-align: center;
padding: 90px 0px 40px 0px;
background:#f3f3f3;
}
.v11_feature_section2 h1 {
color: #272727;
font-size: 45px;
font-weight:300;
margin-bottom:15px;
text-transform:uppercase;
letter-spacing:2px;
text-align:center;
}
.v11_feature_section2  b {
color: #272727;
font-size: 18px;
font-weight:300;
text-transform:none;
text-align:center;
letter-spacing:1px;
display:block;
margin-bottom:60px;
}
.v11_feature_section2 img {
height: 180px;
width: 180px;
border-radius: 100%;
}
.v11_feature_section2 h4 {
color: #272727;
font-size: 18px;
font-weight:600;
text-transform:uppercase;
padding-top:25px;
letter-spacing:1px;
}
.v11_feature_section2 h4 b {
font-family: 'Open Sans', sans-serif;
color: #727272;
text-transform:none;
padding-top:14px;
line-height:25px;
font-size:16px;
letter-spacing:normal;
} .v11_feature_section3 {
float: left;
width: 100%;
text-align: center;
padding:90px 0px 50px 0px;
background:#1ba39c;
}
.v11_feature_section3 .kc_single_image img {
float: left;
}
.v11_feature_section3 .left {
float: left;
width: 45.5%;
padding: 0;
}
.v11_feature_section3 .right {
float: left;
width: 54.5%;
text-align: left;
}
.v11_feature_section3 .right h2 {
font-weight: 400;
text-align:left;
color:#fff;
font-size:27px;
font-weight:bold;
letter-spacing:1px;
margin:0px;
padding: 0;
}
.v11_feature_section3 ul.list_1 {
float: left;
padding: 0px;
margin: 0px 0px 10px 0px !important;
text-align:left;
}
.v11_feature_section3 .list_1 li {
padding: 7px 0px;
margin: 0px;
color: #fff;
font-size:16px;
margin:0px;
}
.v11_feature_section3 .list_1 li icon, .v11_feature_section3 .list_1 li i {
color: #fff;
margin-right: 8px;
font-size:13px;
font-weight:normal;
} .v11_feature_section4 {
float: left;
width: 100%;
text-align: center;
padding:90px 0px;
background:#fff;
}
.v11_feature_section4 h1 {
color: #272727;
font-size: 45px;
font-weight:300;
margin-bottom:15px;
text-transform:uppercase;
letter-spacing:2px;
text-align:center;
}
.v11_feature_section4 b {
color: #272727;
font-family: 'Roboto', sans-serif;
font-size: 18px;
font-weight:300;
text-transform:none;
text-align:center;
letter-spacing:1px;
display:block;
margin-bottom:20px;
} .v11_feature_section5 {
float: left;
width: 100%;
color: #fff;
text-align: center;
padding: 100px 0px 90px 0px;
}
.v11_feature_section5 h1 {
color: #fff;
font-size: 45px;
font-weight:300;
margin-bottom:40px;
text-transform:uppercase;
letter-spacing:2px;
text-align:center;
}
.v11_feature_section5 b {
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 18px;
font-weight:300;
text-transform:none;
text-align:center;
letter-spacing:1px;
display:block;
margin-bottom:20px;
}
.v11_feature_section5 h6 {
color: #fff;
font-weight: bold;
line-height: 18px;
padding-top: 14px;
}
.v11_feature_section5 h6 em {
font-family: 'Open Sans', sans-serif;
color: #fff;
font-size: 12px;
display: block;
font-style: normal;
font-weight:normal;
text-transform: none;
}
.v11_feature_section5 .cimag img {
width: 54px;
height: 54px;
border-radius: 100%;
border: 2px solid #fff;
margin:0 auto;
}
.v11_feature_section5 .owl-theme .owl-controls .owl-page span {
background: #fff;
}
.v11_feature_section5 .testimonial-layout-5 .item p.fontdefault2 {
line-height: 25px;
}
.v11_feature_section5 .testimonial-layout-5 .item h6 {
letter-spacing: inherit;
} .v11_feature_section6 {
float: left;
width: 100%;
padding: 90px 0px 62px 0px;
text-align: center;
background: #454545;
}
.v11_feature_section6 h1 {
color: #fff;
font-size: 45px;
font-weight:300;
margin-bottom:15px;
text-transform:uppercase;
letter-spacing:2px;
text-align:center;
}
.v11_feature_section6 b {
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 18px;
font-weight:300;
text-transform:none;
text-align:center;
letter-spacing:1px;
display:block;
margin-bottom:50px;
}
.contact-form {
width: 75%;
display: block;
margin: 0 auto;
}
.v11_feature_section6 .box1 {
width:49%;
float:left;
}
.v11_feature_section6 .box2 {
width:49%;
float:right;
}
.v11_feature_section6 .contact-form label {
float: left;
width: 100%;
margin-bottom: 0px;
}
.v11_feature_section6 .contact-form .input {
font-family: 'Raleway', sans-serif;
color: #727272;
float: left;
width: 100%;
text-align: left;
background: #eeeeee;
border: 2px solid #eee;
padding: 12px 16px;
margin-bottom: 15px;
border-radius: 0px;
box-shadow: none;
}
.v11_feature_section6 .contact-form textarea {
font-family: 'Raleway', sans-serif;
color: #000;
float: left;
width: 100%;
height: 230px;
text-align: left;
background: #eeeeee;
border: 2px solid #eee;
padding: 12px 16px;
border-radius: 0px;
}
.v11_feature_section6 .button_send {
font-family: 'Open Sans', sans-serif;
font-size: 18px;
color: #fff;
font-weight: 600;
padding: 16px 0px;
width: 100%;
background-color: #1ba39c;
text-transform: uppercase;
transition: all 0.3s ease;
letter-spacing:4px;
border: none;
cursor: pointer;
border-radius: 0px;
}
.v11_feature_section6 .button_send:hover {
color: #1ba39c;
background-color: #fff;
}
.v11_feature_section6 .wpcf7 span.wpcf7-not-valid-tip {
display: block;
text-align: left;
margin-bottom: 15px;
}
.v11_feature_section6 .contact-form .wpcf7-form.invalid .input {
margin-bottom: 0px;
}
.v11_feature_section6 .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
color: #fff;
} .v11_feature_section7 {
float: left;
width: 100%;
text-align:center;
background-color:#272727;
padding: 59px 0px 50px 0px ;
}
.v11_feature_section7 .box1{
width:22%;
float:left;
padding: 0;
}
.v11_feature_section7 .box2{
width:22%;
float:left;
padding: 0;
}
.v11_feature_section7 .box3{
width:28%;
float:left;
padding: 0;
}
.v11_feature_section7 .box4{
width:28%;
float:left;
color: #fff;
padding: 0;
}
.v11_feature_section7 .box2 a {
font-size: 13px;
font-weight: 600;
}
.v11_feature_section7 .box2 a:hover {
color: #ccc;
}
.v11_feature_section7 .box4 p {
color: #fff;
}
.v11_feature_section7 .box4 a {
color: #fff;
font-size: 13px;
font-weight: 600;
}
.v11_feature_section7 .box4 a:hover {
color: #ccc;
}
.v11_feature_section7 icon, .v11_feature_section7 i {
color: #FFF;
font-size: 50px;
margin-right: 14px;
float:left;
text-align:left;
}
.v11_feature_section7 .box1 icon, .v11_feature_section7 .box1 i {
padding-left: 2px;
margin-right: 12px;
}
.v11_feature_section7 h4 {
font-family: 'Open Sans', sans-serif !important;
font-size: 16px;
font-weight:bold;
color: #fff;
margin:0 auto;
letter-spacing:normal;
display:block;
text-transform:none;
padding-top:0px;
text-align:left;
clear: inherit !important;
}
.v11_feature_section7 h4 b {
font-size: 14px;
font-weight:normal;
color: #fff;
display: block;
}
.tabs-slider-style .owl-controls .owl-page, .tabs-slider-style .owl-controls .owl-buttons div {
margin-top: 35px;
}
.tabs-slider-style p {
margin-bottom: 0px !important;
}
#dot-holder .page-nav-dot a {
font-size: 13px;
font-weight: 600;
}
div[class*="v11_feature_section"] h1,
div[class*="v11_feature_section"] h2,
div[class*="v11_feature_section"] h3,
div[class*="v11_feature_section"] h4,
div[class*="v11_feature_section"] h5,
div[class*="v11_feature_section"] h6{
font-family: 'Roboto', sans-serif;
}  .v12_feature_section1 {
float: left;
width: 100%;
text-align: center;
padding: 90px 0px 90px 0px;
}
.v12_feature_section1 .box1  {
float: left;
border-right: 1px dashed #dedede;
}
.v12_feature_section1 .box2 {
float: left;
border:none;
}
.v12_feature_section1  h4 {
font-size: 18px;
font-weight: 700;
color: #272727;
text-transform:uppercase;
margin-bottom:35px;
letter-spacing: inherit;
}
.v12_feature_section1  .kc_text_block {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-weight:normal;
color: #727272;
line-height: 25px;
padding:26px 25px 0px 20px;
text-align: center;
} .v12_feature_section2 {
float: left;
width: 100%;
text-align: center;
padding:90px 0px;
background-color:#f3f3f3;
}
.v12_feature_section2 .kc_column{
padding-left: 0;
}
.v12_feature_section2 .kc_column:last-child{
padding-left: 2.64%;
}
.v12_feature_section2 .boxone {
width: 100%;
float: left;
background:#fff;
border-bottom:solid 5px #272727;
}
.v12_feature_section2 .boxtwo {
width: 100%;
float: left;
background:#fff;
border-bottom:solid 5px #4183d7;
}
.v12_feature_section2 .boxthree {
width: 100%;
float: left;
background:#fff;
border-bottom:solid 5px #90c695;
}
.v12_feature_section2 .rimg {
float: left;
}
.v12_feature_section2 .rimg img {
width: 100% !important;
}
.v12_feature_section2 .content {
float: left;
width: 100%;
padding:12px 20px 21px 20px;
text-align:center;
}
.v12_feature_section2 h3 {
font-size: 18px;
font-weight: 700;
color: #272727;
margin-bottom: 0px;
text-transform:uppercase;
text-align:center;
letter-spacing: inherit;
} .poworks .cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
color: #4183d7;
}
.poworks .cbp-l-filters-alignCenter .cbp-filter-item:hover {
color: #4183d7;
}
.v12_feature_section_ex {
float: left;
width: 100%;
padding: 90px 0px;
}
.v12_feature_section_ex .kc_tabs_nav li {
margin: 0;
text-align: left;
height: 54px;
padding: 0px;
font-family: 'Raleway', sans-serif;
}
.v12_feature_section_ex .kc_tabs_nav > li:hover, .kc_tabs_nav > li > a:hover, .kc_tabs_nav > li > a:focus {
background: none;
}
.v12_feature_section_ex .kc_tabs>.kc_wrapper>.kc_tabs_nav {
margin: 0;
padding: 0;
list-style-type: none;
border-bottom: none;
height: 54px;
width: 100%;
background-color: #eee;
position: relative;
z-index: 4;
}
.v12_feature_section_ex .kc_tabs_nav li a {
float: left;
color: #272727;
height: 54px;
padding: 0px 40px;
font-weight: 400;
margin-right: 0px;
text-decoration: none;
line-height: 50px;
font-size: 14px;
background-color: #eee;
}
.v12_feature_section_ex .kc_tabs_nav li a:hover {
color: #999;
}
.v12_feature_section_ex .kc_tabs_nav li.ui-tabs-active a {
color: #999;
border-bottom: 1px solid #fff;
background-color: #fff;
}
.v12_feature_section_ex .kc_tabs_nav ~ .kc_tab.ui-tabs-body-active {
padding: 5% 4% 5% 4%;
}
.v12_feature_section_ex .v12_tabs-content p {
font-weight: normal;
line-height: 25px;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #727272;
text-align: left;
}
.v12_feature_section_ex .kc_tab .kc_single_image img {
width: 100%;
}
.v12_feature_section_ex .kc_tabs {
margin-bottom: 0px;
}
body .kc_progress_bars .progress-item span.label {
font-weight: 500;
font-size: 16px;
line-height: 23px;
margin-bottom: 12px;
font-style: normal;
font-family: 'Raleway', sans-serif;
color: #272727;
display: block;
}
body .kc-ui-progress div.ui-label {
font-family: 'Open Sans', sans-serif;
font-weight: bold;
text-transform: uppercase;
font-size: 16px;
color: #272727;
position: absolute;
right: 0;
line-height: 20px;
padding-right: 12px;
white-space: nowrap;
margin-bottom: 5px;
}
body .kc_progress_bars .kc-ui-progress3 div.ui-label {
margin-bottom: 1px;
}
.v12_feature_section_ex .progress-item{ margin-bottom: 20px; } .v12_feature_section3 {
float: left;
width: 100%;
padding: 120px 0px 120px 0px;
}
.v12_feature_section3 h1 {
font-size: 45px;
color: #fff;
font-weight: 300;
line-height:52px;
text-transform:none;
margin-bottom:22px;
letter-spacing: inherit;
}
.v12_feature_section3  p {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-weight: normal;
line-height: 27px;
color: #fff;
padding-right: 50px;
text-align: left;
padding-bottom:5px;
} .poworks {
float: left;
width: 100%;
text-align: center;
background: #221f27;
padding-top: 36px;
} .v12_feature_section5 {
float: left;
width: 100%;
text-align: center;
margin: 90px 0px 0px 0px;
}
.v12_feature_section5 .less4 {
width: 45%;
margin: 0 auto;
}
.v12_feature_section5 p {
text-align: center;
line-height: 25px;
}
.v12_feature_section5 h2 {
font-family: 'Raleway', sans-serif;
font-weight: bold;
color: #272727;
font-size: 27px;
line-height: 32px;
margin-bottom: 20px;
}
.v12_feature_section5 h2 strong {
font-weight: 600;
color: #272727;
letter-spacing: 0px;
}
.last-post-layout-4{
text-align: center;
}
.last-post-layout-4 .imgbox1 {
float: left;
width: 100%;
transition: all 0.3s ease;
}
.last-post-layout-4 .con {
font-family: 'Raleway', sans-serif;
font-size: 21px;
color: #fff;
font-weight:bold;
background:#4183d7;
padding:20px 20px;
margin-top:-184px;
position:relative;
margin-left:40px;
margin-right:40px;
text-align:left;
line-height:27px;
float: left;
}
.last-post-layout-4 .con p {
font-style:italic;
line-height: 25px;
}
.last-post-layout-4 .imgbox1:hover {
opacity: 0.7;
}
.last-post-layout-4 .owl-controls .owl-page, .last-post-layout-4 .owl-controls .owl-buttons div {
margin-top: 36px;
}
.last-post-layout-4.owl-carousel .owl-item {
padding: 0px;
} .v12_feature_section6 {
float: left;
width: 100%;
text-align: center;
padding:75px 0px 90px 0px;
}
.v12_feature_section6 h2 {
}
.v12_feature_section6 h2 strong {
font-weight: 600;
color: #272727;
letter-spacing: 0px;
}
.v12_feature_section6 .less6 {
width: 62%;
margin: 0 auto;
}
.v12_feature_section6 p {
text-align: center;
line-height: 25px;
}
.testimonials-layout-9 {
text-align: center;
}
.testimonials-layout-9 .contentbox {
float: left;
width: 100%;
border: 1px solid #eee;
border-radius: 3px;
padding: 45px 40px 45px 40px;
transition: all 0.3s ease;
}
.testimonials-layout-9 .contentbox h5{
font-weight: 600;
margin-bottom: 27px;
letter-spacing: inherit;
}
.testimonials-layout-9 .contentbox p {
line-height: 25px;
}
.testimonials-layout-9 .contentbox.highlight p {
color: #fff;
}
.testimonials-layout-9 .lbt {
text-align: center;
width: 80%;
margin: 18px auto 30px auto;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ebebeb;
}
.testimonials-layout-9 .lbt strong {
display:inline-block;
font-weight:100;
position:relative;
top:12px;
font-size: 13px;
background:#fff;
padding:0 12px;
color: #90c695;
}
.testimonials-layout-9 b {
color: #90c695;
font-size: 16px;
font-weight: 600;
}
.testimonials-layout-9 b em {
color: #999;
font-size: 13px;
font-weight: normal;
font-style: normal;
display: block;
}
.testimonials-layout-9 .contentbox.highlight {
border: 1px solid #999;
background: #999;
color: #fff;
}
.testimonials-layout-9 .contentbox.highlight b {
color: #fff;
}
.testimonials-layout-9 .contentbox.highlight b em {
color: #fff;
}
.testimonials-layout-9 .contentbox.highlight h5{
color: #fff;
}
.testimonials-layout-9  .highlight .lbt strong {
background:#999;
color: #fff;
}
.testimonials-layout-9 .highlight .lbt {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #fff;
}
.testimonials-layout-9.two b {
color: #46d8bd;
}
.testimonials-layout-9.two .contentbox.highlight {
border: 1px solid #46d8bd;
background: #46d8bd;
}
.testimonials-layout-9.two .contentbox.highlight .lbt strong {
background:#46d8bd;
}
.testimonials-layout-9 .contentbox:hover {
-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.3);
box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.3);
} .newsletter {
float: left;
width: 100%;
padding: 50px 0px 40px 0px;
}
.newsletter h2 {
color: #fff;
font-weight: 300;
text-align: right;
}
.newsletter  {
float: left;
text-align:left;
}
.newsletter i {
color: #fff;
font-size: 42px;
float: left;
padding-right:20px;
margin-top: -1px;
}
.newsletter h5  {
font-size:18px;
font-weight:bold;
text-align:left;
margin-bottom:7px;
letter-spacing:normal;
clear: inherit !important;
}
.newsletter span  {
font-size:12px;
text-align:left;
line-height:25px;
text-transform:none;
display: block;
font-weight: normal;
}
.newsletter .enter_email_input {
float: left;
padding: 3px 0px 4px 20px;
height: 50px;
width: 75%;
background: #fff;
border: none;
color: #727272;
font-size: 14px;
border-radius: 0px;
}
.newsletter .input_submit {
float: left;
padding: 13px 25px 14px 25px;
background-color: #272727;
border: 0px;
font-size: 16px;
font-weight: normal;
color: #fff;
text-transform: uppercase;
transition: all 0.3s ease;
border-radius: 0px;
}
.newsletter .input_submit:hover {
color: #fff;
cursor: pointer;
background-color: #454545;
}  .v13_feature_section1 {
float: left;
width: 100%;
text-align: center;
padding:90px 0px;
}
.v13_feature_section1 .box h5{
font-weight:500;
font-size: 16px;
text-transform: uppercase;
color:#272727;
line-height:23px;
margin:34px auto 15px auto;
letter-spacing: inherit;
}
.v13_feature_section1 .box h5 b{
font-weight:bold;
font-size: 21px;
text-transform: uppercase;
color:#272727;
line-height:23px;
margin:6px auto 16px auto;
display:block;
}
.v13_feature_section1 .bgline {
width: 50px;
height: 4px;
background-color: #2ecc71;
margin:0 auto;
border-radius: 3px;
transition: all 0.3s ease;
}
.v13_feature_section1 .box {
width: 100%;
margin:0 auto;
transition: all 0.3s ease;
}
.v13_feature_section1 .box:hover .bgline,
.v13_feature_section1 .box.active .bgline {
background-color: #2ecc71;
}
.v13_feature_section1 .box i {
height: 120px;
width: 120px;
line-height: 120px;
padding: 0;
border-radius: 100%;
text-align: center;
transition: all 0.3s ease;
color: #2ecc71;
font-size: 50px;
display: block;
margin: 0 auto;
border: solid 1px #2ecc71;
}
.v13_feature_section1 .box:hover i,
.v13_feature_section1 .box.active i {
color: #fff;
background-color: #2ecc71;
}
.v13_feature_section1 .box p{
text-align:center;
line-height:25px;
padding:13px 10px 0px 10px;
margin-bottom: 0px !important;
} .v13_feature_section2 {
float: left;
width: 100%;
padding:50px 0px;
background:#474c54;
}
.v13_feature_section2 h3 {
font-size:27px;
font-weight:bold;
text-transform:uppercase;
float:left;
margin:8px;
letter-spacing: inherit;
}
.v13_feature_section2 a {
font-family: 'Raleway', sans-serif;
font-weight:bold;
float: left;
color: #fff;
font-size:14px;
font-weight:700;
background:#2ecc71;
text-transform: uppercase;
transition: all 0.3s ease;
margin-left: 62px;
border-radius:4px;
padding:10px 22px;
}
.v13_feature_section2 a:hover {
color: #2ecc71;
background:#fff;
} .v13_feature_section3 {
float: left;
width: 100%;
background: #56c9da;
}
.v13_feature_section3 .left {
float: left;
padding: 95px 90px 0px 75px;
text-align:right;
}
.v13_feature_section3 .left .cont {
float: right;
width: 100%;
text-align:right;
}
.v13_feature_section3 .right {
float: left;
width: 100%;
min-height: 530px;
}
.v13_feature_section3 .right img {
max-width: inherit;
display: block;
}
.v13_feature_section3 h1 {
font-size: 45px;
font-weight:900;
color: #fff;
margin:0 auto;
line-height:42px;
text-transform:uppercase;
letter-spacing:normal;
}
.v13_feature_section3 h1 b {
font-size: 27px;
font-weight:normal;
color: #fff;
margin:0 auto;
text-transform:uppercase;
letter-spacing:2px;
display:block;
}
.v13_feature_section3 p {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-weight:normal;
color: #fff;
margin:0 auto;
letter-spacing:normal;
display:block;
padding-top:21px;
line-height:27px;
width: 75%;
float: right;
margin-bottom: 0px !important;
text-align: right;
}
.v13_feature_section3 i, .v13_feature_section3 icon {
font-size:18px;
color: #56c9da;
font-weight:normal;
width: 35px;
height: 35px;
line-height: 35px;
background: #fff;
border-radius: 100%;
padding-right:8px;
transition: all 0.3s ease;
}
.v13_feature_section3 a:hover i, .v13_feature_section3 a:hover icon {
background:#272727;
} .v13_feature_section4 {
float: left;
width: 100%;
background: #2ecc71;
}
.v13_feature_section4 .left {
float: right;
min-height: 530px;
}
.v13_feature_section4 .left img {
max-width: inherit;
display: block;
}
.v13_feature_section4 .right {
float: left;
padding: 95px 90px 0px 75px;
text-align:left;
}
.v13_feature_section4 .right .cont {
float: left;
width: 100%;
text-align:left;
}
.v13_feature_section4 h1 {
font-size: 45px;
font-weight:900;
color: #fff;
margin:0 auto;
line-height:42px;
text-transform:uppercase;
letter-spacing:normal;
}
.v13_feature_section4 h1 b {
font-size: 27px;
font-weight:normal;
color: #fff;
margin:0 auto;
text-transform:uppercase;
letter-spacing:2px;
display:block;
}
.v13_feature_section4 p {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-weight:normal;
color: #fff;
margin:0 auto;
letter-spacing:normal;
display:block;
padding-top:21px;
line-height:27px;
width: 75%;
float: left;
text-align: left;
}
.v13_feature_section4 i, .v13_feature_section4 icon {
font-size:18px;
color: #2ecc71;
font-weight:normal;
width: 35px;
height: 35px;
line-height: 35px;
background: #fff;
border-radius: 100%;
padding-left:10px;
transition: all 0.3s ease;
}
.v13_feature_section4 a:hover i, .v13_feature_section4 a:hover icon {
background:#272727;
} .v13_feature_section5{
float: left;
width: 100%;
text-align:center;
background: #fff;
padding:86px 0px 50px 0px;
}
.v13_feature_section5 h3 {
font-size: 27px;
font-weight:bold;
color: #272727;
text-transform:uppercase;
margin:0px;
letter-spacing: inherit;
}
.v13_feature_section5 b {
font-size: 16px;
font-weight:normal;
color: #727272;
padding-top:5px;
text-transform:none;
margin-bottom:35px;
display: block;
}
.our-team-layout-4 {
width: 100%;
margin: 0 auto;
}
.our-team-layout-4 ul {
margin: 0 !important;
padding: 0 !important;
}
.our-team-layout-4 li {
float: none;
width: 14%;
padding: 0px 3.2px;
display: inline-block;
}
.our-team-layout-4 a {
font-size: 13px;
font-weight: 600;
text-decoration: none;
color: #272727;
}
.our-team-layout-4 li img {
width: 100%;
}
.our-team-layout-4 li span {
float: left;
color: #fff;
line-height: 18px;
padding: 10px 0px;
background: rgba(39, 39, 39, 0.9);
margin-top: -75px;
position: relative;
z-index: 9;
width: 100%;
display: none;
transition: all 0.3s ease;
text-align: center;
}
.our-team-layout-4 li:hover span {
display: block;
} .v13_feature_section6{
float: left;
width: 100%;
text-align:center;
background: #fff;
padding:0px 0px 100px 0px;
}
.v13_feature_section6 h4  {
font-size: 27px;
font-weight:normal;
color: #2ecc71;
text-transform:none;
margin:0px;
letter-spacing: inherit;
}
.v13_feature_section6 .less5 {
width: 90%;
margin: 0 auto;
}
.v13_feature_section6 p {
font-size: 16px;
font-weight:normal;
color: #727272;
padding-top:20px;
line-height: 25px;
} .v13_feature_section7 {
float: left;
width: 100%;
text-align: center;
padding: 90px 0px 90px 0px;
}
.testimonials-layout-10.peoplesays {
width: 100%;
margin: 0 auto;
}
.testimonials-layout-10.peoplesays .who {
float: left;
width: 100%;
text-align: center;
padding: 35px 0px 10px 0px;
font-size: 12px;
color: #fff;
}
.testimonials-layout-10.peoplesays .who img {
border-radius: 100%;
text-align:center;
margin: 0 auto;
}
.testimonials-layout-10.peoplesays .content {
font: 16px 'Raleway', sans-serif;
font-weight: normal;
font-size: 14px;
color: #fff;
font-weight: 600;
text-align:center;
text-transform:uppercase;
}
.testimonials-layout-10.peoplesays p {
font: 11px 'Myriad Pro', sans-serif;
font-weight: 300;
text-transform:uppercase;
line-height:16px;
color: #fff;
}
.testimonials-layout-10 .arrow_box {
position: relative;
background: #fff;
text-align:center;
padding: 35px 35px 40px 35px;
font: 16px 'Open Sans', sans-serif;
font-weight: normal;
font-style: normal;
line-height: 23px;
color: #727272;
line-height: 25px;
border-radius:4px;
}
.testimonials-layout-10 .arrow_box:after, .testimonials-layout-10 .arrow_box:before {
top: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.testimonials-layout-10 .arrow_box:after {
border-color: rgba(255, 255, 255, 0);
border-top-color: #fff;
border-width: 14px;
margin-left: -14px;
}
.v13_feature_section7 h3  {
font-size: 27px;
font-weight:bold;
color: #fff;
text-transform:uppercase;
margin:0px;
letter-spacing: inherit;
}
.v13_feature_section7 b {
font-family: 'Myriad Pro', sans-serif;
font-size: 16px;
font-weight:normal;
color: #fff;
padding-top:5px;
text-transform:none;
margin-bottom:40px;
display: block;
} .v13_feature_section8 {
float: left;
width: 100%;
padding:80px 0px 90px 0px;
text-align:center;
background:#f3f3f3;
}
.v13_feature_section8 h3 {
font-size: 27px;
font-weight:bold;
color: #272727;
text-transform:uppercase;
margin:0px;
letter-spacing: inherit;
}
.v13_feature_section8 b {
font-size: 16px;
font-weight:normal;
color: #727272;
padding-top:5px;
text-transform:none;
margin-bottom:25px;
display: block;
}
.v13_feature_section8 .one_third {
float: left;
border-bottom:5px solid #999999;
padding: 0px 0px 45px 0px;
background:#fff;
margin-top:25px;
-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.12);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.12);
}
.v13_feature_section8 .one_third .title {
color: #999;
text-align: center;
}
.v13_feature_section8 .one_third .title h4 {
color:#999;
font-size:18px;
border-bottom:1px solid #e0e0e0;
padding:22px 0px 20px 0px;
font-weight: 600;
letter-spacing: inherit;
}
.v13_feature_section8 .one_third .title h2 {
font-family: 'Open Sans', sans-serif;
color: #999;
font-size: 45px;
font-weight: bolder;
border-bottom:1px solid #e0e0e0;
padding:10px 0px;
letter-spacing: inherit;
}
.v13_feature_section8 .one_third .title h2 b {
color: #999;
text-align: center;
font-size: 14px;
font-weight:normal;
margin: 0;
}
.v13_feature_section8 .one_third i, .v13_feature_section8 .one_third icon {
color: #939393;
padding-right: 6px;
}
.v13_feature_section8 .one_third li {
color: #727272;
text-align:left;
padding: 9px 10px 9px 61px;
}
.v13_feature_section8 .button_2 {
font-family: 'Open Sans', sans-serif;
color: #fff;
font-size: 14px;
background:#999;
border-radius: 4px;
transition: all 0.3s ease;
padding: 12px 31px;
text-transform: uppercase;
font-weight:bold;
}
.v13_feature_section8 .button_2:hover {
color: #fff;
background: #56c9da;
}
.v13_feature_section8  .highlight .button_2  {
background:#56c9da;
}
.v13_feature_section8 .highlight {
border-bottom:5px solid #56c9da;
}
.v13_feature_section8  .highlight .title h4  {
border-bottom:none;
padding:22px 0px 10px 0px;
color:#56c9da;
}
.v13_feature_section8  .highlight .title h2 {
background:#56c9da;
color:#fff;
border-bottom:none;
padding:20px 0px 12px 0px;
}
.v13_feature_section8  .highlight .title h2 b {
color:#fff;
} .v13_feature_section9 {
float: left;
width: 100%;
text-align:center;
background-color:#474c54;
padding:70px 0px 64px 0px ;
}
.v13_feature_section9 .box1{
width:22%;
float:left;
}
.v13_feature_section9 .box2{
width:22%;
float:left;
}
.v13_feature_section9 .box3{
width:28%;
float:left;
}
.v13_feature_section9 .box4{
width:28%;
float:left;
}
.v13_feature_section9 i {
color: #FFF;
font-size: 50px;
margin-right: 14px;
float:left;
text-align:left;
}
.v13_feature_section9 h4 {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-weight:bold;
color: #fff;
margin:0 auto;
letter-spacing:normal;
display:block;
text-transform:none;
padding-top:0px;
text-align:left;
clear: inherit !important;
}
.v13_feature_section9 h4 b {
font-size: 14px;
font-weight:normal;
color: #fff;
display: block;
}
.v13_feature_section9 .box2 h4 a {
font-size: 13px;
font-weight: 600;
}
.v13_feature_section9 .box2 h4 a:hover {
color: #ccc;
}
.v13_feature_section9 .newsletter {
padding: 0px;
background: none;
}
.v13_feature_section9 .newsletter .enter_email_input {
float: left;
padding: 3px 0px 4px 20px;
height: 55px;
width: 76%;
background: #fff;
border: none;
color: #999999;
font-size: 14px;
border-radius: 0px;
}
.v13_feature_section9 .newsletter .input_submit {
float: left;
padding: 16px 16px;
background-color: #2ecc71;
border: 0px;
font-size: 18px;
font-weight: 600;
color: #fff;
text-transform: uppercase;
transition: all 0.3s ease;
border-radius: 0px;
}
.v13_feature_section9 .newsletter .input_submit:hover {
color: #fff;
cursor: pointer;
background-color: #999;
}
.v13_feature_section9 .newsletter .input_submit.color2 {
background-color: #50c9d4;
}
.footer_style2.copyright_info a {
font-weight: 600;
} [class*="v14_feature_section"] h1,
[class*="v14_feature_section"] h2,
[class*="v14_feature_section"] h3,
[class*="v14_feature_section"] h4,
[class*="v14_feature_section"] h5,
[class*="v14_feature_section"] h6 {
font-family: 'Raleway', sans-serif;
font-weight: bold;
color: #272727;
letter-spacing: 0.5px;
}
[class*="v14_feature_section"] h1 {
font-size: 35px;
line-height: 35px;
margin-bottom: 30px;
}
[class*="v14_feature_section"] h2 {
font-size: 27px;
line-height: 32px;
margin-bottom: 20px;
text-transform: uppercase;
}
[class*="v14_feature_section"] h3 {
font-size: 21px;
line-height: 28px;
margin-bottom: 10px;
font-weight: 600;
}
[class*="v14_feature_section"] h4 {
font-size: 18px;
line-height: 25px;
margin-bottom: 10px;
font-style: normal;
font-weight: 600;
}
[class*="v14_feature_section"] h5 {
font-size: 16px;
line-height: 23px;
margin-bottom: 12px;
font-style: normal;
font-weight: 600;
}
[class*="v14_feature_section"] h6 {
font-size: 14px;
line-height: 23px;
margin-bottom: 12px;
font-style: normal;
font-weight: 600;
}
[class*="v14_feature_section"] h1 b {
font-weight: normal;
}
[class*="v14_feature_section"] h1 strong {
font-weight: bold;
}
[class*="v14_feature_section"] h1.light,
[class*="v14_feature_section"] h2.light,
[class*="v14_feature_section"] h3.light,
[class*="v14_feature_section"] h4.light,
[class*="v14_feature_section"] h5.light,
[class*="v14_feature_section"] h6.light {
font-weight: 300;
}
[class*="v14_feature_section"] h1.medium,
[class*="v14_feature_section"] h2.medium,
[class*="v14_feature_section"] h3.medium,
[class*="v14_feature_section"] h4.medium,
[class*="v14_feature_section"] h5.medium,
[class*="v14_feature_section"] h6.medium {
font-family: 'Raleway', sans-serif;
font-weight: 400;
color:#727272;
}
[class*="v14_feature_section"] .less1 {
width: 75%;
margin: 0 auto;
}
[class*="v14_feature_section"] .less2 {
width: 50%;
margin: 0 auto;
}
[class*="v14_feature_section"] .less3 {
width: 54%;
margin: 0 auto;
}
[class*="v14_feature_section"] .less4 {
width: 45%;
margin: 0 auto;
}
[class*="v14_feature_section"] .less5 {
width: 85%;
margin: 0 auto;
}
[class*="v14_feature_section"] .less6 {
width: 70%;
margin: 0 auto;
}
[class*="v14_feature_section"] .less7 {
width: 77%;
margin: 0 auto;
}
[class*="v14_feature_section"] .less8 {
width: 67%;
margin: 0 auto;
}
[class*="v14_feature_section"] .less9 {
width: 100%;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}
[class*="v14_feature_section"] .less10 {
width: 89%;
margin: 0 auto;
} .v14_feature_section1 {
float: left;
width: 100%;
text-align: center;
padding: 90px 0px 40px 0px;
background:#fff;
}
.v14_feature_section1.two {
background:#f3f3f3;
}
.v14_feature_section1 h2 {
color: #272727;
margin-bottom:10px;
text-align:center;
}
.v14_feature_section1 b {
color: #727272;
font-size: 16px;
font-weight: 400;
text-transform:none;
text-align:center;
display:block;
margin-bottom:50px;
}
.v14_feature_section1 img {
height: 180px;
width: 180px;
border-radius: 100%;
}
.v14_feature_section1 h4 {
color: #272727;
font-size: 18px;
font-weight:600;
text-transform:uppercase;
padding-top:25px;
letter-spacing:1px;
}
.v14_feature_section1 h4 b {
font-family: 'Open Sans', sans-serif;
color: #727272;
text-transform:none;
padding-top:14px;
line-height:25px;
font-size:16px;
letter-spacing:normal;
} .v14_feature_section2 {
float: left;
width: 100%;
text-align: center;
padding: 80px 0px 80px 0px;
background: #f3f3f3;
}
.v14_feature_section2 .one_third_less {
background:#fff;
padding-bottom:39px;
float:left;
position:relative;
transition: all 0.3s ease;
}
.v14_feature_section2 .one_third_less:hover {
-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
}
.v14_feature_section2 .circle i {
width:64px;
height:64px;
text-align:center;
color:#fff;
background:#2ecc71;
border-radius:100%;
line-height:53px;
font-size:25px;
display:block;
margin:-40px auto 14px auto;
position:relative;
border: 5px solid #fff;
padding: 0;
}
.v14_feature_section2 h3 {
margin:0;
}
.v14_feature_section2 p {
padding:6px 0px 21px 0px;
}
.v14_feature_section2 .kc_single_image img {
width: 100%;
} .v14_feature_section3 {
float: left;
width: 100%;
padding: 75px 0px 64px 0px;
background: #272727;
}
.v14_feature_section3 .kc_counter_box .counterup {
line-height: 23px;
font-weight: 600;
text-align: center;
font-size: 45px;
color: #FFF;
}
body .v14_feature_section3 h4 {
display: block;
font-family: 'Raleway', sans-serif;
font-size: 14px;
line-height: 23px;
color: #fff;
width: 50%;
font-weight: 600;
text-align: center;
text-transform: uppercase;
margin: 21px auto 0 auto;
border-top: 1px solid #333;
border-bottom: 1px solid #333;
padding-bottom: 2px;
letter-spacing: 0.5px;
} .v14_feature_section4 {
float: left;
width: 100%;
text-align: center;
padding:90px 0px 90px 0px;
} .v14_feature_section5 {
float: left;
width: 100%;
text-align:left;
padding: 90px 0px 61px 0px;
}
.v14_feature_section5 .item {
border: 1px solid #eee;
text-align: center;
}
.v14_feature_section5 .item h5 {
margin-top: 40px;
margin-bottom: 5px;
}
.v14_feature_section5 .item i {
color: #33cc33;
font-size: 11px;
margin: 0 1px;
}
.v14_feature_section5 .item p {
width: 80%;
margin: 25px auto 50px auto;
}
.v14_feature_section5.services_feature_section5 .item p {
line-height: 25px;
}
.v14_feature_section5 .item .who {
width: 100%;
padding: 22px 0px 25px 0px;
background: #f3f3f3;
text-align: left;
}
.v14_feature_section5 .item .who img {
float: left;
margin-right: 16px;
margin-left: 34%;
border-radius: 100%;
}
.v14_feature_section5 .item .who strong {
color: #454545;
font-weight: 600;
line-height: 14px;
}
.v14_feature_section5 .item .who strong em {
color: #727272;
font-size: 11px;
font-weight: normal;
font-style: normal;
display: block;
} .v14_feature_section6 {
float: left;
width: 100%;
text-align: left;
padding: 50px 0px 20px 0px;
background: #c0392b;
}
.v14_feature_section6 .butt a {
float: right;
color: #272727;
font-size: 14px;
text-transform: uppercase;
background: #fff;
padding: 16px 35px;
border-radius: 3px;
transition: all 0.3s ease;
}
.v14_feature_section6 .butt a:hover {
color: #fff;
background: #272727;
}
.v14_feature_section6 h2, .v14_feature_section6 h1 {
clear: initial !important;
}
.footer_style14 p {
font-size: 13px;
color: #999;
}
.footer_style14 a {
color: #fff;
}
.footer_style14 a:hover {
color: #999;
} .fgmapfull {
float: left;
width: 100%;
}
.fgmapfull iframe {
float: left;
width: 100%;
height: 400px;
padding: 0;
margin: 0;
}
.fgmapfull iframe{
pointer-events: none;
} .newsletters {
float: left;
width: 100%;
padding: 39px 0px 26px 0px;
background: #2ecc71 url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/site-image15.png) no-repeat center top;
}
.newsletters h2 {
color: #fff;
font-weight: 300;
text-align: right;
}
.newsletters .one_half  {
float: left;
text-align:left;
}
.newsletters .one_half i, .newsletters .one_half icon {
color: #fff;
font-size: 42px;
float: left;
padding-right:20px;
margin-top: -1px;
}
.newsletters .one_half h5  {
font-family: 'Roboto', sans-serif;
font-size:18px;
font-weight:bold;
text-align:left;
margin-bottom:7px;
letter-spacing:normal;
clear: none;
}
.newsletters .one_half b  {
color: #fff;
font-size:12px;
text-align:left;
line-height:25px;
text-transform:none;
display: block;
font-weight: normal;
}
.newsletters .enter_email_input {
float: left;
padding: 3px 0px 4px 20px;
height: 50px;
width: 58%;
background: #fff;
border: none;
color: #727272;
font-size: 14px;
border-radius:0px;
}
.newsletters .input_submit {
float: left;
padding: 13px 25px 14px 25px;
background-color: #212121;
border: 0px;
font-size: 16px;
font-weight: normal;
color: #fff;
text-transform: uppercase;
transition: all 0.3s ease;
border-radius: 0px;
}
.newsletters .input_submit:hover {
color: #fff;
cursor: pointer;
background-color: #454545;
}
.newsletters.red{
float: left;
width: 100%;
padding: 36px 0px 26px 0px;
background: #ef4836;
}
#container_full.site-content > .row {
margin-top: 0px;
}
.full_shadow {
float: left;
width: 100%;
height: 50px;
text-align: center;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/full-shadow.png) no-repeat center top;
position: absolute;
z-index: 9;
}
@media (max-width:1400px){
.layout-boxed{
width: 100%!important;
}
.layout-boxed .header{
width: 100%!important;
}
} .overlay {
visibility: hidden;
opacity: 0;
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
z-index: 999;
width: 100%;
height: 100%;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.85);
cursor: pointer;
-webkit-transition: opacity 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out;
-ms-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}
.overlay .modal {
cursor: auto;
position: absolute;
z-index: 11;
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: auto;
max-width: 50%;
max-height: 75px;
padding: 0px;
background-color: #333;
-webkit-box-shadow: 0px 0px 0px 4px rgba(117,117,117,1);
-moz-box-shadow: 0px 0px 0px 4px rgba(117,117,117,1);
box-shadow: 0px 0px 0px 4px rgba(117,117,117,1);
}
.overlay.shown {
opacity: 1;
}
.overlay .sitesearch_input {
float: left;
width: 80%;
height: 75px;
padding: 0px 30px;
background: #333;
border: none;
font-size: 18px;
color: #fff;
}
.overlay .sitesearch_but {
float: left;
color: #fff;
width: 20%;
height: 75px;
background: #2ecc71;
border: none;
font-size: 18px;
text-transform: uppercase;
transition: all 0.3s ease;
border-radius: 0px;
}
.overlay .sitesearch_but:hover {
background: #999;
}
@media only screen and (max-width: 999px){
.overlay .modal {
max-width: 85%;
max-height: 75px;
}
} .linebg {
width: 50px;
height: 2px;
background-color: #2ecc71;
margin:0 auto;
}
.linebg_2 {
width: 50px;
height: 2px;
background-color: #3cbcd2;
margin:0 auto;
}
.linebg_3 {
width: 50px;
height: 2px;
background-color: #2ecc71;
margin:0 auto;
}
.v1_linebg {
display: block;
vertical-align: central;
width: 50px;
height: 2px;
margin-top: 14px;
margin-bottom: 24px;
background-color: #ef4836;
margin-right: auto;
margin-left: auto;
}
.v3_linebg {
display: block;
vertical-align: central;
width: 50px;
height: 3px;
margin-top: 0px;
margin-bottom: 25px;
background-color: #09aeec;
margin-right: auto;
margin-left: auto;
}
.v3_linebg2 {
display: block;
vertical-align: central;
width: 100px;
height: 1px;
margin-top: 20px;
margin-bottom: 10px;
background-color: #fff;
text-align:left;
margin-left: 0;
}
.v3_linebg3 {
display: block;
vertical-align: central;
width: 100px;
height: 1px;
margin-top: 20px;
margin-bottom: 40px;
background-color: #fff;
text-align: left;
}
.v3_linebg4 {
display: block;
vertical-align: central;
width: 50px;
height: 1px;
margin-top: 5px;
margin-bottom: 30px;
background-color: #272727;
text-align: left;
}
.v5_linebg {
width: 100px;
height: 2px;
background-color: #272727;
margin:0 auto;
}
.v5_bgline2 {
width: 70px;
height: 1px;
background-color: #f3f3f3;
margin: 0 auto;
}
.v6_linebg1 {
width: 72px;
height: 1px;
background-color: #272727;
margin:23px auto 50px auto;
}
.v6_linebg2 {
width: 72px;
height: 1px;
background-color: #fff;
margin:23px auto 50px auto;
}
.v6_linebg3 {
width: 72px;
height: 1px;
background-color: #fff;
margin:23px auto 35px auto;
}
.v7_bgline {
width: 90px;
height: 1px;
text-align: left;
background-color: #fff;
margin: 20px 0px 20px 0px;
}
.v7_linebg2 {
width: 80px;
height: 1px;
background-color: #fff;
margin: 15px auto 40px auto;
}
.v7_linebg3 {
width: 90px;
height: 2px;
background-color: #4183d7;
margin: 14px auto 35px auto;
}
.v8_linebg {
background-color: #2ECC71;
text-align: center;
width: 110px;
height: 1px;
margin:auto;
margin-top:15px;
margin-bottom:57px;
position: relative;
}
.v8_linebg:before{
background-color: #2ECC71;
content: " ";
width: 30px;
height: 3px;
display: block;
position: absolute;
top: -1px;
left: 50%;
margin-left: -15px;
}
.v9_linebg1 {
width: 100px;
height: 1px;
background-color: #fff;
margin: 21px auto 20px auto;
}
.v13_bgline {
width: 50px;
height: 4px;
background-color: #2ecc71;
margin: 0 auto;
border-radius: 3px;
transition: all 0.3s ease;
}
.kc_box_wrap > div.linebg_2{
padding: 0;
}
.kc_box_wrap > div.linebg_3{
padding: 0;
} .v1_button1 a{
font-family: 'Raleway', sans-serif;
color: #fff;
font-size: 14px;
font-weight: normal;
padding: 18px 34px;
text-transform: uppercase;
transition: all 0.3s ease;
border-radius: 4px;
background: #ef4836;
display: inline-block;
}
.v1_button1 a:hover {
color: #fff;
background: #727272;
}
.v1_button1 a {
color: #fff
}
.v2_button1 {
font-family: 'Open Sans', sans-serif;
color: #fff;
font-size: 12px;
font-weight:normal;
background:#cccccc;
padding:7px 10px;
transition: all 0.3s ease;
text-transform: none;
line-height: 30px;
}
.v2_button1:hover {
color: #fff;
background:#e87e04;
}
.v2_button2 a {
font-family: 'Open Sans', sans-serif;
color: #fff;
font-size: 16px;
font-weight:600;
background:#e87e04;
display: inline-block;
padding:19px 49px;
border-radius:4px;
transition: all 0.3s ease;
text-transform:uppercase;
}
.v2_button2 a:hover {
color: #fff;
background:#272727;
}
.v3_button {
font-family: 'Roboto', sans-serif;
color: #fff;
font-size: 14px;
font-weight:500;
background:#272727;
padding:14px 21px;
transition: all 0.3s ease;
border-radius:4px;
text-transform:uppercase;
letter-spacing:1px;
}
.v3_button:hover {
color: #fff;
background:#e67e22;
}
.v3_button a {
font-family: 'Roboto', sans-serif;
color: #fff;
font-size: 14px;
font-weight:500;
background:#272727;
padding:14px 21px;
transition: all 0.3s ease;
border-radius:4px;
text-transform:uppercase;
letter-spacing:1px;
}
.v3_button a:hover {
color: #fff;
background:#e67e22;
}
.v3_button1 a {
color: #fff;
font-size: 13px;
font-weight:500;
background:#09aeec;
padding:12px 28px;
text-transform:uppercase;
transition: all 0.3s ease;
}
.v3_button1 a:hover {
background: #272727;
color: #fff;
}
.v3_button2 a {
color: #fff;
background: none;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
transition: all 0.3s ease;
border: solid 2px #fff;
padding: 9px 42px 9px 40px;
}
.v3_button2 a:hover {
color: #09aeec;
background: #fff;
}
.v4_button1 a {
font-family: 'Open Sans', sans-serif;
color: #fff;
font-size: 14px;
background:#2ecc71;
border-radius: 4px;
transition: all 0.3s ease;
padding: 16px 38px;
text-transform: uppercase;
font-weight: 600;
}
.v4_button1 a:hover {
color: #fff;
background: #272727;
}
.v5_button1 a {
background-color:#fff;
color: #727272;
padding:8px 34px;
border:solid 2px #f3f3f3;
font-size:13px;
text-transform:uppercase;
font-family:Open Sans, sans-serif;
border-radius:35px;
margin-bottom:-77px;
transition: all 0.3s ease;
display: inline-block !important;
}
.v5_button1 a:after {
background-color: #fff;
}
.v5_button1 a:hover,
.v5_feature_section1 .box:hover .v5_button1 a,
.v5_feature_section1 .box.active  .v5_button1 a {
border-color: #26a3ea;
background-color:#26a3ea;
color: #fff;
}
.v7_button a {
font-family: 'Open Sans', sans-serif;
color: #272727;
font-size: 14px;
transition: all 0.3s ease;
padding: 15px 35px;
text-transform: uppercase;
font-weight:bold;
background:#fff;
}
.v7_button a:hover {
background:#000;
color: #fff;
}
.v8_button1 a {
font-family: 'Roboto', sans-serif;
color: #272727;
font-size: 16px;
font-weight:500;;
padding: 19px 33px;
text-transform: uppercase;
transition: all 0.3s ease;
border-radius:3px;
background:#fff;
letter-spacing:1px;
}
.v8_button1 a:hover {
color: #fff;
background: #2ecc71;
}
.v8_button2 a {
font-family: 'Open Sans', sans-serif;
color: #272727;
font-size: 14px;
font-weight:normal;
padding: 16px 44px;
text-transform: uppercase;
transition: all 0.3s ease;
border-radius:3px;
border:solid 1px #272727;
letter-spacing:1px;
background: none;
}
.v8_button2 a:hover {
color: #fff;
background: #2ecc71;
border:solid 1px #2ecc71;
}
.v8_button3 {
font-family: 'Open Sans', sans-serif;
color: #fff;
font-size: 14px;
font-weight:normal;
padding: 15px 42px;
text-transform: uppercase;
transition: all 0.3s ease;
background:#2ecc71;
letter-spacing:normal;
text-align:left;
}
.v8_button3:hover {
color: #fff;
background: #22a7f0;
}
.v9_button1 a {
font-family: 'Open Sans', sans-serif;
color: #fff;
font-size: 14px;
background:#90c695;
border-radius: 3px;
transition: all 0.3s ease;
padding: 17px 38px;
text-transform: uppercase;
font-weight:bold;
}
.v9_button1 a:hover {
color: #fff;
background: #272727;
}
.v10_button1 a {
font-family: 'Open Sans', sans-serif;
color: #fff;
font-size: 13px;
font-weight:normal;;
padding: 10px 22px;
text-transform: uppercase;
border: 1px solid #fff;
transition: all 0.3s ease;
border-radius:3px;
}
.v10_button1 a:hover {
color: #fff;
background: #727272;
border: 1px solid #727272;
}
.v11_button1 a {
font-family: 'Roboto', sans-serif;
color: #1ba39c;
font-size: 16px;
font-weight:500;
background:#fff;
padding:12px 32px;
transition: all 0.3s ease;
border-radius:4px;
text-transform:uppercase;
letter-spacing:1px;
float: left;
}
.v11_button1 a:hover {
color: #fff;
background:#e67e22;
}
.v12_button1 {
font-family: 'Raleway', sans-serif;
color: #fff;
font-size: 11px;
font-weight:500;
background:#999999;
padding:4px 12px;
transition: all 0.3s ease;
text-transform:uppercase;
}
.v12_button1:hover {
color: #fff;
background:#454545;
}
.v12_button2 a {
font-family: 'Open Sans', sans-serif;
color: #fff;
font-size: 14px;
font-weight:bold;
padding: 13px 34px;
text-transform: uppercase;
transition: all 0.3s ease;
border-radius: 3px;
border:solid 2px #fff;
background: none;
}
.v12_button2 a:hover {
color: #4183d7;
background: #fff;
}
.v13_button1 {
font-family: 'Open Sans', sans-serif;
color: #fff;
font-size: 14px;
font-weight:bold;
transition: all 0.3s ease;
text-transform:uppercase;
}
.v13_button1:hover {
color: #272727;
}
.v13_button2 a {
font-family: 'Open Sans', sans-serif;
color: #2ecc71;
font-size: 14px;
transition: all 0.3s ease;
padding: 13px 39px;
text-transform: uppercase;
font-weight:bold;
border-radius:3px;
border:solid 1px #2ecc71;
background: none;
}
.v13_button2 a:hover{
border:solid 1px #2ecc71;
color: #fff;
background: #2ecc71;
}
.v13_button3 a {
font-family: 'Open Sans', sans-serif;
color: #fff;
font-size: 14px;
transition: all 0.3s ease;
padding: 14px 30px;
text-transform: uppercase;
font-weight:bold;
border-radius:3px;
background:#2ecc71;
margin-left: 13px;
}
.v13_button3 a:hover{
color: #fff;
background: #272727;
}
.v13_button4 a {
font-family: 'Raleway', sans-serif;
font-weight:bold;
float: left;
color: #fff;
font-size:14px;
font-weight:700;
background:#2ecc71;
text-transform: uppercase;
transition: all 0.3s ease;
margin-left: 62px;
border-radius:4px;
padding:10px 22px;
}
.v13_button4 a:hover {
color: #2ecc71;
background:#fff;
}
.v13_button2,
.v13_button3 {
display: inline-block;
} .page_title {
position: relative;
float: left;
width: 100%;
text-align: center;
padding: 220px 0px 120px 0px;
background: #272727 url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/page-title-bg1.jpg) no-repeat center top;
}
.page_title .title {
width: 100%;
float: left;
text-align: center;
margin: 0px;
}
.page_title .title h1 {
margin: 0px 0px 27px 0px;
padding-bottom: 27px;
font-size: 58px;
color: #fff;
text-transform: none;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/white-line.png) no-repeat center bottom;
}
.page_title h3 {
margin: 0px 0px 8px 0px;
color: #fff;
font-weight: bold;
}
.page_title h5 {
margin: 0px;
color: #fff;
font-weight: 300;
}
.page_title.sty2 {
background: #272727 url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/page-title-bg6.jpg) no-repeat center top;
}
.page_title.sty3 {
background: #272727 url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/page-title-bg9.jpg) no-repeat center top;
}
.page_title2 {
float: left;
width: 100%;
padding: 145px 0px 45px 0px;
background: #454545 url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/page-title-bg2.jpg) no-repeat center 0px;
}
.page_title2.sty5 h5{
float: left;
clear: both;
color: #fff;
margin-top: 10px;
}
.page_title2 h1 {
float: left;
font-size: 32px;
font-weight: 700;
margin-bottom: 0px;
color: #fff;
}
.page_title2 .pagenation {
float: right;
font-size: 12px;
text-align: left;
font-weight: normal;
display: flex;
color: #e3e3e3;
margin: 7px 0px 0px 0px;
}
.page_title2 .pagenation i {
color: #999;
margin: 0px 2px 0px 2px;
}
.page_title2 .pagenation a {
padding: 0px;
color: #999;
transition: all 0.3s ease;
}
.page_title2 .pagenation a:hover {
color: #e3e3e3;
}
.page_title2.sty2 {
background: #272727 url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/page-title-bg11.jpg) no-repeat center top;
}
.page_title2 .pagenation span {
margin-right: 5px;
margin-left: 5px;
}
.page_title2 .pagenation span.current {
margin-right: 0px;
}
.page_title3 {
position: relative;
float: left;
width: 100%;
text-align: center;
padding: 270px 0px 145px 0px;
background: #272727 url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/page-title-bg3.jpg) no-repeat center top;
}
.page_title3 .title {
width: 100%;
float: left;
text-align: center;
margin: 0px;
}
.page_title3 .title h1 {
margin: 0px 0px 10px 0px;
padding-bottom: 30px;
font-size: 58px;
color: #fff;
text-transform: none;
font-weight: bold;
}
.page_title3 h5 {
color: #fff;
width: 75%;
margin: 0 auto;
font-weight: 300;
line-height: 30px;
}
.page_title3 i {
color: #fff;
font-size: 27px;
width: 80px;
height: 80px;
text-align: center;
vertical-align: middle;
line-height: 80px;
background-color: rgba(255, 255, 255, 0.1);
border-radius: 100%;
margin: 50px 10px 0px 10px;
transition: all 0.3s ease;
}
.page_title3 i:hover {
color: #fff;
background-color: rgba(255, 255, 255, 0.2);
}
.page_title3 span i {
background: none;
border: 1px solid #fff;
}
.page_title3 span i:hover {
color: #fff;
background-color: rgba(255, 255, 255, 0.3);
}
.page_title3.sty2 {
background: #272727 url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/page-title-bg7.jpg) no-repeat center top;
}
.page_title3.sty2 i {
background: none;
border: 1px solid #fff;
}
.page_title3.sty2 i:hover {
color: #fff;
background-color: rgba(255, 255, 255, 0.3);
}
.page_title4 {
position: relative;
float: left;
width: 100%;
text-align: center;
padding: 350px 0px 50px 0px;
background: #333 url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/page-title-bg4.jpg) no-repeat center top;
}
.page_title4 .title {
width: 100%;
float: left;
text-align: left;
margin: 0px;
}
.page_title4 .title h1 {
float: left;
margin: 0px;
padding: 12px 20px;
font-size: 35px;
color: #fff;
text-transform: uppercase;
font-weight: bold;
background-color: rgba(0, 0, 0, 0.5);
border-right: 9px solid #2ecc71;
}
.page_title4.sty2 {
background: #333 url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/page-title-bg8.jpg) no-repeat center top;
}
.page_title4.sty3 {
background: #333 url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/page-title-bg10.jpg) no-repeat center top;
}
.page_title5 {
position: relative;
float: left;
width: 100%;
padding: 155px 0px 50px 0px;
background: #2ecc71;
}
.page_title5 .title {
width: 100%;
float: left;
text-align: left;
margin: 0px;
}
.page_title5 .title h1 {
margin: 0px;
color: #fff;
font-size: 38px;
text-transform: uppercase;
font-weight: 800;
}
.page_title5 .line{
background: #fff;
position: absolute;
height: 1px;
display: block;
width: 90px;
margin-top: 12px;
}
.page_title5 h6 {
float: left;
margin-top: 30px;
margin-bottom: 0px;
color: #fff;
font-weight: normal;
line-height: 25px;
width: 85%;
} [class*="cons_feature_section"] h1,
[class*="cons_feature_section"] h2,
[class*="cons_feature_section"] h3,
[class*="cons_feature_section"] h4,
[class*="cons_feature_section"] h5,
[class*="cons_feature_section"] h6 {
font-family: 'Roboto', sans-serif;
font-weight: 700;
color: #272727;
letter-spacing: 0.5px;
}
[class*="cons_feature_section"] h1 {
font-size: 35px;
line-height: 35px;
margin-bottom: 30px;
}
[class*="cons_feature_section"] h2 {
font-size: 27px;
line-height: 32px;
margin-bottom: 20px;
}
[class*="cons_feature_section"] h3 {
font-size: 17px;
line-height: 28px;
margin-bottom: 18px;
}
[class*="cons_feature_section"] h4 {
font-size: 18px;
line-height: 25px;
margin-bottom: 10px;
font-style: normal;
margin-top: 10px;
text-transform: uppercase;
text-align: left;
}
[class*="cons_feature_section"] h5 {
font-size: 16px;
line-height: 23px;
margin-bottom: 12px;
font-style: normal;
}
[class*="cons_feature_section"] h6 {
font-size: 14px;
line-height: 23px;
margin-bottom: 12px;
font-style: normal;
}
[class*="cons_feature_section"] h1 strong {
font-weight: 900;
display: block;
}
[class*="cons_feature_section"] h1 em {
display: block;
font-size: 16px;
color: #999;
font-weight: 300;
font-style: normal;
text-transform: none;
margin-top: 3px;
}
[class*="cons_feature_section"] h1.light,
[class*="cons_feature_section"] h2.light,
[class*="cons_feature_section"] h3.light,
[class*="cons_feature_section"] h4.light,
[class*="cons_feature_section"] h5.light,
[class*="cons_feature_section"] h6.light {
font-weight: 300;
}
[class*="cons_feature_section"] .gray {
color: #727272;
font-weight: 400;
text-align: left;
}
[class*="cons_feature_section"] .dark {
color: #2a363f;
font-weight: 400;
}
[class*="cons_feature_section"] .bigtfont {
font-size: 16px;
line-height: 27px;
}
[class*="cons_feature_section"] .less1 {
width: 75%;
margin: 0 auto;
}
[class*="cons_feature_section"] .less2 {
width: 50%;
margin: 0 auto;
}
[class*="cons_feature_section"] .less3 {
width: 60%;
margin: 0 auto;
}
[class*="cons_feature_section"] .less4 {
width: 45%;
margin: 0 auto;
}
[class*="cons_feature_section"] .less5 {
width: 85%;
margin: 0 auto;
}
[class*="cons_feature_section"] .less6 {
width: 70%;
margin: 0 auto;
} .cons_feature_section1 {
float: left;
width: 100%;
text-align: center;
background: #272727 url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/corvu-bg-image.png) no-repeat center bottom;
padding-top: 53px;
padding-bottom: 97px;
}
.cons_feature_section1 h1 {
margin-bottom: 5px;
font-size: 27px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 0;
}
.cons_feature_section1 h3 {
margin-bottom: 30px;
}
.cons_feature_section1 .kc_single_image{
display: initial;
} .cons_feature_section2 {
float: left;
width: 100%;
text-align: center;
padding: 32px 0px 75px 0px;
}
.cons_feature_section2 .kc_single_image{
text-align: left;
}
.cons_feature_section2 .line2 {
display: block;
width: 50px;
height: 2px;
background: #f1c413;
margin-top: 7px;
margin-bottom: 18px;
}
body .cons_feature_section2 div.one_full{
width: calc(100% + 30px);
width: -webkit-calc(100% + 30px);
width: -moz-calc(100% + 30px);
width: -ms-calc(100% + 30px);
} .cons_feature_section3 {
float: left;
width: 100%;
text-align: center;
text-transform: uppercase;
background-color: #f3f3f3;
padding: 70px 0px 75px 0px;
}
.cons_feature_section3 .js-grid-full-width {
width: 100%;
float: left;
} .cons_feature_section4 {
float: left;
width: 100%;
padding: 70px 0px 70px 0px;
}
.cons_feature_section4 ul {
float: left;
width: 100%;
padding: 0px;
margin: 0px;
}
.cons_feature_section4 .row_box {
padding: 0px;
margin: 0px;
width: 100%;
}
.cons_feature_section4 .row_box h6 {
margin-bottom: 5px;
text-transform: uppercase;
display: inline-block;
}
.cons_feature_section4 .row_box icon,.cons_feature_section4 .row_box i {
float: left;
width: 50px;
height: 50px;
color: #272727;
border-radius: 100%;
text-align: center;
vertical-align: middle;
line-height: 50px;
font-size: 23px;
background-color: #f3f3f3;
transition: all 0.3s ease;
margin-right: 10px;
margin-bottom: 24px;
}
.cons_feature_section4 .row_box icon:hover, .cons_feature_section4 .row_box i:hover {
color: #fff;
background-color: #f1c413;
}
.cons_feature_section4 .row_box .active icon, .cons_feature_section4 .row_box .active i {
color: #fff;
background-color: #f1c413;
}
.cons_feature_section4 div.text {
float: left;
width: 76%;
margin-left: 4%;
display: inline-block;
}
.cons_feature_section4 li.icon2 {
float: left;
width: 40px;
height: 40px;
margin-right: 18px;
color: #5d5d5d;
font-size: 18px;
border-radius: 100%;
text-align: center;
vertical-align: middle;
line-height: 38px;
font-size: 18px;
background-color: #f3f3f3;
}
.cons_feature_section4 li.text2 {
float: left;
width: 84%;
} .cons_feature_section5 {
float: left;
width: 100%;
text-align: center;
padding: 180px 0px 180px 0px;
}
.cons_feature_section5 h1 {
color: #fff;
font-size: 45px;
font-weight: 500;
text-transform: uppercase;
text-align: left;
}
.cons_feature_section5 h2 {
color: #fff;
font-size: 18px;
font-weight: normal;
text-align: left;
width: 59%;
line-height: 25px;
text-transform: none;
font-family: 'Roboto', sans-serif;
}
.cons_feature_section5 .linebg {
display: block;
width: 180px;
height: 3px;
background: #fff;
margin-bottom: 18px;
float: left;
} .cons_feature_section6 {
float: left;
width: 100%;
padding: 65px 0px 64px 0px;
background: #272727;
}
.cons_feature_section6 .kc_counter_box span.counterup {
font-family: 'Roboto', sans-serif;
font-size: 45px;
font-weight: 600;
margin-bottom: 0px;
color: #fff;
}
.cons_feature_section6 .kc_counter_box h4 {
display: block;
font-size: 14px;
color: #fff;
width: 50%;
font-weight: 600;
text-align: center;
text-transform: uppercase;
margin: 11px auto 0 auto;
border-top: 1px solid #333;
border-bottom: 1px solid #333;
padding-bottom: 2px;
} .cons_feature_section7 {
float: left;
width: 100%;
background: #eee;
font-family: 'Roboto', sans-serif;
text-align: left;
padding-top: 70px;
padding-right: 0px;
padding-bottom: 70px;
padding-left: 0px;
}
.cons_feature_section7 h1 {
margin-bottom: 20px;
}
.cons_feature_section7 .cons_hoz_tabs .kc_tab_content h2 {
text-transform: initial;
} .cons_feature_section8 {
float: left;
width: 100%;
text-align: center;
padding: 70px 0;
}
.cons_feature_section8 .box,
.our-team-layout-6 .box {
width: 100%;
position: relative;
}
.cons_feature_section8 .box-cnt,
.our-team-layout-6 .box-cnt {
width: 100%;
height: auto;
}
.cons_feature_section8 .box-cnt img,
.our-team-layout-6 .box-cnt img {
width: 100%;
height: auto;
}
.cons_feature_section8 .box-details,
.our-team-layout-6 .box-details {
position: absolute;
z-index: 2;
bottom: 0;
background-color: rgba(56,56,56,1);
width: 100%;
height: 100px;
overflow: hidden;
transition: height 450ms;
-moz-transition: height 450ms;
-webkit-transition: height 450ms;
}
.cons_feature_section8 .box:hover .box-details, .feature_section8 .box.active .box-details,
.our-team-layout-6 .box:hover .box-details{
height: 270px;
background-color: rgba(56,56,56,1);
}
.cons_feature_section8 .box.active .box-details h5,
.our-team-layout-6 .box.active .box-details h5 {
padding-top: 35px;
}
.cons_feature_section8 .box.active .box-details .hline,
.our-team-layout-6 .box.active .box-details .hline {
visibility: visible;
}
.cons_feature_section8 .box:hover .box-details h5,
.our-team-layout-6 .box:hover .box-details h5 {
padding-top: 35px;
}
.cons_feature_section8 .box:hover .hline,
.our-team-layout-6 .box:hover .hline{
visibility: visible;
}
.our-team-layout-6 .box-details{
text-align: center;
}
.cons_feature_section8 .box-details h5,
.our-team-layout-6 .box-details h5 {
color: #fff;
font-weight: 600;
padding-top: 27px;
line-height: 21px;
transition: all 0.3s ease;
}
.cons_feature_section8 .box-details h5 em,
.our-team-layout-6 .box-details h5 em {
color: #fff;
font-size: 12px;
font-style: normal;
display: block;
}
.cons_feature_section8 .box-details .hline,
.our-team-layout-6 .box-details .hline {
width: 80px;
height: 1px;
background: #fff;
margin: 0 auto;
visibility: hidden;
}
.cons_feature_section8 .box-details p,
.our-team-layout-6 .box-details p {
color: #fff;
width: 77%;
margin: 0 auto;
padding-top: 21px;
padding-bottom: 30px;
line-height: 18px;
}
.cons_feature_section8 .box-details a,
.our-team-layout-6 .box-details a {
color: #fff;
font-size: 11px;
text-transform: uppercase;
border: 1px solid #fff;
padding: 9px 20px;
transition: all 0.3s ease;
}
.our-team-layout-6 .box-details a{
display: inline-block;
float: none;
}
.cons_feature_section8 .box-details a:hover,
.our-team-layout-6 .box-details a:hover {
color: #393939;
background: #fff;
} .cons_feature_section9 {
float: left;
width: 100%;
text-align: center;
position: relative;
color: #fff;
padding: 100px 0px;
}
.cons_feature_section9 h5 {
color: #fff;
font-weight: 500;
}
.cons_feature_section9 h5 em {
color: #999;
font-size: 13px;
display: block;
font-style: normal;
font-weight: normal;
text-transform: none;
}
.cons_feature_section9 .climg img {
width: 12.5%;
border-radius: 100%;
margin-bottom: 20px;
border: 3px solid #fff;
}
.cons_feature_section9 .owl-theme .owl-controls .owl-page span {
background: #fff;
} .cons_feature_section10 {
float: left;
width: 100%;
padding: 75px 0px 75px 0px;
text-align: center;
}
.cons_feature_section10 .clients-grid.grid {
margin: 0px;
}
.clients-grid {
list-style: none;
overflow: hidden;
}
.clients-grid li {
float: left;
position: relative;
width: 20%;
padding: 14px 0;
}
.clients-grid.grid li {
width: 16.66%;
}
.clients-grid li a {
opacity: 1;
}
body:not(.device-touch) .clients-grid li a {
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.clients-grid li a:hover {
opacity: 0.5;
}
.clients-grid li:before, .clients-grid li:after {
content: '';
position: absolute;
}
.clients-grid li:before {
height: 100%;
top: 0;
left: -1px;
border-left: 1px solid #f3f3f3;
}
.clients-grid li:after {
width: 100%;
height: 0;
top: auto;
left: 0;
bottom: -1px;
border-bottom: 1px solid #f3f3f3;
} .cons_feature_section11 {
float: left;
width: 100%;
color: #fff;
padding-top: 70px;
}
.cons_feature_section11 .box {
float: left;
width: 33.3%;
padding: 0px 50px;
text-align: left;
}
.cons_feature_section11 .box icon, .cons_feature_section11 .box i {
float: left;
color: #fff;
font-size: 25px;
width: 56px;
height: 56px;
text-align: center;
vertical-align: middle;
line-height: 53px;
border: 1px solid #fff;
border-radius: 100%;
margin-right: 25px;
}
.cons_feature_section11 .box b {
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
display: block;
}
.cons_feature_section11 .box strong {
font-size: 21px;
font-weight: bold;
display: block;
}
.cons_feature_section11 .box a {
color: #fff;
}
.cons_feature_section11 .box a:hover {
text-decoration: underline;
}
.cons_feature_section11 .box i {
float: left;
color: #fff;
font-size: 25px;
width: 56px;
height: 56px;
text-align: center;
vertical-align: middle;
line-height: 55px;
border: 1px solid #fff;
border-radius: 100%;
margin-right: 10px;
transition: all 0.3s ease;
}
.cons_feature_section11 .box i:hover {
color: #272727;
border: 1px solid #fff;
background: #fff;
}
.cons_feature_section11.two {
background: #c1c1c7;
}
.cons_feature_section11.two .box {
border-left: 1px solid rgba(255,255,255,0.20);
}
.cons_feature_section11.two .box.last {
border-right: none;
}
.cons_feature_section11.two .box i:hover {
color: #fff;
background: #e3e3e3;
}
.cons_feature_section11.three .box i:hover {
color: #d64541;
background: #fff;
}
.cons_feature_section11 .graph1 {
float: left;
width: 100%;
height: 40px;
margin-top: 50px;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/corvu-bg-image.png) no-repeat center top;
} div[class*="cons_feature_section"] .button.one a, .cons_footer .button.one a {
font-family: 'Roboto', sans-serif;
color: #fff;
font-size: 14px;
border-radius: 25px;
white-space: nowrap;
background: #f1c413;
transition: all 0.3s ease;
padding: 12px 30px;
text-transform: uppercase;
font-weight: 500;
}
div[class*="cons_feature_section"] .button.one a:hover, .cons_footer .button.one a:hover{
color: #272727;
background: #fff;
}
div[class*="cons_feature_section"] .button.two a, .cons_footer .button.two a{
font-family: 'Roboto', sans-serif;
color: #fff;
font-size: 14px;
border-radius: 30px;
white-space: nowrap;
background: #f1c413;
transition: all 0.3s ease;
padding: 14px 30px;
text-transform: uppercase;
font-weight: 500;
}
div[class*="cons_feature_section"] .button.two a:hover, .cons_footer .button.two a:hover{
color: #fff;
background: #2a363f;
}
div[class*="cons_feature_section"] .button.three, .cons_footer .button.three{
font-family: 'Roboto', sans-serif;
color: #fff;
font-size: 13px;
border-radius: 30px;
white-space: nowrap;
background: #272727;
transition: all 0.3s ease;
padding: 10px 30px;
text-transform: uppercase;
font-weight: 500;
}
div[class*="cons_feature_section"] .button.three:hover, .cons_footer .button.three:hover{
color: #fff;
background: #f1c413;
}
div[class*="cons_feature_section"] .button.three.dark, .cons_footer .button.three.dark{
color: #fff;
background: #2a363f;
}
div[class*="cons_feature_section"] .button.three.dark:hover, .cons_footer .button.three.dark:hover{
color: #fff;
background: #86c724;
}
div[class*="cons_feature_section"] .stcode_title11 h2, .cons_footer .stcode_title11 h2{
text-decoration: none;
font-family: 'Roboto', sans-serif;
padding-bottom: 0;
}
div[class*="cons_feature_section"] .stcode_title11 .line{
height: 7px;
display: block;
bottom: 0px;
width: 140px;
margin: 7px auto 0 auto;
background-image: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/h-line15.png);
background-repeat: no-repeat;
background-position: center top;
}
div[class*="cons_feature_section"] .stcode_title11 .line2{
height: 7px;
display: block;
bottom: 0px;
width: 140px;
margin: 7px auto 0 auto;
background-image: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/h-line16.png);
background-repeat: no-repeat;
background-position: center top;
}
div[class*="cons_feature_section"] .stcode_title11 .line3{
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/h-line8.png) no-repeat center top;
height: 7px;
display: block;
bottom: 0px;
width: 140px;
margin: 20px auto 0 auto;
}
div[class*="cons_feature_section"] .stcode_title11 .line4{
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/h-line8.png) no-repeat center top;
height: 7px;
display: block;
bottom: 0px;
width: 140px;
margin: 16px auto 0 auto;
}
div[class*="cons_feature_section"] .gray, .cons_footer .gray{
text-align: left;
}
.cons_feature_section2 h4{
margin-top: 7px;
} [class*="real_feature_section"] .linebg {
display: block;
vertical-align: central;
width: 93px;
height: 15px;
margin-top: 14px;
margin-bottom: 10px;
margin-right: auto;
margin-left: auto;
background-image: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/real_titel-bg.png);
background-repeat: repeat;
background-position: center center;
background-color: transparent;
}
[class*="real_feature_section"] h1,
[class*="real_feature_section"] h2,
[class*="real_feature_section"] h3,
[class*="real_feature_section"] h4,
[class*="real_feature_section"] h5,
[class*="real_feature_section"] h6{
font-family: 'Open Sans', sans-serif;
font-weight: bold;
color: #272727;
letter-spacing: initial;
}
[class*="real_feature_section"] h1 {
font-size: 35px;
line-height: 35px;
margin-bottom: 30px;
}
[class*="real_feature_section"] h2 {
font-size: 27px;
line-height: 32px;
margin-bottom: 44px;
text-transform: uppercase;
}
[class*="real_feature_section"] h3 {
font-size: 21px;
line-height: 28px;
margin-bottom: 18px;
}
[class*="real_feature_section"] h4 {
font-size: 18px;
line-height: 25px;
font-style: normal;
margin-bottom: 12px;
}
[class*="real_feature_section"] h5 {
font-size: 16px;
line-height: 23px;
margin-bottom: 0px;
font-style: normal;
}
[class*="real_feature_section"] h6 {
font-size: 14px;
line-height: 23px;
margin-bottom: 12px;
font-style: normal;
}
[class*="real_feature_section"] h1 b {
font-weight: normal;
}
[class*="real_feature_section"] h1 strong {
font-weight: bold;
}
[class*="real_feature_section"] h1.light,
[class*="real_feature_section"] h2.light,
[class*="real_feature_section"] h3.light,
[class*="real_feature_section"] h4.light,
[class*="real_feature_section"] h5.light,
[class*="real_feature_section"] h6.light {
font-weight: 300;
}
[class*="real_feature_section"] h1.medium,
[class*="real_feature_section"] h2.medium,
[class*="real_feature_section"] h3.medium,
[class*="real_feature_section"] h4.medium,
[class*="real_feature_section"] h5.medium,
[class*="real_feature_section"] h6.medium {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
}
[class*="real_feature_section"] p {
line-height: 25px;
}
[class*="real_feature_section"] .bigtfont {
font: 18px 'Open Sans', sans-serif;
line-height: 25px;
color: #272727;
font-weight: bold;
}
[class*="real_feature_section"] .less1 {
width: 75%;
margin: 0 auto;
}
[class*="real_feature_section"] .less2 {
width: 50%;
margin: 0 auto;
}
[class*="real_feature_section"] .less3 {
width: 60%;
margin: 0 auto;
}
[class*="real_feature_section"] .less4 {
width: 58%;
margin: 0 auto;
}
[class*="real_feature_section"] .less5 {
width: 85%;
margin: 0 auto;
}
[class*="real_feature_section"] .less6 {
width: 70%;
margin: 0 auto;
}
[class*="real_feature_section"] .less7 {
width: 77%;
margin: 0 auto;
}
[class*="real_feature_section"] .less8 {
width: 67%;
margin: 0 auto;
}
[class*="real_feature_section"] .less9 {
width: 81%;
margin: 0 auto;
}
[class*="real_feature_section"] .less10 {
width: 98%;
margin: 0 auto;
}
.image_fadein_slider{
display: block;
width: 100%;
background: #454545;
}
.image_fadein_slider .image_fadein{
position: relative;
width: 100%;
min-height: 250px;
overflow:hidden;
}
.image_fadein_slider .image_fadein img{
position: absolute;
left: 0;
top: 0;
width: 100%;
display: block;
max-height: initial!important;
}
.real_slider .prosearch {
float: left;
width: 100%;
position: relative;
margin-top: -535px;
text-align: center;
}
.prosearch{
float: left;
width: 100%;
}
.real_slider .prosearch h1,
.prosearch h1{
color: #fff;
font-family: 'Open Sans', sans-serif;
font-size: 72px;
font-weight: 900;
letter-spacing: initial;
text-transform: uppercase;
}
.real_slider .prosearch h2,
.prosearch h2 {
color: #fff;
font-family: 'Open Sans', sans-serif;
font-size: 45px;
font-weight: 600;
letter-spacing: initial;
text-transform: uppercase;
}
.real_slider .search_input,
.prosearch  .search_input{
float: left;
padding: 3px 0px 4px 20px;
height: 52px;
width: 39%;
background: #f7f7f7;
border: none;
color: #727272;
font-size: 16px;
border-radius: 3px;
-webkit-box-shadow: inset 0px 0px 2px 0px rgba(221,221,221,1);
-moz-box-shadow: inset 0px 0px 2px 0px rgba(221,221,221,1);
box-shadow: inset 0px 0px 2px 0px rgba(221,221,221,1);
}
.real_slider select,
.prosearch  select{
float: left;
padding: 3px 0px 4px 16px;
height: 52px;
width: 16%;
margin-left: 20px;
background: #f7f7f7;
border: none;
color: #727272;
font-size: 16px;
border-radius: 3px;
-webkit-box-shadow: inset 0px 0px 2px 0px rgba(221,221,221,1);
-moz-box-shadow: inset 0px 0px 2px 0px rgba(221,221,221,1);
box-shadow: inset 0px 0px 2px 0px rgba(221,221,221,1);
}
.real_slider .but1,
.prosearch .but1 {
float: left;
color: #fff;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
background: #2f94d3;
padding: 15px 20px 14px 20px;
border-radius: 3px;
margin-left: 20px;
transition: all 0.3s ease;
}
.real_slider .but2,
.prosearch .but2 {
float: left;
color: #fff;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
background: #71c135;
padding: 15px 25px 14px 25px;
border-radius: 3px;
margin-left: 10px;
transition: all 0.3s ease;
}
.real_slider .but1 i,
.real_slider .but2 i,
.prosearch .but1 i,
.prosearch .but2 i {
font-size: 20px;
margin-right: 5px;
}
.real_slider .but1:hover,
.real_slider .but2:hover,
.prosearch .but1:hover,
.prosearch .but2:hover  {
background: #272727;
}
.real_slider .but3,
.prosearch .but3 {
float: left;
color: #999;
font-size: 12px;
font-weight: 500;
margin-right: 20px;
transition: all 0.3s ease;
}
.real_slider .but3:hover,
.prosearch .but3:hover {
color: #454545;
}  .real_feature_section1 {
float: left;
width: 100%;
text-align: center;
padding:75px 0px 67px 0px;
}
.real_feature_section1 .box {
text-align: left;
width: 100%;
border: 1px solid #f3f3f3;
margin-top: -8px;
}
.real_feature_section1 .box.list {
text-align: left;
width: 100%;
background-color:#fff;
margin-top: -8px;
padding: 0px 0px 25px 0px;
}
.real_feature_section1 img {
float: left;
}
.real_feature_section1 .pro-title {
float: left;
color: #fff;
font-size: 18px;
font-weight: bold;
padding: 8px 20px;
text-transform: uppercase;
background: rgba(0,0,0,0.75);
position: relative;
margin-top: -53px;
}
.real_feature_section1 .box.list .title {
float: left;
width: 100%;
padding: 20px 0px 12px 30px;
background: #f3f3f3;
margin-bottom: 20px;
}
.real_feature_section1 .box.list .title p {
margin-left: 0px;
}
.real_feature_section1 .box.list p {
margin-left: 30px;
} .real_feature_section2 {
float: left;
width: 100%;
text-align: center;
padding: 62px 0px 85px 0px;
}
.real_feature_section2 .box {
float: left;
width: 100%;
padding: 18px 25px 40px 25px;
background-color: #fff;
border-radius:4px;
}
.real_feature_section2 .box:hover,
.real_feature_section2 .box.active {
background: #000;
color:#fff;
transition: all 0.3s ease;
}
.real_feature_section2 .box:hover p,
.real_feature_section2 .box.active p {
color: #fff;
}
.real_feature_section2 .box icon, .real_feature_section2 .box i {
display: block;
color: #272727;
width: 62px;
height: 64px;
line-height: 62px;
font-size: 62px;
margin: 20px auto 15px auto;
transition: all 0.3s ease;
}
.real_feature_section2 .box:hover icon,
.real_feature_section2 .box.active icon, .real_feature_section2 .box:hover i,
.real_feature_section2 .box.active i {
color: #fff;
}
.real_feature_section2 .box:hover h4,
.real_feature_section2 .box.active h4 {
color: #fff;
} .real_feature_section3 {
float: left;
width: 100%;
text-align: center;
padding: 75px 0px 90px 0px;
}
.real_feature_section3 .box {
text-align: left;
width: 100%;
border: 2px solid #f3f3f3;
margin-top: -8px;
padding:24px 20px 30px 30px;
} .real_feature_section4 {
float: left;
width: 100%;
text-align: left;
padding: 90px 0px 70px 0px;
}
.real_feature_section4 .onecol_forty  {
padding-left:40px;
width: 30%;
}
.real_feature_section4 .onecol_forty .kc_single_image {
width: initial;
}
.real_feature_section4 .onecol_forty img.one {
float: left;
margin-top:20px;
}
.real_feature_section4 .onecol_forty img.two {
float: left;
margin-left: -38px;
margin-top:-10px;
}
.real_feature_section4 .onecol_sixty  {
padding-left:50px;
width: 66%;
}
.real_feature_section4 .onecol_sixty a{
margin-right: 15px;
}
div.real_feature_section4 h1 {
color: #fff;
font-size: 45px;
text-transform: uppercase;
text-align: left;
font-weight:bold;
line-height:56px;
}
.real_news_wrapper .button.one {
color: #999999;
font-size: 11px;
border: 1px solid #eee;
padding: 4px 18px;
white-space: nowrap;
transition: all 0.3s ease;
border-radius: 2px;
margin-left: 0;
text-transform: uppercase;
}
.real_news_wrapper .button.one:hover {
color: #272727;
background: #eee;
} .real_feature_section5 {
float: left;
width: 100%;
text-align: center;
padding: 90px 0px 50px 0px;
}
.real_feature_section5 .left {
float: left;
width: 12%;
margin-left: 80px;
}
.real_feature_section5 .left img.client_img {
float: left;
width: auto;
margin:0 auto;
border-radius: 100%;
width: 80px;
height: 80px;
line-height: 80px;
background-color: #e9e9e9;
background-position: center center;
text-align: center;
vertical-align: middle;
margin-left: 100;
padding-left: 0px;
}
.real_feature_section5 .left h5 {
float: left;
width: 100%;
color: #272727;
display: block;
margin-top: 10px;
margin-bottom: 0px;
font-size: 14px;
font-weight: bold;
line-height: 21px;
letter-spacing: normal;
text-align: left;
}
.real_feature_section5 .left h5 em {
font-size: 12px;
font-style: normal;
color: #999;
text-align: center;
font-weight: 500;
}
.real_feature_section5 .right {
float: left;
width: 78%;
text-align: left;
}
.real_feature_section5 .right .arrow_box {
position: relative;
background: #ffffff;
border: 1px solid #e9e9e9;
padding: 30px;
}
.real_feature_section5 .right .arrow_box:after,
.real_feature_section5 .right .arrow_box:before {
right: 100%;
top: 30%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.real_feature_section5 .right .arrow_box:after {
border-color: rgba(255, 255, 255, 0);
border-right-color: #ffffff;
border-width: 14px;
margin-top: -14px;
}
.real_feature_section5 .right .arrow_box:before {
border-color: rgba(233, 233, 233, 0);
border-right-color: #e9e9e9;
border-width: 15px;
margin-top: -15px;
}
.real_feature_section5 .testimonial-layout-2.owl-carousel .owl-item {
padding: 0 10px;
}
.real_feature_section5 .owl-controls .owl-page, .real_feature_section5 .owl-controls .owl-buttons div {
margin-top: 35px;
}
.real_feature_section5 .testimonial-layout-2.owl-theme .owl-controls {
margin-top: 0px;
}
.real_feature_section5 .testimonial-layout-2.owl-theme .owl-controls .owl-page span{
display: block;
width: 8px;
height: 8px;
margin: 5px 3px;
filter: Alpha(Opacity=30); opacity: 0.3;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #272727;
}
.real_feature_section5 .testimonial-layout-2.owl-theme .owl-controls .owl-page.active span,
.real_feature_section5 .testimonial-layout-2.owl-theme .owl-controls.clickable .owl-page:hover span{
filter: Alpha(Opacity=100); opacity: 1;
} .real_feature_section6 {
float: left;
width: 100%;
text-align: center;
padding: 0px 0px 75px 0px;
}
.real_feature_section6 h4{
font-size: 18px;
font-weight:200px;
letter-spacing:normal;
}
.real_feature_section6 ul {
margin: 0px !important;
}
.real_feature_section6 li {
float: left;
width: 16.66%;
border-right: 1px solid #eee;
}
.real_feature_section6 li.last {
border-right: none;
}
.real_feature_section6 span {
color: #999;
font-size: 35px;
display: block;
margin-bottom: 14px;
}
.real_feature_section6 li:hover span {
color: #ee7164;
} .real_newsletter {
float: left;
width: 100%;
padding: 36px 0px 26px 0px;
}
.real_newsletter h2 {
color: #fff;
font-weight: 300;
text-align: right;
}
.real_newsletter .one_half  {
float: left;
text-align:left;
}
.real_newsletter .one_half i {
color: #fff;
font-size: 42px;
float: left;
padding-right:20px;
}
.real_newsletter .one_half h5  {
font-size:18px;
font-weight:bold;
text-align:left;
margin-bottom:7px;
letter-spacing:normal;
clear: none;
}
.real_newsletter .one_half span  {
font-size:12px;
text-align:left;
line-height:25px;
text-transform:none;
display: block;
font-weight: normal;
}
.real_newsletter .enter_email_input {
float: left;
padding: 3px 0px 4px 20px;
height: 50px;
width: 74%;
background: #fff;
border: none;
color: #727272;
font-size: 14px;
}
.real_newsletter .input_submit {
float: left;
padding: 13px 25px 14px 25px;
background-color: #272727;
border: 0px;
font-size: 16px;
font-weight: normal;
color: #fff;
text-transform: uppercase;
transition: all 0.3s ease;
}
.real_newsletter .input_submit:hover {
color: #fff;
cursor: pointer;
background-color: #454545;
}
.tabs-realestate {
margin: 0 !important;
padding: 0;
list-style-type: none !important;
}
.tabs-realestate li {
margin: 0;
text-align: left;
}
.tabs-realestate li a {
float: left;
color: #272727;
padding: 5px 70px;
text-decoration: none;
line-height: 40px;
font-size: 18px;
text-transform: uppercase;
font-weight: 700;
background: rgba(255, 255, 255, 0.75);
margin-right: 2px;
}
.tabs-realestate li.active a {
color: #272727;
background: #fff;
} .tabs-content-realestate img.img_left2 {
width: auto;
margin-right: 25px;
}
.tabs-content-realestate .tabs-panel {
padding: 20px;
}
.tabs-content-realestate .tabs-panel5 .tab-title2 {
display: none;
}
.tabs-content-realestate .tabs-panel5.two{
padding: 20px 20px 14px 20px;
}
.tabs-content-realestate.fullw {
float: left;
width: 100%;
padding: 3% 3% 3% 3%;
text-align: left;
margin-bottom: 0px;
background: #fff;
}
.list-property-owl-carousel .owl-item{
padding: 0 10px;
}
.real_button1 {
color: #999999;
font-size: 11px;
border: 1px solid #eee;
padding: 4px 18px;
white-space: nowrap;
transition: all 0.3s ease;
border-radius:2px;
margin-left: 30px;
text-transform: uppercase;
}
.real_button1:hover {
color: #272727;
background: #eee;
}
.list-property-owl-carousel .button.one {
color: #999999;
font-size: 11px;
border: 1px solid #eee;
padding: 4px 18px;
white-space: nowrap;
transition: all 0.3s ease;
border-radius:2px;
margin-left: 30px;
text-transform: uppercase;
}
.list-property-owl-carousel .button.one:hover {
color: #272727;
background: #eee;
}
.real_button1.nml {
margin-left: 0px;
}
.list-property-owl-carousel .button.two {
color: #999999;
font-size: 11px;
background-color:#727272;
padding: 14px 30px;
white-space: nowrap;
transition: all 0.3s ease;
border-radius:2px;
text-transform: uppercase;
}
.list-property-owl-carousel .button.two:hover {
color: #272727;
}
.list-property-owl-carousel .owl-pagination{
margin-top: 35px;
} [class*="travel_feature_section"] h1,
[class*="travel_feature_section"] h2,
[class*="travel_feature_section"] h3,
[class*="travel_feature_section"] h4,
[class*="travel_feature_section"] h5,
[class*="travel_feature_section"] h6 {
font-family: 'Fredoka One', sans-serif;
font-weight: 500;
color: #272727;
letter-spacing: 1px;
}
[class*="travel_feature_section"] h1 {
font-size: 45px;
line-height: 45px;
margin-bottom: 20px;
color: #181818;
}
[class*="travel_feature_section"] h2 {
font-size: 27px;
line-height: 32px;
margin-bottom: 5px;
text-transform: uppercase;
}
[class*="travel_feature_section"] h3 {
font-size: 21px;
line-height: 28px;
margin-bottom: 10px;
}
[class*="travel_feature_section"] h4 {
font-size: 18px;
line-height: 25px;
margin-bottom: 18px;
font-style: normal;
font-weight: normal;
}
[class*="travel_feature_section"] h5 {
font-size: 16px;
line-height: 23px;
margin-bottom: 12px;
font-style: normal;
}
[class*="travel_feature_section"] h6 {
font-size: 14px;
line-height: 23px;
margin-bottom: 12px;
font-style: normal;
}
[class*="travel_feature_section"] h1 b {
font-weight: normal;
}
[class*="travel_feature_section"] h1 strong {
font-weight: bold;
}
[class*="travel_feature_section"] h1.light,
[class*="travel_feature_section"] h2.light,
[class*="travel_feature_section"] h3.light,
[class*="travel_feature_section"] h4.light,
[class*="travel_feature_section"] h5.light,
[class*="travel_feature_section"] h6.light {
font-weight: 300;
}
[class*="travel_feature_section"] h1.medium,
[class*="travel_feature_section"] h2.medium,
[class*="travel_feature_section"] h3.medium,
[class*="travel_feature_section"] h4.medium,
[class*="travel_feature_section"] h5.medium,
[class*="travel_feature_section"] h6.medium {
font-family: 'Fredoka One', sans-serif;
font-weight: 400;
color:#727272;
}
[class*="travel_feature_section"] h2 small {
font-family: 'Open Sans', sans-serif;
color: #999;
font-size: 16px;
display: block;
text-transform: none;
font-weight: normal;
}
[class*="travel_feature_section"] p {
line-height: 25px;
}
[class*="travel_feature_section"] .mediumfont {
font-family: 'Fredoka One', sans-serif;
font-size: 16px;
line-height: 28px;
color: #727272;
font-weight: lighter;
letter-spacing: 1px;
}
[class*="travel_feature_section"] .fontmedium {
font-family: 'Fredoka One', sans-serif;
font-size: 18px;
line-height: 25px;
color: #272727;
}
[class*="travel_feature_section"] .fontsmall {
font-family: 'Fredoka One', sans-serif;
font-size: 16px;
line-height: 25px;
color: #a32922;
}
[class*="travel_feature_section"] .fontdef02 {
font-family: 'Fredoka One', sans-serif;
font-size:16px;
font-weight: 500;
color:#fff;
text-transform:uppercase;
}
[class*="travel_feature_section"] .less1 {
width: 75%;
margin: 0 auto;
}
[class*="travel_feature_section"] .less2 {
width: 50%;
margin: 0 auto;
}
[class*="travel_feature_section"] .less3 {
width: 60%;
margin: 0 auto;
}
[class*="travel_feature_section"] .less4 {
width: 45%;
margin: 0 auto;
}
[class*="travel_feature_section"] .less5 {
width: 90%;
margin: 0 auto;
}
[class*="travel_feature_section"] .less6 {
width: 70%;
margin: 0 auto;
}
[class*="travel_feature_section"] .less7 {
width: 77%;
margin: 0 auto;
}
[class*="travel_feature_section"] .less8 {
width: 68%;
margin: 0 auto;
}
[class*="travel_feature_section"] .less9 {
width: 87%;
margin: 0 auto;
}
[class*="travel_feature_section"] .less10 {
width: 89%;
margin: 0 auto;
}
.section_title1 {
float: left;
} .travel_feature_section1 {
float: left;
width: 100%;
text-align: center;
padding:90px 0px 100px;
}
.travel_feature_section1 a{
display: block;
position: relative;
float: left;
width: 100%;
}
.travel_feature_section1 img{
opacity: 1;
transition: all 0.3s ease;
float: left;
}
.travel_feature_section1 img:hover{
opacity: 0.7;
}
.travel_feature_section1 .bgcolor{
width: 100%;
background: rgba(0, 0, 0, 0.8);
padding: 6px 20px;
float: left;
position: absolute;
z-index: 2;
bottom: 0;
left: 0;
}
.travel_feature_section1 .bgcolorleft{
width: 50%;
float:left;
text-align: left;
font-size:16px;
font-weight:bold;
text-transform:uppercase;
color:#fff;
}
.travel_feature_section1 .bgcolorleft i{
font-size:14px;
font-weight: 400;
color:#fff;
text-transform:none;
display: block;
}
.travel_feature_section1 .bgcolorright{
width: 50%;
float:right;
text-align: right;
font-size:16px;
font-weight:bold;
text-transform:uppercase;
color:#fff;
}
.travel_feature_section1 .bgcolorright i{
font-size:14px;
font-weight:lighter;
color:#fff;
text-transform:none;
display: block;
} .travel_feature_section2 {
float: left;
width: 100%;
text-align: center;
padding: 45px 0px ;
}
.travel_feature_section2 .circle{
width:470px;
height:470px;
background: rgba(255, 255, 255, 0.3);
border-radius:100%;
margin:0 auto;
background-position: center center;
padding-top:42px;
float: none;
}
.travel_feature_section2 .circlesmall{
width: 390px;
height: 390px;
font-family: 'Open Sans', sans-serif;
color: #44b0e1;
font-size: 27px;
font-weight: bold;
text-align: center;
border-radius: 100%;
background: rgba(255, 255, 255, 0.9);
text-transform: uppercase;
margin:0 auto;
padding: 135px 30px 0px 30px;
}
.travel_feature_section2 .circlesmall .bigtfont{
font-family: 'Open Sans', sans-serif;
font-weight: bold;
font-size: 27px;
line-height: 36px;
color: #44b0e1;
text-transform: uppercase;
}
.travel_feature_section2 .circlesmall .bigtfontmedium{
font-family: 'Open Sans', sans-serif;
font-weight: 300;
font-size: 27px;
line-height: 36px;
color: #272727;
text-transform: capitalize;
}
div[class*="travel_feature_section"] .button.two{
font-family: 'Open Sans', sans-serif;
color: #fff;
font-size: 14px;
border-radius: 4px;
white-space: nowrap;
transition: all 0.3s ease;
padding: 10px 20px 10px 20px;
text-transform: uppercase;
font-weight: bold;
background: #44b0e1;
}
div[class*="travel_feature_section"] .button.two:hover {
color: #fff;
background: #272727;
}
div[class*="travel_feature_section"] .button.one a {
font-family: 'Open Sans', sans-serif;
color: #8d8d8d;
font-size: 12px;
border: 1px solid #8d8d8d;
padding: 9px 28px;
border-radius: 20px;
text-transform: initial;
transition: all 0.3s ease;
background: none;
}
div[class*="travel_feature_section"] .button.one a:hover {
color: #454545;
background: #fff;
}
div[class*="travel_feature_section"] h2 small {
font-family: 'Open Sans', sans-serif;
color: #999;
font-size: 16px;
display: block;
text-transform: none;
font-weight: normal;
} .travel_feature_section3 {
float: left;
width: 100%;
text-align: center;
padding: 90px 0px ;
}
.travel_feature_section3 .boxbg{
width: 100%;
background-color: #272727;
color: #fff;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
padding: 20px 0px 14px 0px;
float:left;
}
.travel_feature_section3 img{
display: block;
opacity: 1;
transition: all 0.3s ease;
}
.travel_feature_section3 img:hover{
opacity: 0.7;
} .travel_feature_section4 {
float: left;
width: 100%;
text-align: center;
padding: 90px 0px;
background:#f3f3f3;
}
.travel_feature_section4 i {
width: 140px;
height: 140px;
background-color: #fff;
color: #44b0e1;
font-size: 60px;
text-align: center;
vertical-align: middle;
line-height: 140px;
border-radius: 100%;
margin-bottom: 18px;
transition: all 0.3s ease;
}
.travel_feature_section4 .one_fourth h2 {
text-transform: uppercase;
font-weight: 300;
}
.travel_feature_section4 .one_fourth:hover i {
color: #272727;
}
.travel_feature_section4 h4 {
font-family: 'Open Sans', sans-serif;
font-size:18px;
font-weight:bold;
text-transform:uppercase;
color:#272727;
}
.travel_feature_section4 h4 b {
font-size:16px;
text-transform: none;
font-weight: 500;
display: block;
} .travel_feature_section5 {
float: left;
width: 100%;
text-align:center;
padding: 90px 0px 90px 0px;
}
.travel_feature_section5 img {
display: block;
}
.travel_feature_section5 .date{
width:90px;
background-color:#f39c12;
color: #fff;
font-size:14px;
padding: 9px 0px 8px 0px;
text-align:center;
float:left;
}
.travel_feature_section5 span {
float:left;
margin: 9px 0px 0px 16px;
}
.travel_feature_section5 .conh2 {
font-family: 'Open Sans', sans-serif;
color: #272727;
font-size:18px;
text-align:left;
float:left;
margin-top:14px;
font-weight:bold;
text-transform:uppercase;
}
.travel_feature_section5 .conh2 i {
font-family: 'Open Sans', sans-serif;
color: #727272;
font-size: 14px;
text-align: left;
float: left;
margin-top: 10px;
font-weight: lighter;
text-transform: capitalize;
} .travel_feature_section10 {
float: left;
width: 100%;
padding: 75px 0px 75px 0px;
text-align: center;
border-top: 2px solid #f3f3f3;
}
.travel_feature_section10 ul.clients-grid.grid {
margin: 0px;
}
.clients-grid {
list-style: none;
overflow: hidden;
}
.clients-grid li {
float: left;
position: relative;
width: 20%;
padding: 14px 0;
}
.clients-grid.grid li {
width: 16.66%;
}
.clients-grid li a {
opacity: 1;
}
body:not(.device-touch) .clients-grid li a {
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.clients-grid li a:hover {
opacity: 0.5;
}
.clients-grid li:before, .clients-grid li:after {
content: '';
position: absolute;
}
.clients-grid li:before {
height: 100%;
top: 0;
left: -1px;
border-left: 1px solid #f3f3f3;
}
.clients-grid li:after {
width: 100%;
height: 0;
top: auto;
left: 0;
bottom: -1px;
border-bottom: 1px solid #f3f3f3;
} .travel_feature_section11 .box icon, .travel_feature_section11 .box i {
float: left;
color: #fff;
font-size: 25px;
width: 56px;
height: 56px;
text-align: center;
vertical-align: middle;
line-height: 53px;
border: 1px solid #fff;
border-radius: 100%;
margin-right: 25px;
}
.travel_feature_section11 {
float: left;
width: 100%;
color: #fff;
padding-top: 70px;
}
.travel_feature_section11 .box {
float: left;
width: 33.3%;
padding: 0px 50px;
text-align: left;
}
.travel_feature_section11 .box span {
float: left;
color: #fff;
font-size: 25px;
width: 56px;
height: 56px;
text-align: center;
vertical-align: middle;
line-height: 53px;
border: 1px solid #fff;
border-radius: 100%;
margin-right: 25px;
}
.travel_feature_section11 .box b {
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
display: block;
}
.travel_feature_section11 .box strong {
font-size: 21px;
font-weight: bold;
display: block;
}
.travel_feature_section11 .box a {
color: #fff;
}
.travel_feature_section11 .box a:hover {
text-decoration: underline;
}
.travel_feature_section11 .box i {
float: left;
color: #fff;
font-size: 25px;
width: 56px;
height: 56px;
text-align: center;
vertical-align: middle;
line-height: 55px;
border: 1px solid #fff;
border-radius: 100%;
margin-right: 10px;
transition: all 0.3s ease;
}
.travel_feature_section11 .box i:hover {
color: #272727;
border: 1px solid #fff;
background: #fff;
}
.travel_feature_section11.two {
background: #c1c1c7;
}
.travel_feature_section11.two .box {
border-left: 1px solid rgba(255,255,255,0.20);
}
.travel_feature_section11.two .box.last {
border-right: none;
}
.travel_feature_section11.two .box i:hover {
color: #fff;
background: #e3e3e3;
}
.travel_feature_section11.three .box i:hover {
color: #d64541;
background: #fff;
}
.travel_feature_section11 .graph1 {
float: left;
width: 100%;
height: 40px;
margin-top: 57px;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/corvu-bg-image-dark.png) no-repeat center top;
}
.travel_slider{
position: relative;
}
ul.travel_bf_tabs.tabs7 {
margin: 0px;
}
.hs_booking_finder{
float: left;
width: 100%;
text-align: center;
position: absolute;
bottom: 2px;
}
.booking .hs_booking_finder{
position: absolute;
}
.hs_booking_finder div.wpcf7-validation-errors {
border: 2px solid #f7e700;
clear: both;
margin: 30px 0 0 0;
float: left;
width: 100%;
}
.hs_booking_finder .div.wpcf7-mail-sent-ng{
margin: 30px 0 0 0;
float: left;
width: 100%;
clear: both;
}
.hs_booking_finder .wpcf7 span.wpcf7-not-valid-tip{
display: none;
}
.hs_booking_finder input.wpcf7-not-valid{
border: 2px solid #F48989;
}
.hs_booking_finder strong {
color: #272727;
font-size: 21px;
font-weight: 700;
text-transform: uppercase;
}
.hs_booking_finder .box {
float: left;
width: 25%;
margin-top: 20px;
margin-right: 25px;
}
.hs_booking_finder .box2 {
float: left;
width: 16%;
margin-top: 20px;
margin-right: 25px;
}
.hs_booking_finder .box3 {
float: left;
width: 100%;
margin-top: 25px;
}
.hs_booking_finder .box3 label {
margin-right: 25px;
}
.hs_booking_finder .box4 {
float: left;
width: 14%;
margin-top: 20px;
margin-right: 0px;
}
.hs_booking_finder .box4 .ent_input {
width: 75%;
}
.hs_booking_finder .box5 {
float: left;
margin-left: 45px;
margin-top: 20px;
}
.hs_booking_finder label {
color: #272727;
text-transform: uppercase;
font-weight: normal;
}
.hs_booking_finder .ent_input {
float: left;
padding: 10px 16px 10px 16px;
width: 100%;
background: #fff;
color: #727272;
font-size: 14px;
border: 2px solid #ccc;
}
.hs_booking_finder select {
float: left;
padding: 12px 12px 12px 12px;
width: 100%;
background: #fff;
color: #727272;
font-size: 14px;
border: 2px solid #ccc;
letter-spacing: 0.5px;
}
.hs_booking_finder .submbut {
float: left;
color: #fff;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
background: #f36117;
padding: 16px 40px;
border-radius: 3px;
border: none;
margin-top: 18px;
transition: all 0.3s ease;
}
.hs_booking_finder .submbut:hover {
background: #272727;
}
.hs_booking_finder a.elink {
float: left;
color: #272727;
margin-left: 30px;
margin-top: 35px;
transition: all 0.3s ease;
}
.hs_booking_finder a.elink:hover {
color: #727272;
}
.tabs-content-travel form > p{
display: none;
}
.tabs7 {
margin: 0;
padding: 0;
list-style-type: none;
}
.tabs7 li {
margin: 0;
text-align: left;
}
.tabs7 li a {
float: left;
color: #272727;
padding: 5px 45px;
text-decoration: none;
line-height: 40px;
font-size: 16px;
font-weight: 600;
background: rgba(255, 255, 255, 0.9);
margin-right: 2px;
}
.tabs7 li.active a {
color: #fff;
background: #f39c12;
}
.tabs-content7 img.img_left2 {
width: auto;
margin-right: 25px;
}
.tabs-content7 .tabs-panel {
padding: 20px;
}
.tabs-content7 .tabs-panel7 .tab-title2 {
display: none;
}
.tabs-content7 .tabs-panel7.two{
padding: 20px 20px 14px 20px;
}
.tabs-content7.fullw {
float: left;
width: 100%;
padding: 3.5% 4% 5% 4%;
text-align: left;
margin-bottom: 0px;
background: rgba(255, 255, 255, 0.9);
border-top: 5px solid #f39c12;
} [class*="res_feature_section"] h1,
[class*="res_feature_section"] h2,
[class*="res_feature_section"] h3,
[class*="res_feature_section"] h4,
[class*="res_feature_section"] h5,
[class*="res_feature_section"] h6{
font-family: 'Oswald', sans-serif;
letter-spacing: 1px;
text-transform: uppercase;
}
[class*="res_feature_section"] h1.light,
[class*="res_feature_section"] h2.light,
[class*="res_feature_section"] h3.light,
[class*="res_feature_section"] h4.light,
[class*="res_feature_section"] h5.light,
[class*="res_feature_section"] h6.light {
font-weight: 300;
}
[class*="res_feature_section"] h1.medium,
[class*="res_feature_section"] h2.medium,
[class*="res_feature_section"] h3.medium,
[class*="res_feature_section"] h4.medium,
[class*="res_feature_section"] h5.medium,
[class*="res_feature_section"] h6.medium {
font-weight: 400;
color: #272727;
}
[class*="res_feature_section"] .less1 {
width: 75%;
margin: 0 auto;
}
[class*="res_feature_section"] .less2 {
width: 50%;
margin: 0 auto;
}
[class*="res_feature_section"] .less3 {
width: 60%;
margin: 0 auto;
}
[class*="res_feature_section"] .less4 {
width: 45%;
margin: 0 auto;
}
[class*="res_feature_section"] .less5 {
width: 85%;
margin: 0 auto;
}
[class*="res_feature_section"] .less6 {
width: 70%;
margin: 0 auto;
}
[class*="res_feature_section"] .less7 {
width: 77%;
margin: 0 auto;
}
[class*="res_feature_section"] .less8 {
width: 67%;
margin: 0 auto;
}
[class*="res_feature_section"] .less9 {
width: 87%;
margin: 0 auto;
}
[class*="res_feature_section"] .less10 {
width: 89%;
margin: 0 auto;
}
[class*="res_feature_section"] .bigtfont {
font-size: 16px;
line-height: 27px;
}
[class*="res_feature_section"] .dark {
color: #272727;
font-weight: 400;
}
[class*="res_feature_section"] .white, [class*="res_feature_section"] .white p {
color: #fff;
}
[class*="res_feature_section"] a {
color: #727272;
text-decoration: none;
}
[class*="res_feature_section"] a:hover {
text-decoration: none;
color: #454545;
}
[class*="res_feature_section"] h1 {
font-size: 35px;
line-height: 35px;
margin-bottom: 30px;
}
[class*="res_feature_section"] h2 {
font-size: 27px;
line-height: 32px;
margin-bottom: 20px;
text-transform: uppercase;
}
[class*="res_feature_section"] h3 {
font-size: 21px;
line-height: 28px;
margin-bottom: 18px;
}
[class*="res_feature_section"] h4 {
font-size: 18px;
line-height: 25px;
margin-bottom: 10px;
font-style: normal;
font-weight: normal;
}
[class*="res_feature_section"] h5 {
font-size: 16px;
line-height: 23px;
margin-bottom: 12px;
font-style: normal;
}
[class*="res_feature_section"] h6 {
font-size: 14px;
line-height: 23px;
margin-bottom: 12px;
font-style: normal;
}
[class*="res_feature_section"] h1 b {
font-weight: normal;
}
[class*="res_feature_section"] h1 strong {
font-weight: bold;
} .res_feature_section1 {
float: left;
width: 100%;
text-align: center;
background-color: #f3f3f3;
}
.res_feature_section1 h1 {
margin-bottom: 18px;
font-size: 35px;
text-transform: uppercase;
color: #272727;
}
.res_feature_section1 .arrow_box {
position: relative;
background: #f3f3f3;
padding: 90px 0px 75px 0px;
}
.res_feature_section1 .arrow_box:after {
top: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(243, 243, 243, 0);
border-top-color: #f3f3f3;
border-width: 20px;
margin-left: -20px;
} .res_feature_section2 {
float: left;
width: 100%;
text-align: center;
padding: 90px 0px;
}
.res_feature_section2 ul.social_icons {
width: 100%;
padding: 0;
margin: -42px 0 0 0;
float: right;
z-index: 5;
position: absolute;
}
.res_feature_section2 ul.social_icons li {
padding: 0 0 0 1px;
margin: 0px;
float: right;
}
.res_feature_section2 ul.social_icons li.topmar {
margin-top: 17px;
margin-right: 10px;
}
.res_feature_section2 ul.social_icons li {
width: 50px;
height: 40px;
padding: 0;
margin: 0px;
float: right;
font-family: 'Oswald', sans-serif;
font-size: 18px;
line-height: 40px;
transition: all 0.3s ease;
text-align: center;
color: #fff;
background-color: #fc9117;
}
.res_feature_section2 .linebg {
margin: 0 auto;
display: block;
vertical-align: central;
width: 70px;
height: 3px;
margin-top: 12px;
margin-bottom: 18px;
background-color: #272727;
}
.res_feature_section2 .res_owl_sliders .kc_tab_content .kc_wrapper {
position: relative;
width: 100%;
padding: 0;
margin: 0;
float: left;
border: 1px solid #eee;
transition: all 0.3s ease;
}
.res_feature_section2 .res_owl_sliders .kc_tab_content .kc_wrapper:hover {
border: 1px solid #999;
} .res_feature_section3 {
float: left;
width: 100%;
background: #f3f3f3;
}
.res_feature_section3 .left {
float: left;
width: 50%;
min-height: 400px;
}
.res_feature_section3 .kc_single_image img {
float: right;
max-width: initial;
}
.res_feature_section3 .right {
float: left;
width: 50%;
padding-top: 75px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
.res_feature_section3 .right .cont {
float: left;
width: 100%;
text-align: center;
}
.res_feature_section3 .less3 {
width: 60%;
margin: 0 auto;
} .res_feature_section4 {
float: left;
width: 100%;
background: #f3f3f3;
}
.res_feature_section4 .right {
float: left;
width: 50%;
min-height: 400px;
}
.res_feature_section4 .kc_single_image img {
float: left;
max-width: initial;
}
.res_feature_section4 .left {
float: left;
width: 50%;
padding-top: 75px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
.res_feature_section4 .left .cont {
float: left;
width: 100%;
text-align: center;
}
.res_feature_section4 .less3 {
width: 60%;
margin: 0 auto;
} .res_feature_section5 {
float: left;
width: 100%;
padding-top: 100px;
padding-bottom: 94px;
text-align: center;
} .res_feature_section6 {
float: left;
width: 100%;
text-align: center;
padding: 134px 0px 134px 0px;
}
.res_feature_section6 h1 {
color: #fff;
font-size: 45px;
line-height: 22px;
font-weight: 300;
text-transform: uppercase;
text-align: left;
}
.res_feature_section6 h2 {
color: #fff;
font-size: 16px;
font-weight: normal;
line-height: 25px;
text-align: left;
text-transform: none;
} .res_feature_section7 {
float: left;
width: 100%;
background: #fff;
padding: 90px 0px;
}
.last-post-layout-5 .left {
float: left;
width: 50%;
}
.last-post-layout-5 .left .imgse {
float: left;
width: 50%;
}
.last-post-layout-5 .left .imgse img {
max-width: initial;
float: left;
}
.last-post-layout-5 .left .arrow_box {
position: relative;
background: #f1eee8;
float: right;
width: 48.6%;
height: 500px;
padding: 40px 35px 50px 40px;
}
.last-post-layout-5 .left .arrow_box:after {
right: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-right-color: #f1eee8;
border-width: 20px;
margin-top: -20px;
}
.last-post-layout-5 .right {
float: left;
width: 50%;
}
.last-post-layout-5 .right .box {
float: left;
width: 100%;
height: 250px;
}
.last-post-layout-5 .right .box .imgse {
float: left;
width: 50%;
}
.last-post-layout-5 .right .box .arrow_box {
position: relative;
background: #f1eee8;
float: right;
width: 50%;
padding: 40px 40px 50px 40px;
height: 250px;
}
.last-post-layout-5 .right .box .arrow_box:after {
right: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-right-color: #f1eee8;
border-width: 20px;
margin-top: -20px;
}
.last-post-layout-5 .right .box.two {
float: left;
width: 100%;
height: 250px;
}
.last-post-layout-5 .right .box.two .imgse {
float: right;
width: 50%;
}
.last-post-layout-5 .right .box.two .arrow_box {
position: relative;
background: #272727;
float: left;
width: 50%;
padding: 40px 40px 50px 40px;
height: 250px;
color: #fff;
}
.last-post-layout-5 .right .box.two .arrow_box:after {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-left-color: #272727;
border-width: 20px;
margin-top: -20px;
}
.last-post-layout-5 .arrow_box em {
font-family: 'Oswald', sans-serif;
font-size: 16px;
font-weight: normal;
color: #fc9117;
font-style: normal;
text-transform: uppercase;
text-align: left;
line-height: 40px;
font-weight: 300;
} .res_feature_section8 {
float: left;
width: 100%;
padding: 0px;
} .res_feature_section9 {
float: left;
width: 100%;
padding: 100px 0px;
text-align: center;
}
.res_feature_section9 .bookatable-form {
float: left;
width: 100%;
}
.res_feature_section9 .bookatable-form label {
float: left;
width: 100%;
}
.res_feature_section9 .bookatable-form .input {
float: left;
width: 100%;
font-size: 14px;
text-align: left;
background: #f9f9f9;
border: 2px solid #eee;
padding: 12px 16px;
border-radius: 3px;
margin-bottom: 15px;
}
.res_feature_section9 .bookatable-form textarea {
float: left;
width: 100%;
font-size: 14px;
height: 230px;
text-align: left;
background: #f9f9f9;
border: 2px solid #eee;
padding: 12px 16px;
border-radius: 3px;
}
.res_feature_section9 .bookatable-form .res_button4 {
border: none;
} .res_feature_section10 {
float: left;
width: 100%;
background-color: #272727;
padding: 90px 0px;
text-align: center;
}
.res_feature_section10 .one_half {
text-align: left;
padding-left: 15px;
border-right: 1px solid #454545;
padding-right: 50px;
}
.res_feature_section10 .one_half.last {
border-right: none;
padding-right: 0px;
}
.testimonial-layout-11 .peoplesays {
float: left;
}
.testimonial-layout-11 .peoplesays img {
float: left;
width: 140px;
height: 140px;
border-radius: 100%;
margin-right: 30px;
border: 7px solid #f3f3f3;
margin-top: 25px;
margin-bottom: 50px;
}
.testimonial-layout-11 .peoplesays strong {
font-size: 14px;
color: #fff;
text-transform: uppercase;
font-weight: 400;
}
.testimonial-layout-11 .peoplesays strong i {
font-size: 12px;
color: #999;
text-transform: none;
font-weight: 400;
font-style: normal;
display: block;
}
.testimonial-layout-11 .owl-controls .owl-page, .testimonial-layout-11 .owl-controls .owl-buttons div {
margin-top: 35px;
}
.testimonial-layout-11.owl-carousel .owl-item {
padding: 0 10px;
}
.res_feature_section10 .one_half .last {
text-align: left;
}
.res_feature_section10 .kc_text_block {
padding-right: 11%;
}
.entry-content ul.special_day {
float: left;
margin-right: 15px;
margin-top: 25px;
margin-bottom: 5px;
margin-left: 0px;
padding: 0px;
}
.special_day li {
float: left;
padding: 0px;
width: 140px;
margin-top: 0px;
margin-right: 35px;
margin-bottom: 25px;
margin-left: 0px;
}
.special_day li img {
border: 7px solid #f3f3f3;
border-radius: 100%;
margin-right: 30px;
height:140px;
width:140px;
} .res_feature_section11 {
float: left;
width: 100%;
padding: 90px 0px 75px 0px;
text-align: left;
}
.res_feature_section11 p {
font-size: 16px;
color: #454545;
line-height: 25px;
} .res_feature_section12 {
float: left;
width: 100%;
background-color: #fff;
padding: 0px 0px 75px 0px;
text-align: left;
}
.res_feature_section12 .left {
float: left;
width: 30%;
padding: 50px 50px 0px 50px;
height: 350px;
background: #272727;
color: #fff;
}
.res_feature_section12 .right {
float: left;
width: 70%;
} .res_copyright_info {
float: left;
padding: 30px 0px 25px 0px;
width: 100%;
color: #585858;
font-size: 13px;
font-style: normal;
font-weight: normal;
background: #f3f3f3;
}
.res_copyright_info a {
margin-top: 10px;
font-size: 12px;
color: #585858;
text-align: right;
transition: all 0.3s ease;
font-family: Verdana, Geneva, sans-serif;
}
.res_copyright_info p {
font-size: 13px;
}
.res_copyright_info a:hover {
color: #e3e3e3;
} .res_copyright_info ul.footer_social_links {
float: right;
padding: 0px;
margin: 0px 0px 0px 0px;
}
.res_copyright_info .footer_social_links li {
float: left;
padding: 0px;
margin: 0px 0px 0px 5px;
}
.res_copyright_info .footer_social_links li a i {
width: 24px;
height: 24px;
text-align: center;
border-radius: 100%;
line-height: 24px;
vertical-align: middle;
background-color: #727272;
color: #fff;
transition: all 0.3s ease;
}
.res_copyright_info .footer_social_links li a i:hover {
color: #fff;
background-color: #999;
} [class*="edu_feature_section"] h1,
[class*="edu_feature_section"] h2,
[class*="edu_feature_section"] h3,
[class*="edu_feature_section"] h4,
[class*="edu_feature_section"] h5,
[class*="edu_feature_section"] h6 {
font-family: 'Roboto', sans-serif;
color: #272727;
letter-spacing: initial;
}
[class*="edu_feature_section"] h1 {
font-size: 35px;
line-height: 35px;
margin-bottom: 30px;
}
[class*="edu_feature_section"] h2 {
font-size: 27px;
line-height: 32px;
margin-bottom: 20px;
text-transform: uppercase;
}
[class*="edu_feature_section"] h3 {
font-size: 21px;
line-height: 28px;
margin-bottom: 18px;
}
[class*="edu_feature_section"] h4 {
font-size: 18px;
line-height: 25px;
margin-bottom: 12px;
}
[class*="edu_feature_section"] h5 {
font-size: 16px;
line-height: 23px;
font-style: normal;
}
[class*="edu_feature_section"] h6 {
font-size: 14px;
line-height: 23px;
margin-bottom: 12px;
font-style: normal;
}
[class*="edu_feature_section"] h1 b {
font-weight: normal;
}
[class*="edu_feature_section"] h1.light,
[class*="edu_feature_section"] h2.light,
[class*="edu_feature_section"] h3.light,
[class*="edu_feature_section"] h4.light,
[class*="edu_feature_section"] h5.light,
[class*="edu_feature_section"] h6.light {
font-weight: 300;
}
[class*="edu_feature_section"] h1.medium,
[class*="edu_feature_section"] h2.medium,
[class*="edu_feature_section"] h3.medium,
[class*="edu_feature_section"] h4.medium,
[class*="edu_feature_section"] h5.medium,
[class*="edu_feature_section"] h6.medium {
font-family: 'Roboto', sans-serif;
font-weight: 400;
}
[class*="edu_feature_section"] p {
font: 14px 'Roboto', sans-serif;
line-height: 25px;
}
[class*="edu_feature_section"] a {
color: #727272;
text-decoration: none;
}
[class*="edu_feature_section"] a:hover {
text-decoration: none;
color: #454545;
}
[class*="edu_feature_section"] .caps {
text-transform: uppercase;
}
[class*="edu_feature_section"] .gray {
font: 14px 'Open Sans', sans-serif;
color: #999;
font-weight: 3400;
line-height:25px;
}
[class*="edu_feature_section"] .dark {
color: #2a363f;
font-weight: 400;
}
[class*="edu_feature_section"] .fontmwhite {
font-family: 'Roboto', sans-serif;
line-height: 25px;
color: #fff;
font-weight:400;
font-size:16px;
}
[class*="edu_feature_section"] .smallfont{
font-family: 'Roboto', sans-serif;
font-size: 12px;
color: #fff;
}
[class*="edu_feature_section"] .bigfont{
font-family: 'Roboto', sans-serif;
color: #272727;
font-weight: lighter;
font-size: 35px;
line-height:45px;
}
[class*="edu_feature_section"] .bigfont strong{
font-family: 'Roboto', sans-serif;
color: #272727;
}
[class*="edu_feature_section"] .fontm{
font-family: 'Roboto', sans-serif;
line-height: 30px;
color: #272727;
font-weight:300;
font-size:16px;
}
[class*="edu_feature_section"] .fontdefault{
font:'Open Sans', sans-serif;
line-height: 30px;
color: #999999;
font-weight:300;
font-size:16px;
}
[class*="edu_feature_section"] .mediumfont{
color: #727272;
font-weight: 300;
line-height: 30px;
font-family: 'Roboto', sans-serif;
font-size: 18px;
}
[class*="edu_feature_section"] .less1 {
width: 75%;
margin: 0 auto;
}
[class*="edu_feature_section"] .less2 {
width: 50%;
margin: 0 auto;
}
[class*="edu_feature_section"] .less3 {
width: 60%;
margin: 0 auto;
}
[class*="edu_feature_section"] .less4 {
width: 58%;
margin: 0 auto;
}
[class*="edu_feature_section"] .less5 {
width: 85%;
margin: 0 auto;
}
[class*="edu_feature_section"] .less6 {
width: 79%;
margin: 0 auto;
}
[class*="edu_feature_section"] .less7 {
width: 75%;
margin: 0 auto;
}
[class*="edu_feature_section"] .less8 {
width: 67%;
margin: 0 auto;
}
[class*="edu_feature_section"] .less9 {
width: 81%;
margin: 0 auto;
}
[class*="edu_feature_section"] .less10 {
width: 96%;
margin: 0 auto;
} .edu_feature_section1 {
float: left;
width: 100%;
text-align: center;
}
.edu_feature_section1 h2.less9 {
color: #272727;
text-transform: uppercase;
font-weight: 300;
margin-bottom: 20px;
}
.edu_feature_section1 h2.less9 strong {
font-weight: bold;
color:#cf000f;
}
.edu_feature_section1 .arrow_box {
position: relative;
background: #fff;
padding: 80px 0px 70px 0px;
}
.edu_feature_section1 .arrow_box:after {
top: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(255, 255, 255, 0);
border-top-color: #fff;
border-width: 20px;
margin-left: -20px;
} .edu_feature_section2 {
float: left;
width: 100%;
text-align: center;
padding:90px 0px 90px 0px;
background:#f3f3f3;
}
.edu_feature_section2 .box1 {
float: left;
width: 41%!important;
font-family: 'Roboto', sans-serif;
color: #000;
margin-bottom: 10px;
padding:90px 30px 27px 30px;
background-color: #fff;
padding-left: 0;
padding-right: 0;
}
.edu_feature_section2 .box1 b {
display: block;
}
.edu_feature_section2 .box2 {
float: left;
width: 28.6%!important;
background: #272727;
margin: 0px 10px 10px 10px;
text-align: center;
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
}
.edu_feature_section2 .box2.last {
margin: 0px 0px 10px 0px;
}
.edu_feature_section2 .box2 img {
width: 100%;
display: block;
opacity: 0.5;
transition: all 0.3s ease;
}
.edu_feature_section2 .box2:hover img {
opacity: 0.8;
}
.edu_feature_section2 .box2 h2 {
color: #fff;
width: 67%;
margin: -157px auto 62px auto;
position: relative;
z-index: 2;
}
.edu_feature_section2 .box2 h2.two {
margin: -143px auto 80px auto;
}
.edu_feature_section2 .box2 span {
float: right;
font-family: 'Roboto', sans-serif;
color: #fff;
text-transform: uppercase;
background: #ff9c00;
padding: 4px 14px 4px 14px;
position: relative;
z-index: 3;
font-size: 16px;
}
.edu_feature_section2 .box2 span.dark {
background: #272727;
}
.edu_feature_section2 .box3 {
float: left;
width: 41%!important;
background: #272727;
text-align: center;
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
margin-bottom: 10px;
}
.edu_feature_section2 .box3 img {
width: 100%;
display: block;
opacity: 0.5;
transition: all 0.3s ease;
}
.edu_feature_section2 .box3:hover img {
opacity: 0.8;
}
.edu_feature_section2 .box3 h2 {
color: #fff;
width: 75%;
margin: -157px auto 62px auto;
position: relative;
z-index: 2;
}
.edu_feature_section2 .box3 span {
float: right;
font-family: 'Roboto', sans-serif;
color: #fff;
text-transform: uppercase;
background: #ff9c00;
padding: 4px 14px;
position: relative;
z-index: 3;
font-size: 16px;
} .edu_feature_section3 {
float: left;
width: 100%;
text-align: center;
padding:80px 0px 80px 0px;
}
.searchcou {
float: left;
width: 100%;
margin-top: 18px;
}
.searchcou select {
float: left;
padding: 3px 0px 4px 16px;
height: 52px;
width: 23.5%;
margin-right: 16px;
margin-bottom: 25px;
background: #f7f7f7;
border: none;
color: #727272;
font-size: 16px;
border-radius: 3px;
-webkit-box-shadow: inset 0px 0px 2px 0px rgba(221,221,221,1);
-moz-box-shadow: inset 0px 0px 2px 0px rgba(221,221,221,1);
box-shadow: inset 0px 0px 2px 0px rgba(221,221,221,1);
}
.searchcou input {
color: #fff;
font-size: 14px;
background:#cf000f;
padding: 10px 24px;
white-space: nowrap;
transition: all 0.3s ease;
border-radius:2px;
text-transform: uppercase;
border: 0px;
}
.searchcou input:hover {
background:#272727;
}
.edu_feature_section3 .gray p {
font-family: 'Open Sans', sans-serif;
} .edu_feature_section4 {
float: left;
width: 100%;
text-align: center;
padding: 100px 0px 100px 0px;
}
.edu_feature_section4 .box i {
color: #fff;
font-size: 32px;
border: 1px solid #fff;
border-radius: 100%;
width: 78px;
height: 78px;
text-align: center;
vertical-align: middle;
line-height: 75px;
margin-bottom: 20px;
transition: all 0.3s ease;
}
.edu_feature_section4 .box i:hover {
color: #272727;
background: #fff;
}
.edu_feature_section4 .fontmwhite p {
font-family: 'Roboto', sans-serif;
line-height: 25px;
color: #fff;
font-weight: 400;
font-size: 16px;
} .edu_feature_section5 {
float: left;
width: 100%;
text-align: center;
padding: 70px 0px 61px 0px;
background: #f3f3f3;
}
.edu_feature_section5 .kc_counter_box {
float: left;
width: 100%;
padding: 0px;
text-align: center;
background: none;
font-size: 35px;
color: #272727;
font-weight: 600;
}
.edu_feature_section5 .kc_counter_box i {
color: #cf000f;
font-size: 36px;
display: block;
margin-bottom: 35px;
}
.edu_feature_section5 .kc_counter_box span.counterup {
color: #272727;
font-size: 35px;
line-height: 23px;
}
.edu_feature_section5 .kc_counter_box h4 {
font-family: 'Roboto', sans-serif;
display: block;
width: 50%;
font-size: 14px;
color: #272727;
font-weight: 400;
text-transform: uppercase;
margin: 21px auto 0 auto;
}
.edu_feature_section5 .kc_counter_box.two i {
color: #46d8bd;
} .edu_feature_section6 {
float: left;
width: 100%;
padding: 80px 0 0 0;
text-align: center;
background: #fff;
}
.edu_feature_section6 h2 {
color: #fff;
line-height: 50px;
margin-bottom: 16px;
text-transform: uppercase;
}
.edu_feature_section6 h2 strong {
font-size: 50px;
font-weight: 800;
display: block;
}
.edu_feature_section6 h4 {
color: #fff;
}
.edu_feature_section6 img {
display: block;
margin: 30px auto 0 auto;
} .edu_feature_section7 {
float: left;
width: 100%;
padding: 90px 0px 97px 0px;
text-align: center;
}
.edu_feature_section7 .box {
width: 100%;
border-radius: 3px;
padding: 40px 30px 40px 30px;
background: rgba(61, 207, 209, 0.7);
transition: all 0.1s ease;
text-align: center;
vertical-align: middle;
}
.edu_feature_section7 .box {
width: 100%;
border-radius: 3px;
padding: 40px 30px 40px 30px;
background: rgba(61, 207, 209, 0.7);
transition: all 0.1s ease;
text-align: center;
vertical-align: middle;
}
.edu_feature_section7 .box.two {
background: rgba(46, 204, 113, 0.7);
}
.edu_feature_section7 .box.three {
background: rgba(142, 68, 173, 0.7);
}
.edu_feature_section7 .box.four {
background: rgba(231, 76, 60, 0.7);
}
.edu_feature_section7 .box.five {
background: rgba(52, 152, 219, 0.7);
}
.edu_feature_section7 .box.six {
background: rgba(27, 163, 156, 0.7);
}
.edu_feature_section7 .box.seven {
background: rgba(235, 151, 78, 0.7);
}
.edu_feature_section7 .box.eight {
background: rgba(210, 82, 127, 0.7);
}
.edu_feature_section7 .box.nine {
background: rgba(108, 122, 137, 0.7);
}
.edu_feature_section7 .box.ten {
background: rgba(38, 166, 91, 0.7);
}
.edu_feature_section7 .box i, .edu_feature_section7 .box icon {
color: #fff;
display: block;
font-size: 45px;
margin: 0 auto 18px auto;
border-radius: 100%;
width:116px;
height:116px;
line-height:116px;
background: rgba(255, 255, 255, 0.18);
text-align:center;
}
.edu_feature_section7 .box:hover {
background: rgba(61, 207, 209, 1);
}
.edu_feature_section7 .box.two:hover {
background: rgba(46, 204, 113, 1);
}
.edu_feature_section7 .box.three:hover {
background: rgba(142, 68, 173, 1);
}
.edu_feature_section7 .box.four:hover {
background: rgba(231, 76, 60, 1);
}
.edu_feature_section7 .box.five:hover {
background: rgba(52, 152, 219, 1);
}
.edu_feature_section7 .box.six:hover {
background: rgba(27, 163, 156, 1);
}
.edu_feature_section7 .box.seven:hover {
background: rgba(235, 151, 78, 1);
}
.edu_feature_section7 .box.eight:hover {
background: rgba(210, 82, 127, 1);
}
.edu_feature_section7 .box.nine:hover {
background: rgba(108, 122, 137, 1);
}
.edu_feature_section7 .box.ten:hover {
background: rgba(38, 166, 91, 1);
} .edu_feature_section8 {
float: left;
width: 100%;
text-align: center;
padding: 90px 0px 50px 0px;
}
.edu_feature_section8 .left {
float: left;
width: 12%;
margin-left: 80px;
}
.edu_feature_section8 .left img.client_img {
float: left;
width: auto;
margin:0 auto;
border-radius: 100%;
width: 80px;
height: 80px;
line-height: 80px;
background-color: #e9e9e9;
background-position: center center;
text-align: center;
vertical-align: middle;
margin-left: 100;
padding-left: 0px;
}
.edu_feature_section8 .left h5 {
float: left;
width: 100%;
color: #272727;
display: block;
margin-top: 10px;
margin-bottom: 0px;
font-size: 14px;
font-weight: bold;
line-height: 21px;
letter-spacing: normal;
text-align: left;
}
.edu_feature_section8 .left h5 em {
font-size: 12px;
font-style: normal;
color: #999;
text-align: center;
font-weight: 500;
}
.edu_feature_section8 .right {
float: left;
width: 78%;
text-align: left;
}
.edu_feature_section8 .right .arrow_box {
position: relative;
background: #ffffff;
border: 1px solid #e9e9e9;
padding: 30px;
}
.edu_feature_section8 .right .arrow_box:after,
.edu_feature_section8 .right .arrow_box:before {
right: 100%;
top: 30%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.edu_feature_section8 .right .arrow_box:after {
border-color: rgba(255, 255, 255, 0);
border-right-color: #ffffff;
border-width: 14px;
margin-top: -14px;
}
.edu_feature_section8 .right .arrow_box:before {
border-color: rgba(233, 233, 233, 0);
border-right-color: #e9e9e9;
border-width: 15px;
margin-top: -15px;
}
.edu_feature_section8 .testimonial-layout-2.owl-carousel .owl-item {
padding: 0 10px;
}
.edu_feature_section8 .owl-controls .owl-page, .edu_feature_section8 .owl-controls .owl-buttons div {
margin-top: 35px;
}
.edu_feature_section8 .testimonial-layout-2.owl-theme .owl-controls {
margin-top: 0px;
}
.edu_feature_section8 .testimonial-layout-2.owl-theme .owl-controls .owl-page span{
display: block;
width: 8px;
height: 8px;
margin: 5px 3px;
filter: Alpha(Opacity=30); opacity: 0.3;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #272727;
}
.edu_feature_section8 .testimonial-layout-2.owl-theme .owl-controls .owl-page.active span,
.edu_feature_section8 .testimonial-layout-2.owl-theme .owl-controls.clickable .owl-page:hover span{
filter: Alpha(Opacity=100); opacity: 1;
} .edu_feature_section9 {
float: left;
width: 100%;
text-align: center;
padding: 9px 0px 75px 0px;
}
.edu_feature_section9 ul {
margin: 0 !important;
}
.edu_feature_section9 h4{
font-size: 18px;
font-weight:200px;
letter-spacing:normal;
}
.edu_feature_section9 li {
float: left;
width: 16.66%;
border-right: 1px solid #eee;
}
.edu_feature_section9 li.last {
border-right: none;
}
.edu_feature_section9 span {
color: #999;
font-size: 35px;
display: block;
margin-bottom: 14px;
}
.edu_feature_section9 li:hover span {
color: #ee7164;
} .edu_newsletter {
float: left;
width: 100%;
padding: 36px 0px 26px 0px;
background: #cf000f;
}
.edu_newsletter h2 {
color: #fff;
font-weight: 300;
text-align: right;
}
.edu_newsletter .one_half  {
float: left;
text-align:left;
}
.edu_newsletter .one_half i {
color: #fff;
font-size: 42px;
float: left;
padding-right:20px;
}
.edu_newsletter .one_half h5  {
font-family: 'Roboto', sans-serif;
font-size:18px;
font-weight:bold;
text-align:left;
margin-bottom:7px;
clear: initial;
letter-spacing: initial;
}
.edu_newsletter .one_half span  {
font-family: 'Roboto', sans-serif;
font-size:12px;
text-align:left;
line-height:25px;
text-transform:none;
display: block;
font-weight: normal;
}
.edu_newsletter .enter_email_input {
float: left;
padding: 3px 0px 4px 20px;
height: 50px;
width: 76%;
background: #fff;
border: none;
color: #727272;
font-size: 14px;
}
.edu_newsletter .input_submit {
float: left;
padding: 13px 25px 14px 25px;
background-color: #272727;
border: 0px;
font-size: 16px;
font-weight: normal;
color: #fff;
text-transform: uppercase;
transition: all 0.3s ease;
}
.edu_newsletter .input_submit:hover {
color: #fff;
cursor: pointer;
background-color: #454545;
} div[class*="wed_feature_section"] h1,
div[class*="wed_feature_section"] h2,
div[class*="wed_feature_section"] h3,
div[class*="wed_feature_section"] h4,
div[class*="wed_feature_section"] h5,
div[class*="wed_feature_section"] h6 {
font-family: 'Josefin Sans', sans-serif;
font-weight: bold;
color: #272727;
letter-spacing: initial;
}
[class*="wed_feature_section"] h1 {
font-size: 35px;
line-height: 35px;
margin-bottom: 12px;
text-transform: uppercase;
}
[class*="wed_feature_section"] h2 {
font-size: 27px;
line-height: 32px;
margin-bottom: 20px;
text-transform: uppercase;
}
[class*="wed_feature_section"] h3 {
font-size: 21px;
line-height: 28px;
margin-bottom: 10px;
}
[class*="wed_feature_section"] h4 {
font-size: 18px;
line-height: 25px;
margin-bottom: 10px;
font-style: normal;
font-weight: normal;
}
[class*="wed_feature_section"] h5 {
font-size: 16px;
line-height: 23px;
margin-bottom: 12px;
font-style: normal;
}
[class*="wed_feature_section"] h6 {
font-size: 14px;
line-height: 23px;
margin-bottom: 12px;
font-style: normal;
}
div[class*="wed_feature_section"] h1 b {
font-weight: normal;
}
div[class*="wed_feature_section"] h1 strong {
font-weight: bold;
}
div[class*="wed_feature_section"] h1.light,
div[class*="wed_feature_section"] h2.light,
div[class*="wed_feature_section"] h3.light,
div[class*="wed_feature_section"] h4.light,
div[class*="wed_feature_section"] h5.light,
div[class*="wed_feature_section"] h6.light {
font-weight: 300;
}
div[class*="wed_feature_section"] h1.medium,
div[class*="wed_feature_section"] h2.medium,
div[class*="wed_feature_section"] h3.medium,
div[class*="wed_feature_section"] h4.medium,
div[class*="wed_feature_section"] h5.medium,
div[class*="wed_feature_section"] h6.medium {
font-family: 'Roboto', sans-serif;
font-weight: 400;
color:#727272;
}
div[class*="wed_feature_section"] .less1 {
width: 75%;
margin: 0 auto;
}
div[class*="wed_feature_section"] .less2 {
width: 50%;
margin: 0 auto;
}
div[class*="wed_feature_section"] .less3 {
width: 60%;
margin: 0 auto;
}
div[class*="wed_feature_section"] .less4 {
width: 45%;
margin: 0 auto;
}
div[class*="wed_feature_section"] .less5 {
width: 85%;
margin: 0 auto;
}
div[class*="wed_feature_section"] .less6 {
width: 61%;
margin: 0 auto;
}
div[class*="wed_feature_section"] .less7 {
width: 77%;
margin: 0 auto;
}
div[class*="wed_feature_section"] .less8 {
width: 70%;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}
div[class*="wed_feature_section"] .less9 {
width: 87%;
margin: 0 auto;
}
div[class*="wed_feature_section"] .less10 {
width: 90%;
margin: 0 auto;
}
div[class*="wed_feature_section"] .fontdefaulf {
color: #727272;
font-weight: 400;
padding: 25px 0px 15px 0px;
line-height: 25px;
}
div[class*="wed_feature_section"] p {
line-height: 25px;
} .onepage_sectionarea {
float: left;
width: 100%;
padding: 0px 0px 0px 0px;
}
.onepage_section1 {
float: left;
width: 100%;
padding: 90px 0px 90px 0px;
}
.onepage_section2 {
float: left;
width: 100%;
padding: 0px 0px 0px 0px;
}
.onepage_section3 {
float: left;
width: 100%;
padding: 90px 0px 0px 0px;
}
.onepage_section4 {
float: left;
width: 100%;
padding: 0px 0px 0px 0px;
}
.onepage_section5 {
float: left;
width: 100%;
padding: 0px 0px 0px 0px;
}
.onepage_section6 {
float: left;
width: 100%;
padding: 0px 0px 0px 0px;
}
.wed_titelbg {
width: 162px;
height: 25px;
background-image: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/titel-image01.png);
background-repeat: no-repeat;
background-position: center top;
margin:0px auto;
}  .wed_feature_section1 {
float: left;
width: 100%;
text-align:center;
padding: 90px 0px 90px 0px;
} .wed_feature_section2 {
float: left;
width: 100%;
text-align: center;
padding: 103px 0px 55px 0px;
}
.wed_feature_section2 h3 {
font-size: 27px;
font-weight:bold;
text-transform:uppercase;
padding-top:28px;
letter-spacing:normal;
}
.wed_feature_section2 p {
text-transform:none;
padding-top:10px;
padding-bottom: 14px;
}
.wed_feature_section2 .cimg img {
width: 200px;
height: 200px;
margin: 0 auto;
border: 10px solid #fff;
border-radius: 100%;
-webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
}
.wed_feature_section2 .social_links {
text-align: center;
padding: 10px 0px 0px 0px;
margin: 0 auto;
}
.wed_feature_section2 .social_links a {
margin-right: 5px;
}
.wed_feature_section2 .social_links a:last-child {
margin-right: 0px;
}
.wed_feature_section2 .social_links a i, .wed_feature_section2 .social_links a icon {
width: 30px;
height: 30px;
text-align: center;
border-radius: 100%;
line-height: 30px;
vertical-align: middle;
background-color: #fff;
color: #999;
transition: all 0.3s ease;
}
.wed_feature_section2 .social_links a i:hover, .wed_feature_section2 .social_links a icon:hover {
color: #fff;
background-color: #727272;
} .wed_feature_section3 {
float: left;
width: 100%;
text-align:center;
background-color:#e7ecef;
padding:0px 0px 100px 0px;
}
.wed_feature_section3 .wed-location {
text-align:center;
padding: 10px 10px 10px 10px;
background: #fff url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/hearts.png) no-repeat right bottom;
}
.wed_feature_section3 .google-map {
width: 100%;
height:324px;
}
.wed_feature_section3 .content {
margin:10px 10px;
padding:20px 20px 59px 20px;
border:1px solid #dde5eb;
}
.wed_feature_section3 h3 {
color: #272727;
font-family: 'Josefin Sans', sans-serif;
font-size: 27px;
font-weight:bold;
text-transform:uppercase;
padding-top:28px;
padding-bottom:5px;
}
.wed_feature_section3 h4 {
color: #272727;
font-family: 'Josefin Sans', sans-serif;
font-size: 18px;
font-weight:700;
text-transform:none;
padding-top:20px;
padding-bottom:5px;
}
.wed_feature_section3 p {
text-transform:none;
padding-top:20px;
line-height:25px;
font-size:14px;
}
.wed_feature_section3 .titelbg {
width: 73px;
height: 2px;
background:#d2527f;
margin:0px auto;
} .wed_feature_section4 {
float: left;
width: 100%;
text-align: center;
padding: 128px 0px  137px 0px;
}
div.wed_feature_section4 h4 {
color: #fff;
font-size: 57px;
font-weight:normal;
text-transform:uppercase;
padding-top:20px;
padding-bottom:20px;
}
.wed_feature_section4 p {
font-family: 'Open Sans', sans-serif;
color: #fff;
font-size: 16px;
text-transform: uppercase;
font-weight: 500;
}
.wed_countdown.kc-countdown-timer {
margin: 0 auto;
width:60%;
text-align:center;
}
.wed_countdown.kc-countdown-timer span.group {
width:120px;
height:120px;
border-radius:100%;
background: rgba(255,255,255,0.18);
padding:35px 20px 20px 20px;
margin-right:70px;
float:left;
}
.wed_countdown.kc-countdown-timer span.group:last-child {
margin-right:0px;
}
.wed_countdown span.group .timer {
color: #fff;
font-size: 30px;
font-weight: bold;
}
.wed_countdown span.group .unit {
font-size: 16px;
text-transform: uppercase;
font-weight: 500;
} .wed_feature_section5 {
float: left;
width: 100%;
text-align:center;
background-color:#fff;
padding: 90px 0px 100px 0px;
}
.wed_feature_section5 h1 {
font-size: 35px;
color: #272727;
text-align:center;
margin-bottom:15px;
font-weight:bold;
text-transform:uppercase;
display:block;
}
.wed_feature_section5 .left p {
font-family: 'Josefin Sans', sans-serif;
font-size: 18px;
color: #272727;
font-weight:400;
line-height:27px!important;
padding-top:6px;
padding-right: 0px;
padding-bottom:25px;
margin-bottom: 12px;
font-style: normal;
}
.wed_feature_section5 .left {
float: left;
width: 23%;
margin-right:5%;
height:335px;
text-align: left;
background-image: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/arrow01.png);
background-repeat: no-repeat;
background-position: right top;
padding:0px 65px 0px 0px;
}
.wed_feature_section5 .titelbgline {
width: 75px;
height: 2px;
background:#d2527f;
}
.wed_feature_section5 .right {
float: left;
width: 72%;
text-align:left;
padding-left: 0;
padding-right: 0;
}
.wed_feature_section5 .right .kc_row_inner {
width: 100%;
margin: 0;
padding-left: 0;
padding-right: 0;
}
.wed_feature_section5 .right .kc_row_inner .kc_column_inner{
padding-left: 0;
padding-right: 0;
}
.wed_feature_section5 .right .kc_row_inner .kc_column_inner .kc-title-wrap{
float: none;
}
.wed_feature_section5 .right .kc_row_inner .kc_column_inner .kc_single_image{
width: initial;
float: left;
}
.wed_feature_section5 .rightleft {
float: left;
width: 50%;
text-align:left;
}
.wed_feature_section5 .right img {
border-radius: 100%;
float: left;
margin-right: 21px;
}
.wed_feature_section5 .right .content {
float: left;
}
div.wed_feature_section5 h4 {
color: #272727;
font-weight: 500;
text-transform:uppercase;
display:block;
margin:0px;
font-family: 'Open Sans', sans-serif;
clear: initial;
}
.wed_feature_section5 h4 b{
font-size: 13px;
color: #999;
font-weight: normal;
line-height:27px;
text-transform:none;
margin:0px;
}
.wed_feature_section5 p{
padding-right: 50px;
line-height: 21px !important;
} .wed_feature_section6 {
float: left;
width: 100%;
text-align:center;
background-color:#e7ecef;
padding:95px 0px 100px 0px;
}
.wed_feature_section6 .cbp-l-filters-alignCenter .cbp-filter-item {
font-weight: bold;
} .wed_feature_section7 {
float: left;
width: 100%;
padding: 100px 0px 90px 0px;
text-align: center;
}
.wed_feature_section7 h1{
font-family: 'Josefin Sans', sans-serif;
font-size: 35px;
color: #272727;
text-align:center;
margin-bottom:10px;
font-weight:bold;
text-transform:uppercase;
display:block;
}
.last-post-layout-7 .one_fourth_less {
float: left;
margin-bottom:48px;
}
.last-post-layout-7 img {
float: left;
}
.last-post-layout-7 .bcont {
float: left;
width: 100%;
background: rgba(0,0,0,0.5);
padding: 20px 38px;
margin-top:-82px;
position:relative;
text-align:left;
display:block;
transition: all 0.3s ease;
}
.last-post-layout-7 .one_fourth_less:hover .bcontbox,
.last-post-layout-7 .one_half_less:hover .bcont {
background: rgba(0,0,0,0.7);
}
.last-post-layout-7 .bcont h3, .last-post-layout-7 .bcontbox h3 {
font-weight: normal;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height:21px;
color: #fff;
margin-bottom: 0px;
}
.last-post-layout-7 .bcontbox h3 {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.last-post-layout-7 .bcont h3 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
min-height: 43px;
max-height: 48px;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.last-post-layout-7 a{
float: left;
width: 100%;
position: relative;
}
.last-post-layout-7 .datecont {
position: absolute;
right: 0;
top: 0;
background: #d2527f;
padding: 7px 7px 5px 7px;
text-align:center;
font-size:21px;
color:#fff;
font-weight:bold;
line-height:18px;
}
.last-post-layout-7 b {
font: 12px 'Open Sans', sans-serif;
font-weight: normal;
font-style: normal;
line-height:21px;
}
.last-post-layout-7 .bcontbox {
float: left;
width: 100%;
background: rgba(0,0,0,0.5);
padding: 10px 18px;
margin-top:-41px;
position:relative;
text-align:left;
display:block;
transition: all 0.3s ease;
position: relative;
}
.last-post-layout-7 .datecontbox {
position: absolute;
top: 0;
right: 0;
background: #d2527f;
padding: 7px 7px 5px 7px;
text-align:center;
font-size:21px;
color:#fff;
font-weight:bold;
line-height:18px;
} .wed_feature_section8 {
float: left;
width: 100%;
padding: 120px 0px 115px 0px;
text-align: center;
}
.testimonial-layout-12 {
text-align: center;
}
.testimonial-layout-12 p {
font-family: 'Josefin Sans', sans-serif;
color: #fff;
font-size:27px;
line-height:35px;
}
.testimonial-layout-12 .name {
text-align: center;
width: 100%;
float: right;
font-family: 'Josefin Sans', sans-serif;
color: #d2527f;
font-weight:bold;
font-size: 18px;
text-transform:uppercase;
margin: 0 auto;
}
.testimonial-layout-12 .owl-controls .owl-page, .testimonial-layout-12 .owl-controls .owl-buttons div {
margin-top: 35px;
}
.testimonial-layout-12.owl-carousel .owl-item {
padding: 0px 10px;
} .wed_feature_section9 {
float: left;
width: 100%;
padding: 97px 0px 100px 0px;
text-align: center;
background: #f3f3f3;
}
.wed_feature_section9 .framebox{
width:50%;
margin: 0 auto;
background-color:#d2527f;
padding:20px;
float: initial;
display: inline-block;
}
.wed_feature_section9 .framebox02{
background-color:#b4436b;
padding:50px 50px 40px 50px;
width:100%;
float:left;
}
.bookatable-form {
width: 100%;
}
.wed_feature_section6 .box1 {
width:100%;
float:left;
}
.bookatable-form label {
float: left;
width: 100%;
}
.bookatable-form .input {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
color: #727272;
font-weight:normal;
float: left;
width: 100%;
text-align: left;
background: #fff;
border: 2px solid #eee;
padding: 12px 16px;
margin-bottom: 15px;
}
.bookatable-form textarea {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
color: #727272;
font-weight:normal;
float: left;
width: 100%;
height: 230px;
text-align: left;
background: #fff;
border: 2px solid #eee;
padding: 12px 16px;
}
.wed_button_send {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
color: #272727;
font-weight:bold;
padding: 12px 37px;
background-color: #fff;
text-transform: uppercase;
transition: all 0.3s ease;
border:3px solid #ac4368;
border-radius:30px;
}
.wed_button_send:hover {
color: #fff;
background-color: #D2527F;
}
.wed_feature_section9 h1{
font-family: 'Josefin Sans', sans-serif;
font-size: 35px;
color: #272727;
text-align:center;
margin-bottom:10px;
font-weight:bold;
text-transform:uppercase;
display:block;
} .wed_feature_section10 {
float: left;
width: 100%;
text-align: center;
padding: 127px 0px  176px 0px;
}
.wed_feature_section10 .contentbox  {
float: right;
width: 40%;
margin-right:5%;
text-align: center;
}
div.wed_feature_section10 h2 {
font-family: 'Josefin Sans', sans-serif;
font-size: 35px;
color: #fff;
text-align:left;
margin-bottom:10px;
font-weight:300;
line-height:41px;
text-transform:uppercase;
padding-bottom:10px;
}
div.wed_feature_section10 h1 {
font-family: 'Josefin Sans', sans-serif;
font-size: 45px;
color: #fff;
text-align:left;
font-weight:bold;
line-height:41px;
width:68%;
text-transform:uppercase;
padding:15px 0px 15px 0px;
border-bottom:1px solid #c4cacf;
border-top:1px solid #c4cacf;
}
.wed_feature_section10 h1 i, .wed_feature_section10 h1 icon {
font-size: 20px;
padding-bottom:6px;
color: #fff;
vertical-align:middle;
}
.wed_feature_section10 ul.social_links {
text-align: left;
margin: 0px;
}
.wed_feature_section10 .social_links li {
float: left;
padding: 0px;
margin-right: 9px;
}
.wed_feature_section10 .social_links li a i, .wed_feature_section10 .social_links li a icon {
width: 38px;
height: 38px;
text-align: center;
border-radius: 100%;
line-height: 38px;
vertical-align: middle;
background-color: #dadde0;
font-size:18px;
color: #fff;
transition: all 0.3s ease;
}
.wed_feature_section10 .social_links li a i:hover, .wed_feature_section10 .social_links li a icon:hover {
color: #fff;
background-color: #d2527f;
}
.wed_feature_section10 p {
float:left;
padding-top:32px;
color:#fff;
} [class*="med_feature_section"] h1,
[class*="med_feature_section"] h2,
[class*="med_feature_section"] h3,
[class*="med_feature_section"] h4,
[class*="med_feature_section"] h5,
[class*="med_feature_section"] h6 {
font-family: 'Roboto', sans-serif;
font-weight: bold;
color: #272727;
letter-spacing: initial;
}
[class*="med_feature_section"] h1 {
font-size: 35px;
line-height: 35px;
margin-bottom: 30px;
}
[class*="med_feature_section"] h2 {
font-size: 27px;
line-height: 32px;
margin-bottom: 20px;
text-transform: uppercase;
}
[class*="med_feature_section"] h3 {
font-size: 21px;
line-height: 28px;
margin-bottom: 10px;
}
[class*="med_feature_section"] h4 {
font-size: 18px;
line-height: 25px;
margin-bottom: 10px;
font-style: normal;
font-weight: normal;
}
[class*="med_feature_section"] h5 {
font-size: 16px;
line-height: 23px;
margin-bottom: 12px;
font-style: normal;
}
[class*="med_feature_section"] h6 {
font-size: 14px;
line-height: 23px;
margin-bottom: 12px;
font-style: normal;
}
[class*="med_feature_section"] h1 b {
font-weight: normal;
}
[class*="med_feature_section"] h1 strong {
font-weight: bold;
}
[class*="med_feature_section"] h1.light,
[class*="med_feature_section"] h2.light,
[class*="med_feature_section"] h3.light,
[class*="med_feature_section"] h4.light,
[class*="med_feature_section"] h5.light,
[class*="med_feature_section"] h6.light {
font-weight: 300;
}
[class*="med_feature_section"] h1.medium,
[class*="med_feature_section"] h2.medium,
[class*="med_feature_section"] h3.medium,
[class*="med_feature_section"] h4.medium,
[class*="med_feature_section"] h5.medium,
[class*="med_feature_section"] h6.medium {
font-family: 'Roboto', sans-serif;
font-weight: 400;
color:#727272;
}
[class*="med_feature_section"] p {
line-height: 25px;
}
[class*="med_feature_section"] .less1 {
width: 75%;
margin: 0 auto;
}
[class*="med_feature_section"] .less2 {
width: 50%;
margin: 0 auto;
}
[class*="med_feature_section"] .less3 {
width: 60%;
margin: 0 auto;
}
[class*="med_feature_section"] .less4 {
width: 45%;
margin: 0 auto;
}
[class*="med_feature_section"] .less5 {
width: 85%;
margin: 0 auto;
}
[class*="med_feature_section"] .less6 {
width: 62%;
margin: 0 auto;
}
[class*="med_feature_section"] .less7 {
width: 77%;
margin: 0 auto;
}
[class*="med_feature_section"] .less8 {
width: 67%;
margin: 0 auto;
}
[class*="med_feature_section"] .less9 {
width: 87%;
margin: 0 auto;
}
[class*="med_feature_section"] .less10 {
width: 89%;
margin: 0 auto;
}
[class*="med_feature_section"] .sectitle h1 {
color:#fff;
text-transform:uppercase;
font-size:27px;
margin-bottom:33px;
}
[class*="med_feature_section"] .sectitle h1 b {
font-size: 18px;
color: #fff;
font-style: normal;
display: block;
line-height: 25px;
text-transform:uppercase;
font-weight: 300;
}
[class*="med_feature_section"] .sectitle.dark h1 {
color:#272727;
}
[class*="med_feature_section"] .sectitle.dark h1 b {
color: #272727;
} .med_feature_section1 {
float: left;
width: 100%;
text-align: center;
background:#59abe3;
padding: 63px 0px 75px 0px;
}
body .med_feature_section1 .one_third_less, body .med_feature_section1 .one_third_less.kc_column_inner {
float: left;
width: 31.9%;
padding: 0;
margin-right: 24px;
background-color: #fff;
-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
position: relative;
}
.med_feature_section1 .one_third_less.last{
margin-right:0!important;
}
.med_feature_section1 .one_third_less .kc-col-inner-container,
.med_feature_section1 .one_third_less .kc-col-inner-container .kc_row_inner{
width: 100%;
display: inline-block;
}
.med_feature_section1 .one_third_less i {
font-size:13px;
}
.med_feature_section1 .one_third_less .left {
position: absolute;
float: left;
width:  189px;
padding: 32px 35px 25px 25px;
height: 100%;
text-align: left;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/r-shadow.png) no-repeat right top;
z-index: 9;
}
.med_feature_section1 .one_third_less .left h4 {
line-height: 27px;
margin-bottom: 13px;
text-transform: uppercase;
color:#272727;
font-weight:bold;
}
.med_feature_section1 .one_third_less .left a {
float: left;
color: #59abe3;
font-size: 11px;
margin-top: 22px;
text-transform:uppercase;
}
.med_feature_section1 .one_third_less .left a:hover {
color: #404040;
}
.med_feature_section1 .one_third_less .right {
float: right;
width: 200px;
height: 274px;
padding-left: 0;
padding-right: 0;
} .med_feature_section2 {
float: left;
width: 100%;
text-align: center;
padding: 63px 0px 70px 0px;
}
.med_feature_section2 .one_fourth {
padding:20px 25px;
border:solid 2px #fff;
transition: all 0.3s ease;
}
.med_feature_section2 .one_fourth:hover, .med_feature_section2 .one_fourth.active  {
border:solid 2px #999999;
}
.med_feature_section2 .circleimg img {
margin:0px 0px 20px 0px;
border-radius: 100%;
width: 100%;
}
.med_feature_section2 h4 {
color:#727272;
text-transform:uppercase;
font-size:16px;
line-height:21px;
font-weight:500;
width: 75%;
margin: 0 auto;
} .med_feature_section3 {
float: left;
width: 100%;
text-align: center;
padding:80px 0px 85px 0px;
} .med_feature_section4 {
float: left;
width: 100%;
padding: 85px 0px 70px 0px;
text-align: center;
}
.our-team-layout-7 .box {
width: 100%;
position: relative;
}
.our-team-layout-7 .box-cnt {
width: 100%;
height: auto;
}
.our-team-layout-7 .box-cnt img {
width: 100%;
height: auto;
}
.our-team-layout-7 .box-details {
position: absolute;
z-index: 2;
bottom: 0;
background-color: rgba(89,171,227,1);
width: 100%;
height: 100px;
overflow: hidden;
transition: height 450ms;
-moz-transition: height 450ms;
-webkit-transition: height 450ms;
text-align: center;
}
.our-team-layout-7 .box:hover .box-details, .our-team-layout-7 .box.active .box-details {
height: 220px;
background-color: rgba(89,171,227,0.9);
}
.our-team-layout-7 .box.active .box-details h5 {
padding-top: 35px;
}
.our-team-layout-7 .box.active .box-details .hline {
visibility: visible;
}
.our-team-layout-7 .box:hover .box-details h5 {
padding-top: 35px;
}
.our-team-layout-7 .box:hover .hline {
visibility: visible;
}
.our-team-layout-7 .box-details h5 {
color: #fff;
font-weight: 600;
padding-top: 27px;
line-height: 21px;
transition: all 0.3s ease;
}
.our-team-layout-7 .box-details h5 em {
color: #fff;
font-size: 12px;
font-style: normal;
display: block;
}
.our-team-layout-7 .box-details .hline {
width: 80px;
height: 1px;
background: #fff;
margin: 0 auto;
visibility: hidden;
}
.our-team-layout-7 .box-details p {
color: #fff;
width: 77%;
margin: 0 auto;
padding-top: 21px;
padding-bottom: 30px;
line-height: 18px;
}
.our-team-layout-7 .box-details a {
color: #fff;
font-size: 11px;
text-transform: uppercase;
border: 1px solid #fff;
padding: 9px 20px;
transition: all 0.3s ease;
}
.our-team-layout-7 .box-details a:hover {
color: #393939;
background: #fff;
}
.our-team-layout-7.owl-carousel .owl-item {
padding: 0px 10px;
}
.our-team-layout-7 .owl-controls .owl-page, .our-team-layout-7 .owl-controls .owl-buttons div {
cursor: pointer;
margin-top: 35px;
}
.our-team-layout-7 .owl-theme .owl-controls .owl-page span {
opacity: 0.3;
}
.our-team-layout-7 .owl-theme .owl-controls .owl-page.active span, .our-team-layout-7 .owl-theme .owl-controls.clickable .owl-page:hover span {
opacity: 1;
} .med_feature_section5 {
float: left;
width: 100%;
text-align: center;
padding: 160px 0px 200px 0px;
}
.med_feature_section5 .content{
width:48%;
float:right;
text-align:left;
}
.med_feature_section5 h1 {
color:#272727;
text-transform:uppercase;
font-size:45px;
margin-bottom:20px;
}
.med_feature_section5 h5 {
color:#727272;
text-transform:none;
font-size:27px;
line-height:35px;
}
.med_feature_section5 i {
border:solid 2px #59abe3;
border-radius:100%;
width:54px;
height:54px;
max-height:54px;
font-size:42px;
color:#59abe3;
padding-top:4px;
text-align:center;
float:left;
position:relative;
display:block;
margin-top:28px;
}
.med_feature_section5 h2 {
color:#59abe3;
text-transform:uppercase;
font-size:45px;
float:left;
padding-top:8px;
padding-left:20px;
margin-top:28px;
clear: initial !important;
} .med_feature_section6 {
float: left;
width: 100%;
text-align:left;
padding: 90px 0px 61px 0px;
}
.med_feature_section6 .accor_section2 .kc_accordion_section > .kc_accordion_header > a {
font-weight: 600;
}
.testimonial-layout-13 .item {
border: 1px solid #eee;
text-align: center;
}
.testimonial-layout-13 .item h5 {
margin-top: 33px;
margin-bottom: 5px;
}
.testimonial-layout-13 .item i {
color: #33cc33;
font-size: 11px;
margin: 0 1px;
}
.testimonial-layout-13 .item p {
width: 80%;
margin: 35px auto 50px auto;
}
.testimonial-layout-13 .item .who {
width: 100%;
padding: 22px 0px 25px 0px;
background: #f3f3f3;
text-align: center;
}
.testimonial-layout-13 .item .who .box{
display: inline-block;
}
.testimonial-layout-13 .item .who img {
float: left;
margin: 0 16px 0 0 !important;
border-radius: 100%;
}
.testimonial-layout-13 .item .who strong {
color: #454545;
font-weight: 600;
line-height: 14px;
float: left;
text-align: left;
padding-top: 8px;
}
.testimonial-layout-13 .item .who strong em {
color: #727272;
font-size: 11px;
font-weight: normal;
font-style: normal;
display: block;
}
.testimonial-layout-13 .owl-controls .owl-page, .owl-controls .owl-buttons div {
margin-top: 35px;
}
.testimonial-layout-13.owl-carousel.nomg .owl-item {
float: left;
padding: 0px 0px;
} .med_feature_section7 {
float: left;
width: 100%;
text-align: left;
padding: 70px 0px 30px 0px;
background: #59abe3;
}
.med_feature_section7 .butt a {
float: right;
color: #272727;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
background: #fff;
padding: 16px 35px;
border-radius: 3px;
transition: all 0.3s ease;
}
.med_feature_section7 .butt a:hover {
color: #fff;
background: #272727;
}
.med_feature_section7 h2 {
clear: initial !important;
} [class*="law_feature_section"] h1,
[class*="law_feature_section"] h2,
[class*="law_feature_section"] h3,
[class*="law_feature_section"] h4,
[class*="law_feature_section"] h5,
[class*="law_feature_section"] h6 {
font-family: 'Roboto', sans-serif;
font-weight: bold;
color: #272727;
letter-spacing: initial;
text-transform: initial;
}
[class*="law_feature_section"] h1 {
font-size: 35px;
line-height: 35px;
margin-bottom: 30px;
}
[class*="law_feature_section"] h2 {
font-size: 27px;
line-height: 32px;
margin-bottom: 20px;
}
[class*="law_feature_section"] h3 {
font-size: 21px;
line-height: 28px;
margin-bottom: 10px;
}
[class*="law_feature_section"] h4 {
font-size: 18px;
line-height: 25px;
margin-bottom: 10px;
font-style: normal;
font-weight: normal;
}
[class*="law_feature_section"] h5 {
font-size: 16px;
line-height: 23px;
margin-bottom: 12px;
font-style: normal;
}
[class*="law_feature_section"] h6 {
font-size: 14px;
line-height: 23px;
margin-bottom: 12px;
font-style: normal;
}
[class*="law_feature_section"] h1 b {
font-weight: normal;
}
[class*="law_feature_section"] h1 strong {
font-weight: bold;
}
[class*="law_feature_section"] h1.light,
[class*="law_feature_section"] h2.light,
[class*="law_feature_section"] h3.light,
[class*="law_feature_section"] h4.light,
[class*="law_feature_section"] h5.light,
[class*="law_feature_section"] h6.light {
font-weight: 300;
}
[class*="law_feature_section"] h1.medium,
[class*="law_feature_section"] h2.medium,
[class*="law_feature_section"] h3.medium,
[class*="law_feature_section"] h4.medium,
[class*="law_feature_section"] h5.medium,
[class*="law_feature_section"] h6.medium {
font-family: 'Roboto', sans-serif;
font-weight: 400;
color:#727272;
}
[class*="law_feature_section"] .less1 {
width: 75%;
margin: 0 auto;
}
[class*="law_feature_section"] .less2 {
width: 50%;
margin: 0 auto;
}
[class*="law_feature_section"] .less3 {
width: 60%;
margin: 0 auto;
}
[class*="law_feature_section"] .less4 {
width: 45%;
margin: 0 auto;
}
[class*="law_feature_section"] .less5 {
width: 85%;
margin: 0 auto;
}
[class*="law_feature_section"] .less6 {
width: 92%;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}
[class*="law_feature_section"] .less7 {
width: 77%;
margin: 0 auto;
}
[class*="law_feature_section"] .less8 {
width: 67%;
margin: 0 auto;
}
[class*="law_feature_section"] .less9 {
width: 87%;
margin: 0 auto;
}
[class*="law_feature_section"] .less10 {
width: 89%;
margin: 0 auto;
}
[class*="law_feature_section"] p {
line-height: 25px;
} .law_feature_section1 {
float: left;
width: 100%;
text-align: center;
padding:84px 0px 92px 0px;
}
.law_feature_section1 h1 {
font-size:58px;
text-transform:none;
font-weight:300;
margin-bottom:20px;
}
.law_feature_section1 h2 {
font-size:35px;
font-weight:300;
text-transform:none;
}
.law_feature_section1 .titelbg {
width: 72%;
height: 20px;
border-bottom: 1px solid #e3e3e3;
margin: 35px auto 50px auto;
}
.law_feature_section1 .titelbg i {
color: #fff;
width: 40px;
height: 40px;
background: #862120;
border-radius: 100%;
line-height: 38px;
text-align: center;
font-size: 18px;
}
.law_feature_section1 p {
font: 16px 'Open Sans', sans-serif;
font-weight: normal;
line-height: 27px;
margin-bottom:50px;
} .law_feature_section2 {
float: left;
width: 100%;
text-align: center;
padding: 80px 0px 80px 0px;
}
.law_feature_section2 .one_fourth_less {
float:left;
position:relative;
}
.law_feature_section2 .one_fourth_less .kc_row_inner{
background: #fff;
padding-bottom:39px;
width: 100%;
}
.law_feature_section2 .circle i {
width:64px;
height:64px;
text-align:center;
color:#fff;
background:#999;
border-radius:100%;
line-height:52px;
font-size:25px;
display:block;
margin:-40px auto 14px auto;
position:relative;
border: 5px solid #fff;
}
.law_feature_section2 h3 {
margin:0;
}
.law_feature_section2 p {
padding:6px 0px 21px 0px;
} .law_feature_section3 {
float: left;
width: 100%;
text-align: center;
padding: 80px 0px 80px 0px;
}
.law_feature_section3 h4 {
color:#862120;
text-transform:none;
padding-top:7px;
font-weight:500;
padding-bottom:3px;
}
.law_feature_section3 h1 {
font-weight:300;
margin-bottom:10px;
}
.law_feature_section3 h5 {
font: 18px 'Open Sans', sans-serif;
font-weight: normal;
color:#727272;
line-height:27px;
padding-top:8px;
}
.law_feature_section3 p {
padding-top:30px;
} .law_feature_section4 {
float: left;
width: 100%;
text-align: center;
padding: 125px 0px 115px 0px;
}
.law_feature_section4 .content {
float: right;
width: 50%;
padding: 0;
}
.law_feature_section4 .content p {
color:#fff;
font-family: 'Roboto', sans-serif;
font-size: 18px;
line-height: 25px;
margin-bottom: 10px;
font-style: normal;
font-weight: normal;
text-align:left;
padding-top:18px;
}
.law_feature_section4  h1{
font-weight:900;
color:#fff;
text-align:left;
font-size:58px;
line-height:55px;
text-transform:uppercase;
margin-bottom:0px;
}
.law_feature_section4  h2{
color:#fff;
text-align:left;
text-transform:uppercase;
padding-top:8px;
margin-bottom:0px;
}
.law_feature_section4  h4{
color:#fff;
text-align:left;
padding-top:18px;
} .law_feature_section5 {
float: left;
width: 100%;
text-align: center;
padding:80px 0px 90px 0px;
}
.law_feature_section5 .box {
width: 100%;
float:left;
border: 2px solid #eeeeee;
margin-top: -8px;
}
.law_feature_section5 .boxcon {
text-align: left;
width: 100%;
float:left;
padding:24px 30px 30px 30px;
}
.law_feature_section5 .conbtm {
text-align: left;
width: 100%;
float:left;
background:#f3f3f3;
padding:13px 0px 0px 30px;
}
.law_feature_section5  h2 {
margin-bottom:10px;
}
.law_feature_section5  h4 {
font-size: 18px;
font-weight:400;
color:#e87e04;
line-height:27px;
margin-bottom:48px;
}
.law_feature_section5  h5 {
font-size: 16px;
font-weight:500;
color:#272727;
margin-bottom:10px;
}
ul.links_small {
float: left;
width: 100%;
float:left;
display:block;
}
.links_small li.icon {
float: left;
padding: 5px 0px 0px 0px;
}
.links_small li.content {
float: left;
font-size: 14px;
color: #272727;
padding: 5px 10px 0px 0px;
}
.links_small li a {
font-size: 13px;
color: #727272;
padding: 0px 10px 0px 10px;
text-decoration: none;
}
.links_small li a:hover {
color: #272727;
} .law_feature_section6 {
float: left;
width: 100%;
text-align: center;
padding: 104px 0px 85px 0px;
}
.law_feature_section6 .kc-box-counter-1 .counterup {
line-height: 23px;
font-size: 45px;
font-weight: 600;
}
body .law_feature_section6 .kc_counter_box h4 {
font-family: 'Roboto', sans-serif;
font-size: 16px;
line-height: 25px;
font-style: normal;
font-weight: 600;
text-transform: uppercase;
margin: 21px auto 0 auto;
} .law_feature_section7 {
float: left;
width: 100%;
text-align: center;
padding: 75px 0px 63px 0px;
background: #fff;
}
.law_feature_section7 h6 {
color: #999 !important;
font-weight: bold;
line-height: 18px;
padding-top: 14px;
margin-bottom: 0;
text-transform: uppercase;
}
.law_feature_section7 h6 em {
font-family: 'Open Sans', sans-serif;
color: #999;
font-size: 12px;
display: block;
font-style: normal;
font-weight:normal;
text-transform: none;
}
.law_feature_section7 .cimag img {
width: 54px;
height: 54px;
border-radius: 100%;
border: 2px solid #fff;
margin:0 auto;
}
.law_feature_section7 p.fontdefault2 {
font-weight: normal;
line-height: 25px;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #727272;
padding-bottom: 0;
} .law_feature_section8 {
float: left;
width: 100%;
padding: 75px 0px 65px 0px;
text-align: center;
background:#f3f3f3;
}
.contact-form {
width: 75%;
display: block;
margin: 0 auto;
}
.law_feature_section8 .box1 {
width:49%;
float:left;
}
.law_feature_section8 .box2 {
width:49%;
float:right;
}
.law_feature_section8 .contact-form label {
float: left;
width: 100%;
}
.law_feature_section8 .contact-form .input {
font-family: 'Raleway', sans-serif;
color: #727272;
float: left;
width: 100%;
text-align: left;
background: #fff;
border: 2px solid #eee;
padding: 12px 16px;
margin-bottom: 15px;
}
.law_feature_section8 .contact-form textarea {
font-family: 'Raleway', sans-serif;
color: #000;
float: left;
width: 100%;
height: 230px;
text-align: left;
background: #fff;
border: 2px solid #eee;
padding: 12px 16px;
}
.law_feature_section8 .button_send {
font-family: 'Open Sans', sans-serif;
font-size: 18px;
color: #fff;
font-weight: 600;
padding: 16px 0px;
width: 100%;
background-color: #862120;
text-transform: uppercase;
transition: all 0.3s ease;
letter-spacing:4px;
border: none;
cursor: pointer;
}
.law_feature_section8 .button_send:hover {
color: #fff;
background-color: #272727;
} .law_feature_section9 {
float: left;
width: 100%;
text-align:center;
background-color:#181818;
padding:70px 0px 63px 0px ;
}
.law_feature_section9 .box1{
width:22%;
float:left;
}
.law_feature_section9 .box2{
width:22%;
float:left;
}
.law_feature_section9 .box3{
width:28%;
float:left;
}
.law_feature_section9 .box4{
width:28%;
float:left;
color: #fff;
}
.law_feature_section9 .box4 a {
color: #fff;
font-weight: 600;
font-size: 13px;
}
.law_feature_section9 .box4 a:hover {
color: #454545;
}
.law_feature_section9 i {
color: #FFF;
font-size: 50px;
margin-right: 14px;
float:left;
text-align:left;
}
.law_feature_section9 h4 {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-weight:bold;
color: #fff;
margin:0 auto;
letter-spacing:normal;
display:block;
text-transform:none;
padding-top:0px;
text-align:left;
}
.law_feature_section9 h4 b {
font-size: 14px;
font-weight:normal;
color: #fff;
display: block;
}
.law_feature_section9 h4 b a {
font-weight: 600;
font-size: 13px;
} [class*="ser2_feature_section"] h1,
[class*="ser2_feature_section"] h2,
[class*="ser2_feature_section"] h3,
[class*="ser2_feature_section"] h4,
[class*="ser2_feature_section"] h5,
[class*="ser2_feature_section"] h6 {
font-family: 'Raleway', sans-serif;
font-weight: bold;
color: #272727;
letter-spacing: 0.5px;
}
[class*="ser2_feature_section"] h1 {
font-size: 35px;
line-height: 35px;
margin-bottom: 30px;
}
[class*="ser2_feature_section"] h2 {
font-size: 27px;
line-height: 32px;
margin-bottom: 20px;
text-transform: uppercase;
}
[class*="ser2_feature_section"] h3 {
font-size: 21px;
line-height: 28px;
margin-bottom: 10px;
font-weight: 600;
}
[class*="ser2_feature_section"] h4 {
font-size: 18px;
line-height: 25px;
margin-bottom: 10px;
font-style: normal;
font-weight: 600;
}
[class*="ser2_feature_section"] h5 {
font-size: 16px;
line-height: 23px;
margin-bottom: 12px;
font-style: normal;
font-weight: 600;
}
[class*="ser2_feature_section"] h6 {
font-size: 14px;
line-height: 23px;
margin-bottom: 12px;
font-style: normal;
font-weight: 600;
}
[class*="ser2_feature_section"] .less1 {
width: 75%;
margin: 0 auto;
}
[class*="ser2_feature_section"] .less2 {
width: 50%;
margin: 0 auto;
}
[class*="ser2_feature_section"] .less3 {
width: 54%;
margin: 0 auto;
}
[class*="ser2_feature_section"] .less4 {
width: 45%;
margin: 0 auto;
}
[class*="ser2_feature_section"] .less5 {
width: 85%;
margin: 0 auto;
}
[class*="ser2_feature_section"] .less6 {
width: 70%;
margin: 0 auto;
}
[class*="ser2_feature_section"] .less7 {
width: 77%;
margin: 0 auto;
}
[class*="ser2_feature_section"] .less8 {
width: 67%;
margin: 0 auto;
}
[class*="ser2_feature_section"] .less9 {
width: 100%;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}
[class*="ser2_feature_section"] .less10 {
width: 89%;
margin: 0 auto;
} .ser2_feature_section1 {
float: left;
width: 100%;
text-align: center;
}
.ser2_feature_section1 h1 {
color: #272727;
font-size: 27px;
text-transform: uppercase;
font-weight: 300;
margin-bottom: 20px;
}
.ser2_feature_section1 .arrow_box {
position: relative;
background: #fff;
padding: 80px 0px 70px 0px;
}
.ser2_feature_section1 .arrow_box:after {
top: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(255, 255, 255, 0);
border-top-color: #fff;
border-width: 20px;
margin-left: -20px;
}
.ser2_feature_section1 .arrow_box strong {
color: #2ecc71;
} .js-grid-juicy-projects,
.js-grid-full-width{
text-align: center;
}
.works-layout-8{
text-align: center;
}
.ser2_feature_section2 {
float: left;
width: 100%;
text-align: center;
padding: 90px 0px 90px 0px;
}
.our-team-layout-8{
text-align: center;
}
.our-team-layout-8 h4 {
color:#2ecc71;
text-transform:none;
padding-top:7px;
font-weight:500;
padding-bottom:3px;
}
.our-team-layout-8 h1 {
font-weight: 400;
margin-bottom:10px;
}
.our-team-layout-8 h5 {
font: 18px 'Open Sans', sans-serif;
font-weight: normal;
color:#727272;
line-height:27px;
padding-top:8px;
}
.our-team-layout-8 p {
padding-top:30px;
}
.ser2_button1 {
font-family: 'Open Sans', sans-serif;
color: #fff;
font-size: 13px;
background:#bebebe;
border-radius: 30px;
transition: all 0.3s ease;
padding: 6px 19px;
text-transform:none;
font-weight:normal;
}
.ser2_button1:hover {
color: #fff;
background: #2ecc71;
} .ser2_feature_section3 {
float: left;
width: 100%;
text-align: center;
padding: 100px 0px 100px 0px;
}
.ser2_feature_section3 .content{
float: right;
width: 55%;
text-align: left;
}
.ser2_feature_section3 h1{
font-weight: 800;
color:#fff;
text-align:left;
font-size:58px;
line-height:55px;
text-transform:uppercase;
margin-bottom:0px;
}
.ser2_feature_section3 h2{
color:#fff;
text-align:left;
text-transform:uppercase;
padding-top:8px;
margin-bottom:0px;
}
.ser2_feature_section3 p{
color:#fff;
text-align:left;
padding-top:18px;
font-size: 18px;
line-height: 25px;
margin-bottom: 10px;
font-style: normal;
font-weight: 600;
font-family: 'Raleway', sans-serif;
letter-spacing: 0.5px;
}
.ser2_button2 a{
font-family: 'Raleway', sans-serif;
color: #fff;
font-size: 14px;
font-weight:normal;;
padding: 18px 34px;
text-transform: uppercase;
transition: all 0.3s ease;
border-radius:4px;
background:#2ecc71;
}
.ser2_button2 a:hover {
color: #fff;
background: #727272;
} .ser4_feature_section1 {
float: left;
width: 100%;
background: #eee;
font-family: 'Roboto', sans-serif;
text-align: left;
padding: 80px 0px 75px 0px;
}
.cons_feature_section9 .testimonial-layout-1 p.bigtfont {
color: #fff;
} .feature_section2 .kc_box_wrap  p {
margin-bottom: 0px !important;
}
.feature_section5 .rightbox .kc_box_wrap  p {
margin-bottom: 0px !important;
}
.feature_section6 h2 {
margin-bottom: 15px;
}
.feature_section6 .owl-carousel .owl-item {
padding: 0 10px;
}
.feature_section6 .kc_text_block p {
font-size: 16px;
text-align: center;
}
.feature_section14 ul {
margin: 0px !important;
}
.feature_section15 h3 {
font-family: 'Raleway', sans-serif;
font-weight: 700;
letter-spacing: 1px;
}
.feature_section15 .less6 {
width: 75%;
margin: 0 auto;
}
.feature_section15 p, .feature_section15 p.less6 {
margin-bottom: 0px !important;
}
.feature_section15 h5 {
font-weight: 700;
letter-spacing: 1px;
}
.feature_section15 h5.about-1 {
font-weight: 600;
letter-spacing: 0.5px;
}
.feature_section15 .rimg img {
width: 100%;
} @-moz-document url-prefix() {
nav ul .nav-search a i {
margin-top: 2px !important;
}
.feature_section11 .tab_panel .kc_single_image {
line-height: 0;
}
.feature_section11 .tab_panel .kc_single_image img {
width: 100%;
}
.feature_section11 .tab_panel h3 {
margin-top: 31px;
}
.feature_section14 h4 {
margin-bottom: 9px;
}
.feature_newsletters {
margin-top: 1px;
}
.feature_newsletters.newsletters .enter_email_input {
padding-top: 2px;
}
.feature_newsletters.newsletters .one_half i {
margin-top: 0px;
}
.feature_newsletters.newsletters .one_half h5 {
margin-top: -1px;
}
.feature_newsletters.newsletters .one_half h5 b {
margin-top: 1px
}
.feature_section5 .kc_single_image.max-width-inherit {
margin-top: -1px;
}
} div[class*="res_feature_section"] .res_button1 a {
font-family: 'Oswald', sans-serif;
color: #272727;
font-size: 14px;
border-radius: 40px;
white-space: nowrap;
transition: all 0.3s ease;
text-transform: uppercase;
font-weight: 300;
letter-spacing: 1px;
border: 1px solid #272727;
padding: 13px 45px 13px 45px;
background: none;
}
div[class*="res_feature_section"] .res_button1 a:hover {
color: #fff;
background: #272727;
}
div[class*="res_feature_section"] .res_button2 {
font-family: 'Oswald', sans-serif;
color: #272727;
font-size: 12px;
border-radius: 30px;
white-space: nowrap;
transition: all 0.3s ease;
padding-top: 10px;
padding-right: 35px;
padding-bottom: 10px;
padding-left: 35px;
text-transform: uppercase;
font-weight: 300;
border: 1px solid #272727;
letter-spacing: 0.5px;
}
div[class*="res_feature_section"] .res_button2:hover {
color: #fff;
background: #272727;
}
div[class*="res_feature_section"] .res_button3 {
font-family: 'Oswald', sans-serif;
color: #fff;
font-size: 12px;
border-radius: 30px;
white-space: nowrap;
transition: all 0.3s ease;
padding-top: 10px;
padding-right: 35px;
padding-bottom: 10px;
padding-left: 35px;
text-transform: uppercase;
font-weight: 300;
border: 1px solid #fff;
letter-spacing: 0.5px;
}
div[class*="res_feature_section"] .res_button3:hover {
color: #272727;
background: #fff;
}
div[class*="res_feature_section"] .res_button4 {
font-family: 'Oswald', sans-serif;
font-size: 16px;
color: #fff;
font-weight: 600;
padding: 18px 45px;
border-radius: 4px;
background-color: #fc9117;
text-transform: uppercase;
letter-spacing: 1px;
transition: all 0.3s ease;
}
div[class*="res_feature_section"] .res_button4:hover {
color: #fff;
background-color: #272727;
}
div[class*="res_feature_section"] .res_button5 a {
color: #fff;
font-size: 14px;
font-weight: 300;
background-color: #525252;
padding: 10px 25px;
border-radius: 50px;
white-space: nowrap;
transition: all 0.3s ease;
font-family: 'Roboto', sans-serif;
}
div[class*="res_feature_section"] .res_button5 a:hover {
color: #272727;
background: #fff;
}
.med_button1 a {
color: #fff;
font-size: 13px;
font-weight:500;
background:#59abe3;
padding:9px 14px;
border-radius: 3px;
transition: all 0.3s ease;
text-transform:uppercase;
}
.med_button1 a:hover {
color: #fff;
background:#272727;
}
.med_button2 {
color: #fff;
font-size: 14px;
font-weight:bold;
padding: 13px 34px;
text-transform: uppercase;
transition: all 0.3s ease;
border-radius:4px;
border:solid 2px #fff;
}
.med_button2:hover {
color: #727272;
}
.law_button1 a {
font-family: 'Open Sans', sans-serif;
color: #fff;
font-size: 16px;
background:#862120;
border-radius: 30px;
transition: all 0.3s ease;
padding: 14px 35px;
text-transform:none;
font-weight:normal;
}
.law_button1 a:hover {
color: #fff;
background: #272727;
}
.law_button2 a {
font-family: 'Open Sans', sans-serif;
color: #862120;
font-size: 13px;
border: solid 1px #862120;
border-radius: 30px;
transition: all 0.3s ease;
padding: 5px 21px;
text-transform:none;
font-weight:normal;
background: none;
}
.law_button2 a:hover {
color: #fff;
background: #862120;
}
.law_button3 {
font-family: 'Open Sans', sans-serif;
color: #fff;
font-size: 13px;
background:#bebebe;
border-radius: 30px;
transition: all 0.3s ease;
padding: 6px 19px;
text-transform:none;
font-weight:normal;
}
.law_button3:hover {
color: #fff;
background: #862120;
}
.v14_button1 a {
color: #fff;
font-size: 13px;
font-weight:500;
background:#2ecc71;
padding:9px 14px;
border-radius: 3px;
transition: all 0.3s ease;
text-transform:uppercase;
}
.v14_button1 a:hover {
color: #fff;
background:#272727;
}
.v14_button2 a {
font-family: 'Open Sans', sans-serif;
color: #999;
font-size: 13px;
border: solid 1px #ccc;
border-radius: 30px;
transition: all 0.3s ease;
padding: 5px 21px;
text-transform:none;
font-weight:normal;
background: none;
}
.v14_button2 a:hover {
color: #fff;
background: #2ecc71;
border: solid 1px #2ecc71;
}
.v14_button3 {
font-family: 'Open Sans', sans-serif;
color: #fff;
font-size: 13px;
background:#bebebe;
border-radius: 30px;
transition: all 0.3s ease;
padding: 6px 19px;
text-transform:none;
font-weight:normal;
}
.v14_button3:hover {
color: #fff;
background: #2ecc71;
}
.stcode_title11 h2 {
text-decoration: underline;
padding-bottom: 10px;
text-align: center;
margin-bottom: 40px;
}
.res_linebg {
display: block;
width: 158px;
height: 3px;
background: #fff;
margin-top: 30px;
margin-bottom: 18px
}
.edu_linebg {
display: block;
vertical-align: central;
width: 100px;
height: 2px;
margin-top: 14px;
margin-bottom: 52px;
background-color: #ac0c18;
margin-right: auto;
margin-left: auto;
}
.edu_linebg2 {
display: block;
vertical-align: central;
width: 70px;
height: 2px;
margin-bottom: 52px;
background-color: #fff;
margin-right: auto;
margin-left: auto;
} .parallax_section1 {
float: left;
width: 100%;
padding: 120px 0px 110px 0px;
color: #fff;
}
.parallax_section1 .rimg img {
float: left;
}
.parallax_section2 {
float: left;
width: 100%;
text-align: center;
padding: 120px 0px 108px 0px;
background: #333 url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/site-img158.jpg);
background-attachment: fixed;
background-origin: initial;
background-clip: initial;
background-size: cover;
background-repeat:no-repeat;
background-position:100% 0;
background-position: center;
color: #fff;
}
.parallax_section3 {
float: left;
width: 100%;
text-align: center;
padding: 120px 0px 110px 0px;
color: #fff;
} .animated-counters-1 .kc-box-counter-1 .counterup {
font-family: 'Open Sans', sans-serif;
font-size: 40px;
font-weight: normal;
font-style: normal;
line-height: 23px;
}
.animated-counters-1 .kc-box-counter-1 h4 {
font-family: 'Raleway', sans-serif;
font-size: 18px;
font-weight: 400;
margin: 23px 0px 0px 0px;
line-height: 25px;
font-style: normal;
letter-spacing: 0.5px;
} .animated-counters-2 .kc-box-counter-2 {
padding-top: 30px;
padding-bottom: 30px;
}
.animated-counters-2 .kc-box-counter-2 i {
font-size: 40px;
display: block;
margin-bottom: 30px;
}
.animated-counters-2 .kc-box-counter-2 .counterup {
font-family: 'Open Sans', sans-serif;
font-size: 50px;
font-weight: bold;
margin-bottom: 0px;
}
.animated-counters-2 .kc-box-counter-2 h4 {
font-size: 18px;
font-weight: 400;
margin: 17px 0px 0px 0px;
line-height: 25px;
font-style: normal;
font-family: 'Raleway', sans-serif;
letter-spacing: 0.5px;
} .animated-counters-3 .kc-box-counter-2 {
padding: 0px;
background: none;
}
.animated-counters-3 .kc-box-counter-2 i {
float: left;
font-size: 55px;
margin-bottom: 20px;
margin-right: 25px;
}
.animated-counters-3 .kc-box-counter-2 .counterup {
font-family: 'Open Sans', sans-serif;
font-size: 45px;
font-weight: normal;
font-style: normal;
line-height: 23px;
margin-bottom: 0px;
text-align: left;
display: block;
}
.animated-counters-3 .kc-box-counter-2 h4 {
text-align: left;
font-size: 18px;
font-weight: 400;
margin: 10px 0px 0px 0px;
line-height: 25px;
font-style: normal;
font-family: 'Raleway', sans-serif;
letter-spacing: 0.5px;
clear: initial;
} .animated-counters-4 {
float: left;
width: 100%;
text-align: center;
padding: 38px 0px 45px 0px;
border-radius: 4px;
font-family: 'Open Sans', sans-serif;
font-size: 50px;
border: 1px solid #e9e9e9;
}
.animated-counters-4 .kc-box-counter-1 .counterup {
font-family: 'Open Sans', sans-serif;
font-size: 50px;
font-weight: bold;
margin-bottom: 0px;
display: inline-block;
}
.animated-counters-4 .kc-box-counter-1 h4 {
font-family: 'Open Sans', sans-serif;
font-size: 50px;
font-weight: normal;
letter-spacing: 0px;
margin: 10px 0px 0px 0px;
display: inline-block;
}
.animated-counters-4 h4.kc_title {
color: #454545;
font-family: 'Raleway', sans-serif;
font-size: 21px;
font-weight: 400;
line-height: 25px;
font-style: normal;
margin-top: 22px;
margin-bottom: 0px;
letter-spacing: 0.5px;
} .pie-charts-1 .kc_piechart span.percent {
font-family: Arial;
margin-top: 0px;
opacity: 0.8;
font-size: 50px;
}
.pie-charts-1 .kc_piechart .percent:after {
font-family: Arial;
font-size: 50px;
margin-left: 0px;
}
.pie-charts-1 .pie_chart_text {
margin: 17px 0 0;
}
.pie-charts-1 .pie_chart_text h3 {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-weight: normal;
letter-spacing: 0px;
margin-bottom: 0;
} .pie-charts-2 .kc_piechart span.percent {
font-family: Arial;
margin-top: 0px;
font-size: 50px;
}
.pie-charts-2 .kc_piechart .percent:after {
font-family: Arial;
font-size: 50px;
margin-left: 0px;
}
.pie-charts-2 .pie_chart_text {
margin: 17px 0 0;
}
.pie-charts-2 .pie_chart_text h3 {
font-family: 'Open Sans', sans-serif;
font-size: 18px;
font-weight: bold;
letter-spacing: 0px;
margin-bottom: 0;
color: #fff;
}
.kc_progress_bars  .progress-item{
margin-bottom: 20px;
} .cforms_sty3 label {
float: left;
width: 100%;
color: #454545;
font-weight: normal;
}
.cforms_sty3 label em {
color: #2ecc71;
font-size: 12px;
font-style: normal;
}
.cforms_sty3 input {
color: #454545;
float: left;
width: 100%;
padding: 9px 12px;
margin-bottom: 10px;
border: 1px solid #eee;
background: #f9f9f9;
-webkit-box-shadow: inset 1px 0px 2px 0px rgba(238,238,238,1);
-moz-box-shadow: inset 1px 0px 2px 0px rgba(238,238,238,1);
box-shadow: inset 0px 1px 2px 0px rgba(238,238,238,1);
}
.cforms_sty3 textarea {
color: #454545;
float: left;
height: 135px;
width: 100%;
padding: 9px 12px;
margin-bottom: 10px;
border: 1px solid #eee;
background: #f9f9f9;
-webkit-box-shadow: inset 1px 0px 2px 0px rgba(238,238,238,1);
-moz-box-shadow: inset 1px 0px 2px 0px rgba(238,238,238,1);
box-shadow: inset 0px 1px 2px 0px rgba(238,238,238,1);
}
.cforms_sty3 .button {
float: left;
margin-top: 10px;
color: #fff;
line-height: initial;
box-shadow: initial;
width: initial;
padding: 14px 20px;
font-size: 14px;
font-weight: 500;
background: #2ecc71;
border: 1px solid #2ecc71;
border-radius: 3px;
font-family: 'Raleway', sans-serif;
cursor: pointer;
transition: all 0.3s ease;
}
.cforms_sty3 .button:hover {
background: #454545;
border: 1px solid #393939;
}
.cforms_sty3 .button2 {
float: left;
margin-top: 10px;
color: #fff;
padding: 14px 20px;
font-size: 14px;
font-weight: 500;
background: #d2527f;
border: 1px solid #d2527f;
border-radius: 3px;
font-family: 'Raleway', sans-serif;
cursor: pointer;
transition: all 0.3s ease;
}
.cforms_sty3 .button2:hover {
background: #727272;
border: 1px solid #393939;
}
.cforms_sty3 .button3 {
float: left;
margin-top: 10px;
color: #fff;
padding: 18px 30px;
font-size: 14px;
font-weight: 500;
background: #db6364;
border: 1px solid #db6364;
border-radius: 3px;
font-family: 'Raleway', sans-serif;
cursor: pointer;
transition: all 0.3s ease;
}
.cforms_sty3 .button3:hover {
background: #454545;
border: 1px solid #454545;
}
.cont_address_info, .address_info {
float: left;
background-color: #f9f9f9;
border: 1px solid #e1e1e1;
padding: 35px 50px 20px 50px;
width: 99%;
margin-bottom: 40px;
}
.cont_address_info.two, .address_info.two {
background-color: #fff;
border: none;
padding-top: 0px;
}
.cont_address_info h3 i, .address_info.two h3 i {
font-weight: 500;
font-style: normal;
}
body .cont_address_info ul, body .address_info.two ul {
margin: 0px;
} .pricing-layout-1 .pricing-box{
background-color:#fff;
padding:30px 40px 50px 40px;
text-align: center;
margin: 0 1%;
width: 23%;
}
.pricing-layout-1 h1{
color:#2ecc71;
font-family: 'Open Sans', sans-serif;
font-size: 50px;
font-style:bold;
margin-top:25px;
margin-bottom:15px;
line-height:25px;
}
.pricing-layout-1 em{
color:#2ecc71;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-style:normal;
font-weight:normal;
}
.pricing-layout-1 i, .pricing-layout-1 icon{
color:#afafaf;
padding-right:10px;
font-size:16px;
text-align:left;
}
.pricing-layout-1 li{
color:#727272;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
padding-top:6px;
text-align:left;
}
.pricing-layout-1 .pricing-box.one_third_less li,
.pricing-layout-1 .pricing-box.one_half_less li,
.pricing-layout-1 .pricing-box.one_full_less li {
text-align: center;
}
.pricing-layout-1 ul {
margin: 0 0 20px 0 !important;
} .pricing-layout-2 .pricing-box-2 {
float: left;
border-bottom:5px solid #999999;
padding: 0px 0px 45px 0px;
background:#fff;
margin-top:25px;
-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.12);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.12);
text-align: center;
}
.pricing-layout-2 .pricing-box-2 .title {
color: #999;
text-align: center;
}
.pricing-layout-2 .pricing-box-2 .title h4 {
color:#999;
font-size:18px;
border-bottom:1px solid #e0e0e0;
padding:22px 0px 20px 0px;
}
.pricing-layout-2 .pricing-box-2 .title h2 {
font-family: 'Open Sans', sans-serif;
color: #999;
font-size: 45px;
font-weight: bolder;
border-bottom:1px solid #e0e0e0;
padding:10px 0px;
}
.pricing-layout-2 .pricing-box-2 .title h2 b {
text-transform: lowercase;
}
.pricing-layout-2 .pricing-box-2 .title h2 b {
color: #999;
text-align: center;
font-size: 14px;
display: initial;
text-transform: lowercase;
font-weight:normal;
}
.pricing-layout-2 .pricing-box-2 i {
color: #939393;
padding-right: 6px;
}
.pricing-layout-2 .pricing-box-2 ul {
margin: 0px 0px 20px 0px !important;
}
.pricing-layout-2 .pricing-box-2 li {
color: #727272;
text-align:left;
}
.pricing-layout-2 .one_full.pricing-box-2 li {
padding: 9px 150px;
text-align: center;
}
.pricing-layout-2 .one_half.pricing-box-2 li {
padding: 9px 100px;
text-align: center;
}
.pricing-layout-2 .one_third.pricing-box-2 li {
padding: 9px 10px 9px 61px;
}
.pricing-layout-2 .one_fourth.pricing-box-2 li {
padding: 9px 35px;
}
.pricing-layout-2 .one_fifth.pricing-box-2 li {
padding: 9px 15px;
}
.pricing-layout-2 .button_2 {
font-family: 'Open Sans', sans-serif;
color: #fff;
font-size: 14px;
background:#999;
border-radius: 4px;
transition: all 0.3s ease;
padding: 12px 31px;
text-transform: uppercase;
font-weight:bold;
}
.pricing-layout-2  .button_2:hover {
color: #fff;
background: #59abe3;
}
.pricing-layout-2  .highlight .button_2  {
background:#59abe3;
}
.pricing-layout-2  .highlight .button_2:hover {
background:#999;
}
.pricing-layout-2 .highlight {
border-bottom:5px solid #59abe3;
}
.pricing-layout-2  .highlight .title h4  {
border-bottom:none;
padding:22px 0px 10px 0px;
color:#59abe3;
}
.pricing-layout-2  .highlight .title h2 {
background:#59abe3;
color:#fff;
border-bottom:none;
padding:20px 0px 12px 0px;
}
.pricing-layout-2  .highlight .title h2 b {
color:#fff;
} .pricing-layout-3 .pricing-box-3 {
float: left;
overflow: hidden;
padding: 0px 0px 30px 0px;
background:#fff;
margin-top:25px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
transition: all 0.3s ease;
text-align: center;
}
.pricing-layout-3 .pricing-box-3:hover {
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
}
.pricing-layout-3 .pricing-box-3 .title {
color: #999999;
text-align: center;
}
.pricing-layout-3 .pricing-box-3 .title h4 {
font-size:21px;
color: #fff;
font-weight:bold;
padding:20px 20px;
letter-spacing:1px;
background:#272727;
}
.pricing-layout-3 .pricing-box-3 .title h4:before {
content: "";
left: 50%;
position: absolute;
margin-top:45px;
}
.pricing-layout-3 .pricing-box-3 .title h2 {
color: #272727;
font-size: 45px;
font-weight:bold;
padding-top:40px;
letter-spacing: inherit;
}
.pricing-layout-3 .pricing-box-3 .title h2 b {
font-family: 'Open Sans', sans-serif;
color: #272727;
font-size: 14px;
font-weight:normal;
text-transform:none;
}
.pricing-layout-3 .pricing-box-3 ul {
margin: 0 0 20px 0 !important;
}
.pricing-layout-3 .pricing-box-3 i {
color: #939393;
}
.pricing-layout-3 .pricing-box-3 li {
line-height: 30px;
color: #727272;
text-align:center;
}
.pricing-layout-3 .pricing-box-3 li strong {
font-weight: 600;
color: #272727;
}
.pricing-layout-3 .highlight  {
-webkit-box-shadow: 0px 0px 3px 0px rgba(230,126,34,1);
-moz-box-shadow: 0px 0px 3px 0px rgba(230,126,34,1);
box-shadow: 0px 0px 3px 0px rgba(230,126,34,1);
}
.pricing-layout-3 .highlight  .title h4 {
background:#e67e22;
}
.pricing-layout-3 .highlight  .title h2 {
color: #e67e22;
font-size: 45px;
font-weight:bold;
padding-top:40px;
}
.pricing-layout-3 .highlight .v3_button  {
background:#e67e22;
}
.pricing-layout-3 .highlight .v3_button:hover {
background: #272727;
}
.pricing-layout-3 .pricing-box-3 a.v3_more {
color: #272727;
text-decoration: none;
font-size: 13px;
font-weight: 600;
}
.pricing-layout-3 .pricing-box-3 a.v3_more:hover {
text-decoration: none;
color: #454545;
}
.pricing-layout-3 .pricing-box-3.one_fifth_less li {
padding: 0 10px;
}
.pricing-layout-3 .pricing-box-3.one_fifth_less .title h4:before {
border-top: 20px solid #272727;
border-left: 176px solid transparent;
border-right: 176px solid transparent;
}
.pricing-layout-3 .highlight.one_fifth_less .title h4:before {
border-top: 20px solid #e67e22;
border-left: 176px solid transparent;
border-right: 176px solid transparent;
}
.pricing-layout-3 .pricing-box-3.one_fourth_less .title h4:before {
border-top: 25px solid #272727;
border-left: 226px solid transparent;
border-right: 226px solid transparent;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.pricing-layout-3 .highlight.one_fourth_less .title h4:before {
border-top: 25px solid #e67e22;
border-left: 226px solid transparent;
border-right: 226px solid transparent;
}
.pricing-layout-3 .pricing-box-3.one_third_less .title h4:before {
border-top: 30px solid #272727;
border-left: 306px solid transparent;
border-right: 306px solid transparent;
}
.pricing-layout-3 .highlight.one_third_less .title h4:before {
border-top: 30px solid #e67e22;
border-left: 306px solid transparent;
border-right: 306px solid transparent;
}
.pricing-layout-3 .pricing-box-3.one_half_less .title h4:before {
border-top: 25px solid #272727;
border-left: 466px solid transparent;
border-right: 466px solid transparent;
}
.pricing-layout-3 .highlight.one_half_less .title h4:before {
border-top: 25px solid #e67e22;
border-left: 466px solid transparent;
border-right: 466px solid transparent;
}
.pricing-layout-3 .pricing-box-3.one_full_less .title h4:before {
border-top: 30px solid #272727;
border-left: 936px solid transparent;
border-right: 936px solid transparent;
}
.pricing-layout-3 .highlight.one_full_less .title h4:before {
border-top: 30px solid #e67e22;
border-left: 936px solid transparent;
border-right: 936px solid transparent;
}
.kc-row-container.container .pricing-layout-3 .pricing-box-3.one_fifth_less .title h4:before {
border-top: 15px solid #272727;
border-left: 108px solid transparent;
border-right: 108px solid transparent;
}
.kc-row-container.container .pricing-layout-3 .highlight.one_fifth_less .title h4:before {
border-top: 15px solid #e67e22;
border-left: 108px solid transparent;
border-right: 108px solid transparent;
}
.kc-row-container.container .pricing-layout-3 .pricing-box-3.one_fourth_less .title h4:before {
border-top: 15px solid #272727;
border-left: 136px solid transparent;
border-right: 136px solid transparent;
}
.kc-row-container.container .pricing-layout-3 .highlight.one_fourth_less .title h4:before {
border-top: 15px solid #e67e22;
border-left: 136px solid transparent;
border-right: 136px solid transparent;
}
.kc-row-container.container .pricing-layout-3 .pricing-box-3.one_third_less .title h4:before {
border-top: 20px solid #272727;
border-left: 188px solid transparent;
border-right: 188px solid transparent;
}
.kc-row-container.container .pricing-layout-3 .highlight.one_third_less .title h4:before {
border-top: 20px solid #e67e22;
border-left: 188px solid transparent;
border-right: 188px solid transparent;
}
.kc-row-container.container .pricing-layout-3 .pricing-box-3.one_half_less .title h4:before {
border-top: 25px solid #272727;
border-left: 286px solid transparent;
border-right: 286px solid transparent;
}
.kc-row-container.container .pricing-layout-3 .highlight.one_half_less .title h4:before {
border-top: 25px solid #e67e22;
border-left: 286px solid transparent;
border-right: 286px solid transparent;
}
.kc-row-container.container .pricing-layout-3 .pricing-box-3.one_full_less .title h4:before {
border-top: 30px solid #272727;
border-left: 586px solid transparent;
border-right: 586px solid transparent;
}
.kc-row-container.container .pricing-layout-3 .highlight.one_full_less .title h4:before {
border-top: 30px solid #e67e22;
border-left: 586px solid transparent;
border-right: 586px solid transparent;
} .pricing-layout-4 {
float: left;
width: 100%;
padding: 80px 0px 120px 0px;
}
.pricing-layout-4 .pacdetails {
float: left;
text-align: center;
box-shadow: 0px -5px 0px #272727;
}
.pricing-layout-4 .pacdetails.one_full_less {
width: 100%;
margin-right: 0;
}
.pricing-layout-4 .pacdetails.one_half_less {
width: 50%;
margin-right: 0;
}
.pricing-layout-4 .pacdetails.one_third_less {
width: 33.33%;
margin-right: 0;
}
.pricing-layout-4 .pacdetails.one_fourth_less {
width: 25%;
margin-right: 0;
}
.pricing-layout-4 .pacdetails.one_fifth_less {
width: 20%;
margin-right: 0;
}
.pricing-layout-4 .pacdetails .title {
float: left;
width: 100%;
padding: 30px 0px 45px 0px;
border-bottom: 1px solid #eee;
margin-bottom: 40px;
}
.pricing-layout-4 .pacdetails .title strong {
color: #272727;
font-size: 40px;
font-weight: bold;
display: block;
}
.pricing-layout-4 .pacdetails .title h2 {
font-size: 22px;
color: #999;
font-weight: normal;
margin-bottom: 12px;
display: block;
}
.pricing-layout-4 .pacdetails ul {
padding: 0px;
margin: 0px;
}
.pricing-layout-4 .pacdetails li {
padding: 0px;
margin: 18px 0px;
}
.pricing-layout-4 .pacdetails li strong {
font-weight: 600;
}
.pricing-layout-4 .pacdetails .bottom {
float: left;
width: 100%;
padding: 40px 0px;
margin-top: 20px;
border-top: 1px solid #eee;
}
.pricing-layout-4 .pacdetails .bottom a {
color: #272727;
font-size: 16px;
background: #eee;
padding: 12px 35px;
border-radius: 3px;
transition: all 0.3s ease;
}
.pricing-layout-4 .pacdetails .bottom a:hover {
color: #fff;
background: #999;
}
.pricing-layout-4 .pacdetails .title sup {
font-size: 18px;
font-weight: normal;
padding: 0px;
margin: 0px;
}
.pricing-layout-4 .pacdetails .title sub {
font-size: 14px;
font-weight: normal;
padding: 0px;
margin: 0px;
}
.pricing-layout-4 .pacdetails.normal {
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
}
.pricing-layout-4 .pacdetails:first-child {
border-left: 1px solid #eee;
}
.pricing-layout-4 .pacdetails.highlight {
margin-top: -30px;
box-shadow: 0px -5px 0px #2ecc71;
}
.pricing-layout-4 .pacdetails.highlight .title strong {
color: #2ecc71;
}
.pricing-layout-4 .pacdetails.highlight .bottom a {
color: #fff;
background: #2ecc71;
}
.pricing-layout-4 .pacdetails.highlight h6 {
width: 140px;
color: #fff;
font-size: 13px;
font-weight: 400;
text-transform: uppercase;
background: #2ecc71;
margin: 0 auto;
line-height: 18px;
border-radius: 10px;
}
.pricing-layout-4 .pacdetails.highlight .title {
padding-top: 30px;
}
.pricing-layout-4 .pacdetails.highlight .title h2 {
margin-top: 12px;
} .pricing-layout-5 .pricing-table-5 {
float: left;
width: 100%;
text-align: center;
color: #727272;
box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}
.pricing-layout-5 .pricing-table-5 ul {
float: left;
width: 100%;
padding: 0px;
margin: 0px;
}
.pricing-layout-5 .pricing-table-5 li {
width: 100%;
padding: 10px 0px;
margin: 0px;
text-align: center;
background-color: #fff;
}
.pricing-layout-5 .pricing-table-5 li.title {
color: #fff;
padding: 18px 0px;
background-color: #999;
box-shadow: inset 0px 0px 20px rgba(0,0,0,0.1);
}
.pricing-layout-5 .pricing-table-5 li.title h3 {
margin: 0px;
}
.pricing-layout-5 .pricing-table-5 li.price {
padding: 30px 0px 20px 0px;
}
.pricing-layout-5 .pricing-table-5 li.price h1 {
font-family: 'Open Sans', sans-serif;
margin: 0px;
font-weight: bold;
}
.pricing-layout-5 .pricing-table-5 li.price h1 em {
font-size: 16px;
font-style: normal;
font-weight: normal;
}
.pricing-layout-5 .pricing-table-5 li.hecont {
padding: 25px 50px 40px 50px;
background-color: #f3f3f3;
border-top: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
box-shadow: inset 0px 0px 1px rgba(0,0,0,0.1);
}
.pricing-layout-5 .pricing-table-5 li.hecont strong {
background-color: #454545;
padding: 12px 30px;
color: #fff;
border-radius: 4px;
white-space: nowrap;
}
.pricing-layout-5 .pricing-table-5 .pri_but_small1 {
color: #fff;
padding: 10px 25px;
background-color: #2ecc71;
border-radius: 3px;
transition: all 0.3s ease;
white-space: nowrap;
}
.pricing-layout-5 .pricing-table-5 .pri_but_small1:hover {
color: #fff;
background-color: #272727;
}
.pricing-layout-5 .pricing-table-5 .pri_but_small1.gray {
color: #fff;
background-color: #272727;
}
.pricing-layout-5 .pricing-table-5 .pri_but_small1.gray:hover {
color: #fff;
background-color: #2ecc71;
}
.pricing-layout-5 .pricing-table-5 .pri_but_small1.gray:first-child, .pricing-layout-5 .pricing-table-5 .pri_but_small1.act:first-child {
margin-right: 10px;
}
.pricing-layout-5 .pricing-table-5 li.title.act {
background-color: #2ecc71;
}
.pricing-layout-5 .pricing-table-5 li.hecont.act strong {
background-color: #2ecc71;
}
.pricing-layout-5 .pricing-table-5 li.price.act h1 {
color: #2ecc71;
}
.kc-row-container.container .pricing-layout-5 .one_fifth .pricing-table-5 a:first-child {
margin-left: 10px;
}
.kc-row-container.container .pricing-layout-5 .one_fifth .pricing-table-5 .pri_but_small1.gray {
display: inline-block;
margin-bottom: 10px;
} .pricing-layout-6 {
position: relative;
float: left;
margin-top: 50px;
}
.pricing-layout-6 .pricing-tables {
position: relative;
float: left;
border: 1px solid #eee;
}
.pricing-layout-6 .pricing-tables.one_fifth {
width: 19%;
margin-right: 0;
}
.pricing-layout-6 .pricing-tables.one_fifth.highlight {
width: 24%;
}
.pricing-layout-6 .pricing-tables.one_fourth {
width: 24%;
margin-right: 0;
}
.pricing-layout-6 .pricing-tables.one_fourth.highlight {
width: 27%;
}
.pricing-layout-6 .pricing-tables.one_third {
width: 30%;
margin-right: 0;
}
.pricing-layout-6 .pricing-tables.one_third.highlight {
width: 40%;
}
.pricing-layout-6 .pricing-tables.one_half {
width: 50%;
margin-right: 0;
}
.pricing-layout-6 .pricing-tables.one_half.highlight {
width: 50%;
}
.pricing-layout-6 .pricing-tables.one_full {
width: 100%;
margin-right: 0;
}
.pricing-layout-6 .pricing-tables.one_full.highlight {
width: 100%;
}
.pricing-layout-6 .pricing-tables .title {
float: left;
width: 100%;
height: 57px;
padding: 13px 0 10px 0;
background-color: #454545;
text-align: center;
font-size: 23px;
color: #fff;
border-top: 3px solid #272727;
border-bottom: 1px solid #818181;
font-family: 'Open Sans', sans-serif;
font-weight: normal;
}
.pricing-layout-6 .pricing-tables .price {
float: left;
width: 100%;
padding: 30px 0 30px 0;
background-color: #636363;
text-align: center;
font-size: 40px;
color: #fff;
font-family: 'Open Sans', sans-serif;
font-weight: normal;
}
.pricing-layout-6 .pricing-tables .price i {
font-size: 14px;
color: #ccc;
display: block;
font-weight: normal;
font-style: normal;
margin-top: 5px;
}
.pricing-layout-6 .pricing-tables .cont-list {
float: left;
width: 100%;
padding: 15px 0;
border-top: 3px solid #fff;
border-bottom: 3px solid #fff;
background-color: #f9f9f9;
text-align: center;
color: #727272;
}
.pricing-layout-6 .pricing-tables .cont-list ul {
margin: 0;
padding: 0;
}
.pricing-layout-6 .pricing-tables .cont-list li {
margin: 0;
padding: 0;
list-style-type: none;
line-height: 35px;
border-bottom: 1px solid #fff;
}
.pricing-layout-6 .pricing-tables .cont-list li.last {
border: none;
}
.pricing-layout-6 .pricing-tables .ordernow {
float: left;
width: 100%;
padding: 28px 0px;
background-color: #eee;
text-align: center;
}
.pricing-layout-6 .pricing-tables.highlight .but_small3 {
background-color: #2ecc71;
}
.pricing-layout-6 .pricing-tables .but_small3 {
display: inline-block;
height: 41px;
line-height: 41px;
padding-right: 20px;
padding-left: 58px;
position: relative;
background-color: #636363;
color: #fff;
border-radius: 4px;
white-space: nowrap;
-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";
zoom: 1;
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color=#ff123852, Positive=true);
-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#33000000, Positive=true);
}
.pricing-layout-6 .pricing-tables .but_small3 span {
position: absolute;
left: 0;
width: 41px;
background-color: #272727;
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
border-right: 1px solid rgba(0,0,0,0.15);
transition: all 0.3s ease;
}
.pricing-layout-6 .pricing-tables.highlight .but_small3 span {
background-color: #20bd63;
}
.pricing-layout-6 .pricing-tables .but_small3:hover {
color: #fff;
}
.pricing-layout-6 .pricing-tables .but_small3 span i {
color: #fff;
font-size: 18px;
margin-left: 12px;
}
.pricing-layout-6 .pricing-tables .but_small3:hover span, .but_small3.active span {
color: #fff;
background-color: #272727;
border-right: 1px solid #181818;
}
.pricing-layout-6 .pricing-tables .ordernow .but_small3 span i {
margin-left: 3px;
}
.pricing-layout-6 .pricing-tables.highlight .ordernow .but_small3 span i {
margin-left: 3px;
}
.pricing-layout-6 .pricing-tables.highlight {
position: relative;
float: left;
border: initial;
z-index: 9;
-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.1);
}
.pricing-layout-6 .pricing-tables.highlight .title {
float: left;
width: 100%;
height: 73px;
padding: 20px 0 0 0;
margin-top: -10px;
background-color: #1ebc61;
text-align: center;
font-size: 23px;
color: #fff;
border-top: 3px solid #14a853;
border-bottom: 1px solid #46d482;
font-family: 'Open Sans', sans-serif;
font-weight: normal;
}
.pricing-layout-6 .pricing-tables.highlight .price {
float: left;
width: 100%;
padding: 30px 0 30px 0;
background-color: #2ecc71;
text-align: center;
font-size: 45px;
color: #fff;
font-family: 'Open Sans', sans-serif;
font-weight: normal;
}
.pricing-layout-6 .pricing-tables.highlight .price i {
font-size: 14px;
color: #eee;
display: block;
font-weight: normal;
font-style: normal;
margin-top: 5px;
}
.pricing-layout-6 .pricing-tables.highlight .cont-list {
float: left;
width: 100%;
padding: 15px 0;
border-top: 3px solid #fff;
border-bottom: 3px solid #fff;
background-color: #f9f9f9;
text-align: center;
color: #727272;
}
.pricing-layout-6 .pricing-tables.highlight .cont-list ul {
margin: 0;
padding: 0;
}
.pricing-layout-6 .pricing-tables.highlight .cont-list li {
margin: 0;
padding: 0;
list-style-type: none;
line-height: 35px;
border-bottom: 1px solid #fff;
}
.pricing-layout-6 .pricing-tables.highlight .cont-list li.last {
border: none;
}
.pricing-layout-6 .pricing-tables.highlight .ordernow {
float: left;
width: 100%;
padding: 30px 0 35px 0;
background-color: #f3f3f3;
text-align: center;
color: #fff;
}
.footer_v5 .qlinks p.white {
padding-top: 5px;
line-height: 22px;
}
.footer_v5 h4 {
margin-bottom: 5px;
}
.owl-lazy-load.owl-theme .owl-controls .owl-buttons div {
padding: 5px 18px 7px 18px;
font-size: 12px;
line-height: 10px;
border-radius: 20px;
}
.king-form .checkbox .re_checkbox {
width: initial;
}
.flip_box_clients .kc-flip-container .back .des p {
margin-bottom: 0px;
}
.flip_box_clients .kc-flip-container .back .des p a {
font-family: 'Raleway', sans-serif;
font-weight: bold;
color: #272727;
line-height: 23px;
font-style: normal;
letter-spacing: 0.5px;
}
.flip_box_clients .kc-flip-container .back .des p a:hover {
color: #2ecc71;
}  div[class*="poli_feature_section"] h1,
div[class*="poli_feature_section"] h2,
div[class*="poli_feature_section"] h3,
div[class*="poli_feature_section"] h4,
div[class*="poli_feature_section"] h5,
div[class*="poli_feature_section"] h6 {
font-family: 'Droid Serif', sans-serif;
letter-spacing: 0px;
color: #272727;
}
div[class*="poli_feature_section"] .less4 {
width: 58%;
margin: 0 auto;
}
div[class*="poli_feature_section"] .bigtfont {
font: 18px 'Droid Serif', sans-serif;
line-height: 25px;
color: #ac0c18;
}
div[class*="poli_feature_section"] .mediumfont {
font: 16px 'Open Sans', sans-serif;
line-height: 25px;
color: #727272;
}
div[class*="poli_feature_section"] .mediumwhite {
font: 16px 'Open Sans', sans-serif;
line-height: 25px;
color: #fff;
margin-top: 30px;
}
div[class*="poli_feature_section"] .button.two {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-weight: bold;
color: #fff;
padding: 16px 60px;
border-radius: 4px;
background-color: #e4a40c;
transition: all 0.3s ease;
border: none;
}
div[class*="poli_feature_section"] .button.two:hover {
color: #272727;
background-color: #fff;
}
div[class*="poli_feature_section"] .linebg {
display: block;
vertical-align: central;
width: 70px;
height: 2px;
margin-top: 14px;
margin-bottom: 52px;
background-color: #ac0c18;
margin-right: auto;
margin-left: auto;
}
.poli_feature_section1 {
float: left;
width: 100%;
text-align: center;
background-color: #f3f3f3;
}
.poli_feature_section1 icon, .poli_feature_section1 i {
margin: 0 auto 26px auto;
width: 88px;
height: 88px;
border-radius: 100%;
text-align: center;
vertical-align: middle;
line-height: 83px;
border: 3px solid #b5b5b5;
color:#b5b5b5;
font-size: 35px;
}
.poli_feature_section1 .one_fourth {
margin: 0 auto;
color: #000;
padding: 70px 30px 75px 30px;
border-left: 1px solid #fff;
text-align:center;
width:25%;
transition: all 0.3s ease;
}
.poli_feature_section1 .one_fourth p{
color: #000;
}
.poli_feature_section1 .one_fourth.last {
border-right: 1px solid #fff;
}
.poli_feature_section1 .one_fourth:hover,
.poli_feature_section1 .one_fourth.active {
background-color:#fff;
} .poli_feature_section2 {
float: left;
width: 100%;
text-align: center;
background-color: #fff;
padding: 90px 0px 0px 0px;
}
.poli_feature_section2 h1 {
margin-bottom: 18px;
font-size: 35px;
font-weight: 300;
text-transform: uppercase;
color: #272727;
} .poli_feature_section3 {
float: left;
width: 100%;
text-align: center;
height: 500px;
}
.poli_feature_section3 .box{
width: 500px;
height: 590px;
text-align: center;
background-color: #a9111c;
margin: -45px auto 0px auto;
background-position: center center;
padding:80px 50px 50px 50px;
opacity: 0.95;
box-shadow: 0px 0px 5px #999;
}
.poli_feature_section3 .enter_email_input {
width: 90%;
padding: 18px 0px;
background: #fff;
border: none;
color: #727272;
font-size: 16px;
border-radius: 3px;
text-align: center;
margin: 0 auto 25px auto;
} .poli_feature_section4 {
float: left;
width: 100%;
text-align: center;
padding-top: 93px;
padding-right: 0px;
padding-bottom: 50px;
padding-left: 0px;
margin-top: 45px;
}
.poli_feature_owl .item {
padding: 0 10px;
}
.poli_feature_owl .box {
width: 100%;
background-color: #272727;
margin-top: -8px;
padding-top: 20px;
padding-right: 0px;
padding-bottom: 25px;
padding-left: 0px;
}
.poli_feature_owl .date {
font-family: 'Droid Serif', sans-serif;
font-size: 16px;
color: #fff;
padding: 8px 20px;
border-radius: 4px;
background-color: #3d3d3d;
transition: all 0.3s ease;
text-transform:uppercase;
} .poli_feature_section5 {
float: left;
width: 100%;
background-color: #f3f3f3;
padding: 75px 0px 90px 0px;
text-align:center;
}
body .poli_feature_section5 ul {
float: left;
width: 100%;
padding: 0px;
margin: 0px;
border: 1px solid #fff;
}
.poli_feature_section5 li {
float: left;
width: 25%;
padding: 25px 0px 16px 0px;
margin: 0px;
border-right: 1px solid #fff;
transition: all 0.3s ease;
}
.poli_feature_section5 li.last {
border-right: none;
}
.poli_feature_section5 li.topb {
border-top: 1px solid #fff;
}
.poli_feature_section5 li icon, .poli_feature_section5 li i {
color: #999;
font-size: 35px;
padding-bottom: 14px;
}
.poli_feature_section5 li:hover,
.poli_feature_section5 li.active {
background: #fff;
} .poli_feature_section6 {
float: left;
width: 100%;
background: #272727;
text-align: center;
padding: 70px 0px 25px 0px;
}
.poli_feature_section6 .counterup{
color: #fff;
}
.poli_feature_section6 .box {
float:left;
margin:0 auto;
font-family: 'Droid Serif', sans-serif;
font-size: 35px;
font-weight:bold;
}
.poli_feature_section6 .box h4{
font: 14px 'Open Sans', sans-serif;
color: #fff;
font-weight: 400;
margin: 18px 0px 35px 0px;
text-transform: uppercase;
}
.poli_feature_section6 .kc-box-counter-1 .counterup {
font-size: 35px;
} .poli_feature_section7 {
float: left;
width: 100%;
text-align: center;
padding: 75px 0px 70px 0px;
background:#fff;
}
.poli_feature_section7 .box {
text-align: center;
width: 100%;
-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
padding: 0px 0px 18px 0px;
margin: 5px;
background:#fff;
transition: all 0.3s ease;
}
.poli_feature_section7 .box img {
float: left;
margin-bottom: 22px;
}
.poli_feature_section7 .box h5 {
width: 100%;
font-weight: normal;
font-size: 14px;
margin:0 auto;
line-height:14px;
}
.poli_feature_section7 .box h5 b {
width: 100%;
margin: 0 auto;
font-family: 'Raleway', sans-serif;
font-weight:normal;
font-size: 13px;
color:#999999;
padding-top: 5px;
display: block;
}
.poli_feature_section7 .box:hover {
-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.9);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.9);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.9);
} .poli_feature_section8 {
float: left;
width: 100%;
color: #fff;
text-align: center;
padding: 75px 0px 67px 0px;
}
.poli_feature_section8 h6 {
color: #fff;
font-weight: bold;
line-height: 18px;
padding-top: 14px;
}
.poli_feature_section8 h6 em {
font-family: 'Open Sans', sans-serif;
color: #fff;
font-size: 12px;
display: block;
font-style: normal;
font-weight:normal;
text-transform: none;
}
.poli_feature_section8 .cimag img {
width: 54px;
height: 54px;
border-radius: 100%;
border: 2px solid #fff;
margin:0 auto;
}
.poli_feature_section8 p{
font-weight: normal;
font-size: 15px;
} .poli_feature_section9 {
float: left;
width: 100%;
padding: 75px 0px 71px 0px;
text-align: center;
background:#272727;
}
.poli_feature_section9 .contact-form {
width: 75%;
display: block;
margin: 0 auto;
}
.poli_feature_section9 .box1 {
width:49%;
float:left;
}
.poli_feature_section9 .box2 {
width:49%;
float:right;
}
.poli_feature_section9 .contact-form label {
float: left;
width: 100%;
}
.poli_feature_section9 .contact-form .input {
font-family: 'Raleway', sans-serif;
color: #727272;
float: left;
width: 100%;
text-align: left;
background: #eeeeee;
border: 2px solid #eee;
padding: 12px 16px;
margin-bottom: 15px;
}
.poli_feature_section9 .contact-form textarea {
font-family: 'Raleway', sans-serif;
color: #000;
float: left;
width: 100%;
height: 230px;
text-align: left;
background: #eeeeee;
border: 2px solid #eee;
padding: 12px 16px;
}
.poli_feature_section9 .button_send {
font-family: 'Open Sans', sans-serif;
font-size: 18px;
color: #fff;
font-weight: 600;
padding: 16px 0px;
width: 100%;
background-color: #ac0c18;
text-transform: uppercase;
transition: all 0.3s ease;
letter-spacing:4px;
border: none;
cursor: pointer;
}
.poli_feature_section9 .button_send:hover {
color: #ac0c18;
background-color: #fff;
} .poli_feature_section10 {
float: left;
width: 100%;
text-align:center;
background-color:#181818;
padding: 54px 0px 50px 0px ;
}
.poli_feature_section10 .box1{
width:22%;
float:left;
padding: 0;
}
.poli_feature_section10 .box2{
width:22%;
float:left;
padding: 0;
}
.poli_feature_section10 .box3{
width:28%;
float:left;
padding: 0;
}
.poli_feature_section10 .box4{
width:28%;
float:left;
padding: 0;
color: #fff;
}
.poli_feature_section10 .box4 a {
color: #fff;
}
.poli_feature_section10 .box4 a:hover {
color: #454545;
}
.poli_feature_section10 icon, .poli_feature_section10 i {
color: #FFF;
font-size: 50px;
margin-right: 14px;
float:left;
text-align:left;
line-height: 49px;
}
body .poli_feature_section10 h4 {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-weight:bold;
color: #fff;
margin:0 auto;
letter-spacing:normal;
display:block;
text-transform:none;
padding-top:0px;
text-align:left;
float: left;
clear: none;
}
.poli_feature_section10 h4 b {
font-size: 14px;
font-weight:normal;
color: #fff;
display: block;
} [class*="nonp_feature_section"] h1,
[class*="nonp_feature_section"] h2,
[class*="nonp_feature_section"] h3,
[class*="nonp_feature_section"] h4,
[class*="nonp_feature_section"] h5,
[class*="nonp_feature_section"] h6 {
font-family: 'Righteous', sans-serif;
font-weight: bold;
color: #272727;
letter-spacing: 1px;
}
[class*="nonp_feature_section"] h1 {
font-size: 35px;
line-height: 35px;
margin-bottom: 30px;
}
[class*="nonp_feature_section"] h2 {
font-size: 27px;
line-height: 32px;
margin-bottom: 18px;
text-transform: uppercase;
}
[class*="nonp_feature_section"] h3 {
font-size: 21px;
line-height: 28px;
margin-bottom: 10px;
}
[class*="nonp_feature_section"] h4 {
font-size: 18px;
line-height: 25px;
margin-bottom: 10px;
font-style: normal;
font-weight: normal;
}
[class*="nonp_feature_section"] h5 {
font-size: 16px;
line-height: 23px;
margin-bottom: 12px;
font-style: normal;
}
[class*="nonp_feature_section"] h6 {
font-size: 14px;
line-height: 23px;
margin-bottom: 12px;
font-style: normal;
}
[class*="nonp_feature_section"] h1 b {
font-weight: normal;
}
[class*="nonp_feature_section"] h1 strong {
font-weight: bold;
}
[class*="nonp_feature_section"] h1.light,
[class*="nonp_feature_section"] h2.light,
[class*="nonp_feature_section"] h3.light,
[class*="nonp_feature_section"] h4.light,
[class*="nonp_feature_section"] h5.light,
[class*="nonp_feature_section"] h6.light {
font-weight: 300;
}
[class*="nonp_feature_section"] h1.medium,
[class*="nonp_feature_section"] h2.medium,
[class*="nonp_feature_section"] h3.medium,
[class*="nonp_feature_section"] h4.medium,
[class*="nonp_feature_section"] h5.medium,
[class*="nonp_feature_section"] h6.medium {
font-family: 'Roboto', sans-serif;
font-weight: 300;
color:#727272;
letter-spacing: 0px;
}
[class*="nonp_feature_section"] .bigtfont {
font-size: 16px;
line-height: 27px;
color: #727272;
}
[class*="nonp_feature_section"] .mediumfont {
font-family: 'Roboto', sans-serif;
font-size: 16px;
line-height: 21px;
color: #272727;
}
[class*="nonp_feature_section"] .mediumfont.white {
color: #fff;
}
[class*="nonp_feature_section"] .fontmedium {
font-family: 'Roboto', sans-serif;
font-size: 18px;
line-height: 25px;
color: #272727;
}
[class*="nonp_feature_section"] .fontsmall {
font-family: 'Roboto', sans-serif;
font-size: 16px;
line-height: 25px;
color: #a32922;
}
[class*="nonp_feature_section"] .fontdef {
font-family: 'Open Sans', sans-serif;
font-size:16px;
font-weight: 500;
color:#fff;
line-height: 27px;
}
[class*="nonp_feature_section"] .less1 {
width: 75%;
margin: 0 auto;
}
[class*="nonp_feature_section"] .less2 {
width: 50%;
margin: 0 auto;
}
[class*="nonp_feature_section"] .less3 {
width: 60%;
margin: 0 auto;
}
[class*="nonp_feature_section"] .less4 {
width: 45%;
margin: 0 auto;
}
[class*="nonp_feature_section"] .less5 {
width: 85%;
margin: 0 auto;
}
[class*="nonp_feature_section"] .less6 {
width: 70%;
margin: 0 auto;
}
[class*="nonp_feature_section"] .less7 {
width: 77%;
margin: 0 auto;
}
[class*="nonp_feature_section"] .less8 {
width: 67%;
margin: 0 auto;
}
[class*="nonp_feature_section"] .less9 {
width: 87%;
margin: 0 auto;
}
[class*="nonp_feature_section"] .less10 {
width: 89%;
margin: 0 auto;
}
.nonp_feature_section2 .non_owl_sliders .button.two{
border: 2px solid #e9e9e9;
padding: 11px 33px;
border-radius: 4px;
}
.nonp_feature_section2 .non_owl_sliders .button.two:hover{
background: #e9e9e9;
color: #fff;
}
.nonp_feature_section3 .button.three{
background: #a32922 none repeat scroll 0 0;
border-radius: 4px;
color: #fff;
font-family: "Open Sans",sans-serif;
font-size: 14px;
font-weight: bold;
padding: 17px 35px;
text-transform: uppercase;
display: inline-block;
}
.nonp_feature_section3 .button.three:hover{
background: #fff;
color: #272727;
} .nonp_feature_section1 {
float: left;
width: 100%;
text-align: center;
background-color: #eeeeee;
padding: 90px 0px 97px 0px;
}
.nonp_feature_section1 h3{
font-weight: bold !important;
}
.nonp_feature_section1 .one_fourth_less .box  {
width:100%;
background: #fff;
padding: 40px 22px 46px 22px;
border: 1px solid #dadada;
}
.nonp_feature_section1 .box1  {
background: #fff;
padding: 40px 22px 46px 22px;
border: 1px solid #dadada;
}
.nonp_feature_section1 .box1 icon, .nonp_feature_section1 .box1 i {
width: 94px;
height: 94px;
border-radius:100%;
background:#d2527f;
color: #fff;
font-size: 35px;
text-align: center;
vertical-align: middle;
line-height: 94px;
margin-bottom: 25px;
transition: all 0.3s ease;
}
.nonp_feature_section1 .box1:hover icon, .nonp_feature_section1 .box1:hover i {
background:#727272;
}
.nonp_feature_section1 .box2  {
background: #fff;
padding: 40px 22px 46px 22px;
border: 1px solid #dadada;
}
.nonp_feature_section1 .box2 icon, .nonp_feature_section1 .box2 i {
width: 94px;
height: 94px;
border-radius:100%;
background:#4183d7;
color: #fff;
font-size: 35px;
text-align: center;
vertical-align: middle;
line-height: 94px;
margin-bottom: 25px;
transition: all 0.3s ease;
}
.nonp_feature_section1 .box2:hover icon, .nonp_feature_section1 .box2:hover i {
background:#727272;
}
.nonp_feature_section1 .box3  {
background: #fff;
padding: 40px 22px 46px 22px;
border: 1px solid #dadada;
}
.nonp_feature_section1 .box3 icon, .nonp_feature_section1 .box3 i {
width: 94px;
height: 94px;
border-radius:100%;
background:#e87e04;
color: #fff;
font-size: 35px;
text-align: center;
vertical-align: middle;
line-height: 94px;
margin-bottom: 25px;
transition: all 0.3s ease;
}
.nonp_feature_section1 .box3:hover icon, .nonp_feature_section1 .box3:hover i {
background:#727272;
}
.nonp_feature_section1 .box4  {
background: #fff;
padding: 40px 22px 46px 22px;
border: 1px solid #dadada;
}
.nonp_feature_section1 .box4 icon, .nonp_feature_section1 .box4 i {
width: 94px;
height: 94px;
border-radius:100%;
background:#1ba39c;
color: #fff;
font-size: 35px;
text-align: center;
vertical-align: middle;
line-height: 94px;
margin-bottom: 25px;
transition: all 0.3s ease;
}
.nonp_feature_section1 .box4:hover icon, .nonp_feature_section1 .box4:hover i {
background:#727272;
} .nonp_feature_section2 {
float: left;
width: 100%;
text-align: center;
padding:90px 0px 60px 0px;
}
.nonp_feature_section2 .owl-item{
padding: 0px !important;
}
.nonp_feature_section2 .owl-item .kc_column_inner{
padding: 0 10px;
}
.nonp_feature_section2 .box {
width: 100%;
background-color: #fff;
margin-top: -8px;
padding-top: 20px 0px 25px 0px;
}
.nonp_feature_section2 .boxcon {
width: 100%;
background-color: #a32922;
padding:15px;
margin-bottom:10px;
}
.nonp_feature_section2 .owl-controls .owl-page, .nonp_feature_section2 .owl-controls .owl-buttons div {
margin-top: 35px;
} .nonp_feature_section3 {
float: left;
width: 100%;
text-align: center;
background-color: #fff;
background: #fff no-repeat center top;
}
.nonp_feature_section3 .box{
float: right;
width: 400px;
text-align: center;
background: rgba(39,39,39,.9);
margin: 90px 0px 0px 0px;
background-position: center center;
padding:57px 50px 59px 50px;
}
.nonp_feature_section3 .box icon, .nonp_feature_section3 .box i{
border-radius: 100px;
width: 50px;
height: 50px;
line-height: 50px;
color: #fff;
font-size: 24px;
border: 1px solid #fff;
margin: 0px 25px 50px 0px;
}
.nonp_feature_section3 .h1{
font-family: 'Droid Serif', sans-serif;
color: #fff;
text-align: center;
} .nonp_feature_section4 {
float: left;
width: 100%;
text-align: left;
padding:100px 0px 80px 0px;
background-color: #fff;
}
.nonp_feature_section4 {
float: left;
width: 100%;
}
.last-post-layout-8 .isboxs {
float: left;
width: 100%;
margin-top: 20px;
padding-bottom: 20px;
border-bottom: 1px dashed #ccc;
}
.last-post-layout-8 .isboxs.last {
padding-bottom: 0px;
border-bottom: none;
}
.last-post-layout-8 .isboxs img {
border: 5px solid #ccc;
}
.last-post-layout-8 .isboxs b {
color: #a32922;
font-weight: 600;
text-transform: uppercase;
}
.last-post-layout-8 .isboxs span {
font-size: 30px;
color: #999;
padding: 0px;
float: left;
margin-right: 20px;
}
.last-post-layout-8 .isboxs h5 {
margin-top: 5px;
margin-bottom: 5px;
}
.testimonial-layout-14.peopsays {
float: left;
width: 100%;
text-align: left;
padding: 20px 0 0px 0;
}
.testimonial-layout-14.peopsays .slidesec {
float: left;
width: 100%;
}
.testimonial-layout-14.peopsays .slidesec img {
float: left;
margin-right: 18px;
border: 4px solid #ccc;
}
.testimonial-layout-14.peopsays .slidesec h6 {
color: #a32922;
font-weight: bold;
float: left;
line-height: 18px;
margin-top: 10px;
font-family: 'Open Sans', sans-serif;
clear: inherit;
}
.testimonial-layout-14.peopsays .slidesec h6 em {
color: #999;
font-size: 12px;
font-weight: 400;
font-style: normal;
display: block;
}
.testimonial-layout-14.peopsays .arrow_box {
position: relative;
background: #ffffff;
border: 1px solid #ccc;
padding: 25px;
margin-top: 40px;
}
.testimonial-layout-14.peopsays .arrow_box:after, .testimonial-layout-14.peopsays .arrow_box:before {
bottom: 100%;
left: 14%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.testimonial-layout-14.peopsays .arrow_box:after {
border-color: rgba(136, 183, 213, 0);
border-bottom-color: #fff;
border-width: 20px;
margin-left: -20px;
}
.testimonial-layout-14.peopsays .arrow_box:before {
border-color: rgba(153, 153, 153, 0);
border-bottom-color: #999999;
border-width: 21px;
margin-left: -21px;
}
.testimonial-layout-14.peopsays .owl-wrapper-outer{
margin-bottom: 30px;
}
.portfoliowork .kc_single_image{
margin: 0 2.5px;
position: relative;
}
.portfoliowork .kc_single_image a{
position: relative;
z-index: 2;
}
.portfoliowork .kc_single_image img{
transition: all ease 300ms;
}
.portfoliowork .kc_single_image p.scapt{
position: absolute;
color: #fff;
width: 100%;
left: 0px;
top: 50%;
margin-top: -20px;
text-align: center;
font: 400 16px/21px "Open Sans", sans-serif;
opacity: 0;
transition: opacity ease 300ms;
}
.portfoliowork .kc_single_image p.scapt span{
color: #aaa;
font: 400 12px/16px "Open Sans", sans-serif;
display: block;
clear: both;
}
.portfoliowork .kc_single_image:hover img{
opacity: 0;
transform: scale(1.1);
}
.portfoliowork .kc_single_image:hover p.scapt{
opacity: 1;
} .pop-wrapper {
padding: 0;
margin: 0px auto 30px auto;
text-align: center;
}
.pop-wrapper a {
display: inline-block;
width: 120px;
height: 120px;
margin: 0 auto;
outline: none;
position: relative;
background-color: #f3f3f3;
border-radius: 100%;
text-align: center;
}
.pop-wrapper a span {
width: 300px;
height: auto;
line-height: 21px;
padding: 10px;
left: 50%;
margin-left: -150px;
font-family: 'Alegreya SC', Georgia, serif;
font-weight: 400;
font-style: italic;
font-size: 14px;
color: #719DAB;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
text-align: center;
border: 4px solid #fff;
background: #f9f9f9;
text-indent: 0px;
border-radius: 5px;
position: absolute;
pointer-events: none;
bottom: 100px;
opacity: 0;
box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.pop-wrapper a span:before, .pop-wrapper a span:after {
content: '';
position: absolute;
bottom: -15px;
left: 50%;
margin-left: -9px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid rgba(0,0,0,0.1);
}
.pop-wrapper a span:after {
bottom: -14px;
margin-left: -10px;
border-top: 10px solid #fff;
}
.pop-wrapper a:hover span {
opacity: 0.9;
bottom: 116px;
}
.pop-wrapper h6 {
margin-top: 10px;
}
.chavideo {
margin: 0 auto;
width: 75%;
height: 500px;
}
.pop-wrapper .mediumfont {
font-family: 'Roboto', sans-serif;
font-size: 16px;
line-height: 21px;
color: #272727;
}
.nonp_feature_section_work.portfoliowork {
background: #272727;
padding: 50px 0px 0px 0px;
}
.nonp_newsletter {
float: left;
width: 100%;
padding: 30px 0px 23px 0px;
background: #a32922;
}
.nonp_newsletter h2 {
color: #fff;
font-weight: 300;
text-align: right;
}
.nonp_newsletter .one_half  {
float: left;
text-align:left;
}
.nonp_newsletter .one_half icon, .nonp_newsletter .one_half i {
color: #fff;
font-size: 42px;
float: left;
padding-right:20px;
}
.nonp_newsletter .one_half h5  {
font-size: 18px;
font-weight: bold;
text-align: left;
clear: none;
margin-bottom: 7px;
letter-spacing: normal;
}
.nonp_newsletter .one_half span  {
font-size:12px;
text-align:left;
line-height:25px;
text-transform:none;
display: block;
font-weight: normal;
}
.nonp_newsletter .enter_email_input {
float: left;
padding: 3px 0px 4px 20px;
height: 50px;
width: 76%;
background: #fff;
border: none;
color: #727272;
font-size: 14px;
}
.nonp_newsletter .input_submit {
float: left;
padding: 13px 25px 14px 25px;
background: #181818;
border: 0px;
font-size: 16px;
font-weight: normal;
color: #fff;
text-transform: uppercase;
transition: all 0.3s ease;
}
.nonp_newsletter .input_submit:hover {
color: #fff;
cursor: pointer;
background-color: #272727;
}
.highstand_newsletter_status{
position: absolute;
bottom: -25px;
width: 100%;
text-align: center;
}
.highstand_newsletter_status i {
font-size: 20px!important;
margin: 0!important;
padding: 0!important;
float: none!important;
} [class*="host_feature_section"] h1,
[class*="host_feature_section"] h2,
[class*="host_feature_section"] h3,
[class*="host_feature_section"] h4,
[class*="host_feature_section"] h5,
[class*="host_feature_section"] h6 {
font-family: 'Oswald', sans-serif;
font-weight: bold;
color: #272727;
letter-spacing:1px;
}
[class*="host_feature_section"] h1 {
font-size: 35px;
line-height: 35px;
margin-bottom: 30px;
}
[class*="host_feature_section"] h2 {
font-size: 27px;
line-height: 32px;
margin-bottom: 20px;
text-transform: uppercase;
}
[class*="host_feature_section"] h3 {
font-size: 21px;
line-height: 28px;
margin-bottom: 10px;
}
[class*="host_feature_section"] h4 {
font-size: 18px;
line-height: 25px;
margin-bottom: 10px;
font-style: normal;
font-weight: normal;
}
[class*="host_feature_section"] h5 {
font-size: 16px;
line-height: 23px;
margin-bottom: 12px;
font-style: normal;
}
[class*="host_feature_section"] h6 {
font-size: 14px;
line-height: 23px;
margin-bottom: 12px;
font-style: normal;
color:#fff;
font-weight:normal;
}
[class*="host_feature_section"] h6  i{
font-size:18px;
}
[class*="host_feature_section"] h1 b {
font-weight: normal;
}
[class*="host_feature_section"] h1 strong {
font-weight: bold;
}
[class*="host_feature_section"] h1.light,
[class*="host_feature_section"] h2.light,
[class*="host_feature_section"] h3.light,
[class*="host_feature_section"] h4.light,
[class*="host_feature_section"] h5.light,
[class*="host_feature_section"] h6.light {
font-weight: 300;
}
[class*="host_feature_section"] h1.medium,
[class*="host_feature_section"] h2.medium,
[class*="host_feature_section"] h3.medium,
[class*="host_feature_section"] h4.medium,
[class*="host_feature_section"] h5.medium,
[class*="host_feature_section"] h6.medium {
font-family: 'Oswald', sans-serif;
font-weight: 400;
color:#727272;
}
[class*="host_feature_section"] p {
line-height: 25px;
}
[class*="host_feature_section"] .less1 {
width: 75%;
margin: 0 auto;
}
[class*="host_feature_section"] .less2 {
width: 50%;
margin: 0 auto;
}
[class*="host_feature_section"] .less3 {
width: 60%;
margin: 0 auto;
}
[class*="host_feature_section"] .less4 {
width: 45%;
margin: 0 auto;
}
[class*="host_feature_section"] .less5 {
width: 85%;
margin: 0 auto;
}
[class*="host_feature_section"] .less6 {
width: 92%;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}
[class*="host_feature_section"] .less7 {
width: 77%;
margin: 0 auto;
}
[class*="host_feature_section"] .less8 {
width: 67%;
margin: 0 auto;
}
[class*="host_feature_section"] .less9 {
width: 87%;
margin: 0 auto;
}
[class*="host_feature_section"] .less10 {
width: 89%;
margin: 0 auto;
}
class*="host_feature_section"] .button.one {
font-family: 'Oswald', sans-serif;
color: #fff;
font-size: 14px;
background:#999999;
border-radius: 4px;
transition: all 0.3s ease;
padding: 12px 22px;
text-transform:uppercase;
font-weight:bold;
font-style:normal;
letter-spacing:1px;
}
[class*="host_feature_section"] .button.one a:hover {
color: #0f75bd;
background: #fff;
}
[class*="host_feature_section"] .button.one a {
font-family: 'Oswald', sans-serif;
color: #fff;
font-size: 14px;
background: #999999;
border-radius: 4px;
transition: all 0.3s ease;
padding: 12px 22px;
text-transform: uppercase;
font-weight: bold;
font-style: normal;
letter-spacing: 1px;
}
[class*="host_feature_section"] .button.two {
display: inline-block;
}
[class*="host_feature_section"] .button.two a {
color: #272727;
font-size: 14px;
transition: all 0.3s ease;
padding: 15px 35px;
text-transform: uppercase;
font-weight:bold;
background:#fff;
display: block;
}
[class*="host_feature_section"] .button.two a:hover{
background:#000;
color: #fff;
}
.host_domain_search {
float: left;
width: 100%;
background: #0f75bd;
font-family: 'Oswald', sans-serif;
}
.host_domain_search .serch_area {
float: left;
width: 100%;
padding: 35px 0px 35px 0px;
}
.host_domain_search .serch_area h5 {
float: left;
font-weight:normal;
text-transform:none;
letter-spacing:0.5px;
margin: 14px 20px 0px 0px;
font-family: 'Oswald', sans-serif;
font-size: 16px;
line-height: 23px;
}
.host_domain_search .serch_area .enter_domain_input {
float: left;
font-family: 'Open Sans', sans-serif;
font-weight:normal;
padding: 3px 0px 4px 18px;
height: 54px;
width: 80%;
border-radius: 3px;
border: none;
color: #727272;
font-size: 16px;
}
.host_domain_search .serch_area .input_submit {
float: left;
font-family: 'Oswald', sans-serif;
padding: 13px 40px 14px 40px;
border: solid 2px #fff;
font-size: 18px;
font-weight: 500;
background:none;
color: #fff;
text-transform: uppercase;
transition: all 0.3s ease;
border-radius: 3px;
margin-left: 12px;
}
.host_domain_search .serch_area .input_submit:hover {
color: #272727;
background: #fff;
} .host_feature_section1 {
float: left;
width: 100%;
text-align: center;
background:#f3f3f3;
padding:90px 0px 90px 0px;
}
.host_feature_section1 h1{
font-size:45px;
line-height: 50px;
text-transform:uppercase;
color:#727272;
margin-bottom:5px;
}
.host_feature_section1 h2{
font-size:18px;
text-transform:uppercase;
color:#727272;
font-weight:300;
border-bottom:solid 1px #e0e0e0;
padding-bottom:30px;
margin-bottom:50px;
}
.host_feature_section1 .one_fourth_less{
background:#fff;
transition: all 0.3s ease;
padding:40px 30px 50px 30px;
}
.host_feature_section1 .one_fourth_less i{
font-size:62px;
color:#999999;
padding-bottom:22px;
}
.host_feature_section1 .one_fourth_less h3{
text-transform:uppercase;
font-weight:bold;
margin-bottom:18px;
}
.host_feature_section1 .price {
color: #727272;
font-family: 'Oswald', sans-serif;
text-align: center;
font-size: 14px;
font-weight:lighter;
line-height:31px;
padding-top:10px;
margin-bottom:30px;
}
.host_feature_section1 .price em {
font-size: 27px;
font-weight:bold;
font-style: normal;
color:#272727;
}
.host_feature_section1 .price b {
font-size: 18px;
font-weight:lighter;
font-style: normal;
color:#727272;
}
.host_feature_section1 .one_fourth_less.active,
.host_feature_section1 .one_fourth_less:hover  {
background:#0f75bd;
color: #fff;
}
.host_feature_section1 .one_fourth_less.active i,
.host_feature_section1 .one_fourth_less:hover i  {
color: #fff;
}
.host_feature_section1 .one_fourth_less.active h3,
.host_feature_section1 .one_fourth_less:hover h3  {
color: #fff;
}
.host_feature_section1 .one_fourth_less.active p,
.host_feature_section1 .one_fourth_less:hover p  {
color: #fff;
}
.host_feature_section1 .one_fourth_less.active .price,
.host_feature_section1 .one_fourth_less:hover .price  {
color: #fff;
}
.host_feature_section1 .one_fourth_less.active .price em,
.host_feature_section1 .one_fourth_less:hover .price em  {
color: #fff;
}
.host_feature_section1 .one_fourth_less.active .price b,
.host_feature_section1 .one_fourth_less:hover .price b  {
color: #fff;
}
.host_feature_section1 .one_fourth_less.active .button.one a,
.host_feature_section1 .one_fourth_less:hover .button.one a {
color: #0f75bd;
background:#fff;
} .host_feature_section2 {
float: left;
width: 100%;
text-align: left;
padding:90px 0px 80px 0px;
}
.host_feature_section2 img {
display: block;
}
.host_feature_section2 .climg {
float: left;
width: 100%;
}
.host_feature_section2 .climag  {
float: left;
background-color:#f3f3f3;
padding:0px 0px 0px 4px;
}
.host_feature_section2 .climag  ul{
float: left;
padding: 0;
margin: 0 0 10px 0;
}
.host_feature_section2 .climag  li{
float: left;
width: 33.2%;
padding:10px 5px 0px 5px;
}
.host_feature_section2 .climag li img{
width: 100%;
} .host_feature_section3 {
float: left;
width: 100%;
text-align: center;
padding: 120px 0px 0px 0px;
background-image: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/bg-image39.jpg);
background-repeat: no-repeat;
background-position: center top;
}
.host_feature_section3 .one_full{
text-align:left;
}
.host_feature_section3 h1{
font-size:47px;
line-height: 50px;
color:#fff;
font-weight:bold;
text-transform:uppercase;
margin-bottom:10px;
}
.host_feature_section3 h3{
font-size:27px;
color:#fff;
text-transform:uppercase;
font-weight:lighter;
margin-bottom:20px;
}
.host_feature_section3 b{
float: left;
font-size:18px;
color:#fff;
line-height:27px;
text-transform:none;
font-weight:lighter;
}
.host_feature_section3 .one_fourth_less{
background:#999999;
padding:40px 30px 50px 40px;
text-align:left;
margin-top:50px;
}
.host_feature_section3 p{
letter-spacing:normal;
line-height:21px;
}
#domain_search_results{
clear: both;
margin: 0 auto;
max-width: 1170px;
overflow: hidden;
width: 100%;
}
.enter_domain_input.loading{
background-image: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/loading.gif);
background-repeat: no-repeat;
background-position: center right 10px;
}
.domain_search .content-result, .domain_search .suggest_domain .title h3{
color: #FFF;
text-align: left;
}
.domain_search .suggest_domain .title h3{
text-align: center;
}
#domain_search_results .content-result{
padding-top: 30px;
}
.content-result strong._dm-r00{
display: block;
float: left;
font-size: 20px;
padding-bottom: 15px;
text-align: center;
width: 100%;
color: #FFFFFF;
}
.content-result strong.domain-taken{
color: #FF9999;
}
.content-result strong.domain-available{
color: #86C724;
}
.select_domain{
text-align: center;
}
.suggest_domain{
border: 1px solid #e4e4e4;
border-radius: 5px;
float: left;
overflow: hidden;
width: 100%;
}
.suggest_domain .title{
}
body .suggest_domain .title h3{
padding: 15px 0 0;
text-align: center;
color: #FFF;
}
.suggest_domain .domain{
width: 100%;
overflow: hidden;
border-top: 1px solid #e4e4e4;
}
.suggest_domain .domain strong, .suggest_domain .domain span.status, .suggest_domain .domain .view_whois{
float: left;
display: block;
padding: 15px 30px;
font-size: 16px;
border-right: 1px solid #e4e4e4;
}
.suggest_domain .domain strong{
width: 40%;
color: #FFFFFF;
}
.suggest_domain .domain span.status{
width: 30%;
text-align: center;
text-transform: capitalize;
}
.suggest_domain .domain .view_whois{
width: 30%;
text-align: center;
border-right: none;
}
.status.available{
color: #99FF00;
}
.status.taken{
color: #FF9999;
}
body .content-result .input_submit {
float: none!important;
}
.whois_view:hover, .select_this_domain:hover{
color: #FFFFFF;
}
#whois_view_result{
position: relative;
clear: both;
padding: 10px 20px;
border: 1px solid #999;
border-radius: 5px;
}
#whois_view_result .close{
position: absolute;
right: 16px;
top: 5px;
color: #FF9999;
}
#whois_view_result .close{
font-size: 16px;
}
.page_title1.sty7 .suggest_domain{
border: 1px solid #ffffff;
border-radius: 5px;
color: #fff;
padding-top: 15px;
}
.page_title1.sty7 .suggest_domain .title h3 {
color: #fff;
}
.page_title1.sty7 .suggest_domain .domain{
border-top: 1px solid #fff;
}
.page_title1.sty7 .status.taken{
color: #FFFF00;
}
.page_title1.sty7 .status.available{
}
.page_title1.sty7 a{
color: #FFFFFF;
}
.page_title1.sty7 .content-result strong.domain-taken{
color: #FFF;
}   .host_feature_section4 {
float: left;
width: 100%;
padding: 60px 0px 70px 0px;
}
div.host_feature_section4 ul {
float: left;
width: 100%;
padding: 0px;
margin: 0px;
}
.host_feature_section4 li {
padding: 0px;
margin: 0px;
}
.host_feature_section4 li h3 {
font-family: 'Oswald Regular', sans-serif;
margin-bottom: 5px;
text-transform:none;
font-weight:500;
font-size:16px;
color:#272727;
letter-spacing:normal;
display: inline-block;
}
.host_feature_section4 li i, .host_feature_section4 li icon {
float: left;
width: 58px;
height: 58px;
color: #fff;
font-weight:300;
border-radius: 100%;
text-align: center;
vertical-align: middle;
line-height: 58px;
font-size: 28px;
margin-right:20px;
margin-top:0px;
background-color: #999999;
transition: all 0.3s ease;
}
.host_feature_section4  p{
padding-left:80px;
text-align:left;
line-height:21px;
} .host_feature_section6 {
float: left;
width: 100%;
text-align: center;
padding: 0px 0px 0px 0px;
}
.host_feature_section6 .box{
float: left;
width: 100%;
}
.host_feature_section6 img{
display: block;
margin: 0 auto;
}
.host_feature_section6 .boxleft{
float: left;
width: 50%;
background:#5f96dd;
padding:80px 55px;
}
.host_feature_section6 .boxright{
float: left;
width: 50%;
background:#4183d7;
padding:80px 85px;
}
.host_feature_section6 .boxright .button a{
margin: 0 10px;
display: block;
}
.host_feature_section6 h4 {
font-size: 21px;
float: left;
line-height:33px;
letter-spacing:1px;
} .host_feature_section7 {
float: left;
width: 100%;
text-align: center;
background-color: #f3f3f3;
padding:90px 0px 67px 0px;
}
.host_feature_section7 .peoplesays {
width: 100%;
margin: 0 auto;
}
.host_feature_section7 .peoplesays .box {
float: left;
width: 100%;
background: #fff;
text-align: left;
padding: 30px 40px 30px 40px;
font-weight: normal;
font-style: normal;
color: #727272;
line-height: 25px;
}
.host_feature_section7 .peoplesays .who {
float: left;
width: 100%;
text-align: left;
padding: 35px 0px 18px 20px;
margin-top: -2px;
font-size: 12px;
color: #999;
background-image: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/arrow04.png);
background-repeat: no-repeat;
background-position: 30px top;
}
.host_feature_section7 .peoplesays .who img {
border-radius: 100%;
float: left;
margin-right: 18px;
border: 3px solid #fff;
}
.host_feature_section7 .peoplesays .who strong {
font-size: 14px;
color: #393939;
display: block;
line-height: 16px;
font-weight: 600;
margin-top: 5px;
} @media only screen and (min-width: 1170px) {
.layout-boxed {
width: 1200px !important;
margin: 0 auto !important;
background: #fff;
}
.layout-boxed .header, .compact .layout-boxed .header,  .layout-boxed .header-portfolio {
width: 1200px !important;
margin: 0 auto !important;
left: initial;
}
.layout-boxed .header.header-music{
left: 0;
}
.layout-boxed .opstycky1, .layout-boxed .header-nonprofit, .compact .layout-boxed .header-nonprofit, .layout-boxed .header-medical, .compact .layout-boxed .header-medical{
width: 1200px !important;
left: auto;
}
.layout-boxed .feature_section16 .box1 img {
overflow: hidden;
float: initial;
}
.layout-boxed .feature_section16 .conleft {
padding-right: 40px
}
.layout-boxed .feature_section18 .right {
padding-right: 125px;
}
.layout-boxed .v3_feature_section2{
overflow: hidden;
}
.layout-boxed .v3_feature_section2 .right .cont {
width: 92%;
}
.layout-boxed .v3_feature_section3 .left .cont {
width: 85%;
}
.layout-boxed .v8_feature_section2 .left, .layout-boxed .v8_feature_section2 .right {
padding: 90px 40px;
}
.layout-boxed .v13_feature_section3 .right {
overflow: hidden;
}
.layout-boxed .v13_feature_section4 .left {
float: initial;
overflow: hidden;
}
.layout-boxed .v1_feature_section6 .left {
padding: 85px 90px 80px 100px;
}
.layout-boxed .v6_feature_section2 .kc_single_image img {
max-width: 100%
}
.layout-boxed .v6_feature_section2 .right .box2 .arrow_box {
padding: 55px 30px 0px 30px
}
.layout-boxed .v6_feature_section2 .left {
padding: 20px 15px 0px 15px;
}
.layout-boxed .v12_feature_section5 .less4{
width: 60%;
}
.layout-boxed .last-post-layout-4 .con{
font-size: 18px;
}
.layout-boxed .master-slider {
width: 1200px !important;
margin: 0 auto !important;
}
.layout-boxed .port_feature_section2 h3{
font-size: 20px;
}
.layout-wide .v5_feature_section4 img {
width: 100%;
}
}  .footer {
float: left;
width: 100%;
color: #bbb;
padding: 90px 0px 0px 0px;
background: #212121 url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/footer-bg.jpg) no-repeat center bottom;
padding-bottom: 75px;
}
.footer h4, .footer h2 {
color: #fff;
font-weight: 500;
margin-bottom: 20px;
font-size: 18px;
text-transform: capitalize;
}
.twitter_feeds {
float: left;
padding: 0px;
margin: 0px 0px 0px 0px;
}
.twitter_feeds li {
padding: 0px;
margin: 0px;
float: left;
}
.twitter_feeds li.bhline {
padding-bottom: 22px;
margin-bottom: 20px;
border-bottom: 1px solid #454545;
}
.twitter_feeds li a {
color: #bbb;
transition: all 0.3s ease;
}
.twitter_feeds li a:hover {
color: #fff;
}
.twitter_feeds li i, .twitter_feeds li icon {
padding: 0px;
margin: 0px 5px 0px 0px;
}
.twitter_feeds li em {
float: left;
font-size: 10px;
font-style: normal;
color: #727272;
clear: both;
width: 100%;
}
.twitter_feeds li em a {
color: #727272;
transition: all 0.3s ease;
}
.twitter_feeds li em a:hover {
color: #727272;
text-decoration: underline;
} ul.faddress {
float: left;
width: 100%;
padding: 0px;
margin: 0px;
}
.faddress li {
padding: 2px 0px;
margin: 0px;
}
.faddress li a {
color: #bbb;
transition: all 0.3s ease;
}
.faddress li a:hover {
color: #fff;
} #flickr_badge_wrapper {
padding: 0px;
margin: 0px;
width: 100%;
}
#flickr_badge_wrapper img {
width: 70px;
height: 70px;
margin-right: 8px;
border: 0px solid #999 !important;
}
#flickr_www {
display:block;
padding:0 10px 0 10px !important;
}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
text-decoration:none !important;
background:inherit !important;
color:#3993ff;
}
#flickr_badge_wrapper {
margin-top: 25px;
}
#flickr_badge_source {
padding:0 !important;
} .qlinks {
float: left;
width: 100%;
}
.qlinks ul {
float: left;
width: 100%;
padding: 0px;
margin: 0px;
}
.qlinks li {
padding: 4px 0px;
margin: 0px;
}
.qlinks li a {
color: #bbb;
transition: all 0.3s ease;
}
.qlinks li a:hover {
color: #fff;
}
.qlinks li a i, .qlinks li a icon {
margin-right: 3px;
}
.fbposts {
float: left;
width: 100%;
margin-top: 10px;
}
.fbposts img {
float: left;
margin-right: 18px;
transition: all 0.3s ease;
width: 65px;
height: 45px;
}
.fbposts a {
float: left;
color: #bbb;
margin-bottom: 34px;
transition: all 0.3s ease;
}
.fbposts a:hover {
color: #fff;
}
.fbposts a:hover img {
opacity: 0.7;
}
#sidebar .fbposts a:hover{
color: #333;
}
.ftags, .tagcloud{
float: left;
width: 100%;
}
.ftags a, .tagcloud a{
float: left;
color: #eee;
padding: 5px 10px;
margin: 0px 5px 10px 5px;
transition: all 0.3s ease;
background: rgba(255, 255, 255, 0.4);
}
.ftags a:hover, .tagcloud a:hover{
color: #272727;
background: rgba(255, 255, 255, 0.9);
}
.fform {
float: left;
width: 100%;
} .copyright_info {
float: left;
padding: 30px 0px 25px 0px;
margin: 0 0px 0px 0px;
width: 100%;
color: #454545;
font-size: 12px;
font-style: normal;
font-weight: normal;
background: #111;
}
.copyright_info.white{
background: #ffffff;
color: #999;
}
.copyright_info a {
margin-top: 10px;
font-size: 12px;
color: #454545;
text-align: right;
transition: all 0.3s ease;
}
.copyright_info a:hover {
color: #999;
}
.copyright_info_v2{
float: left;
padding: 30px 0px 30px 0px;
width: 100%;
color: #999;
font-size: 13px;
font-style: normal;
font-weight: normal;
background: #ffffff;
}
.footer_style2.copyright_info{
padding: 30px 0px 30px 0px;
font-size: 13px;
}
.footer_style2.copyright_info p{
color: #999;
}
.footer_style2.copyright_info p, .footer_style2.copyright_info a{
font-size: 13px;
}
.footer_style2.copyright_info a{
color: #727272;
}
.footer_style2.copyright_info a:hover{
color: #454545;
}
.footer_style6.copyright_info{
background-color: #1f1f1f;
padding: 35px 0px 25px 0px;
}
.footer_style6.copyright_info p, .footer_style6.copyright_info a{
color: #585858;
font-size: 13px;
}
.footer_style6.copyright_info a:hover{
color: #e3e3e3;
}
.footer_style6.copyright_info .footer_social_links li a i, .footer_style6.copyright_info .footer_social_links li a icon{
background: #303030;
color: #6f6f71;
font-size: 12px;
width: 24px;
height: 24px;
}
.footer_style6.copyright_info .footer_social_links li a i:hover, .footer_style6.copyright_info .footer_social_links li a icon:hover{
color: #fff;
background-color: #727272;
} .copyright_info_v2 ul.footer_social_links {
float: right;
padding: 0px;
margin: 0px 0px 0px 0px;
}
.copyright_info_v2 .footer_social_links li {
float: left;
padding: 0px;
margin: 0px 0px 0px 5px;
}
.copyright_info_v2 .footer_social_links li a i {
width: 24px;
height: 24px;
text-align: center;
border-radius: 100%;
line-height: 24px;
vertical-align: middle;
background-color: #cccccc;
color: #fff;
transition: all 0.3s ease;
}
.copyright_info_v2 .footer_social_links li a i:hover {
color: #fff;
background-color: #727272;
} ul.footer_social_links {
float: right;
padding: 0px;
margin: 0px 0px 0px 0px;
}
.footer_social_links li {
float: left;
padding: 0px;
margin: 0px 0px 0px 5px;
}
.footer_social_links li a i, .footer_social_links li a icon {
width: 24px;
height: 24px;
text-align: center;
border-radius: 100%;
line-height: 24px;
vertical-align: middle;
background-color: #212121;
color: #727272;
transition: all 0.3s ease;
}
.footer_social_links li a i:hover, .footer_social_links li a icon:hover {
color: #fff;
background-color: #454545;
}
.copyright_info.white .footer_social_links li a i, .footer_social_links li a icon {
background-color: #cccccc;
color: #FFF;
}
.copyright_info.white .footer_social_links li a i:hover {
color: #fff;
background-color: #727272;
} .google_map1 {
float: left;
width: 100%;
height: 280px;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}
.footer_v1{
background: #272727 url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/footer-bg1.jpg) no-repeat center top;
}
.footer_v1+div.copyright_info{
background: #000;
}
.footer_v1+div.copyright_info p{
color: #454545;
font-size: 12px;
}
.footer_v1 .widgettitle{
letter-spacing: 1px;
margin-bottom: 18px;
} .footer_v3 h1,.footer_v3 h2,.footer_v3 h3,.footer_v3 h4,.footer_v3 h5{
font-family: 'Raleway', sans-serif;
}
.footer_v3{
background: #272727;
color: #ffffff;
font-size: 13px;
padding: 90px 0px 70px 0px;
}
.footer_v3 a{
color: #ffffff;
}
.footer_v3 h2, .footer_v3 h3, .footer_v3 h4{
text-transform: uppercase;
letter-spacing: 0;
color: #ffffff;
}
.footer_v3 h4 {
margin-top: 3px;
}
.footer_v3+div.copyright_info{
background: #1F1F1F;
}
.footer_v3+div.copyright_info p, .footer_v3+div.copyright_info a{
color: #585858;
font-size: 13px;
}
.footer_v3+div.copyright_info a:hover{
color: #EEE;
}
.footer_v3+div.copyright_info .footer_social_links li a i, .footer_v3+div.copyright_info .footer_social_links li a icon{
color: #6f6f71;
background: #303030;
}
.footer_v3+div.copyright_info .footer_social_links li a i:hover, .footer_v3+div.copyright_info .footer_social_links li a icon:hover{
color: #fff;
background-color: #727272;
}
.footer_v3 .qlinks li a{
color: #ffffff;
}
.footer_v3 .qlinks li a:hover{
color: #999;
}
.footer_v3 .qlinks li{
color: #999;
margin-bottom: 2px;
}
.footer_v3 .faddress li{
color: #FFF;
margin-bottom: 2px;
}   .footer_v4 {
float: left;
width: 100%;
padding: 50px 0px 50px 0px;
background: #22a7f0;
text-align: center;
color: #999;
}
.footer_v4 a {
color: #999;
transition: all 0.3s ease;
}
.footer_v4 a:hover {
color: #393939;
}
.footer_v4 .fmlinks {
margin-top: 10px;
margin-bottom: 10px;
color: #fff;
text-align: center;
}
.footer_v4 .fmlinks a {
font-family: 'Raleway', sans-serif;
font-size: 14px;
color: #fff;
text-transform: uppercase;
margin: 0px 4px;
text-align: center;
}
.footer_v4 ul.footer_social_links{
float: none;
padding: 0px;
margin: 0px 0px 34px 0px;
display: inline-block;
}
.footer_v4 .fmlinks a:hover {
color: #333333;
}
.footer_v4 .footer_social_links a i {
background-color: transparent;
width: 50px;
height: 50px;
text-align: center;
border-radius: 100%;
line-height: 50px;
vertical-align: middle;
color: #fff;
margin: 30px 4px 0 2px;
transition: all 0.3s ease;
border: 1px solid #fff;
font-size: 20px;
}
.footer_v4 .footer_social_links a i:hover {
color: #272727;
background-color: #fff;
}
.footer_v4 .footer_con{
font-family: 'Open Sans', sans-serif;
font-size:13px;
color: #91d3f8;
}
.footer_v4 .newsletter .enter_email_input {
height: 55px;
width: 400px;
border: 1px solid #65c2f5;
font-family: 'Open Sans', sans-serif;
color: #fff;
font-size: 13px;
padding: 6px 4px 6px 20px;
background: none;
border-radius: 3px;
float: none;
}
.footer_v4 .kc_text_block{
text-align: center;
}
.footer_v4 .hs_subscribe{
margin-bottom: 35px;
}
.footer_v4 .hs_subscribe .enter_email_input{
height: 55px;
width: 400px;
border: 1px solid #65c2f5;
font-family: 'Open Sans', sans-serif;
color: #fff;
font-size: 13px;
padding: 6px 4px 6px 20px;
background: none;
border-radius: 3px;
}
.footer_v4 .hs_subscribe input[type="button"],.footer_v4 .hs_subscribe input[type="submit"]{
padding: 6px 4px 6px 20px;
border-radius: 3px;
border: 1px solid #65c2f5;
height: 56px;
display: none;
} .footer_v5 {
float: left;
width: 100%;
padding: 64px 0px 0px 0px;
color: #fff;
font-size: 13px;
text-align: left;
background: #272727 url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/world-map-full.png) no-repeat center 75px;
}
.footer_v5 .ftlogo{
float: left;
width: 100%;
display: block;
text-align: center;
margin-bottom: 37px;
}
.footer_v5 h4 {
color: #fff;
font-size: 14px;
font-size: 18px;
font-weight:400;
letter-spacing: 0;
font-family: 'Roboto', sans-serif;
} .footer_v5 ul.faddress {
float: left;
width: 100%;
font-family: 'Open Sans', sans-serif;
color: #999999;
font-size: 14px;
color: #fff;
background-color: #3d3d3d;
opacity: 0.8;
padding: 30px 10px 40px 35px;
}
.footer_v5 .faddress li {
margin: 0px;
padding-top: 3px;
padding-right: 0px;
padding-bottom: 2px;
padding-left: 0px;
}
.footer_v5 .faddress li a {
color: #999;
transition: all 0.3s ease;
}
.footer_v5 .faddress li a:hover {
color: #fff;
} .footer_v5 .qlinks {
float: left;
width: 100%;
}
.footer_v5 .qlinks ul {
float: left;
width: 100%;
padding: 0px;
font-family: 'Open Sans', sans-serif;
color: #fff;
font-size: 13px;
}
.footer_v5 .qlinks li {
padding: 4px 0px;
margin: 0px;
}
.footer_v5 .qlinks li a {
color: #fff;
transition: all 0.3s ease;
font-size: 13px;
}
.footer_v5 .qlinks li a:hover {
color: #999;
}
.footer_v5 .qlinks li a i {
margin-right: 3px;
}
.footer_v5 .qlinks.two li a i {
color: #5b5c60;
font-size: 5px;
margin-right: 8px;
}
.footer_v5 .column1 {
float: left;
width: 33%;
padding-right: 40px;
}
.footer_v5 .column1.last {
padding-right: 0px;
border-right: none;
padding-left: 40px;
}
.footer_v5 .column2 {
float: left;
width: 19.33333%;
padding-right: 0px;
padding-left: 40px;
}
.footer_v5 .column2 .last {
float: left;
padding-right: 0px;
padding-left: 40px;
}
.footer_v5 .column2 ul {
float: left;
width: 100%;
padding: 0;
margin: 0;
}
.v5_divider_line2 {
float: left;
width: 100%;
height: 1px;
background: #3d3d3d;
margin-top: 60px;
margin-bottom: 40px;
} .footer_v5 .copyright-info {
float: left;
width: 100%;
text-align: center;
margin-bottom: 40px;
color: #999;
font-size: 12px;
}
.footer_v5 .copyright-info:before{
content: " ";
float: left;
width: 100%;
height: 1px;
background: #3d3d3d;
margin-top: 64px;
margin-bottom: 40px;
}
.footer_v5 .kc_text_block{
text-align: inherit;
}
.footer_v5 .center.kc_text_block{
text-align: center;
}
.footer_v5 .copyright-info p{
color: #999;
font-size: 12px;
}
.footer_v5 .copyright-info a{
color: #727272;
}
.footer_v5 .copyright-info a:hover{
color: #ffffff;
}
.footer.v7_footer_style {
float: left;
width: 100%;
padding: 90px 0px 64px 0px;
background: #272727;
color: #fff;
font-size: 13px;
text-align:left;
}
.footer.v7_footer_style h4, .footer.v7_footer_style h2 {
font-size: 18px;
color: #fff;
font-weight:600;
text-transform:uppercase;
letter-spacing:normal;
margin-bottom: 10px;
line-height: 25px;
} .v7_footer_style ul.faddress {
float: left;
width: 100%;
padding: 0px;
margin: 0px;
}
.v7_footer_style .faddress li {
padding: 2px 0px;
margin: 0px;
}
.v7_footer_style .faddress li a {
color: #999;
transition: all 0.3s ease;
}
.v7_footer_style .faddress li a:hover {
color: #fff;
} .v7_footer_style .qlinks {
float: left;
width: 100%;
}
.v7_footer_style .qlinks ul {
float: left;
width: 100%;
padding: 0px;
margin: 5px 0px 0px 0px;
}
.v7_footer_style .qlinks li {
padding: 4px 0px;
margin: 0px;
}
.v7_footer_style .qlinks li a {
color: #fff;
transition: all 0.3s ease;
}
.v7_footer_style .qlinks li a:hover {
color: #999;
}
.v7_footer_style .qlinks li a i {
margin-right: 3px;
}
.v7_footer_style .qlinks.two li a i {
color: #5b5c60;
font-size: 5px;
margin-right: 8px;
} .v7_footer_style .twitter_feeds_three {
float: left;
padding: 0px;
margin: 9px 0px 0px 0px;
}
.v7_footer_style .twitter_feeds_three li {
padding: 0px;
margin: 0px;
float: left;
}
.v7_footer_style .twitter_feeds_three li.bhline {
padding-bottom: 22px;
margin-bottom: 20px;
border-bottom: 1px solid #3d3d3d;
}
.v7_footer_style .twitter_feeds_three li a {
color: #fff;
transition: all 0.3s ease;
}
.v7_footer_style .twitter_feeds_three li a:hover {
color: #999;
}
.v7_footer_style .twitter_feeds_three li i {
padding: 0px;
margin: 0px 5px 0px 0px;
}
.v7_footer_style .twitter_feeds_three li em {
float: left;
font-size: 10px;
font-style: normal;
color: #727272;
}
.v7_footer_style .twitter_feeds_three li em a {
color: #727272;
transition: all 0.3s ease;
}
.v7_footer_style .twitter_feeds_three li em a:hover {
color: #727272;
text-decoration: underline;
}
.v7_footer_style .twitter_feeds_three li.bhline.two {
border-bottom: 1px solid #e3e3e3;
} .v7_footer_style #flickr_badge_wrapper {
padding: 0px;
margin: 0px;
width: 100%;
}
.v7_footer_style #flickr_badge_wrapper img {
width: 70px;
height: 70px;
margin-right: 7px;
border: 0px solid #999 !important;
}
.v7_footer_style #flickr_www {
display:block;
padding:0 10px 0 10px !important;
}
.v7_footer_style #flickr_badge_uber_wrapper a:hover,
.v7_footer_style #flickr_badge_uber_wrapper a:link,
.v7_footer_style #flickr_badge_uber_wrapper a:active,
.v7_footer_style #flickr_badge_uber_wrapper a:visited {
text-decoration:none !important;
background:inherit !important;
color:#3993ff;
}
.v7_footer_style #flickr_badge_wrapper {
margin-top: 25px;
}
.v7_footer_style #flickr_badge_source {
padding:0 !important;
} .v7_copyright_info {
float: left;
padding: 30px 0px 25px 0px;
width: 100%;
color: #585858;
font-size: 13px;
font-style: normal;
font-weight: normal;
background: #1f1f1f;
}
.v7_copyright_info .one_half p {
font-size: 13px;
color: #585858;
}
.v7_copyright_info a {
margin-top: 10px;
font-size: 12px;
color: #585858;
text-align: right;
transition: all 0.3s ease;
font-family: Verdana, Geneva, sans-serif;
}
.v7_copyright_info a:hover {
color: #e3e3e3;
} .v7_copyright_info ul.footer_social_links {
float: right;
padding: 0px;
margin: 0px 0px 0px 0px;
}
.v7_copyright_info .footer_social_links li {
float: left;
padding: 0px;
margin: 0px 0px 0px 5px;
}
.v7_copyright_info .footer_social_links li a i {
width: 24px;
height: 24px;
text-align: center;
border-radius: 100%;
line-height: 24px;
vertical-align: middle;
background-color: #303030;
color: #6f6f71;
transition: all 0.3s ease;
}
.v7_copyright_info .footer_social_links li a i:hover {
color: #fff;
background-color: #727272;
} .scrollup{
width:40px;
height:40px;
opacity:1;
position:fixed;
bottom:22px;
right:20px;
display:none;
text-indent:-9999px;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/scroll-top-arrow.png) no-repeat left top;
z-index: 9001;
}
.play-button i {
margin: 15px 0 0 20px;
}
.copyright_info.ci_style7{
padding: 35px 0px;
background-color: #3c3c3c;
color: #999999;
}
.copyright_info.ci_style7 a {
color: #727272;
text-decoration: none;
font-size: 14px;
}
.copyright_info.ci_style7 a:hover{
color: #ffffff;
}
.footer .tagcloud > a{
float: left;
color: #eee;
padding: 5px 10px;
margin: 0px 5px 10px 5px;
transition: all 0.3s ease;
background: rgba(255, 255, 255, 0.4);
border-radius: 0;
font-size: 14px!important;
}
.cons_footer{
}  .cons_footer {
float: left;
width: 100%;
padding: 45px 0px 30px 0px;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/footer-bg-graph.jpg) no-repeat center bottom;
}
.cons_footer h4, .cons_footer h2{
font-size: 18px;
line-height: 25px;
margin-bottom: 10px;
font-style: normal;
margin-top: 10px;
text-transform: uppercase;
text-align: left;
font-family: 'Roboto', sans-serif;
font-weight: 700;
color: #272727;
letter-spacing: 0.5px;
}
.cons_footer .faddress .ul {
float: left;
width: 100%;
padding: 0px;
margin: 0px;
}
.cons_footer .faddress li {
margin: 0px;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
}
.cons_footer .faddress ul li:first-child{
margin-bottom: 20px;
}
.cons_footer .faddress ul li:last-child{
margin-top: 20px;
}
.cons_footer .faddress li a {
color: #727272;
}
.cons_footer .faddress li a:hover {
color: #272727;
}
.cons_footer .faddress li.small {
margin: 0px;
font-family: 'Open Sans', sans-serif;
font-size: 12px;
} .cons_footer .footerservices li {
margin: 0px;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
padding:4px 0px 4px 0px;
}
.cons_footer .footerservices li a {
color: #aaaaaa;
}
.cons_footer .footerservices li a:hover {
color: #272727;
} .cons_footer .footer_Blogs {
padding:0;
}
.footer_Blogs .post_clear {
clear:both;
}
.cons_footer .footer_Blogs ul {
list-style:none;
float: left;
width: 100%;
padding: 0px;
margin: 0px;
}
.cons_footer .footer_Blogs ul li {
list-style: none;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
padding-top: 5px;
}
.cons_footer .footer_Blogs span {
float:left;
padding:5px 15px 5px 0;
}
.cons_footer .footer_Blogs a {
color:#FFFFFF;
text-decoration:none;
}
.cons_footer .footer_Blogs a:hover {
text-decoration:none;
}
.cons_footer .footer_Blogs .footer_Blogs_line {
height:1px;
margin:0 10px 10px 10px;
background-color: #71391e;
} .cons_footer .footer_categories {
float: left;
width: 100%;
}
.cons_footer .footer_categories a, .cons_footer .widget_categories li a {
float: left;
font-size: 14px;
color: #aaaaaa;
border: solid 1px #e9e9e9;
padding:5px 7px;
margin-right:8px;
margin-top:5px;
}
.cons_footer .footer_categories a:hover, .cons_footer .widget_categories li a:hover {
color: #272727;
}
.cons_footer .widget_categories li{
display: inline-block;
} .cons_copyright_info {
float: left;
width: 100%;
color: #727272;
font-size: 13px;
font-style: normal;
font-weight: 300;
background-color:#f3f3f3;
padding: 37px 0px 37px 0px;
}
.cons_copyright_info .one_half.last {
text-align: right;
}
.cons_copyright_info a {
color: #727272;
transition: all 0.3s ease;
}
.cons_copyright_info a:hover {
color: #999;
}
.cons_footer .fbposts a:hover{
color: #333333;
}  .travel_footer {
float: left;
width: 100%;
padding: 57px 0px 45px 0px;
background: #181818;
}
.travel_footer h2, .travel_footer h4{
color: #FFFFFF;
font-size: 18px;
line-height: 25px;
margin-bottom: 18px;
font-style: normal;
font-weight: normal;
font-family: 'Fredoka One', sans-serif;
}
.travel_footer .faddress ul {
float: left;
width: 100%;
padding: 0px;
margin: 10px 0px 0px 0px;
}
.travel_footer .faddress li {
margin: 0px;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
}
.travel_footer .faddress ul li:first-child{
margin-bottom: 20px;
}
.travel_footer .faddress ul li:last-child{
margin-top: 20px;
}
.travel_footer .faddress li a {
color: #727272;
}
.travel_footer .faddress li a:hover {
color: #fff;
}
.travel_footer .faddress li.small {
margin: 0px;
font-family: 'Open Sans', sans-serif;
font-size: 12px;
} .travel_footer .footerservices li {
margin: 0px;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
padding:4px 0px 4px 0px;
}
.travel_footer .footerservices li a {
color: #999;
}
.travel_footer .footerservices li a:hover {
color: #fff;
} .travel_footer .footer_categories a, .travel_footer .widget_categories li a {
float: left;
font-size: 14px;
color: #999;
border: solid 1px #999;
padding: 5px 7px;
margin-right: 8px;
margin-top: 5px;
}
.travel_footer .widget_categories li a:hover{
color: #fff;
border: solid 1px #fff;
}
.travel_footer .footer_Blogs {
padding:0;
}
.travel_footer .footer_Blogs .post_clear {
clear:both;
}
.travel_footer .footer_Blogs ul {
list-style:none;
float: left;
width: 100%;
padding: 0px;
margin: 0px;
}
.travel_footer .footer_Blogs ul li {
list-style: none;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
padding-top: 5px;
}
.travel_footer .footer_Blogs span {
float:left;
padding:5px 15px 5px 0;
}
.travel_footer .footer_Blogs a {
color:#999;
text-decoration:none;
}
.travel_footer .footer_Blogs a:hover {
color: #fff;
text-decoration:none;
}
.travel_footer .footer_Blogs .footer_Blogs_line {
height:1px;
margin:0 10px 10px 10px;
background-color: #71391e;
} .travel_footer .footer_categories {
float: left;
width: 100%;
}
.travel_footer .footer_categories a {
float: left;
font-size: 14px;
color: #999;
border: solid 1px #999;
padding:5px 7px;
margin-right:8px;
margin-top:5px;
}
.travel_footer .footer_categories a:hover {
color: #fff;
border: solid 1px #fff;
} .travel_copyright_info {
float: left;
width: 100%;
color: #727272;
font-size: 12px;
font-style: normal;
font-weight: 300;
background: #0f0f0f;
padding: 37px 0px 34px 0px;
}
.travel_copyright_info .one_half.last {
text-align: right;
}
.travel_copyright_info a {
color: #727272;
transition: all 0.3s ease;
}
.travel_copyright_info a:hover {
color: #999;
} html, body, #main, .site_wrapper, .sb-slidebar { margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html, body {
width: 100%;
overflow-x: hidden; }
html {
height: 100%; }
body {
min-height: 100%;
height: auto;
position: relative; } html.sb-scroll-lock.sb-active:not(.sb-static) {
overflow: hidden;
}
.rev_slider_wrapper.fullscreen-container{
left: 0!important;
} #main, .site_wrapper { width: 100%;
position: relative;
z-index: 1; background-color: #ffffff; } #main:before, #main:after, .site_wrapper:before, .site_wrapper:after {
content: ' ';
display: table;
}
#main:before, #main:after, .site_wrapper:before, .site_wrapper:after {
clear: both;
} .sb-slidebar {
height: 100%;
overflow-y: auto; position: fixed;
top: 0;
z-index: 0; display: none; background-color: #364150; }
.sb-slidebar, .sb-slidebar * {
-webkit-transform: translateZ( 0px ); }
.sb-left {
left: 0; }
.sb-right {
right: 0; }
html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
position: absolute; }
.sb-slidebar.sb-active {
display: block; }
.sb-style-overlay {
z-index: 9999; }
.sb-momentum-scrolling {
-webkit-overflow-scrolling: touch; } .sb-slidebar {
width: 30%;
}
.sb-width-thin {
width: 15%;
}
.sb-width-wide {
width: 45%;
}
@media (max-width: 480px) { .sb-slidebar {
width: 70%;
}
.sb-width-thin {
width: 55%;
}
.sb-width-wide {
width: 85%;
}
}
@media (min-width: 481px) { .sb-slidebar {
width: 55%;
}
.sb-width-thin {
width: 40%;
}
.sb-width-wide {
width: 70%;
}
}
@media (min-width: 768px) { .sb-slidebar {
width: 50%;
}
.sb-width-thin {
width: 25%;
}
.sb-width-wide {
width: 55%;
}
}
@media (min-width: 992px) { .sb-slidebar {
width: 30%;
}
.sb-width-thin {
width: 15%;
}
.sb-width-wide {
width: 45%;
}
}
@media (min-width: 1200px) { .sb-slidebar {
width: 20%;
}
.sb-width-thin {
width: 5%;
}
.sb-width-wide {
width: 35%;
}
} .sb-slide, #main.site_wrapper, .sb-slidebar {
-webkit-transition: -webkit-transform 400ms ease;
-moz-transition:    -moz-transform 400ms ease;
-o-transition:      -o-transform 400ms ease;
transition:         transform 400ms ease;
-webkit-transition-property: -webkit-transform, left, right;
-webkit-backface-visibility: hidden;
}
.sb-slide, .sb-slidebar {
-webkit-transform: translate( 0px );
-moz-transform: translate( 0px );
-o-transform: translate( 0px );
transform: translate( 0px );
} .sb-hide {
display: none; }
.sb-slidebar ul.nav{
margin: 0;
padding: 0;
}
.sb-slidebar ul.nav > li > a{
display: block;
padding: 15px;
background-color: #2C3542;
border-bottom: 1px solid #3d4957;
}
.sb-slidebar .nav>li>.dropdown-menu>li{
}
.sb-slidebar .col-xs-1, .sb-slidebar .col-sm-1, .sb-slidebar .col-md-1, .sb-slidebar .col-lg-1, .sb-slidebar .col-xs-2, .sb-slidebar .col-sm-2, .sb-slidebar .col-md-2, .sb-slidebar .col-lg-2, .sb-slidebar .col-xs-3, .sb-slidebar .col-sm-3, .sb-slidebar .col-md-3, .sb-slidebar .col-lg-3, .sb-slidebar .col-xs-4, .sb-slidebar .col-sm-4, .sb-slidebar .col-md-4, .sb-slidebar .col-lg-4, .sb-slidebar .col-xs-5, .sb-slidebar .col-sm-5, .sb-slidebar .col-md-5, .sb-slidebar .col-lg-5, .sb-slidebar .col-xs-6, .sb-slidebar .col-sm-6, .sb-slidebar .col-md-6, .sb-slidebar .col-lg-6, .sb-slidebar .col-xs-7, .sb-slidebar .col-sm-7, .sb-slidebar .col-md-7, .sb-slidebar .col-lg-7, .sb-slidebar .col-xs-8, .sb-slidebar .col-sm-8, .sb-slidebar .col-md-8, .sb-slidebar .col-lg-8, .sb-slidebar .col-xs-9, .sb-slidebar .col-sm-9, .sb-slidebar .col-md-9, .sb-slidebar .col-lg-9, .sb-slidebar .col-xs-10, .sb-slidebar .col-sm-10, .sb-slidebar .col-md-10, .sb-slidebar .col-lg-10, .sb-slidebar .col-xs-11, .sb-slidebar .col-sm-11, .sb-slidebar .col-md-11, .sb-slidebar .col-lg-11, .sb-slidebar .col-xs-12, .sb-slidebar .col-sm-12, .sb-slidebar .col-md-12, .sb-slidebar .col-lg-12{
padding: 0;
margin: 0;
}
.sb-slidebar.sb-left .nav .yamm-fw .yamm-content{
margin-left: 0!important;
}
.sb-slidebar ul.nav > li > ul.dropdown-menu li > a, .sb-slidebar ul.nav > li > ul.dropdown-menu li li a{
display: block;
padding: 10px 15px 10px 30px;
border-top: 1px solid #3d4957;
}
.sb-slidebar ul.nav > li > ul.dropdown-menu li:hover > a, .sb-slidebar ul.nav > li > ul.dropdown-menu li li:hover a{
background: #2C3542;
color: #b4bcc8;
}
.sb-slidebar .list-unstyled li:first-child{
border: none;
margin-bottom: 0;
}
.sb-slidebar .list-unstyled li p {
color: #2ECC71;
padding: 10px 15px 10px 30px!important;
display: block;
line-height: 24px;
margin: 0;
}
.sb-slidebar .dropdown-menu>li>a{
padding: 11px 20px 11px 30px !important;
}
body .sb-slidebar ul.nav > li.buynowbut{
padding: 0!important;
width: 100%;
}
body .sb-slidebar ul.nav > li.buynowbut a{
border: none;
border-bottom: 1px solid #3d4957;
border-radius: 0;
padding: 15px;
}
body .sb-slidebar .list-unstyled > li{
padding: 0;
}
.sb-slidebar .tpbut.minicart-li{
float: left;
padding: 15px;
}
.sb-slidebar li.nav-search>a i{
float: left;
margin-top: 6px!important;
margin-right: 10px;
}
.sb-slidebar .minicart-li a i{
margin-right: 20px;
}
.sb-slidebar .list-unstyled li.dart{
padding: 15px;
width: calc(100% - 30px);
color: #FFF;
}
.sb-slidebar .container{
width: 100%;
}
.sb-slidebar .dropdown-menu .container > .kc_col-sm-4{
border: none;
}
.sb-slidebar .row{
margin-right: 0;
margin-left: 0;
margin-top: 0;
}
.sb-slidebar .nav_has_cart ul.nav>li>a{
padding: 15px;
}
.sb-slidebar .tpbut.minicart-li a {
color: #ffffff;
}
.sb-slidebar nav.nav_has_cart {
width: 100%;
}
.sb-slidebar .dropdown-menu .container > .kc_col-sm-4{
width: 100%
}
@media only screen and (max-width: 999px) {
.sb-toggle-right{
right: 20px;
left: auto!important;
}
.sb-slidebar .dropdown-menu .kc_row > .kc_col-sm-4{
width: 100%;
margin-right: 0;
border-right: none;
}
} .page-builder h3 b{
font-weight: 700;
font-size: 45px;
line-height: 45px;
display: block;
color:#2ecc71;
margin-top: 10px;
}
.page-builder h3{
color:#272727;
}
body .overlay-box{
background:rgba(255,255,255,0.9);
}
.text-holder {
max-width: 440px;
display: inline-block;
text-align: left;
position: relative;
}
.text-box {
display: table-cell;
vertical-align: middle;
text-align: left;
}
.text-box .text{
display: block;
text-align: left;
}
#live-editor .text-box, #builder .text-box{
text-align: center;
}
#filters-demos{
margin-bottom: 40px;
font-size: 20px;
letter-spacing: 0.5px;
}
#filters-demos.cbp-l-filters-alignCenter .cbp-filter-item{
font-size: 20px;
margin: 0 10px;
padding: 5px 2px;
border-bottom: 2px solid #fff;
}
#filters-demos.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active{
border-bottom: 2px solid #2ecc71;
color: #2ecc71;
}
#grid-demos .caption{
text-align: center;
font-weight: 700;
text-transform: uppercase;
color: #FFF;
line-height: 50px;
}
#grid-demos .cbp-wrapper{
margin-left: 0;
}
#grid-demos a img {
border: 1px solid rgba(0,0,0,0.1);
}
#grid-demos.cbp-caption-active .cbp-caption-activeWrap{
height: 50px;
bottom: 0;
top: auto;
background-color: rgba(0,0,0,0.7);
}
.landing-heading strong{
color:#2ecc71;
}
#key-features .one_fifth{
background:#FFF;
padding: 40px 0;
border-radius:5px;
}
#key-features .one_fifth i, #key-features .one_fifth icon{
color:#868686;
font-weight:300;
min-height: 45px;
font-size:45px;
}
#key-features .one_fifth h3{
line-height: 25px;
font-size: 17px;
font-weight: 500;
width: 80%;
margin: 30px auto 0px;
}
#key-features .one_fifth h3 p {
line-height: 25px;
font-size: 17px;
font-weight: 300;
font-family: 'Raleway',sans-serif;
}
#key-features .new-line{
margin-bottom:60px;
}
.page-builder p{
line-height: 26px;
font-size: 15px;
}
.header_box h2{
font-family: 'Roboto',sans-serif;
font-size: 45px;
margin-bottom: 0px;
color:#2ecc71;
}
.header_box h3{
font-family: 'Roboto',sans-serif;
margin-bottom: 0px;
font-size: 35px;
color:#2ecc71;
}
.heading_landing{
font-size: 35px;
line-height: 35px;
text-transform: capitalize;
}
.big_landing_button{
display: inline-block;
text-align: center;
margin-top: 20px;
text-transform: uppercase;
font-weight: 700;
background: #2ECC71;
padding:10px 22px;
font-size: 18px;
border-radius: 4px;
color: #fff;
}
.big_landing_button:hover{
background-color: #FFF;
color:#2ECC71;
}
.header_box{
padding: 25px;
border: 5px solid #2ECC71;
font-size: 30px;
color: #2ECC71;
text-align: center;
display: inline-block;
margin-bottom: 60px;
}
#included-plugins .kc_box_wrap .one-third{
width: 100px;
}
#live-editor img{
float: left;
}
#key-features .heading_landing{
color: #fff;
}
body.home.page{
background-color: #eee;
}
body.home.page .layout-boxed{
background-color: #fff!important;
}
@media only screen and (max-width: 999px){
#builder, #section-manager, #live-editor{
float: none;
}
#builder .kc_column, #section-manager .kc_column, #live-editor .kc_column{
padding-right: 0px;
padding-left: 0px;
width: 720px!important;
float: none;
margin-left: auto;
margin-right: auto;
display: block;
}
#builder .kc_column:first-child, #section-manager .kc_column:first-child, #live-editor .kc_column:first-child{
margin-bottom: 40px;
}
body .text-holder{
max-width: 100%;
width: 100%;
margin-left: auto;
margin-right: auto;
}
.page-builder .v13_button4{
float: none;
}
#section-manager .imgframe2{
float: none;
}
#section-manager.responsive .kc_column{
background: none;
}
.page-builder.responsive h3{
color: #fff;
}
.page-builder.responsive p{
color: #fff;
}
#key-features .one_fifth{
width: 30%!important;
margin-right: 4%;
margin-bottom: 30px;
display: inline-block;
float: none;
min-height: 203px;
margin-top: 0;
}
#key-features{
text-align: center;
}
#key-features .one_fifth:nth-child(3n){
margin-right: 0;
float: right;
}
#included-plugins .kc_box_wrap .one-third, #included-plugins .kc_box_wrap .two-third{
float: none;
width: 100%;
margin-bottom: 20px;
text-align: center;
}
#included-plugins .kc_box_wrap .two-third{
margin-bottom: 60px;
float: none;
width: 100%;
text-align: center;
}
#how-service .kc_column_inner{
width:100%!important;
text-align: center;
margin-bottom: 60px;
}
#how-service .kc_column_inner:last-child{
margin-bottom: 0;
}
#pre-sections  .one-third{
width:100%;
text-align: center!important;
margin-bottom: 20px;
}
#pre-sections  .one-third h2{
text-align: center!important;
}
#section-manager.responsive .kc_column:first-child{
padding-bottom: 20px;
}
#section-manager.responsive .kc_column:last-child{
padding-top: 0;
}
.join-us{
background-size: contain;
padding-bottom: 60%!important;
}
}
@media only screen and (max-width: 639px){
#key-features .one_fifth, #key-features .one_fifth:nth-child(3n){
width: 80%!important;
margin-right: 0;
margin-left: 0;
float: none;
}
#builder .kc_column, #section-manager .kc_column, #live-editor .kc_column{
width: 80%!important;
}
body .page-builder h3{
text-align: center;
}
body #builder .kc_text_block{
text-align: center;
}
body .page-builder .v13_button4{
margin-left: auto;
margin-right: auto;
}
}
.layout-boxed #mainslider .container {
margin:0;
}
.layout-boxed .res_feature_section3,
.layout-boxed .res_feature_section4{
overflow: hidden;
}
.layout-boxed .res_feature_section3 .kc_single_image img, .layout-boxed .res_feature_section4 .kc_single_image img{
max-width: auto;
height: 100%;
} [class*="shop_feature_section"] h1,
[class*="shop_feature_section"] h2,
[class*="shop_feature_section"] h3,
[class*="shop_feature_section"] h4,
[class*="shop_feature_section"] h5,
[class*="shop_feature_section"] h6 {
font-family: 'Raleway', sans-serif;
font-weight: bold;
color: #272727;
letter-spacing: initial;
}
[class*="shop_feature_section"] h1 {
font-size: 35px;
line-height: 35px;
margin-bottom: 30px;
}
[class*="shop_feature_section"] h2 {
font-size: 27px;
line-height: 32px;
margin-bottom: 20px;
text-transform: uppercase;
}
[class*="shop_feature_section"] h3 {
font-size: 21px;
line-height: 28px;
margin-bottom: 10px;
}
[class*="shop_feature_section"] h4 {
font-size: 18px;
line-height: 25px;
margin-bottom: 10px;
font-style: normal;
font-weight: normal;
}
[class*="shop_feature_section"] h5 {
font-size: 16px;
line-height: 23px;
margin-bottom: 12px;
font-style: normal;
}
[class*="shop_feature_section"] h6 {
font-size: 14px;
line-height: 23px;
margin-bottom: 12px;
font-style: normal;
}
[class*="shop_feature_section"] h1 b {
font-weight: normal;
}
[class*="shop_feature_section"] h1 strong {
font-weight: bold;
}
[class*="shop_feature_section"] h1.light,
[class*="shop_feature_section"] h2.light,
[class*="shop_feature_section"] h3.light,
[class*="shop_feature_section"] h4.light,
[class*="shop_feature_section"] h5.light,
[class*="shop_feature_section"] h6.light {
font-weight: 300;
}
[class*="shop_feature_section"] h1.medium,
[class*="shop_feature_section"] h2.medium,
[class*="shop_feature_section"] h3.medium,
[class*="shop_feature_section"] h4.medium,
[class*="shop_feature_section"] h5.medium,
[class*="shop_feature_section"] h6.medium {
font-family: 'Raleway', sans-serif;
font-weight: 400;
color:#727272;
}
[class*="shop_feature_section"] p {
font-weight: normal;
line-height: 25px;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #727272;
}
[class*="shop_feature_section"] .less1 {
width: 75%;
margin: 0 auto;
}
[class*="shop_feature_section"] .less2 {
width: 50%;
margin: 0 auto;
}
[class*="shop_feature_section"] .less3 {
width: 60%;
margin: 0 auto;
}
[class*="shop_feature_section"] .less4 {
width: 45%;
margin: 0 auto;
}
[class*="shop_feature_section"] .less5 {
width: 85%;
margin: 0 auto;
}
[class*="shop_feature_section"] .less6 {
width: 70%;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}
[class*="shop_feature_section"] .less7 {
width: 77%;
margin: 0 auto;
}
[class*="shop_feature_section"] .less8 {
width: 67%;
margin: 0 auto;
}
[class*="shop_feature_section"] .less9 {
width: 87%;
margin: 0 auto;
}
[class*="shop_feature_section"] .less10 {
width: 89%;
margin: 0 auto;
} .shop_feature_section1 {
float: left;
width: 100%;
text-align: center;
padding:70px 0px 70px 0px;
}
.shop_feature_section1 .con{
float: left;
width: 100%;
text-align: center;
text-transform: uppercase;
transition: all 0.3s ease;
}
.shop_feature_section1 .con h3{
position: absolute;
top: 50%;
transition: all 0.3s ease;
width:100%;
padding: 5px 0px;
margin-top: 6px;
font-size: 21px;
line-height: 28px;
font-weight: bold;
}
.shop_feature_section1 .con a .rimg {
float: left;
}
.shop_feature_section1 .con a p {
position: absolute;
top: 50%;
width: 100%;
margin-top: 44px;
}
.shop_feature_section1 .con a:hover h3{
background: #eba687;
}
.shop_feature_section1 .con p{
font:14px;
font-weight:500;
text-transform:uppercase;
color:#fff;
} .shop_feature_section2 {
float: left;
width: 100%;
text-align: center;
padding:20px 0px 90px 0px;
}
.shop_feature_section2 i{
font-size:10px;
color:#eba687;
}
.shop_feature_section2 .one_fourth_less{
text-align:center;
}
.shop_feature_section2 h5 {
font-size:14px;
font-weight:600;
padding-top:8px;
text-transform:uppercase;
margin-bottom:0px;
}
.shop_feature_section2 h4 {
font: 18px 'Open Sans', sans-serif;
font-weight:bold;
padding:6px 0px 12px 0px;
}
.shop_feature_section2 h4 em {
font-weight: normal;
padding-top: 6px;
color: #999999;
font-family: 'Open Sans', sans-serif;
font-size: 18px;
text-decoration: line-through;
font-style: normal;
} .shop_feature_section3 {
float: left;
width: 100%;
text-align:center;
padding: 230px 0px 140px 0px;
}
.shop_feature_section3 h2 {
font-size:45px;
font-weight:bold;
color:#fff;
}
.shop_feature_section3 h1 {
font-size:72px;
font-weight:800;
color:#fff;
text-transform:uppercase;
}
.shop_feature_section3 h1 em{
color:#eba687;
font-style:normal;
} .shop_feature_section4 {
float: left;
width: 100%;
text-align: center;
padding:90px 0px 70px 0px;
}
.shop_feature_section4 h2  {
text-transform:uppercase;
margin-bottom:30px;
}
.last-post-layout-9 .content {
float: left;
width:100%;
text-align:center;
}
.last-post-layout-9 .befor {
background:#eba687;
padding:5px 14px;
width:50%;
color:#fff;
text-align:center;
font-size: 13px;
font-weight:600;
text-transform:uppercase;
transition: all 0.3s ease;
}
.last-post-layout-9 .befor:hover {
background:#272727;
color:#fff;
}
.last-post-layout-9 .after {
background:#e9e9e9;
padding:5px 14px;
width:50%;
color:#272727;
text-align:center;
font-size: 13px;
font-weight:600;
text-transform:uppercase;
transition: all 0.3s ease;
}
.last-post-layout-9 .after:hover {
background:#272727;
color:#fff;
}
.last-post-layout-9 h5 {
padding:18px 0px 15px 0px;
text-align:center;
text-transform:uppercase;
margin-bottom:0px;
font-size:14px;
}
.last-post-layout-9.owl-carousel .owl-item {
padding: 0px 10px;
}
.last-post-layout-9 .owl-controls .owl-page, .last-post-layout-9 .owl-controls .owl-buttons div {
margin-top: 35px;
} .shop_feature_section6 {
float: left;
width: 100%;
text-align:center;
background-color:#272727;
padding:76px 0px 70px 0px ;
}
.shop_feature_section6 .box1{
width:22%;
float:left;
}
.shop_feature_section6 .box2{
width:22%;
float:left;
}
.shop_feature_section6 .box3{
width:28%;
float:left;
}
.shop_feature_section6 .box4{
width:28%;
float:left;
}
.shop_feature_section6 i {
color: #FFF;
font-size: 50px;
margin-right: 14px;
float:left;
text-align:left;
}
.shop_feature_section6 h4 {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-weight:bold;
color: #fff;
margin:0 auto;
letter-spacing:normal;
display:block;
text-transform:none;
padding-top:0px;
text-align:left;
}
.shop_feature_section6 h4 b {
font-size: 14px;
font-weight:normal;
color: #fff;
display: block;
}
.shop_newsletter .enter_email_input {
float: left;
padding: 3px 0px 4px 20px;
height: 55px;
width: 76%;
background: #fff;
border: none;
color: #999999;
font-size: 14px;
}
.shop_newsletter .input_submit {
float: left;
padding: 16px 16px;
background-color: #eba687;
border: 0px;
font-size: 18px;
font-weight: 600;
color: #fff;
text-transform: uppercase;
transition: all 0.3s ease;
}
.shop_newsletter .input_submit:hover {
color: #fff;
cursor: pointer;
background-color: #454545;
}
.shop_newsletter .input_submit.color2 {
background-color: #50c9d4;
} .shop_feature_section13 {
float: left;
width: 100%;
text-align: center;
padding: 80px 0px 80px 0px;
background: #f3f3f3;
}
body .shop_feature_section13 .less6 {
width: 87%;
margin: 0 auto;
}
.shop_feature_section13 .climg img {
width: 12.5%;
border-radius: 100%;
margin-bottom: 20px;
} .shop_feature_section14 {
float: left;
width: 100%;
text-align: center;
padding: 70px 0px 70px 0px;
}
.shop_feature_section14 h4{
font-size: 18px;
font-weight:200px;
letter-spacing:normal;
}
.shop_feature_section14 li {
float: left;
width: 16.66%;
border-right: 1px solid #eee;
}
.shop_feature_section14 li.last {
border-right: none;
}
.shop_feature_section14 span {
color: #999;
font-size: 35px;
display: block;
margin-bottom: 14px;
}
.shop_feature_section14 li:hover span {
color: #ee7164;
}
.shop_button1 {
font-family: 'Open Sans', sans-serif;
color: #9a9a9a;
font-size: 12px;
border: solid 2px #e9e9e9;
transition: all 0.3s ease;
padding: 5px 19px;
text-transform:uppercase;
font-weight:600;
}
.shop_button1:hover {
color: #fff;
background: #272727;
}
.shop_button2 a {
font-family: 'Raleway', sans-serif;
color: #fff;
font-size: 14px;
border: solid 2px #fff;
transition: all 0.3s ease;
padding: 9px 30px;
text-transform:uppercase;
font-weight:600;
background: none;
}
.shop_button2 a:hover {
color: #272727;
background: #fff;
}
.shop_tabs_sliders .kc-tabs-slider-nav li{
background: none;
padding: 7px 12px;
cursor: pointer;
color: #999;
font-family: 'Raleway', sans-serif;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
margin: 0 10px 50px 10px;
text-align: center;
border: 1px solid #ccc;
}
.shop_tabs_sliders .kc-tabs-slider-nav li.kc-title-active {
color: #272727;
border: 1px solid #272727;
background: transparent;
}
.shop_tabs_sliders .kc-tabs-slider-nav li.kc-title-active a{
color: #272727;
}
.shop_tabs_sliders .kc-tabs-slider-nav li a{
color: #999;
}
.shop_tabs_sliders ul.products li.product .king-product-info h3.product-title a {
text-align: center;
}
.shop_tabs_sliders .product-buttons .show_details_button {
float: initial;
margin-left: 10px;
display: inline-block;
}
.shop_tabs_sliders .owl-carousel .woocommerce .products .king-product-info .product-title{
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
padding: 4px 0 0 0;
}
.shop_tabs_sliders .owl-carousel .woocommerce .products .king-product-info .price del .amount{
color: #999999;
font-family: "Open Sans",sans-serif;
font-size: 18px;
font-style: normal;
font-weight: normal;
padding-top: 6px;
text-decoration: line-through;
padding-top: 0;
}
.shop_tabs_sliders .owl-carousel .woocommerce .products .king-product-info .price ins .amount{
font: bold 18px "Open Sans",sans-serif;
}
.shop_tabs_sliders .owl-carousel .woocommerce .products .product-buttons .product-buttons-box a.show_details_button{
margin-left: 20px;
} [class*="shop2_feature_section"] h1,
[class*="shop2_feature_section"] h2,
[class*="shop2_feature_section"] h3,
[class*="shop2_feature_section"] h4,
[class*="shop2_feature_section"] h5,
[class*="shop2_feature_section"] h6 {
font-family: 'Open Sans', sans-serif;
font-weight: bold;
color: #272727;
letter-spacing: initial;
}
[class*="shop2_feature_section"] h1 {
font-size: 35px;
line-height: 35px;
margin-bottom: 30px;
}
[class*="shop2_feature_section"] h2 {
font-size: 27px;
line-height: 32px;
margin-bottom: 20px;
text-transform: uppercase;
}
[class*="shop2_feature_section"] h3 {
font-size: 21px;
line-height: 28px;
margin-bottom: 10px;
}
[class*="shop2_feature_section"] h4 {
font-size: 18px;
line-height: 25px;
margin-bottom: 10px;
font-style: normal;
font-weight: normal;
}
[class*="shop2_feature_section"] h5 {
font-size: 16px;
line-height: 23px;
margin-bottom: 12px;
font-style: normal;
}
[class*="shop2_feature_section"] h6 {
font-size: 14px;
line-height: 23px;
margin-bottom: 12px;
font-style: normal;
}
[class*="shop2_feature_section"] h1 b {
font-weight: normal;
}
[class*="shop2_feature_section"] h1 strong {
font-weight: bold;
}
[class*="shop2_feature_section"] h1.light,
[class*="shop2_feature_section"] h2.light,
[class*="shop2_feature_section"] h3.light,
[class*="shop2_feature_section"] h4.light,
[class*="shop2_feature_section"] h5.light,
[class*="shop2_feature_section"] h6.light {
font-weight: 300;
}
[class*="shop2_feature_section"] h1.medium,
[class*="shop2_feature_section"] h2.medium,
[class*="shop2_feature_section"] h3.medium,
[class*="shop2_feature_section"] h4.medium,
[class*="shop2_feature_section"] h5.medium,
[class*="shop2_feature_section"] h6.medium {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
color:#727272;
}
[class*="shop2_feature_section"] p {
line-height: 25px;
}
[class*="shop2_feature_section"] .less1 {
width: 75%;
margin: 0 auto;
}
[class*="shop2_feature_section"] .less2 {
width: 50%;
margin: 0 auto;
}
[class*="shop2_feature_section"] .less3 {
width: 60%;
margin: 0 auto;
}
[class*="shop2_feature_section"] .less4 {
width: 45%;
margin: 0 auto;
}
[class*="shop2_feature_section"] .less5 {
width: 85%;
margin: 0 auto;
}
[class*="shop2_feature_section"] .less6 {
width: 92%;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}
[class*="shop2_feature_section"] .less7 {
width: 77%;
margin: 0 auto;
}
[class*="shop2_feature_section"] .less8 {
width: 67%;
margin: 0 auto;
}
[class*="shop2_feature_section"] .less9 {
width: 87%;
margin: 0 auto;
}
[class*="shop2_feature_section"] .less10 {
width: 89%;
margin: 0 auto;
} .shop2_feature_section1 {
float: left;
width: 100%;
text-align: center;
padding:50px 0px;
}
.shop2_feature_section1 .box{
text-align:left;
height: 200px;
padding: 57px 0px 0px 45px;
}
.shop2_feature_section1 h1{
font-family: 'Myriad Pro', sans-serif;
font-weight:normal;
color: #272727;
font-size:27px;
margin-bottom:0px;
}
.shop2_feature_section1 h1 b{
font-family: 'Open Sans', sans-serif;
font-weight: normal;
color: #272727;
font-size:18px;
margin-bottom:0px;
}
.shop2_feature_section1 h2{
font-family: 'Dancing Script', sans-serif;
font-weight:normal;
color: #272727;
font-size:27px;
margin-bottom:0px;
text-transform:none;
}
.shop2_feature_section1 h2 b{
font-family: 'Open Sans', sans-serif;
font-weight: normal;
color: #272727;
font-size:18px;
margin-bottom:0px;
}
.shop2_feature_section1 .arrow_box {
position: relative;
background: #e9b63d;
margin-top: 10px;
float: left;
height: 16px;
width: 21px;
}
.shop2_feature_section1 .arrow_box:after {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(233, 182, 61, 0);
border-left-color: #e9b63d;
border-width: 8px;
margin-top: -8px;
} .shop2_feature_section2 {
float: left;
width: 100%;
text-align: center;
padding:25px 0px 72px 0px;
}
.shop2_feature_section2 .one_fourth_less{
text-align:center;
border-bottom:solid 1px #ebeff3;
padding-bottom:15px;
}
.shop2_feature_section2 h5 {
font-size:14px;
font-weight:600;
padding-top:15px;
text-transform:uppercase;
margin-bottom:0px;
}
.shop2_feature_section2 h4 {
font-weight:bold;
padding-top: 6px;
color: #e9b63d;
font-family: 'Open Sans', sans-serif;
font-size: 16px;
}
.shop2_feature_section2 h4 em {
font: 14px 'Open Sans', sans-serif;
font-weight:normal;
text-decoration: line-through;
font-style: normal;
color:#727272;
} .shop2_feature_section3 {
float: left;
width: 100%;
text-align: center;
}
.shop2_feature_section3 .left {
float: left;
width: 50%;
text-align: left;
padding:193px 0px 150px 90px;
}
.shop2_feature_section3 h4 {
font-weight:bold;
}
.shop2_feature_section3 h1 {
font-weight:bold;
text-transform:uppercase;
line-height:35px;
}
.shop2_feature_section3 .right {
float: left;
width: 50%;
text-align: left;
padding:193px 0px 150px 75px;
} .shop2_feature_section4 {
float: left;
width: 100%;
text-align: center;
padding:90px 0px 0px 0px;
}
.shop2_feature_section4 h1 {
font: 45px 'Open Sans', sans-serif;
font-weight:bold;
text-transform:uppercase;
color:#fff;
line-height:27px;
margin-bottom:0px;
}
.shop2_feature_section4 h1 em {
font: 67px 'Open Sans', sans-serif;
font-weight:bold;
}
.shop2_feature_section4 p {
font: 18px 'Open Sans', sans-serif;
font-weight:600;
color:#fff;
text-transform:uppercase;
} .shop2_feature_section5 {
float: left;
width: 100%;
text-align: center;
padding:75px 0px;
}
.shop2_feature_section5 h3 {
font-weight: bold;
text-decoration: underline;
text-transform:uppercase;
margin-bottom:30px;
}
.shop2_feature_section5 .one_fourth_less{
text-align:center;
border-bottom:solid 1px #ebeff3;
padding-bottom:15px;
}
.shop2_feature_section5 h5 {
font-size:14px;
font-weight:600;
padding-top:15px;
text-transform:uppercase;
margin-bottom:0px;
}
.shop2_feature_section5 h4 {
font-weight:bold;
padding-top: 6px;
color: #e9b63d;
font-family: 'Open Sans', sans-serif;
font-size: 16px;
}
.shop2_feature_section5 h4 em {
font: 14px 'Open Sans', sans-serif;
font-weight:normal;
text-decoration: line-through;
font-style: normal;
color:#727272;
} .shop2_feature_section14 {
float: left;
width: 100%;
text-align: center;
padding: 50px 0px 50px 0px;
background: #f3f3f3;
}
.shop2_feature_section14 h4{
font-size: 18px;
font-weight:200px;
letter-spacing:normal;
}
.shop2_feature_section14 ul {
margin: 0px !important;
}
.shop2_feature_section14 li {
float: left;
width: 16.66%;
border-right: 1px solid #e3e3e3;
}
.shop2_feature_section14 li.last {
border-right: none;
}
.shop2_feature_section14 span {
color: #999;
font-size: 35px;
display: block;
margin-bottom: 14px;
}
.shop2_feature_section14 li:hover span {
color: #ee7164;
}
.shop2_button1 a {
font-family: 'Open Sans', sans-serif;
color: #fff;
font-size: 14px;
background:#e9b73d;
transition: all 0.3s ease;
padding: 10px 26px;
border-radius:30px;
text-transform:uppercase;
font-weight:600;
}
.shop2_button1 a:hover {
color: #fff;
background: #272727;
}
.shop2_button2 a {
font-family: 'Open Sans', sans-serif;
color: #fff;
font-size: 14px;
background:#272727;
transition: all 0.3s ease;
padding: 10px 26px;
border-radius:30px;
text-transform:uppercase;
font-weight:600;
}
.shop2_button2 a:hover {
color: #fff;
background: #727272;
} [class*="music_feature_section"] h1,
[class*="music_feature_section"] h2,
[class*="music_feature_section"] h3,
[class*="music_feature_section"] h4,
[class*="music_feature_section"] h5,
[class*="music_feature_section"] h6 {
font-family: 'Oswald', sans-serif;
font-weight: bold;
color: #272727;
letter-spacing: 1px;
}
[class*="music_feature_section"] h1 {
font-size: 45px;
line-height: 45px;
margin-bottom: 20px;
color: #181818;
}
[class*="music_feature_section"] h2 {
font-size: 27px;
line-height: 32px;
margin-bottom: 20px;
text-transform: uppercase;
}
[class*="music_feature_section"] h3 {
font-size: 21px;
line-height: 28px;
margin-bottom: 10px;
}
[class*="music_feature_section"] h4 {
font-size: 18px;
line-height: 25px;
margin-bottom: 10px;
font-style: normal;
font-weight: normal;
}
[class*="music_feature_section"] h5 {
font-size: 16px;
line-height: 23px;
margin-bottom: 12px;
font-style: normal;
}
[class*="music_feature_section"] h6 {
font-size: 14px;
line-height: 23px;
margin-bottom: 12px;
font-style: normal;
}
[class*="music_feature_section"] h1 b {
font-weight: normal;
}
[class*="music_feature_section"] h1 strong {
font-weight: bold;
}
[class*="music_feature_section"] h1.light,
[class*="music_feature_section"] h2.light,
[class*="music_feature_section"] h3.light,
[class*="music_feature_section"] h4.light,
[class*="music_feature_section"] h5.light,
[class*="music_feature_section"] h6.light {
font-weight: 300;
}
[class*="music_feature_section"] h1.medium,
[class*="music_feature_section"] h2.medium,
[class*="music_feature_section"] h3.medium,
[class*="music_feature_section"] h4.medium,
[class*="music_feature_section"] h5.medium,
[class*="music_feature_section"] h6.medium {
font-family: 'Oswald', sans-serif;
font-weight: 400;
color:#727272;
}
[class*="music_feature_section"] p {
line-height: 25px;
}
[class*="music_feature_section"] .bigtfont {
font-size: 45px;
line-height: 36px;
color: #181818;
}
[class*="music_feature_section"] .mediumfont {
font-family: 'Oswald', sans-serif;
font-size: 16px;
line-height: 28px;
color: #727272;
font-weight: lighter;
letter-spacing: 1px;
}
[class*="music_feature_section"] .fontmedium {
font-family: 'Oswald', sans-serif;
font-size: 18px;
line-height: 25px;
color: #272727;
}
[class*="music_feature_section"] .fontsmall {
font-family: 'Oswald', sans-serif;
font-size: 16px;
line-height: 25px;
color: #a32922;
}
[class*="music_feature_section"] .fontdef, [class*="music_feature_section"] .fontdef p {
font-family: 'Open Sans', sans-serif;
font-size:16px;
font-weight: 500;
color:#727272;
}
[class*="music_feature_section"] .fonm {
font-family: 'Open Sans', sans-serif;
font-size:18px;
font-weight: 500;
color:#fff;
}
[class*="music_feature_section"] .fonb {
font-family: 'Open Sans', sans-serif;
font-size:21px;
font-weight:bold;
color:#fff;
}
[class*="music_feature_section"] .fontdef02 {
font-family: 'Oswald Regular', sans-serif;
font-size:16px;
font-weight: 500;
color:#fff;
text-transform:uppercase;
}
[class*="music_feature_section"] .less1 {
width: 75%;
margin: 0 auto;
}
[class*="music_feature_section"] .less2 {
width: 50%;
margin: 0 auto;
}
[class*="music_feature_section"] .less3 {
width: 60%;
margin: 0 auto;
}
[class*="music_feature_section"] .less4 {
width: 45%;
margin: 0 auto;
}
[class*="music_feature_section"] .less5 {
width: 90%;
margin: 0 auto;
}
[class*="music_feature_section"] .less6 {
width: 70%;
margin: 0 auto;
}
[class*="music_feature_section"] .less7 {
width: 77%;
margin: 0 auto;
}
[class*="music_feature_section"] .less8 {
width: 68%;
margin: 0 auto;
}
[class*="music_feature_section"] .less9 {
width: 87%;
margin: 0 auto;
}
[class*="music_feature_section"] .less10 {
width: 89%;
margin: 0 auto;
} .music_feature_section1 {
float: left;
width: 100%;
text-align: center;
padding: 186px 0px 86px 0px;
}
.events-layout-1 .box{
width:100%;
float:left;
background-color:#fff;
margin-bottom:10px;
}
.events-layout-1 .box .left{
width: 32%;
float: left;
text-align: left;
}
.events-layout-1 .box .left img{
float: left;
}
.events-layout-1 .box .right{
width: 68%;
float: left;
text-align: left;
}
.events-layout-1 .box .right .date {
font-family: 'Oswald', sans-serif;
color: #fff;
font-size: 27px;
font-weight:bold;
text-align:center;
background-color:#e74c3c;
padding:14px 10px 10px 10px;
margin-right:20px;
float:left;
}
.events-layout-1 .box .right .date i {
font-family: 'Oswald', sans-serif;
font-weight: 400;
color: #fff;
font-size: 12px;
font-style: normal;
display:block;
text-transform: uppercase;
padding-top:5px;
}
.events-layout-1 .box ul.content .post_con  {
font-family: 'Oswald', sans-serif;
font-weight: 300;
color: #fff;
font-size: 18px;
text-align: left;
margin-top:45px;
}
.events-layout-1 .box .post_con li {
float: left;
padding: 0px 20px 0px 4px;
color: #999;
text-align:left;
}
.events-layout-1 .box .post_con li a {
font-family: 'Oswald', sans-serif;
font-weight:300;
color: #999;
text-decoration: none;
font-size: 16px;
text-transform: uppercase;
text-align:left;
}
.events-layout-1 .box .post_con li a:hover {
color: #727272;
text-decoration: none;
}
.events-layout-1 .box .post_con li i {
color: #d4d4d4;
font-size: 20px;
font-weight:normal;
}
.events-layout-1 .box2{
width:100%;
float:left;
background-color:#fff;
margin-bottom:10px;
}
.events-layout-1 .box2 .right{
width: 32%;
float: left;
text-align: left;
}
.events-layout-1 .box2 .right img{
float: right;
}
.events-layout-1 .box2 .left{
width: 68%;
float: left;
text-align: right;
}
.events-layout-1 .box2 .left .date {
font-family: 'Oswald', sans-serif;
color: #fff;
font-size: 27px;
font-weight:bold;
text-align:center;
background-color:#e74c3c;
padding:14px 10px 10px 10px;
margin-left:20px;
float: right;
}
.events-layout-1 .box2 .left .date i {
font-family: 'Oswald', sans-serif;
font-weight: 400;
color: #fff;
font-size: 12px;
display:block;
text-transform: uppercase;
padding-top:5px;
font-style: normal;
}
.events-layout-1 .box2 ul.content .post_con  {
font-family: 'Oswald', sans-serif;
font-weight: 300;
color: #fff;
font-size: 18px;
text-align: left;
margin-top:45px;
}
.events-layout-1 .box2 .post_con li {
float: right;
padding: 0px 0px 0px 20px;
color: #999;
text-align: left;
}
.events-layout-1 .box2 .post_con li a {
font-family: 'Oswald', sans-serif;
font-weight:300;
color: #999;
text-decoration: none;
font-size: 16px;
text-transform: uppercase;
text-align:left;
}
.events-layout-1 .box2 .post_con li a:hover {
color: #727272;
text-decoration: none;
}
.events-layout-1 .box2 .post_con li i {
color: #d4d4d4;
font-size: 20px;
font-weight:normal;
} .music_feature_section2 {
float: left;
width: 100%;
text-align: center;
padding: 100px 0px 100px 0px;
}
.music_feature_section2 .cbp .cbp-item {
padding: 0px 2px 2px 0px;
}
.music_feature_section2 .cbp .cbp-item:nth-child(4n+0) {
padding-right: 2px;
}
.kc-video-bg .kc_button {
font-weight: bold;
background: #fff;
padding: 15px 35px;
} .music_feature_section3 {
float: left;
width: 100%;
text-align: center;
background:#fff;
}
.music_feature_section3 .title {
float: left;
width: 100%;
text-align: center;
padding: 100px 0px 25px 0px;
background:#272727;
}
.music_feature_section3 .left {
float: left;
width: 50%;
padding: 100px 0px 86px 0px;
text-align:left;
}
.music_feature_section3 .leftlinebg {
float: left;
width: 110px;
height:3px;
background: #e74c3c;
text-align:left;
margin:20px 0px;
}
.music_feature_section3 .left .cont {
float: right;
width: 82%;
padding:0px 70px 0px 0px;
}
.music_feature_section3 .square {
float: left;
width: 40px;
height: 40px;
margin: 12px;
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
overflow: hidden;
background: #f3f3f3;
}
.music_feature_section3 .square i {
width: 40px;
height: 40px;
color: #454545;
font-size: 21px;
border-radius: 100%;
text-align: center;
vertical-align: middle;
line-height: 40px;
padding: 0;
background: transparent;
}
.music_feature_section3 .right {
float: left;
width: 50%;
padding: 0px 0px;
height:570px;
} .music_feature_section4 {
float: left;
width: 100%;
text-align: center;
}
.music_feature_section4 .boximg{
width:25%;
float:left;
background: #181818;
opacity: 1;
transition: all 0.3s ease;
}
.music_feature_section4 .boximg:hover {
opacity: 0.8;
}
.music_feature_section4 .boximg img{
display: block;
width: 100%;
}
.music_feature_section4 .boximgcon{
width: 100%;
text-align: center;
margin-top: -60px;
font-family: 'Oswald', sans-serif;
font-size:16px;
font-weight: 400;
text-transform:uppercase;
color:#fff;
padding:18px 0px;
letter-spacing: 1px;
position: relative;
z-index: 2;
background: rgba(39,39,39,0.9);
}
.music_feature_section4 .boximgcon i{
font-family: 'Oswald', sans-serif;
font-size:14px;
font-weight: 400;
color:#fff;
text-transform:none;
font-style: normal;
} .music_feature_section5 {
float: left;
width: 100%;
padding:90px 0px;
}
.last-post-layout-10 .slidesec {
float: left;
width: 100%;
background: #f3f3f3;
}
.last-post-layout-10 .slidesec img {
float: left;
width: 100%;
}
.last-post-layout-10 .slidesec .cont {
float: left;
width: 100%;
padding: 16px 25px 25px 25px;
}
.last-post-layout-10 .slidesec em {
color: #999;
font-size: 12px;
font-style: normal;
}
.last-post-layout-10 .owl-controls .owl-page, .last-post-layout-10 .owl-controls .owl-buttons div {
margin-top: 35px;
}
.music_owl_sliders .owl-controls .owl-page, .music_owl_sliders .owl-controls .owl-buttons div {
margin-top: 35px;
}  .music_feature_section6 {
float: left;
width: 100%;
padding: 100px 0px 80px 0px;
text-align: center;
}
.testimonial-layout-15 {
text-align: center;
}
.testimonial-layout-15 h3 {
font-family: 'Open Sans', sans-serif;
color: #fff;
}
.testimonial-layout-15 p.fonm {
font-size: 18px;
font-weight: 500;
color: #fff;
}
.testimonial-layout-15 .line {
display: block;
width: 90px;
height: 2px;
background: #fff;
margin: 25px auto 0 auto;
}
.testimonial-layout-15 .owl-controls .owl-page, .testimonial-layout-15 .owl-controls .owl-buttons div {
margin-top: 35px;
} .music_feature_section7 {
float: left;
width: 100%;
text-align: center;
padding:90px 0px 100px 0px;
} .music_feature_section8 {
float: left;
width: 100%;
text-align: center;
padding: 100px 0px 45px 0px;
border-bottom: 5px solid rgba(255,255,255,0.1);
}
.music_feature_section8 .one_half .kc_col-sm-6,
.music_feature_section8 .one_half .kc_col-sm-12 {
padding: 0 15px;
}
.music_feature_section8 .contact-form {
width: 90%;
display: block;
margin: 0 10px 0 0;
float: right;
}
.music_feature_section8 .contact-form label {
float: left;
width: 100%;
}
.music_feature_section8 .contact-form .input {
color: #fff;
float: left;
width: 100%;
text-align: left;
background: rgba(0,0,0,0.1);
border: 1px solid #727272;
padding: 12px 16px;
margin-bottom: 15px;
}
.music_feature_section8 .contact-form textarea {
color: #fff;
float: left;
width: 100%;
height: 225px;
text-align: left;
background: rgba(0,0,0,0.1);
border: 1px solid #727272;
padding: 12px 16px;
}
.music_feature_section8 .contact-form div.wpcf7-response-output {
margin: 40px 0;
}
.music_feature_section8 .button_send {
float: left;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #fff;
font-weight: 600;
padding: 16px 50px;
border-radius: 3px;
background-color: #e74c3c;
text-transform: uppercase;
transition: all 0.3s ease;
letter-spacing:1px;
border: none;
cursor: pointer;
}
.music_feature_section8 .button_send:hover {
color: #181818;
background-color: #fff;
}
.music_feature_section8 .box1{
width:100%;
float:left;
margin-bottom: 20px;
}
.music_feature_section8 .box2{
width:100%;
float:left;
margin-left: 40px;
}
.music_feature_section8 .box3{
width:100%;
float:left;
margin-bottom: 25px;
}
.music_feature_section8 .box4{
width:100%;
float:left;
}
.music_feature_section8 i {
color: #FFF;
font-size: 27px;
margin-right: 12px;
margin-top: 5px;
float:left;
text-align:left;
}
.music_feature_section8 h4 {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight:bold;
color: #fff;
clear: initial !important;
margin:0 auto;
letter-spacing:normal;
display:block;
text-transform:none;
padding-top:0px;
text-align:left;
}
.music_feature_section8 h4 b {
font-size: 14px;
font-weight:normal;
color: #fff;
display: block;
}
.music_newsletter .enter_email_input {
float: left;
padding: 3px 0px 4px 20px;
height: 50px;
width: 83%;
background: #fff;
border: none;
color: #727272;
font-size: 14px;
}
.music_newsletter .input_submit {
float: left;
padding: 13px 16px 14px;
background-color: #e74c3c;
border: 0px;
font-size: 18px;
font-weight: 600;
color: #fff;
text-transform: uppercase;
transition: all 0.3s ease;
margin-top: 0px;
}
.music_newsletter .input_submit:hover {
color: #fff;
cursor: pointer;
background-color: #454545;
}
.music_newsletter .input_submit.color2 {
background-color: #50c9d4;
} .music_feature_section2 .cbp-l-filters-buttonCenter {
margin-bottom:30px;
text-align:center
}
.music_feature_section2 .cbp-l-filters-buttonCenter .cbp-filter-item {
background-color: none;
border:2px solid transparent;
color:#fff;
cursor:pointer;
font:400 14px/32px 'Oswald', sans-serif;
letter-spacing: 1px;
text-transform: uppercase;
margin:0 10px 10px 0;
overflow:visible;
padding:5px 45px;
position:relative;
display:inline-block;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.music_feature_section2 .cbp-l-filters-buttonCenter .cbp-filter-item:hover {
color:#999;
}
.music_feature_section2 .cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active {
color:#fff;
border:2px solid #fff;
cursor:default;
}
.music_feature_section2 .cbp-l-filters-buttonCenter .cbp-filter-counter {
background-color:#68ABBC;
border-radius:3px;
color:#fff;
font:400 11px/18px 'Oswald', sans-serif;
margin:0 auto;
padding:4px 0;
text-align:center;
width:34px;
position:absolute;
bottom:0;
left:0;
right:0;
opacity:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition:opacity .25s ease, bottom .25s ease;
transition:opacity .25s ease, bottom .25s ease
}
.music_feature_section2 .cbp-l-filters-buttonCenter .cbp-filter-counter:after {
content:"";
position:absolute;
bottom:-4px;
left:0;
right:0;
margin:0 auto;
width:0;
height:0;
border-left:4px solid transparent;
border-right:4px solid transparent;
border-top:4px solid #68ABBC;
display:none
}
.music_feature_section2 .cbp-l-filters-buttonCenter .cbp-filter-item:hover .cbp-filter-counter:after {
display:block
}
.music_feature_section2 .cbp-l-filters-buttonCenter .cbp-filter-item:hover .cbp-filter-counter {
bottom:44px;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
opacity:1
}
.music_feature_section2 .cbp-l-filters-buttonCenter .cbp-filter-item {
background-color: transparent;
}
.cbp-l-grid-masonry-projects.works-layout-8 .cbp-caption-activeWrap {
background-color: #e74c3c;
background-color: rgba(231, 76, 60, 0.9);
}
.cbp-l-grid-masonry-projects.works-layout-8 .bftitle {
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
color: #181818;
padding: 14px 0px;
font-size: 16px;
letter-spacing: 1px;
background-color: rgba(255, 255, 255, 0.75);
position: relative;
z-index: 999;
margin-top: -50px;
}
.cbp-l-grid-masonry-projects.works-layout-8 .cbp-l-caption-title {
color: #fff;
text-transform: uppercase;
margin-bottom: 10px;
font-family: "Oswald Regular", sans-serif;
font-size: 16px;
line-height: 21px;
font-weight: 400;
}
.cbp-l-grid-masonry-projects.works-layout-8 .cbp-l-caption-desc {
color: #FFF;
font-family: "Oswald", sans-serif;
font-size: 16px;
line-height: 21px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 20px;
}
.cbp-l-grid-masonry-projects.works-layout-8 .cbp-l-caption-text {
font: 400 14px/21px "Open Sans", sans-serif;
color: #fff;
margin-bottom: 10px;
padding-top: 0;
padding-right: 6px;
padding-bottom: 0;
padding-left: 6px;
}
.cbp-l-grid-masonry-projects.works-layout-8 .cbp-l-caption-buttonLeft, .cbp-l-grid-masonry-projects.works-layout-8 .cbp-l-caption-buttonRight {
background-color: #fff;
color: #272727;
display: inline-block;
font: 400 14px/40px "Oswald Regular", sans-serif;
min-width: 130px;
text-align: center;
margin: 10px;
text-transform: uppercase;
padding: 0 10px
}
.cbp-l-grid-masonry-projects.works-layout-8 .cbp-l-caption-buttonLeft:hover, .cbp-l-grid-masonry-projects.works-layout-8 .cbp-l-caption-buttonRight:hover {
opacity: 0.9
}
.cbp-l-grid-masonry-projects.works-layout-8 .cbp-l-caption-alignLeft .cbp-l-caption-body {
padding-top: 12px;
padding-right: 20px;
padding-bottom: 12px;
padding-left: 20px;
margin-top: 45px;
} [class*="port_feature_section"] h1,
[class*="port_feature_section"] h2,
[class*="port_feature_section"] h3,
[class*="port_feature_section"] h4,
[class*="port_feature_section"] h5,
[class*="port_feature_section"] h6 {
font-family: 'Roboto', sans-serif;
font-weight: bold;
color: #272727;
letter-spacing: initial;
}
[class*="port_feature_section"] h1 {
font-size: 35px;
line-height: 35px;
margin-bottom: 12px;
text-transform: uppercase;
}
[class*="port_feature_section"] h2 {
font-size: 27px;
line-height: 32px;
margin-bottom: 20px;
text-transform: uppercase;
}
[class*="port_feature_section"] h3 {
font-size: 21px;
line-height: 28px;
margin-bottom: 10px;
}
[class*="port_feature_section"] h4 {
font-size: 18px;
line-height: 25px;
margin-bottom: 10px;
font-style: normal;
font-weight: normal;
}
[class*="port_feature_section"] h5 {
font-size: 16px;
line-height: 23px;
margin-bottom: 12px;
font-style: normal;
}
[class*="port_feature_section"] h6 {
font-size: 14px;
line-height: 23px;
margin-bottom: 12px;
font-style: normal;
}
[class*="port_feature_section"] h1 b {
font-weight: normal;
}
[class*="port_feature_section"] h1 strong {
font-weight: bold;
}
[class*="port_feature_section"] h1.light,
[class*="port_feature_section"] h2.light,
[class*="port_feature_section"] h3.light,
[class*="port_feature_section"] h4.light,
[class*="port_feature_section"] h5.light,
[class*="port_feature_section"] h6.light {
font-weight: 300;
}
[class*="port_feature_section"] h1.medium,
[class*="port_feature_section"] h2.medium,
[class*="port_feature_section"] h3.medium,
[class*="port_feature_section"] h4.medium,
[class*="port_feature_section"] h5.medium,
[class*="port_feature_section"] h6.medium {
font-family: 'Roboto', sans-serif;
font-weight: 400;
color:#727272;
}
[class*="port_feature_section"] p {
line-height: 25px;
}
[class*="port_feature_section"] .less1 {
width: 75%;
margin: 0 auto;
}
[class*="port_feature_section"] .less2 {
width: 50%;
margin: 0 auto;
}
[class*="port_feature_section"] .less3 {
width: 60%;
margin: 0 auto;
}
[class*="port_feature_section"] .less4 {
width: 45%;
margin: 0 auto;
}
[class*="port_feature_section"] .less5 {
width: 85%;
margin: 0 auto;
}
[class*="port_feature_section"] .less6 {
width: 61%;
margin: 0 auto;
}
[class*="port_feature_section"] .less7 {
width: 77%;
margin: 0 auto;
}
[class*="port_feature_section"] .less8 {
width: 70%;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}
[class*="port_feature_section"] .less9 {
width: 87%;
margin: 0 auto;
}
[class*="port_feature_section"] .less10 {
width: 90%;
margin: 0 auto;
} .port_feature_section1 {
float: left;
width: 100%;
text-align: left;
padding: 90px 0px 90px 0px;
}
.port_feature_section1 h1 {
color: #727272;
font-size: 45px;
text-transform: none;
font-weight: 100;
line-height: 45px;
}
.port_feature_section1 .bigtfont p, .port_feature_section2 .bigtfont p {
font-size: 16px;
line-height: 27px;
font-weight: 300;
}
.port_feature_section1 .cbp-l-caption-alignLeft .cbp-l-caption-body {
text-align: center;
} .port_feature_section2 {
float: left;
width: 100%;
background: #272727;
padding: 0px;
}
.port_feature_section2 .left {
float: left;
width: 50%;
padding: 50px 75px 58px 58px;
background: #fff;
margin: 90px -5% 90px 5%;
position: relative;
z-index: 2;
}
.port_feature_section2 .left h1 {
color: #727272;
text-transform: none;
font-weight: 100;
margin-bottom: 25px;
}
.port_feature_section2 .left h3 {
color: #727272;
text-transform: none;
font-weight: 300;
margin-bottom: 20px;
}
.port_feature_section2 .right {
float: left;
width: 50%;
position: relative;
z-index: 1;
}
.port_feature_section2 .right img {
display: block;
} .port_feature_section3 {
float: left;
width: 100%;
background: #2ecc71;
padding: 90px 0px;
}
.port_feature_section3 h2 {
color: #fff;
font-size: 45px;
text-transform: none;
font-weight: 300;
line-height: 45px;
margin-bottom: 35px;
}
.port_feature_section3 h3 {
color: #fff;
text-transform: none;
font-weight: 300;
}
.port_feature_section3 .box {
float: left;
background: #fff;
text-align: center;
padding: 40px 30px 35px 30px;
}
.port_feature_section3 .box.last {
margin-right: 0%;
}
.port_feature_section3 .box h4 {
text-transform: uppercase;
}
.port_feature_section3 .box i {
color: #ccc;
} .port_feature_section5 {
float: left;
width: 100%;
padding: 140px 0px 140px 0px;
}
.port_feature_section5 h1 {
font-size: 45px;
color: #fff;
font-weight: 100;
line-height:52px;
text-transform:none;
margin:0px;
}
.port_feature_section5 p {
font-size:18px;
font-weight:300;
line-height:27px;
color:#fff;
padding-right:50px;
padding-top:25px;
} .port_feature_section6 {
float: left;
width: 100%;
text-align:center;
background-color:#181818;
padding:54px 0px 58px 0px ;
}
.port_feature_section6 .box1{
width:22%;
float:left;
padding: 0;
}
.port_feature_section6 .box2{
width:22%;
float:left;
padding: 0;
}
.port_feature_section6 .box3{
width:28%;
float:left;
padding: 0;
}
.port_feature_section6 .box4{
width:28%;
float:left;
padding: 0;
}
.port_feature_section6 i {
color: #FFF;
font-size: 50px;
margin-right: 14px;
float:left;
text-align:left;
}
.port_feature_section6 h4 {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-weight:bold;
color: #fff;
margin:0 auto;
clear: initial !important;
letter-spacing:normal;
display:block;
text-transform:none;
padding-top:0px;
text-align:left;
}
.port_feature_section6 h4 b {
font-size: 14px;
font-weight:normal;
color: #fff;
display: block;
} .port_feature_section9{
float: left;
width: 100%;
text-align:center;
padding: 90px 0px 90px 0px;
}
.port_feature_section9 h2 {
color: #727272;
text-transform: none;
font-weight: 100;
}
.port_newsletter .enter_email_input {
float: left;
padding: 3px 0px 4px 20px;
height: 55px;
width: 76%;
background: #fff;
border: none;
color: #999999;
font-size: 14px;
}
.port_newsletter .input_submit {
float: left;
padding: 16px 16px;
background-color: #2ecc71;
border: 0px;
font-size: 18px;
font-weight: 600;
color: #fff;
text-transform: uppercase;
transition: all 0.3s ease;
}
.port_newsletter .input_submit:hover {
color: #fff;
cursor: pointer;
background-color: #454545;
}.master-slider{
position: relative;
visibility: hidden;
-moz-transform: translate3d(0 , 0 , 0);
}
.master-slider a {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.master-slider, .master-slider * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.master-slider.before-init{}
.master-slider.ms-fullheight{height: 100%;}
.ms-layout-partialview .ms-view {
overflow: visible;
background-color:transparent;
}
.ms-layout-partialview .ms-container { overflow: hidden; }
.master-slider img, .ms-slide-bgvideocont video {max-width:none;}
.ms-ie img{border:none;}
.ms-ie8 * {opacity:inherit;filter:inherit;}
.ms-ie7   {zoom:1;}
.ms-moz .ms-slide-bgcont>img { transform: translateX(0px); }
.ms-loading-container{
position:absolute;
width:100%;
top:0;
}
.ms-slide-auto-height { display: table; }
.ms-loading-container .ms-loading,
.ms-slide .ms-slide-loading {
width: 36px;
height: 36px;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/css/images/loading-2.gif) no-repeat center white;
border-radius: 60px;
box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
position: absolute;
left: 50%;
top: 50%;
margin: -18px;
opacity: 0.9;
} .ms-no-swipe, .ms-def-cursor{cursor:auto !important;}
.ms-grab-cursor{cursor: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/css/images/grab.png), move;}
.ms-grabbing-cursor{cursor: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/css/images/grabbing.png), move;}
.ms-ie .ms-grab-cursor{cursor: move;}
.ms-ie .ms-grabbing-cursor {cursor: move;}
.ms-view { 
margin:0px auto;
overflow:hidden;
background:black;
position:relative;
-webkit-perspective: 2000px;
-moz-perspective: 2000px;
-ms-perspective: 2000px;
perspective: 2000px;
}
.ms-view .ms-slide-container{position:relative;}
.ms-slide {
position:absolute;
height:100%;
-webkit-transform: translateZ(0px);
-ms-transform: translateZ(0px);
-o-transform: translateZ(0px);
transform: translateZ(0px);
}
.ms-wk .ms-slide {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.ms-slide.selected {}
.ms-slide .ms-slide-bgcont,
.ms-slide .ms-slide-bgvideocont{
position: absolute;
overflow:hidden;
width: 100%;
}
.ms-slide .ms-slide-link { 
display: block;
width: 100%;
height: 100%;
position: absolute;
top:0;
z-index: 110;
}
.ms-ie .ms-slide-link {
background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBR‌​AA7) 0 0 repeat;
}
.ms-slide .ms-slide-bgvideocont{
z-index: 105;
height: 100%;
}
.ms-wk .ms-slide .ms-slide-bgvideocont,
.ms-wk .ms-slide-bgvideocont>video{
-webkit-transform: translateZ(0.3px);
transform: translateZ(0.3px);
}
.ms-slide .ms-slide-bgvideo{
position: absolute;
top: 0px;
}
.ms-inner-controls-cont, .ms-container {position: relative; margin:0 auto;}
.ms-slide .ms-slide-bgcont img , .ms-container , .ms-inner-controls-cont{
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}
.ms-slide .ms-layer{position:absolute;}
.ms-slide .ms-slide-layers{
position: absolute;
overflow:hidden;
width:100%;
height: 100%;
z-index: 109;
top:0px;
}
.ms-slide .ms-slide-video{
position:absolute;
top:0;
z-index: 111;
background:black;
padding:0;
margin: 0;
border: none;
}
.ms-parallax-layer {
width: 100%;
position: absolute;
top: 0;
}
.ms-scroll-parallax-cont{
position: absolute;
top:0;
width: 100%;
height: 100%;
}
.ms-wk .ms-scroll-parallax-cont{
-webkit-transform: translateZ(0.4px);
transform: translateZ(0.4px);
}  .ms-action-layer{cursor: pointer;}
.ms-btn-container{position: absolute;}
.ms-btn {
text-decoration: none;
display: inline-block;
color:black;
position: relative;
padding: 8px 15px;
cursor: pointer;
white-space: nowrap;
}
.ms-default-btn{
background: #0074A2;
border-radius: 5px;
color: #FFF;
}
.ms-default-btn:hover{background-color: #0098D5;}
.ms-default-btn:active{top:1px;}
.ms-btn-s{
padding: 14px 17px;
font-size: 80%;
line-height: 0;
}
.ms-btn-m{
padding: 12px 40px;
}
.ms-btn-n{
padding: 8px 25px;
font-size: 95%;
}
.ms-btn-l{
padding: 17px 50px;
font-size: 120%;
}
.ms-btn-box{}
.ms-btn-round{border-radius: 5px;}
.ms-btn-circle{border-radius: 100px;}
.ms-btn-outline-box{}
.ms-btn-outline-round{border-radius: 5px;}
.ms-btn-outline-circle{border-radius: 100px;} .ms-layer.video-box{background:black;}
.ms-layer.video-box iframe{
padding:0;
margin: 0;
border: none;
position: absolute;
z-index: 111;
}
.ms-slide .ms-slide-vpbtn , .ms-slide .ms-video-btn{
position:absolute;
cursor: pointer;
z-index: 112;
}
.ms-slide .ms-slide-vcbtn{
position:absolute;
cursor: pointer;
z-index: 113;
}
.ms-slide-vcbtn-mobile{
position: relative;
bottom: 0;
left:0;
width:100%;
height: 28px;
background-color: black;
color: white;
text-align: center;
cursor: pointer;
z-index: 113;
}
.ms-slide-vcbtn-mobile .ms-vcbtn-txt {
text-transform: uppercase;
font-family: sans-serif;
font-size: 0.75em;
display: inline-block;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/css/images/video-close-btn.png) no-repeat 0px 3px;
padding-left: 15px;
height: 15px;
color: #DBDBDB;
margin-top: 7px;
}
.ms-wk .ms-slide .ms-slide-vcbtn,
.ms-wk .ms-slide .ms-slide-layers,
.ms-wk .ms-slide .ms-slide-vpbtn,
.ms-wk .ms-slide .ms-slide-video,
.ms-wk .ms-slide-link {
-webkit-transform: translateZ(0.44px);
transform: translateZ(0.44px);
}
.ms-video-img{
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
}
.ms-mask-frame{
overflow:hidden;
position:absolute;
float:left;
} .ms-thumb-list{
overflow:hidden;
position:absolute;
}
.ms-thumb-list.ms-dir-h {width: 100%;}
.ms-thumb-list.ms-dir-v {height: 100%; top: 0;}
.ms-thumbs-cont{position: relative;}
.ms-thumb-frame img{width:100%;	height:auto;}
.ms-thumb-frame{
cursor: pointer;
float: left;
overflow: hidden;
opacity: 0.5;
-webkit-transition: opacity 300ms;
-moz-transition: opacity 300ms;
-ms-transition: opacity 300ms;
-o-transition: opacity 300ms;
transition: opacity 300ms;
}
.ms-thumb-frame-selected{ opacity: 1; }
.ms-tabs .ms-thumb-frame {
background: rgba(0,0,0,0.5);
text-shadow: none;
color: #fff;
border:solid 1px rgba(255,255,255,0.2);
border-width: 0 1px 1px 0;
overflow: visible;
position: relative;
opacity: 1;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-ms-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}
.ms-tabs.ms-dir-h .ms-thumb-frame {
margin-top: 13px;
}
.ms-tabs.ms-dir-v .ms-thumb-frame {
margin-left: 12px;
}
.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame {
margin-left: 0px;
}
.ms-tabs.ms-dir-h.ms-align-top {
z-index: 140;
}
.ms-tabs.ms-dir-h.ms-align-top  .ms-thumb-frame {
margin-top: -12px;
}
.ms-tabs .ms-thumb {
padding: 0px 0px;
text-align: center;
}
.ms-tabs .ms-thumb-frame-selected, .ms-tabs .ms-thumb-frame:hover {
opacity: 1;
background: #ef4836;
}
.ms-tabs .ms-thumb-frame .ms-thumb-ol {
position: absolute;
opacity: 0;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-ms-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}
.ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
top: 0px;
left: 50%;
margin-left: -12px;
border-bottom: solid 12px #F6f6f6;
border-left: solid 12px transparent;
border-right: solid 12px transparent;
}
.ms-tabs.ms-dir-h.ms-align-bottom .ms-thumb-frame-selected .ms-thumb-ol, .ms-tabs .ms-thumb-frame:hover .ms-thumb-ol {
opacity: 1;
top:-12px;
border-bottom-color: #ef4836;
}
.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame .ms-thumb-ol {
bottom: 0px;
top:auto;
border-bottom:0px;
border-top: solid 12px #ef4836;
}
.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame-selected .ms-thumb-ol{
opacity: 1;
bottom:-12px;
border-top-color: #EDEDED;
}
.ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol {
top: 50%;
left: 0;
margin-top: -12px;
border-right: solid 12px #EDEDED;
border-top: solid 12px transparent;
border-bottom: solid 12px transparent;
}
.ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol{
opacity: 1;
left:-12px;
border-right-color:#EDEDED;
}
.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame .ms-thumb-ol {
left: auto;
right: 0;
border-right: 0;
border-left: solid 12px #EDEDED;
}
.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame-selected .ms-thumb-ol{
opacity: 1;
right:-12px;
border-left-color:#EDEDED;
}
.ms-bullet{cursor:pointer;float: left;}
.ms-bullets.ms-dir-h {
position: absolute;
bottom: 20px;
right: 50%;
width: 100px;
}
.ms-bullets.ms-dir-v {
position: absolute;
top:50%;
}
.ms-bullets.ms-dir-v .ms-bullet{
float: none;
}
.ms-bullets.ms-dir-h .ms-bullets-count {
position: relative;
right: -50%;
}
.ms-sbar {position: absolute;}
.ms-sbar.ms-dir-h {
left: 10px;
right: 10px;
top: 5px
}
.ms-sbar.ms-dir-v {
top: 10px;
bottom: 10px;
right: 5px
}
.ms-sbar .ms-bar {
height: 4px;
background: #333;
border-radius: 4px;
}
.ms-sbar.ms-dir-v .ms-bar {	width: 4px;}
.ms-sbar .ms-bar{
position:relative;
-webkit-transition: opacity 300ms;
-moz-transition: opacity 300ms;
-ms-transition: opacity 300ms;
-o-transition: opacity 300ms;
transition: opacity 300ms;
}
.ms-timerbar {
width: 100%;
bottom: 0px;
position: absolute;
}
.ms-ctimer {
position: absolute;
top: 30px;
left: 30px;
cursor: pointer;
}
.ms-ctimer-bullet {}
.ms-time-bar{
-webkit-transition: width 120ms linear;
-moz-transition: width 120ms linear;
-ms-transition: width 120ms linear;
-o-transition: width 120ms linear;
transition: width 120ms linear;
}
.ms-ie7 .ms-tooltip-arrow{
height:0px;
}
.ms-slide-info {position: absolute;}
.ms-slide-info.ms-dir-v {top:0;}
.ms-slide-info.ms-dir-h {width:100%;}
@keyframes point-anim{
0% 		{transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -o-transform: scale(0.5); -ms-transform: scale(0.5);  opacity: 1; }
100% 	{transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(1.5); -o-transform: scale(1.5); -ms-transform: scale(1.5);  opacity: 0; }
}
@-webkit-keyframes point-anim{
0% 		{-webkit-transform: scale(0.5); opacity: 1; }
100% 	{-webkit-transform: scale(1.5);	opacity: 0; }
} .ms-android .ms-tooltip-point .ms-point-border{
animation:none;
-moz-animation:none;
-webkit-animation:none;
-o-animation:none;
} .ms-skin-default .ms-slide .ms-slide-vpbtn,
.ms-skin-default .ms-video-btn{
width: 102px;
height: 102px;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/css/images/video-icon.png) no-repeat left top !important;
top: 50%;
left: 50%;
margin: -50px 0 0 -50px;
}
.ms-skin-default .ms-slide .ms-slide-vcbtn {
width: 30px;
height: 30px;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/css/images/light-skin-1.png) no-repeat -24px -28px;
top: 18px;
right: 30px;
}
.ms-layer.text1 {
width:100%;
text-align:center;
font-family: 'Raleway', sans-serif;
color: #fff;
font-size: 27px;
text-transform: uppercase;
font-weight:700;
letter-spacing:normal;
}
.ms-layer.text2 {
width:100%;
text-align:center;
font-family: 'Raleway', sans-serif;
color: #fff;
font-size: 72px;
font-weight:800;
text-transform:uppercase;
letter-spacing:normal;
}
.ms-layer.sbut1 {
color: #fff;
font-family: 'Raleway', sans-serif;
font-size: 14px;
font-weight:bold;
text-transform: uppercase;
background: #ef4836;
padding: 15px 34px;
border-radius:4px;
transition: all 0.3s ease;
text-align: center;
}
.ms-layer.sbut1:hover {
color: #fff;
background: #272727;
} .ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
width: 30px;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/css/images/light-skin-1.png);
background-position: -89px -26px;
height: 40px;
cursor: pointer;
top: 50%;
left: 30px;
margin-top: -20px;
position: absolute;
z-index: 110;
}
.ms-skin-default .ms-nav-next {
right: 30px;
left: auto;
background-position: -89px -103px;
}
.ms-skin-default .ms-bullet {
width: 10px;
height: 10px;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/css/images/light-skin-1.png) no-repeat;
margin: 4px;
background-position: -34px -117px;
}
.ms-skin-default .ms-bullet-selected {
background-position: -34px -84px;
}
.ms-skin-default .ms-time-bar {
height: 3px;
background: #FFFFFF;
border-top: solid 1px rgba(0, 0, 0, 0.41);
}
.ms-skin-default .ms-tooltip{
position: absolute;
z-index: 210;
cursor: auto;
}
.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow{
border-left: solid 10px transparent;
border-right: solid 10px transparent;
position: absolute;
left: 50%;
margin-left: -10px;
}
.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow{
border-top: solid 10px;
border-top-color: silver;
border-top-color: rgba(240, 240, 240, 0.88);
bottom: -10px;
}
.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
border-bottom: solid 10px;
border-bottom-color: silver;
border-bottom-color: rgba(240, 240, 240, 0.88);
top: -10px;
}
.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow{
border-top: solid 10px transparent;
border-bottom: solid 10px transparent;
position: absolute;
top: 50%;
margin-top: -10px;
}
.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow{
border-right: solid 10px;
border-right-color: silver;
border-right-color: rgba(240, 240, 240, 0.88);
left: -10px;
}
.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
border-left: solid 10px;
border-left-color: silver;
border-left-color: rgba(240, 240, 240, 0.88);
right: -10px;
}
.ms-skin-default .ms-tooltip-point {cursor: pointer;}
.ms-skin-default .ms-tooltip-point .ms-point-center {
width: 12px;
height: 12px;
border-radius: 15px;
border: solid 2px #BBB;
background: white;
margin: -8px 0 0 -8px;
position: absolute;
z-index: 105;
}
.ms-skin-default .ms-tooltip-point .ms-point-border {
width: 22px;
height: 22px;
background: black;
background:rgba(0, 0, 0, 0.36);
margin: -11px 0 0 -11px;
position: absolute;
border-radius: 15px;
animation: point-anim 1.5s infinite ;
-moz-animation: point-anim 1.5s infinite;
-webkit-animation: point-anim 1.5s infinite;
-o-animation: point-anim 1.5s infinite;
}
.ms-skin-default .ms-tooltip {
max-width:200px;
}
.ms-skin-default .ms-tooltip-cont {
padding: 10px;
background: silver;
background: rgba(240, 240, 240, 0.88);
text-shadow: 0 1px 0px white;
margin-left: -1px;
} @media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
.ms-skin-default .ms-slide .ms-slide-vpbtn,
.ms-skin-default .ms-video-btn,
.ms-skin-default .ms-slide .ms-slide-vcbtn,
.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev,
.ms-skin-default .ms-bullet{
background-image:url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/css/images/light-skin-1-retina.png);
background-size: 152px 225px;
}
}
.ms-tabs-template {
max-width: 100%;
margin: 0 auto;
background: #000;
}
.ms-tabs-vertical-template {
max-width: 1170px;
}
.ms-tabs-template .ms-thumb-frame h6 {
color: #fff;
font-weight: 700;
font-size: 16px;
margin: 30px 0px 0px 0px;
font-family: 'Raleway', sans-serif;
line-height: 23px;
letter-spacing: 1px;
}
.ms-tabs-template .ms-thumb-frame h6 i {
color: #fff;
font-size:27px;
margin-right: 10px;
} .ms-layer.video-title {
color: white;
font-weight: 600;
font-size: 42px;
margin:0px;
letter-spacing:0px;
}
.ms-layer.video-title.video-top-title {
font-size: 16px;
color: gray;
}
.ms-layer.video-title.video-sub-title {
font-size: 22px;
font-weight: 300;
}
.ms-layer.text3 {
width:100%;
text-align:center;
color: #fff;
font-family: 'Raleway', sans-serif;
font-size: 72px;
text-transform: uppercase;
font-weight: 800;
line-height:72px;
}
.ms-layer.text4 {
width:100%;
text-align:center;
color: #fff;
font-family: 'Raleway', sans-serif;
font-size: 19px;
font-weight:600;
text-transform: none;
line-height: 28px;
margin-bottom: 10px;
}
.ms-layer.linebg_1 {
width:18%;
height: 3px;
float: left;
background: #fff;
}
.ms-layer.sbut3 {
color: #fff;
font-family: 'Raleway', sans-serif;
font-size: 14px;
font-weight:600;
text-transform: uppercase;
border:solid 2px #fff;
padding: 12px 41px;
border-radius:30px;
transition: all 0.3s ease;
text-align: center;
}
.ms-layer.sbut3:hover {
color: #727272;
background: #fff;
}
.ms-layer.sbut4 {
color: #fff;
font-family: 'Raleway', sans-serif;
font-size: 14px;
font-weight:600;
text-transform: uppercase;
border:solid 2px #fff;
padding: 12px 41px;
border-radius:30px;
transition: all 0.3s ease;
text-align: center;
}
.ms-layer.sbut4:hover {
color: #727272;
background: #fff;
}
.ms-layer.center {
width: 100%;
text-align: center;
}
.ms-layer.white {
color: #fff;
}
.ms-layer.text5 {
color: #272727;
font-family: 'Raleway', sans-serif;
font-size: 58px;
text-transform: uppercase;
font-weight: 800;
line-height: 58px;
letter-spacing: 1px;
}
.ms-layer.text1_medium {
color: #09aeec;
font-family: 'Raleway', sans-serif;
font-size: 30px;
text-transform: uppercase;
font-weight: 800;
letter-spacing: 1px;
}
.ms-layer.text6 {
color: #272727;
font-family: 'Raleway', sans-serif;
font-size: 30px;
font-weight: 800;
text-transform:uppercase;
letter-spacing: 1px;
}
.ms-layer.text5.white,
.ms-layer.text1_medium.white,
.ms-layer.text6.white {
color: #fff;
}
.ms-layer.sbut5 {
color: #fff;
font-family: 'Raleway', sans-serif;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
background: #09aeec;
padding: 16px 37px;
border-radius:3px;
transition: all 0.3s ease;
line-height: 25px;
text-align: center;
}
.ms-layer.sbut5:hover {
color: #fff;
background: #272727;
}
.ms-layer.text7 {
width:100%;
text-align:center;
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 35px;
text-transform: uppercase;
font-weight:bold;
letter-spacing:1px;
line-height: 35px;
}
.ms-layer.text8 {
width:100%;
text-align:center;
color: #c6c6c6;
font-family: 'Roboto', sans-serif;
font-size: 20px;
font-weight:400;
text-transform: none;
line-height:27px;
}
.ms-layer.sbut6 {
color: #fff;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight:400;
text-transform: uppercase;
background: #22a7f0;
padding: 14px 43px;
border-radius:30px;
transition: all 0.3s ease;
text-align: center;
}
.ms-layer.sbut6:hover {
color: #fff;
background: #2ecc71;
}
.ms-layer.sbut7 {
color: #fff;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight:400;
text-transform: uppercase;
background: #2ecc71;
padding: 14px 32px;
border-radius:30px;
transition: all 0.3s ease;
text-align: center;
}
.ms-layer.sbut7:hover {
color: #fff;
background: #22a7f0;
}
.ms-layer.text9 {
color: #fff;
font-size: 72px;
text-transform:none;
font-weight:normal;
line-height: 75px;
}
.ms-layer.text10 {
color: #fff;
font-size: 27px;
font-weight:normal;
text-transform:none;
line-height:35px;
}
.ms-layer.sbut8 {
color: #fff;
font-family: 'Raleway', sans-serif;
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
background: #2ecc71;
padding: 20px 75px 20px 40px;
border-radius:35px;
transition: all 0.3s ease;
text-align: center;
}
.ms-layer.sbut8:hover {
color: #fff;
background: #3cbcd2;
}
.ms-layer.v1-video strong {
line-height: 35px;
font-weight: 900;
}
@media only screen and (max-width: 767px) {
.ms-layer.img-arrow {
margin-top: 7.5px !important;
}
.demo-slide-v2 {
margin-top: 77px;
}
.demo-slide-v3 {
margin-top: 80px;
}
.demo-slide-v4 {
margin-top: 85px;
}
}
.ms-layer.v1_text1 {
width:100%;
text-align:center;
font-family: 'Raleway', sans-serif;
color: #fff;
font-size: 27px;
text-transform: uppercase;
font-weight:700;
letter-spacing:normal;
}
.ms-layer.v1_text2 {
width:100%;
text-align:center;
font-family: 'Raleway', sans-serif;
color: #fff;
font-size: 72px;
font-weight:800;
text-transform:uppercase;
letter-spacing:normal;
}
.ms-layer.v1_sbut1 {
color: #fff;
font-family: 'Raleway', sans-serif;
font-size: 14px;
font-weight:bold;
text-transform: uppercase;
background: #ef4836;
padding: 15px 34px;
border-radius:4px;
transition: all 0.3s ease;
text-align: center;
}
.demo-slide-v1 .ms-slide-container .ms-slide:first-child .ms-layer.v1_sbut1 {
padding-right: 29px;
}
.ms-layer.v1_sbut1:hover {
color: #fff;
background: #272727;
}
.ms-layer.v5_text1 {
color: #272727;
font-family: 'Roboto', sans-serif;
font-size: 56px;
text-transform: uppercase;
font-weight: 900;
line-height: 62px;
}
.ms-layer.v5_text1_medium {
color: #09aeec;
font-family: 'Roboto', sans-serif;
font-size: 27px;
text-transform: uppercase;
font-weight:normal;
line-height: 34px;
}
.ms-layer.v5_text2 {
color: #272727;
font-family: 'Roboto', sans-serif;
font-size: 30px;
font-weight: 800;
text-transform:uppercase;
}
.ms-layer.v5_sbut1 {
color: #272727;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight:normal;;
text-transform: uppercase;
padding: 13px 41px;
border:solid 1px #272727;
transition: all 0.3s ease;
border-radius: 0px;
text-align: center;
}
.ms-layer.v5_sbut1:hover {
color: #fff;
background: #272727;
}
.ms-layer.v5_sbut2 {
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight:normal;;
text-transform: uppercase;
background: #22a7f0;
padding: 14px 41px;
transition: all 0.3s ease;
text-align: center;
}
.ms-layer.v5_sbut2:hover {
color: #fff;
background: #272727;
}
.ms-layer.v6_text1 {
color: #fff;
font-family: 'Raleway', sans-serif;
font-size: 45px;
text-transform:none;
font-weight:normal;
line-height: 50px;
}
.ms-layer.v6_text2 {
color: #fff;
font-family: 'Raleway', sans-serif;
font-size: 18px;
font-weight:normal;
text-transform:none;
line-height:27px;
letter-spacing: 1px;
}
.ms-layer.v6_sbut1 {
color: #fff;
font-family: 'Raleway', sans-serif;
font-size: 14px;
font-weight: normal;
text-transform: uppercase;
padding: 12px 61px 12px 35px;
border-radius:35px;
border: 2px solid #fff;
transition: all 0.3s ease;
text-align: center;
}
.ms-layer.v6_sbut1:hover {
color: #fff;
background: #2ecc71;
border: 2px solid #2ecc71;
}
.ms-layer.v7_text1 {
color: #4183d7;
font-family: 'Raleway', sans-serif;
font-size: 72px;
text-transform: uppercase;
font-weight: 800;
line-height: 45px;
margin-bottom: 30px;
}
.ms-layer.v7_text1_medium {
color: #272727;
font-family: 'Raleway', sans-serif;
font-size: 45px;
text-transform: uppercase;
font-weight: 800;
line-height: 45px;
margin-bottom: 30px;
}
.ms-layer.v7_text2 {
color: #272727;
font-family: 'Raleway', sans-serif;
font-size: 18px;
font-weight: normal;
text-transform: none;
line-height:27px;
margin-bottom: 10px;
font-style: normal;
}
.ms-layer.v7_sbut1 {
color: #272727;
font-family: 'Raleway', sans-serif;
font-size: 13px;
text-transform: uppercase;
padding: 13px 38px 13px 38px;
border: 1px solid #272727;
transition: all 0.3s ease;
text-align: center;
}
.ms-layer.v7_sbut1:hover {
color: #fff;
background: #4183d7;
border: 1px solid #4183d7;
}
.v7_demo-slide .ms-skin-default .ms-nav-next,
.v7_demo-slide .ms-skin-default .ms-nav-prev {
width: 30px;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/css/images/light-skin-1.png);
background-position: -89px -26px;
height: 40px;
cursor: pointer;
top: 50%;
left: 30px;
margin-top: -20px;
position: absolute;
z-index: 110;
}
.v7_demo-slide .ms-skin-default .ms-nav-next {
right: 30px;
left: auto;
background-position: -89px -103px;
}
.ms-layer.v8_text1 {
font-family: 'Roboto', sans-serif;
width:100%;
text-align:center;
color: #fff;
font-size: 45px;
text-transform: uppercase;
font-weight:300;
letter-spacing:1px;
}
.ms-layer.v8_text2 {
font-family: 'Roboto', sans-serif;
width:100%;
text-align:center;
color: #fff;
font-size: 72px;
font-weight:bold;
text-transform: none;
line-height:27px;
text-transform:uppercase;
letter-spacing:2px;
}
.ms-layer.v8_sbut1 {
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-weight:bold;
text-transform: uppercase;
background: #22a7f0;
padding: 17px 40px;
border-radius:30px;
transition: all 0.3s ease;
letter-spacing:0.5px;
text-align: center;
}
.ms-layer.v8_sbut1:hover {
color: #fff;
background: #2ecc71;
}
.ms-layer.v8_sbut2 {
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-weight:bold;
text-transform: uppercase;
border:solid 1px #fff;
padding: 16px 40px;
border-radius:30px;
transition: all 0.3s ease;
letter-spacing:0.5px;
text-align: center;
}
.ms-layer.v8_sbut2:hover {
color: #fff;
background: #2ecc71;
border:solid 1px #2ecc71;
}
.ms-layer.v9_text1 {
font-family: 'Roboto', sans-serif;
color: #fff;
font-size:65px;
text-transform:none;
font-weight:lighter;
letter-spacing:2px;
line-height:75px;
}
.ms-layer.v9_text2 {
font-family: 'Roboto', sans-serif;
color: #fff;
font-size: 18px;
font-weight:normal;
text-transform: none;
line-height:30px;
letter-spacing:0.5px;
}
.ms-layer.v9_sbut1 {
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight:normal;
text-transform: uppercase;
border:solid 1px #fff;
padding: 18px 32px 18px 38px;
border-radius:4px;
transition: all 0.3s ease;
text-align: center;
}
.ms-layer.v9_sbut1:hover {
color: #727272;
background-color: #fff;
}
.ms-layer.v9_sbut2 {
color: #fff;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight:400;
text-transform: uppercase;
background: #2ecc71;
padding: 14px 32px;
border-radius:30px;
transition: all 0.3s ease;
text-align: center;
}
.ms-layer.v9_sbut2:hover {
color: #fff;
background: #22a7f0;
}
.ms-layer.v10_text1 {
color: #272727;
font-family: 'Raleway', sans-serif;
font-size: 58px;
text-transform: uppercase;
font-weight: 900;
line-height: 58px;
letter-spacing:1px;
margin-bottom: 30px;
}
.ms-layer.v10_text1_medium {
color: #272727;
font-family: 'Raleway', sans-serif;
font-size: 27px;
font-weight:bold;
line-height: 34px;
margin-bottom: 30px;
text-transform: uppercase;
}
.ms-layer.v10_text2 {
color: #272727;
font-family: 'Raleway', sans-serif;
font-size: 17px;
font-weight: 600;
text-transform:none;
line-height: 28px;
margin-bottom: 10px;
}
.ms-layer.v10_sbut1 {
color: #fff;
font-family: 'Raleway', sans-serif;
font-size: 13px;
font-weight: bold;
line-height: 23px;
text-transform: uppercase;
padding: 13px 39px 13px 39px;
background-color:#272727;
transition: all 0.3s ease;
border-radius: 3px;
text-align: center;
}
.ms-layer.v10_sbut1:hover, .ms-layer.v10_sbut3:hover {
color: #22a7f0;
}
.ms-layer.v10_sbut2 {
color: #fff;
font-family: 'Raleway', sans-serif;
font-size: 13px;
font-weight:bold;
text-transform: uppercase;
background: #22a7f0;
padding: 13px 39px 13px 39px;
transition: all 0.3s ease;
border-radius: 3px;
text-align: center;
}
.ms-layer.v10_sbut3 {
color: #fff;
font-family: 'Raleway', sans-serif;
font-size: 13px;
font-weight: bold;
line-height: 23px;
text-transform: uppercase;
padding: 13px 35px 13px 39px;
background-color:#272727;
transition: all 0.3s ease;
border-radius: 3px;
text-align: center;
}
.ms-layer.v10_sbut4 {
color: #fff;
font-family: 'Raleway', sans-serif;
font-size: 13px;
font-weight:bold;
text-transform: uppercase;
background: #22a7f0;
padding: 13px 41px 13px 39px;
transition: all 0.3s ease;
border-radius: 3px;
text-align: center;
}
.ms-layer.v10_sbut2:hover, .ms-layer.v10_sbut4:hover {
color: #fff;
background: #272727;
}
.ms-layer.v11_text1 {
width:100%;
text-align:center;
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 72px;
text-transform: uppercase;
font-weight:900;
line-height:72px;
letter-spacing:2px;
margin-bottom: 30px;
}
.ms-layer.v11_text2 {
width:100%;
text-align:center;
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 37px;
font-weight:600;
text-transform:uppercase;
line-height: 35px;
margin-bottom: 30px;
}
.ms-layer .linebg_1 {
width:100%;
text-align:center;
display:block;
margin:auto;
}
.ms-layer.v11_sbut1 {
color: #454545;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight:600;
text-transform: uppercase;
border:solid 2px #454545;
padding: 12px 36px;
border-radius:30px;
transition: all 0.3s ease;
line-height: 23px;
text-align: center;
}
.ms-layer.v11_sbut3 {
color: #454545;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight:600;
text-transform: uppercase;
border:solid 2px #454545;
padding: 12px 28px 12px 36px;
border-radius:30px;
transition: all 0.3s ease;
line-height: 23px;
text-align: center;
}
.ms-layer.v11_sbut1:hover, .ms-layer.v11_sbut3:hover {
color: #fff;
background: #454545;
}
.ms-layer.v11_sbut2 {
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight:600;
text-transform: uppercase;
background:#e67e22;
padding: 14px 34px;
border-radius:30px;
transition: all 0.3s ease;
line-height: 23px;
text-align: center;
}
.ms-layer.v11_sbut4 {
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight:600;
text-transform: uppercase;
background:#e67e22;
padding: 14px 26px 14px 34px;
border-radius:30px;
transition: all 0.3s ease;
line-height: 23px;
text-align: center;
}
.ms-layer.v11_sbut2:hover, .ms-layer.v11_sbut4:hover {
color: #fff;
background: #454545;
}
.ms-layer.v12_text1 {
width:100%;
text-align:center;
color: #fff;
font-size: 72px;
text-transform: uppercase;
font-weight:900;
line-height:72px;
font-family: 'Raleway', sans-serif;
}
.ms-layer.v12_text2 {
width:100%;
text-align:center;
color: #fff;
font-size: 45px;
font-weight:900;
text-transform:uppercase;
font-family: 'Raleway', sans-serif;
}
.ms-layer.v12_text3 {
float: left;
width:100%;
text-align:center;
}
.ms-layer.v12_text3 span{
font-family: 'Raleway', sans-serif;
font-weight: 600;
color: #4183d7;
margin: 0;
position: relative;
line-height: 100%;
text-transform: uppercase;
font-style: italic;
text-align: center;
font-size: 20.31px;
}
.ms-layer.v12_text3 span:before {
position: absolute;
left: -80px;
top: 10px;
content: "";
width: 60px;
height: 1px;
background-color: #4182D4;
}
.ms-layer.v12_text3 span:after {
position: absolute;
right: -80px;
top: 10px;
content: "";
width: 60px;
height: 1px;
background-color: #4182D4;
}
.ms-layer.v12_sbut1 {
color: #fff;
font-family: 'Raleway', sans-serif;
font-size: 15px;
font-weight:600;
text-transform: uppercase;
background:#4183d7;
padding: 19px 49px;
border-radius:4px;
transition: all 0.3s ease; }
.ms-layer.v12_sbut1:hover {
color: #4183d7;
background: #fff;
}
.ms-layer.v13_text1 {
width:100%;
text-align:center;
color: #272727;
font-size: 45px;
text-transform: uppercase;
font-weight:900;
line-height:72px;
font-family: 'Raleway', sans-serif;
}
.ms-layer.v13_text2 {
width:100%;
text-align:center;
color: #727272;
font-size: 16px;
font-weight:400;
text-transform:none;
line-height:23px;
font-family: 'Raleway', sans-serif;
}
.ms-layer .linebg_1 {
width:100%;
text-align:center;
display:block;
margin:auto;
}
.ms-layer.v13_sbut1 {
color: #fff;
font-family: 'Raleway', sans-serif;
font-size: 15px;
font-weight:600;
text-transform: uppercase;
background:#2ecc71;
padding: 14px 34px;
border-radius:30px;
transition: all 0.3s ease;
text-align: center;
}
.ms-layer.v13_sbut1:hover {
color: #fff;
background: #56c9da;
} .ms-layer.main_text1 {
color: #fff;
font-size: 72px;
text-transform:none;
font-weight:normal;
line-height: 75px;
letter-spacing: 0.5px;
font-family: 'Raleway', sans-serif;
}
.ms-layer.main_text2 {
color: #fff;
font-size: 27px;
font-weight:normal;
text-transform:none;
line-height:35px;
letter-spacing: 0.5px;
font-family: 'Raleway', sans-serif;
}
.ms-layer.main_sbut1 {
color: #fff;
font-family: 'Raleway', sans-serif;
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
background: #2ecc71;
padding: 20px 75px 20px 40px;
border-radius:35px;
transition: all 0.3s ease;
line-height: 23px;
text-align: center;
}
.ms-layer.main_sbut1:hover {
color: #fff;
background: #3cbcd2;
} .ms-layer.con_text1 {
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 58px;
text-transform: uppercase;
font-weight: 900;
line-height: 58px;
letter-spacing: 0.5px;
margin-bottom: 30px;
}
.ms-layer.con_text2 {
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 18px;
font-weight: 500;
line-height: 27px;
text-transform: none;
letter-spacing: 0.5px;
margin-bottom: 10px;
margin-top: 10px;
}
.ms-layer.con_sbut1 {
color: #f1c413;
font-family: 'Roboto', sans-serif;
font-size: 18px;
font-weight: bold;
font-style: normal;
line-height: 23px;
text-transform: uppercase;
background: #fff;
padding: 17px 30px;
transition: all 0.3s ease;
display: inline-block;
margin: 0px;
width: initial;
text-align: center;
}
.ms-layer.con_sbut1:hover {
color: #fff;
background: #f1c413;
}
.ms-layer.res_text1 {
width:100%;
text-align:center;
color: #fff;
font-family: 'Oswald', sans-serif;
font-size: 72px;
text-transform: uppercase;
font-weight: 700;
line-height: 82px;
letter-spacing:2px;
margin-bottom: 30px;
}
.ms-layer.res_sbut1 {
font-family: 'Roboto', sans-serif;
font-size: 18px;
color: #fff;
font-weight:normal;
text-transform: uppercase;
background: #fc9117;
padding: 18px 40px;
border-radius:36px;
transition: all 0.3s ease;
text-align: center;
}
.ms-layer.res_sbut1:hover {
color: #fff;
background: #272727;
}
.ms-layer.res_text3 {
width:100%;
text-align:center;
color: #fff;
font-family: 'Oswald', sans-serif;
font-size: 27px;
line-height: 30px;
text-transform: uppercase;
font-weight: 700;
letter-spacing:2px;
margin-bottom: 30px;
}
.ms-skin-default .restaurant-video-content.ms-slide .ms-slide-vpbtn,
.ms-skin-default .restaurant-video-content .ms-video-btn{
width: 102px;
height: 102px;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/css/video-icon2.png) no-repeat left top;
top: 50%;
left: 50%;
margin: -50px 0 0 -50px;
}
.ms-skin-default .restaurant-video-content.ms-slide .ms-slide-vcbtn {
width: 30px;
height: 30px;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/css/images/light-skin-1.png) no-repeat -24px -28px;
top: 18px;
right: 30px;
}
.ms-layer.pol_text1 {
color: #fff;
font-family: 'Droid Serif', sans-serif;
font-size: 65px;
text-transform: uppercase;
font-weight: 900;
line-height: 68px;
margin-bottom: 30px;
}
.ms-layer.pol_text2 {
font-family: 'Open Sans', sans-serif;
color: #fff;
font-size: 20px;
font-weight: 500;
text-transform: uppercase;
line-height:27px;
margin-bottom: 10px;
}
.ms-layer.pol_text1_medium {
color: #fff;
font-family: 'Droid Serif', sans-serif;
font-size: 27px;
line-height: 35px;
text-transform: uppercase;
font-weight: 500;
margin-bottom: 30px;
}
.ms-layer.pol_sbut1 {
color: #fff;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight:normal;;
text-transform: uppercase;
background: #272727;
padding: 17px 54px;
border-radius: 3px;
transition: all 0.3s ease;
display: inline-block;
margin: 0px;
width: initial;
text-align: center;
}
.ms-layer.pol_sbut1:hover {
color: #fff;
background: #a32922;
}
.ms-layer.edu_text1 {
color: #272727;
font-family: 'Roboto', sans-serif;
font-size: 72px;
text-transform: uppercase;
font-weight: 900;
line-height: 72px;
margin-bottom: 30px;
}
.ms-layer.edu_text1_em{
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 72px;
text-transform: uppercase;
font-weight: 900;
line-height: 72px;
background-color:#272727;
padding:0px 10px 5px 10px;
margin-top:12px;
margin-bottom: 30px;
}
.ms-layer.edu_text_b {
color: #272727;
font-family: 'Roboto', sans-serif;
font-size: 19px;
font-weight: 400;
line-height: 27px;
margin-bottom: 12px;
}
.ms-layer.edu_sbut1 {
color: #fff;
font-size: 14px;
font-weight:normal;
text-transform: uppercase;
background: #272727;
padding: 17px 37px;
border-radius:4%;
transition: all 0.3s ease;
display: inline-block;
margin: 0px;
width: initial;
text-align: center;
}
.ms-layer.edu_sbut1:hover {
color: #fff;
background: #cf000f;
}
.ms-layer.edu_text2 {
width:100%;
text-align:center;
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 72px;
text-transform: uppercase;
font-weight: 900;
line-height: 72px;
margin-bottom: 30px;
}
.ms-layer.edu_text2_b {
width:100%;
text-align:center;
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 19px;
font-weight: 400;
line-height: 27px;
margin-bottom: 12px;
}
.ms-layer.edu_sbut2 {
color: #fff;
font-size: 14px;
font-weight:normal;
text-transform: uppercase;
background: #272727;
padding: 17px 37px;
border-radius:4%;
transition: all 0.3s ease;
display: inline-block;
margin: 0px;
width: initial;
text-align: center;
}
.ms-layer.edu_sbut2:hover {
color: #fff;
background: #cf000f;
}
.ms-layer.edu_text3 {
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 72px;
text-transform: uppercase;
font-weight: 900;
line-height: 72px;
background-color:#272727;
padding:5px 10px 10px 10px;
margin-top:12px;
margin-bottom: 30px;
}
.ms-layer.edu_text3_em{
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 62px;
text-transform: uppercase;
font-weight: 900;
line-height: 72px;
margin-bottom: 30px;
}
.ms-layer.edu_text3_b {
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 19px;
font-weight: 400;
line-height: 27px;
text-align:right;
margin-bottom: 12px;
}
.ms-layer.edu_sbut3 {
color: #fff;
font-size: 14px;
font-weight:normal;
text-transform: uppercase;
background: #272727;
padding: 17px 37px;
border-radius:4%;
transition: all 0.3s ease;
display: inline-block;
margin: 0px;
width: initial;
text-align: center;
}
.ms-layer.edu_sbut3:hover {
color: #fff;
background: #cf000f;
}
.ms-layer.mus_text1{
width: 100%;
text-align: center;
font-family: 'Lobster', cursive;
color: #fff;
font-size: 90px;
font-weight: 400;
line-height: 92px;
letter-spacing: 2px;
text-transform: none;
}
.ms-layer.mus_text2 {
width: 100%;
text-align: center;
font-family: 'Oswald', sans-serif;
color: #fff;
font-size: 18px;
font-weight: 300;
line-height: 27px;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 10px;
}
.ms-layer.mus_text3{
font-family: 'Lobster 1.0', sans-serif;
color: #fff;
font-size: 72px;
font-weight: 400;
line-height: 62px;
letter-spacing: 2px;
text-transform: none;
}
.ms-layer.mus_text4{
font-family: 'Lobster 1.0', sans-serif;
color: #fff;
font-size: 52px;
font-weight: 400;
line-height: 62px;
letter-spacing: 2px;
text-transform: none;
background-color:#e74c3c;
padding:10px 15px 10px 15px;
text-transform:uppercase;
}
.ms-layer.mus_text5 {
font-family: 'Oswald', sans-serif;
color: #fff;
font-size: 18px;
font-weight: 300;
line-height: 27px;
text-transform: uppercase;
}
.ms-layer.wed_text1 {
color: #fff;
font-size: 42px;
text-transform: uppercase;
font-weight:900;
}
.ms-layer.wed_text2 {
color: #d2527f;
font-family: 'Roboto', sans-serif;
font-size: 27px;
font-weight: bold;
text-align:center;
text-transform:none;
line-height:23px;
}
.ms-layer.wed_text2 b {
font-size: 14px;
font-weight: normal;
line-height:18px;
}
.ms-layer.wed_text3  {
font-family: 'Josefin Sans', sans-serif;
font-size: 45px;
font-weight:normal;
text-align:center;
color: #d2527f;
text-transform:uppercase;
margin-bottom: 12px;
line-height: 35px;
}
.ms-layer.wed_text3.white  {
color: #fff;
}
.ms-layer.wed_text4  {
font-family: 'Josefin Sans', sans-serif;
font-size: 90px;
font-weight:900;
line-height:97px;
text-align:center;
color: #272727;
text-transform:uppercase;
}
.ms-layer.wed_text5  {
font-family: 'Josefin Sans', sans-serif;
font-size: 20px;
font-weight:bold;
text-align:center;
line-height:36px;
color: #272727;
font-style: normal;
text-transform:none;
}
.ms-layer .linebg_1 {
width:100%;
text-align:center;
display:block;
margin:auto;
}
.ms-layer.wed_sbut1 {
color: #fff;
font-family: 'Raleway', sans-serif;
font-size: 15px;
font-weight:600;
text-transform: uppercase;
background:#4183d7;
padding: 19px 49px;
border-radius:4px;
transition: all 0.3s ease;
text-align: center;
}
.ms-layer.wed_sbut1:hover {
color: #4183d7;
background: #fff;
}
.ms-layer.nonp_text1 {
font-family: 'Righteous', sans-serif;
color: #fff;
font-size: 72px;
text-transform: uppercase;
font-weight: 500;
line-height: 58px;
letter-spacing:normal;
}
.ms-layer.nonp_text1_medium  {
font-family: 'Righteous', sans-serif;
color: #fff;
font-size: 40px;
text-transform: uppercase;
font-weight:normal;
line-height: 58px;
letter-spacing:normal;
}
.ms-layer.nonp_text2 {
font-family: 'Roboto', sans-serif;
color: #fff;
font-size: 18px;
font-weight:normal;
line-height: 27px;
text-transform: none;
letter-spacing:normal;
}
.ms-layer.nonp_sbut1 {
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight:normal;;
text-transform: uppercase;
background: #181818;
padding: 14px 41px;
border-radius:4%;
transition: all 0.3s ease;
text-align: center;
}
.ms-layer.nonp_sbut1:hover {
color: #fff;
background: #a32922;
}
.ms-layer.nonp_sbut2 {
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight:normal;;
text-transform: uppercase;
padding: 13px 41px;
border-radius:4%;
border:solid 2px #fff;
transition: all 0.3s ease;
text-align: center;
}
.ms-layer.nonp_sbut2:hover {
color: #181818;
background: #fff;
}
.ms-tabs-template-2 {
max-width: 100%;
margin: 0 auto;
background: #181818;
border-bottom: 1px solid #2f2f2f;
}
.ms-tabs-vertical-template {
max-width: 1065px;
}
.ms-tabs-template-2 .ms-thumb-frame img {
float: left;
width: auto;
margin-left: 30px;
}
.ms-tabs-template-2 .ms-thumb-frame h6 {
color: #fff;
font-weight: 500;
font-size: 14px;
line-height: 21px;
text-transform: uppercase;
margin: 25px 0px 0px 0px;
font-family: 'Righteous', sans-serif;
letter-spacing: 1px;
clear: initial;
}
.ms-tabs-template-2 .ms-thumb-frame h6 em {
font-weight: 300;
font-size: 14px;
color: #999;
font-style: normal;
display: block;
}
.ms-tabs-template-2 .ms-thumb-frame p {
font-size:10pt;
margin: 4px 0;
}
.ms-tabs-template-2 .ms-thumb-frame-selected h3{
color:#4b8aac;
}
.ms-tabs-template-2 .ms-thumb-list{
overflow:hidden;
position:absolute;
}
.ms-tabs-template-2 .ms-thumb-list.ms-dir-h {
width: 100%;
bottom: initial !important;
margin-top: -12px;
position: inherit;
}
.ms-tabs-template-2 .ms-thumb-list.ms-dir-v {height: 100%; top: 0;}
.ms-tabs-template-2 .ms-thumbs-cont{position: relative;}
.ms-tabs-template-2 .ms-thumb-frame{
cursor: pointer;
float: left;
overflow: hidden;
opacity: 0.5;
-webkit-transition: opacity 300ms;
-moz-transition: opacity 300ms;
-ms-transition: opacity 300ms;
-o-transition: opacity 300ms;
transition: opacity 300ms;
}
.ms-tabs-template-2 .ms-thumb-frame-selected{ opacity: 1; }
.ms-tabs-template-2 .ms-tabs .ms-thumb-frame {
background-color: #2f2f2f;
color: #fff;
border: solid 1px black;
border-width: 0 1px 1px 0;
overflow: visible;
position: relative;
opacity: 1;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-ms-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}
.ms-tabs-template-2 .ms-tabs.ms-dir-h .ms-thumb-frame {margin-top: 12px;}
.ms-tabs-template-2 .ms-tabs.ms-dir-v .ms-thumb-frame {margin-left: 12px;}
.ms-tabs-template-2 .ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame {margin-left: 0px;}
.ms-tabs-template-2 .ms-tabs.ms-dir-h.ms-align-top {z-index: 140;}
.ms-tabs-template-2 .ms-tabs.ms-dir-h.ms-align-top  .ms-thumb-frame{margin-top: -12px;}
.ms-tabs-template-2 .ms-tabs .ms-thumb{padding: 0px 0px; text-align: center;}
.ms-tabs-template-2 .ms-tabs .ms-thumb-frame-selected {	opacity: 1; background: #454545;}
.ms-tabs-template-2 .ms-tabs .ms-thumb-frame .ms-thumb-ol {
position: absolute;
opacity: 0;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-ms-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}
.ms-tabs-template-2 .ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
top: 0px;
left: 50%;
margin-left: -12px;
border-bottom: solid 12px #454545;
border-left: solid 12px transparent;
border-right: solid 12px transparent;
}
.ms-tabs-template-2 .ms-tabs.ms-dir-h.ms-align-bottom .ms-thumb-frame-selected .ms-thumb-ol{
opacity: 1;
top:-12px;
border-bottom-color: #454545;
}
.ms-tabs-template-2 .ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame .ms-thumb-ol {
bottom: 0px;
top:auto;
border-bottom:0px;
border-top: solid 12px #454545;
}
.ms-tabs-template-2 .ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame-selected .ms-thumb-ol{
opacity: 1;
bottom:-12px;
border-top-color: #454545;
}
.ms-tabs-template-2 .ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol {
top: 50%;
left: 0;
margin-top: -12px;
border-right: solid 12px #454545;
border-top: solid 12px transparent;
border-bottom: solid 12px transparent;
}
.ms-tabs-template-2 .ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol{
opacity: 1;
left:-12px;
border-right-color:#454545;
}
.ms-tabs-template-2 .ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame .ms-thumb-ol {
left: auto;
right: 0;
border-right: 0;
border-left: solid 12px #454545;
}
.ms-tabs-template-2 .ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame-selected .ms-thumb-ol{
opacity: 1;
right:-12px;
border-left-color:#454545;
}
.ms-tabs-template-2 .ms-skin-default .ms-time-bar {
width: 100% !important;
border-top: none;
}
.ms-layer.med_text1 {
font-family: 'Roboto', sans-serif;
color: #fff;
font-size: 35px;
text-transform: uppercase;
font-weight: 800;
line-height: 40px;
}
.ms-layer.med_text2  {
font-family: 'Roboto', sans-serif;
color: #fff;
font-size: 67px;
text-transform: uppercase;
font-weight: 800;
line-height: 65px;
}
.ms-layer.med_text3 {
font-family: 'Roboto', sans-serif;
color: #fff;
font-size: 18px;
font-weight: bold;
line-height: 27px;
text-transform: none;
}
.ms-layer.med_sbut1 {
color: #59abe3;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
background: #fff;
padding: 14px 41px;
border-radius:4%;
transition: all 0.3s ease;
text-align: center;
}
.ms-layer.med_sbut1:hover {
color: #fff;
background: #59abe3;
}
.ms-layer.med_sbut2 {
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
padding: 12px 30px;
border-radius:4%;
border:solid 2px #fff;
transition: all 0.3s ease;
text-align: center;
}
.ms-layer.med_sbut2:hover {
color: #59abe3;
background: #fff;
}
.ms-layer.real_text5 {
color: #fff;
font-size: 27px;
font-weight: bold;
line-height:35px;
padding: 12px 25px;
text-transform: uppercase;
background: rgba(255, 255, 255, 0.50);
}
.ms-layer.real_text5.dark {
color: #fff;
background: rgba(0, 0, 0, 0.75);
}
.ms-layer.law_text1 {
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 85px;
text-transform: uppercase;
font-weight: 900;
line-height: 85px;
margin-bottom: 30px;
}
.ms-layer.law_text2 {
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 18px;
font-weight:normal;
line-height: 30px;
text-transform: none;
margin-bottom: 30px;
}
.ms-layer.law_sbut1 {
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-weight:normal;
text-transform: uppercase;
border:solid 2px #fff;
padding: 12px 35px;
border-radius:30px;
transition: all 0.3s ease;
text-align: center;
}
.ms-layer.law_sbut1:hover {
color: #272727;
background: #fff;
}
.ms-layer.law_sbut2 {
color: #862120;
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-weight:normal;
text-transform: uppercase;
background:#fff;
padding: 15px 33px;
border-radius:30px;
transition: all 0.3s ease;
text-align: center;
}
.ms-layer.law_sbut2:hover {
color: #fff;
background: #999;
}
.ms-layer.host_text1 {
color: #fff;
font-family: 'Oswald', sans-serif;
font-size: 27px;
font-weight:bold;
line-height: 28px;
margin-bottom: 10px;
letter-spacing:1px;
}
.ms-layer.host_text2 {
color: #fff;
font-family: 'Oswald', sans-serif;
font-size: 58px;
font-weight:900;
line-height: 25px;
margin-bottom: 10px;
letter-spacing:1px;
}
.ms-layer.host_sbut1 {
color: #fff;
font-size: 18px;
font-family: 'Oswald', sans-serif;
font-weight:200;
border:solid 2px #fff;
padding: 15px 32px;
border-radius: 3px;
cursor: pointer;
text-transform: uppercase;
transition: all 0.3s ease;
text-align: center;
}
.ms-layer.host_sbut1:hover {
color: #fff;
background: #0f75bd;
}
.ms-layer.host_cirbox1 {
float: left;
color: #0f75bd;
font-family: 'Oswald', sans-serif;
text-align: center;
font-size: 14px;
font-weight:lighter;
width: 112px;
height: 92px;
padding-top: 20px;
border-radius: 100%;
background: #fff;
}
.ms-layer.host_cirbox1 em {
font-size: 27px;
font-weight:bold;
font-style: normal;
display: block;
}
.ms-layer.host_cirbox1.colored {
color: #0f75bd;
background: #fff;
}
.ms-layer.shop_text1 {
color: #fff;
font-family: 'Raleway', sans-serif;
font-size: 45px;
text-transform: uppercase;
font-weight:900;
line-height: 32px;
margin-bottom: 20px;
}
.ms-layer.shop_text2 {
color: #fff;
font-family: 'Raleway', sans-serif;
font-size: 90px;
font-weight:900;
text-transform:uppercase;
line-height:90px;
margin-bottom: 30px;
border-bottom: solid 5px #fff;
}
.ms-layer.shop_text3 {
color: #fff;
font-family: 'Raleway', sans-serif;
font-size: 16px;
font-weight:500;
line-height: 28px;
margin-bottom: 10px;
text-transform:none;
}
.ms-layer.shop_sbut1 {
color: #272727;
font-family: 'Raleway', sans-serif;
font-size: 16px;
font-weight:bold;
text-transform: uppercase;
background-color:#fff;
padding: 15px 39px;
transition: all 0.3s ease;
text-align: center;
}
.ms-layer.shop_sbut1:hover {
color: #fff;
background: #454545;
}
.ms-layer.shop2_text1 {
color: #fff;
font-family: 'Open Sans', sans-serif;
font-size: 30px;
text-align:right;
text-transform: uppercase;
font-weight:900;
line-height: 32px;
margin-bottom: 20px;
}
.ms-layer.shop2_text4 {
color: #fff;
font-family: 'Open Sans', sans-serif;
font-size: 72px;
font-weight:900;
text-align:right;
text-transform:uppercase;
line-height:72px;
margin-bottom: 20px;
}
.ms-layer.shop2_text2 {
color: #fff;
font-family: 'Open Sans', sans-serif;
font-size:30px;
font-weight:500;
line-height: 28px;
margin-bottom: 10px;
text-align:right;
text-transform:uppercase;
}
.ms-layer.shop2_text3 {
color: #fff;
font-family: 'Open Sans', sans-serif;
font-size:18px;
font-weight:500;
line-height: 28px;
margin-bottom: 10px;
text-transform:uppercase;
}
.ms-layer.shop2_text5 {
color: #fff;
font-family: 'Open Sans', sans-serif;
font-size:45px;
font-weight:bold;
line-height: 28px;
margin-bottom: 10px;
text-transform:uppercase;
background:#e9b63d;
padding:14px 10px 14px 10px;
}
.ms-layer.shop2_sbut1 {
color: #fff;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 23px;
font-weight:normal;
text-transform: uppercase;
border:solid 1px #fff;
padding: 8px 22px;
transition: all 0.3s ease;
text-align: center;
}
.ms-layer.shop2_sbut1:hover {
color: #272727;
background: #fff;
}
.ms-layer.port_text1 {
font-family: 'Josefin Sans', sans-serif;
font-size: 45px;
font-weight:normal;
color: #fff;
line-height: 35px;
margin-bottom: 12px;
text-transform:uppercase;
}
.ms-layer.port_text2 {
font-family: 'Josefin Sans', sans-serif;
font-size: 90px;
font-weight:900;
line-height:97px;
margin-bottom: 20px;
color: #fff;
text-transform:uppercase;
}
.ms-layer.port_text3 {
color: #fff;
font-size: 18px;
font-weight: bold;
font-family: 'Dancing Script', cursive;
letter-spacing: 1px;
line-height: 27px;
margin-bottom: 10px;
text-transform: none;
}
.ms-layer.port_text1.center,
.ms-layer.port_text2.center,
.ms-layer.port_text3.center {
width: 100%;
text-align:center;
}
.ms-layer .port_linebg_1 {
width:100%;
text-align:center;
display:block;
margin:auto;
}
.ms-layer.port_sbut1 {
color: #fff;
font-family: 'Raleway', sans-serif;
font-size: 15px;
font-weight:600;
text-transform: uppercase;
background:#4183d7;
padding: 19px 49px;
border-radius:4px;
transition: all 0.3s ease;
}
.ms-layer.port_sbut1:hover {
color: #4183d7;
background: #fff;
}
.ms-layer.v14_text1 {
color: #272727;
font-family: 'Raleway', sans-serif;
font-size: 36px;
text-transform: uppercase;
font-weight: 300;
line-height:40px;
margin-bottom: 20px;
letter-spacing: 0.5px;
}
.ms-layer.v14_text2 {
color: #272727;
font-family: 'Raleway', sans-serif;
font-size: 72px;
font-weight: 800;
line-height: 35px;
margin-bottom: 30px;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.ms-layer.v14_linebg_1 {
width:18%;
height: 3px;
float: left;
background: #fff;
}
.ms-layer.v14_sbut1 {
color: #fff;
font-family: 'Raleway', sans-serif;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
padding: 16px 25px 14px 30px;
background: #c0392b;
transition: all 0.3s ease;
text-align: center;
}
.ms-layer.v14_sbut1:hover {
color: #fff;
background: #272727;
}
.ms-layer.v14_sbut1 i {
color: #fff;
font-size: 18px;
margin-left: 7px;
}.blog_post {
float: left;
width: 100%;
}
.blog_post h3 {
text-align: left;
color: #333;
line-height: 30px;
display: block;
padding-bottom: 10px;
}
.blog_post h3 a {
color: #2ecc71;
text-decoration: none;
margin-top: 3px;
text-transform: none;
font-weight: 400;
font-size: 30px;
}
.blog_post h3 a:hover {
color: #383634;
}
ul.post_meta_links {
float: left;
margin: -5px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
.post_meta_links li {
float: left;
margin: 0px;
padding: 0px 0px 0px 4px;
list-style-type: none;
color: #999;
}
.post_meta_links li a {
color: #999;
padding: 0px 8px 0px 0px;
text-decoration: none;
font-size: 11px;
text-transform: uppercase;
}
.post_meta_links li a:hover {
color: #727272;
text-decoration: none;
}
.post_meta_links li i {
color: #bbb;
font-size: 12px;
font-style: normal;
}
.blog_postcontent {
float: left;
width: 100%;
}
.blog_postcontent .image_frame {
float: left;
width: 100%;
margin-bottom: 27px;
}
.blog_postcontent .image_frame.mone {
float: left;
width: 100%;
height: 280px;
overflow: hidden;
}
.blog_postcontent .image_frame.mtwo {
float: left;
width: 100%;
height: 180px;
overflow: hidden;
}
.blog_postcontent .image_frame.mthree {
float: left;
width: 100%;
height: 480px;
overflow: hidden;
}
.blog_postcontent .image_frame.mone img,
.blog_postcontent .image_frame.mtwo img,
.blog_postcontent .image_frame.mthree img {
float: left;
width: auto;
margin-left: -45%;
margin-top: -10%;
}
.blog_postcontent .video_frame.mtwo iframe {
float: left;
width: 100%;
height: 280px;
overflow: hidden;
}
.blog_postcontent .image_frame.small {
float: left;
width: 43%;
border: 7px solid #fff;
margin-bottom: 25px;
-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.blog_postcontent .image_frame.small:hover {
border: 7px solid #f9f9f9;
}
.blog_postcontent .image_frame img {
float: left;
width: 100%;
}
.blog_postcontent .video_frame.small iframe {
height: 250px;
}
.blog_postcontent .video_frame iframe {
float: left;
width: 100%;
height: 520px;
margin-bottom: 27px;
}
.post_info_content_small {
padding: 0px;
margin: 0 0 0 4%;
width: 50%;
float: left;
}
ul.post_meta_links_small {
float: left;
margin: -15px 0px 12px 80px;
padding: 0px 0px 0px 0px;
width: 80%;
}
.post_meta_links_small li a {
color: #a1a1a1;
padding: 0px 5px 0px 0px;
text-decoration: none;
font-size: 11px;
}
.post_meta_links_small li a:hover {
color: #727272;
padding: 0px 5px 0px 0px;
text-decoration: none;
font-size: 11px;
}
.blog_post a.date {
color: #454545;
font-size: 16px;
font-weight: normal;
}
.blog_post a.date:hover {
color: #2ecc71;
}
.post_readmore:link, .post_readmore:visited {
float: right;
height: 27px;
width: 185px;
text-align: center;
padding-top: 7px;
color: #fff;
text-decoration: none;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/skin01/but_post_readmore.jpg) no-repeat left top;
}
.post_readmore:hover {
float: right;
height: 27px;
width: 185px;
text-align: center;
padding-top: 7px;
color: #fff;
text-decoration: none;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/skin01/but_post_readmore_hover.jpg) no-repeat left top;
}
.sharepost {
float: left;
width: 80%;
margin-bottom: 40px;
}
.sharepost ul {
margin: 0px;
padding: 0px;
}
.sharepost li {
margin: 0px 7px 5px 0px;
padding: 2px 5px;
float: left;
border-radius: 2px;
list-style-type: none;
background-color: #2ecc71;
transition: all 0.3s ease;
}
.sharepost li i {
color: #fff;
}
.sharepost li:hover {
background-color: #383634;
}
.about_author {
float: left;
width: 100%;
padding: 20px;
background-color: #f9f9f9;
border: 1px solid #eee;
}
.about_author img {
float: left;
margin-right: 20px;
}
.about_author a {
font-family: 'Open Sans' !important;
font-weight: normal;
font-weight: 600;
color: #333;
}
.about_author a:hover {
color: #2ecc71;
} .pagination.center {
text-align: center;
}
.pagination.center b{
float: inherit;
}
.pagination {
clear:both;
padding:10px 0;
margin-bottom:20px;
font-family: 'Open Sans', sans-serif;
}
.pagination b{
margin: 0px 5px 2px 0;
padding:0px 10px;
font-weight: normal;
color: #999;
}
.pagination a.navlinks {
font-size: 12px;
color: #454545;
background-color: #eee;
font-weight: 600;
text-transform: uppercase;
padding: 7px 10px;
border-radius: 3px;
}
.pagination a.navlinks:hover {
color: #fff;
background-color: #454545;
}
.pagination a.current {
color: #fff;
background-color: #454545;
} .comment_wrap{
padding:20px 20px 20px 0px;
overflow:hidden; }
.comment_wrap.chaild{
border-bottom:1px solid #eee;
margin:10px 20px 10px 50px;
overflow:hidden;
}
.gravatar{
float:left;
}
.comment_content{
overflow:hidden;
padding-left:20px;
position:relative;
min-height:80px;
}
.comment_content .comment_meta{
position:relative;
}
.comment_content .comment_meta .comment_author{
display:inline;
font-size:14px;
font-style: normal;
}
.comment_content .comment_meta .comment_author i{
display:inline;
font-size:11px;
font-style: italic;
}
.comment_content .comment_text {
clear:both;
padding-top:0px;
overflow:hidden;
}
.comment_content .comment_text a {
color: #d3d3d3;
margin-top: 5px;
float: left;
}
.comment_content .comment_text a:hover {
color: #727272;
margin-top: 5px;
float: left;
}
#comments_section li ul li{
margin-left: 30px;
}
#comments .commentlist .comment article.comment {
border-bottom:1px solid #eee;
} .comment_form {
float: left;
width: 100%;
margin-top: 30px;
}
.comment_form label{
float: left;
width: 90px;
height: 15px;
padding: 7px 10px;
margin-bottom: 40px;
font-weight: normal;
}
.comment_input_bg {
float: left;
width: 75%;
height: 40px;
padding: 7px 10px 0px 10px;
border-top: 2px solid #e3e3e3;
border-left: 2px solid #e3e3e3;
border-right: 1px solid #e3e3e3;
border-bottom: 1px solid #e3e3e3;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #f9f9f9;
}
.comment_textarea_bg {
float: left;
width: 90%;
height: 235px;
padding: 7px 10px 0px 10px;
margin-bottom: 20px;
border-top: 2px solid #e3e3e3;
border-left: 2px solid #e3e3e3;
border-right: 1px solid #e3e3e3;
border-bottom: 1px solid #e3e3e3;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #f9f9f9;
}
.comment_checkbox {
float: left;
display: block;
width: 90%;
margin-top: 10px;
}
.comment_submit {
background-color: #eee;
border: 1px solid #ddd;
padding: 9px 13px;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
border-radius: 4px;
color: #333;
text-transform: uppercase;
}
.comment_submit:hover {
background-color: #f9f9f9;
cursor: pointer;
} .comment_wrap{
padding:20px 20px 20px 0px;
overflow:hidden; }
.comment_wrap.chaild{
border-bottom:1px solid #eee;
margin:10px 20px 10px 50px;
overflow:hidden;
}
.gravatar{
float:left;
}
.comment_content{
overflow:hidden;
padding-left:20px;
position:relative;
min-height:80px;
}
.comment_content .comment_meta{
position:relative;
}
.comment_content .comment_meta .comment_author{
display:inline;
font-size:14px;
font-style: normal;
}
.comment_content .comment_meta .comment_author i{
display:inline;
font-size:11px;
font-style: italic;
}
.comment_content .comment_text {
clear:both;
padding-top:0px;
overflow:hidden;
}
.comment_content .comment_text a {
color: #d3d3d3;
margin-top: 5px;
float: left;
}
.comment_content .comment_text a:hover {
color: #727272;
margin-top: 5px;
float: left;
}
#comments_section li ul li{
margin-left: 30px;
}
.blog_post {
float: left;
width: 100%;
}
.blog_post h3.entry-title {
float: left;
text-align: left;
color: #333;
width: 85%;
line-height: 30px;
clear: none;
margin-bottom: 15px;
}
.blog_post h3 a, .blog-single-post .blog_post h3{
color: #2ecc71;
}
.blog_post h3.entry-title a {
text-decoration: none;
float: left;
text-transform: none;
font-weight: 700;
font-size: 27px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
width: 100%;
line-height: 35px;
}
.blog_post h3.entry-title a:hover {
color: #383634;
}
.blog_post .blog-large-style h3 a, .blog-single-post .blog_post h3 {
text-decoration: none;
margin-top: 3px;
text-transform: none;
font-weight: 400;
font-size: 30px;
}
.post_info_content {
padding: 0px;
margin: 10px 0 0 10%;
width: 90%;
float: left;
}
ul.post_meta_links {
float: left;
margin: -10px 0px 0px -6px;
padding: 0px 0px 0px 0px;
width: 100%;
}
ul.post_meta_links>li:last-child a{
padding: 0px;
}
.post_meta_links li {
float: left;
margin: 0px;
padding: 0px 0px 0px 4px;
list-style-type: none;
color: #999;
max-width: 100%;
}
#content .artciles-between{
padding-top: 50px;
margin-bottom: 60px;
}
.single #content .artciles-between{
padding-top: 50px;
margin-bottom: 50px;
}
.post p{
margin-bottom: 15px;
}
.post p:last-child,body.wpb-js-composer #content p {
margin-bottom: 0px;
}
.post_meta_links li a {
color: #999;
padding: 0px 18px 0px 0px;
text-decoration: none;
font-size: 11px;
text-transform: uppercase;
}
.post_meta_links li a.date {
color: #454545;
font-size: 16px;
font-weight: normal;
} 
.post_meta_links li i{ 
color: #bbb;
font-size: 12px;
font-style: normal;
}	
.post_meta_links li.tag-links a {
padding-right: 0px;
}
.post_meta_links li.post_categoty a{
padding-right: 5px;
}
.post_meta_links li.post_categoty a:last-child{
padding-right: 18px;
}
.post_meta_links li a:hover {
color: #727272;
text-decoration: none;
}
.blog-2-columns div[class^="imgframe"] a{
display: inline-block;
overflow: hidden;
float: left;
max-width: 100%;
}
.widget_contents-component{
margin-bottom: 80px;
display: inline-block !important;	
width: 100%;
}
.blog_postcontent {
float: left;
width: 100%;
min-height: 50px;
}
.blog_postcontent .image_frame {
float: left;
max-width: 100%; margin-bottom: 25px; }
.blog_postcontent .image_frame img {
float: left;
max-width: 100%;
border: 1px solid #fff;
}
.blog_postcontent .video_frame iframe {
float: left;
width: 100%;
height: 400px;
}
.content_halfsite .video_frame iframe {
max-height: 180px;
margin-bottom: 10px;
}
body * .list54 li,body * .list54 ul{
list-style: none;
}
body * .list54 li h5{
margin: 0px;
} .blog_post h3.entry-title {
width: 100%;
clear: both;
margin-top: 0px;
} #content>div[class^="col-md-"]:last-child{
padding-right: 0px;
float: right;
}
#content.blog-2-columns .col-md-12 {
padding-left: 0px;
padding-right: 0px;
}
.post_info_content_small {
padding: 0px;
margin: 0 0 0 4%;
width: 50%;
float: left;
}
ul.post_meta_links_small {
float: left;
margin: -15px 0px 12px 80px;
padding: 0px 0px 0px 0px;
width: 80%;
}
.post_meta_links_small li a {
color: #a1a1a1;
padding: 0px 5px 0px 0px;
text-decoration: none;
font-size: 11px;
}
.post_meta_links_small li a:hover {
color: #727272;
padding: 0px 5px 0px 0px;
text-decoration: none;
font-size: 11px;
}
.post_readmore:link, .post_readmore:visited {
float: right;
height: 27px;
width: 185px;
text-align: center;
padding-top: 7px;
color: #fff;
text-decoration: none;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/skin01/but_post_readmore.jpg) no-repeat left top;
}
.post_readmore:hover {
float: right;
height: 27px;
width: 185px;
text-align: center;
padding-top: 7px;
color: #fff;
text-decoration: none;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/skin01/but_post_readmore_hover.jpg) no-repeat left top;
}
.sharepost {
width: 100%;
margin-bottom: 30px;
}
.sharepost ul {
margin: 0px;
padding: 0px;
}
.sharepost li {
margin: 0px 7px 5px 0px;
padding: 2px 5px;
float: left;
border-radius: 2px;
list-style-type: none;
background-color: #2ecc71;
}
.sharepost li i {
color: #fff;
}
.sharepost li:hover {
background-color: #383634;
}
.sharepost h4{
text-transform: uppercase;
}
.dropdown-menu>li.current_page_item>a{
color: #333;
text-decoration: none;
background-color: #ECECEC;
}
body .flexslider .wpb_single_image .vc_single_image-wrapper{
display: block;
}
#nav-single {
text-align: right;
z-index: 1;
width: 100%;
height: 30px;
line-height: 30px;
margin-bottom: 30px;
overflow: hidden;
display: inline-block;
}
#nav-single a {
font-weight: normal;
}
#nav-single .nav-previous {
text-align: left;
}
.about_author {
float: left;
width: 100%;
padding: 20px;
background-color: #f9f9f9;
border: 1px solid #eee;
}
.about_author img {
float: left;
margin-right: 20px;
}
.about_author a {
font-family: 'Open Sans' !important;
font-weight: normal;
font-weight: 600;
color: #333;
}
.about_author a:hover {
color: #2ecc71;
}
#related_posts .post-listing .related-item:first-child {
padding-left: 0px;
}
#related_posts .post-listing .related-item:last-child {
padding-right: 0px;
}
.widget_contents-component [class*="su-"] img{
border: none;
}
.king-sidebar ul.arrows_list1 i {
margin-right: 5px;
}
body .king-sidebar ul li{
list-style: none;
}
.king-sidebar {
float: left;
width: 100%;
padding: 0px;
margin: 0px;
}
.king-sidebar ul.arrows_list1{
padding: 0px;
margin: 0px;
float: left;
margin-top: -10px;
}
.king-sidebar ul.arrows_list1 i {
margin-right: 4px;
}
.sidebar_title {
float: left;
width: 100%;
}
.king-sidebar ul.arrows_list1{
padding: 0px;
margin: 0px;
float: left;
margin-top: -10px;
width: 100%;
clear: both;
}
.king-sidebar ul.arrows_list1 ul.arrows_list1{
margin-top: 0px;
margin-left: 15px;
}
.king-sidebar ul.arrows_list1 i {
margin-right: 4px;
}
.clientsays_widget h4 {
margin-bottom: 18px;
float: left;
font-weight: 300;
width: 100%;
}
.entry-content h4{
float: none;
}
.king-sidebar h4 i, .clientsays_widget h4 i {
font-weight: 500;
font-style: normal;
}
.widget_rss li{
display: inline-block;
margin: 0 0 10px 0;
border-bottom: 1px dotted #ccc;
padding-bottom: 8px;
}
h3.widget-title{
margin-bottom: 30px;
float: left;
font-size: 18px;
line-height: 28px;
font-style: normal;   
clear: both;
width: 100%;
text-transform: uppercase;
}
h3.widget-title i {
font-weight: 500;
font-style: normal;
}
.king-sidebar h3.widget-title span{
font-weight: 500;
color: #181818; 
}
#sliderContent h3.widget-title{
margin-bottom: 15px;
}
.right-column .widget, .king-sidebar .widget{
margin-bottom: 40px;
width: 100%;
clear: both;
float: right;
}
.king-sidebar select{
max-width: 90%;
}
#searchform #s,.widget_product_search .search-field{
box-shadow: none;
border: 1px solid #ccc;
padding: 6px 10px 5px;
float: left;
height: 36px;
width: 70%;
}
#searchform #searchsubmit,.widget_product_search input[type="submit"]{
padding: 9px 10px;
width: 30%;
margin-left: -1px;
cursor: pointer;
background: #2ecc71;
}
#searchform #searchsubmit:hover,.widget_product_search input[type="submit"]:hover{
background: #333;
color: #fff;
}
#searchform{
max-width: 350px;
}
.post.no-results.not-found #searchform #searchsubmit {
height: 36px;
padding-top: 6px;
}
#comment_submit{
float: left;
padding: 10px 15px;
margin-bottom: 20px;
border-top: 1px solid #e3e3e3;
border-left: 1px solid #e3e3e3;
border-right: 1px solid #e3e3e3;
border-bottom: 1px solid #e3e3e3;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #f9f9f9;
font-weight: 600; 
} 
#comment_submit:hover{
background-color: #eee;	
}
#calendar_wrap{
clear: both;
}
.clogo_small, .clogo_small li{
list-style: none !important;
margin: 0px;
}
.right-column .widget:first-child{
margin-top: 0px;
}
#wp-calendar{
border-spacing: 1px;
width: 100%;
}	
#wp-calendar th{
text-align: center;
line-height: 30px;
background: #2ecc71;
color: #fff;	
}
#wp-calendar td{
text-align: center;
line-height: 28px;
background: #f9f9f9;
border-right: 1px solid #F0F0F0;
padding: 5px;
}
#footer-group h3.widget-title{
margin-bottom: 20px;
}
body * .wpb_content_element{
margin-bottom: 0px;
}
ul.list1,body ul.list1 li{
list-style: none;
} ul.recent_posts_list {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
}
.recent_posts_list li {
padding: 0px 0px 13px 0px;
margin: 0px 0px 16px 0px;
list-style-type: none;
border-bottom: none;
float: left;
width: 100%;
}
.recent_posts_list li a {
text-decoration: none;
line-height: 17px;
display: block;
color: #999;
}
.recent_posts_list li a:hover {
color: #2ecc71;
}
.recent_posts_list li img{
max-width: 100%;
}
.recent_posts_list li span {
float: left;
margin-right: 15px;
}
.recent_posts_list li span img {
float: left;
margin-right: 0px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
border: 1px solid #eee;
}
.recent_posts_list li span img:hover {
float: left;
margin-right: 0px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}
.recent_posts_list li i {
padding: 1px 0px 0px 0px;
margin: 0px;
display: block;
font-size: 10px;
font-style: normal;
color: #c9c9c9;
}
.recent_posts_list li.last {
padding: 0px 0px 7px 0px;
margin: 0px 0px 0px 0px;
border-bottom: 0px solid #f5f6f6;
} .pagination {
clear:both;
margin-bottom: 50px;
text-align: center;
}
.pagination b{
margin: 0;
padding:0px 10px;
font-weight: normal;
color: #999;
}
.pagination .page-numbers {
font-size: 12px;
color: #454545;
background-color: #eee;
font-weight: 600;
text-transform: uppercase;
padding: 7px 10px;
border-radius: 3px;
margin-right: 8px;
margin-bottom: 10px;
}
.pagination .page-numbers:hover {
color: #fff;
background-color: #454545;
}
.pagination .page-numbers.current {
color: #fff;
background-color: #454545;
}
#sidebar ul.arrows_list1 li {
padding: 5px 0px;
}
.adsbanner-list li{
width: 50%;
display: inline-block;
float: left;
margin-bottom: 5%;
}
#tabs {
padding: 0px 0px 0px 0px;
float: left;
clear: both;
width: 100%;
background-color: #eee;
}
ul.tabs {
margin: 0;
padding: 0;
float: left;
list-style: none;
height: 43px;
width: 100%;
font-family: 'Raleway', sans-serif;
}
.tab_container .recent_posts_list li {
border-bottom: 1px solid #eee;
}
ul.tabs li {
float: left;
margin: 0;
padding: 0;
height: 43px;
width: 80px;
line-height: 43px;
border-left: none;
margin-bottom: -1px;
overflow: hidden;
position: relative;
border-right: 1px solid #fff;
}
ul.tabs li a {
text-decoration: none;
color: #333;
display: block;
font-size: 13px;
font-weight: 600;
outline: none;
cursor: pointer;
background: #eee;
text-align: center;
text-transform: uppercase;
}
ul.tabs li a:hover {
background: #454545;
color:#fff;
}
ul.tabs li.last {
border-right: 0px solid #fff;
}
ul.tabs li.active, html ul.tabs li.active a,  html ul.tabs li.active a:hover  {
background: #2ecc71;
color: #fff;
}
.tab_container {
overflow: hidden;
clear: both;
float: left; 
background: #fafafa;
padding: 20px 20px 20px 20px;
width: 100%;
display: none;
}
.tab_content {
padding: 10px 0;
font-size: 12px;
background: #fff;
}
.gray_border {
width: 100%;
height: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #DCDCDC;
}
ul.tags {
padding: 0px 0px 10px 0px;
margin: 0px;
float: left;
}
.tags li {
float: left;
padding: 0px;
margin: 0px 5px 5px 0px;
list-style-type: none;
line-height: 25px;
}
.tags li a,.tagcloud a {
float: left;
padding: 3px 10px;
background-color: #EEEEEE;
border-radius: 2px;
color: #909090;
font-size: 12px;
}
.tagcloud a {
margin: 0px 5px 5px 0px;
}	
.widget .tags li a:hover,.tagcloud a:hover {
background-color: #2ecc71;
color: #fff;
}
#comments{
display: inline-block;
width: 100%;
border-top: 1px solid #eee;
padding-top: 20px;
}
#comments h3#reply-title{
display: inline-block;
width: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
display: block;
}
audio,
canvas,
video {
display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden] {
display: none;
}
html {
font-size: 100%;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
select{
max-width: 100%;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
clear: both;
}
.wpb_row h1,.wpb_row h2,.wpb_row h3,.wpb_row h4,.wpb_row h5,.wpb_row h6{
clear: inherit;	
}
.post li h1,
.post li h2,
.post li h3,
.post li h4,
.post li h5,
.post li h6 {
clear: none;
line-height: initial;
} body .flips1 p{
margin-bottom: 0px;
}
body .flips1 h4{
margin-bottom: 10px;
}
address {
font-style: italic;
margin: 0 0 24px;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
mark {
background: #ff0;
color: #000;
}
code,
kbd,
pre,
samp {
font-family: monospace, serif;
font-size: 14px;
-webkit-hyphens: none;
-moz-hyphens:    none;
-ms-hyphens:     none;
hyphens:         none;
}
pre {
background: #f5f5f5;
color: #666;
font-family: monospace;
font-size: 14px;
margin: 20px 0;
overflow: auto;
padding: 20px;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
blockquote,
q {
-webkit-hyphens: none;
-moz-hyphens:    none;
-ms-hyphens:     none;
hyphens:         none;
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}
blockquote {
font-size: 18px;
font-style: italic;
font-weight: 300;
margin: 24px 40px;
}
blockquote p{
font-style: italic;
}
blockquote blockquote {
margin-right: 0;
}
blockquote cite,
blockquote small {
font-size: 14px;
font-weight: normal;
text-transform: uppercase;
}
blockquote em,
blockquote i {
font-style: normal;
font-weight: 300;
}
blockquote strong,
blockquote b {
font-weight: 400;
}
small {
font-size: smaller;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
dl {
margin: 0 20px;
}
dt {
font-weight: bold;
}
dd {
margin: 0 0 20px;
}
#gallery-1 .gallery-item{
margin: 0px;
}
.entry-content ol{
list-style-type: decimal;	
}
.entry-content ol ul{
list-style-type: circle;		
}
.entry-content ol ul ul{
list-style-type: square;
}
.entry-content ul ul{
list-style-type: square;
}
menu,
.entry-content ol,
.entry-content ul {
padding: 0;
margin: 0 0 10px 25px;
}
.entry-content .post_meta_links{
margin: 0px;
padding: 0px;
width: 100%;
clear: both;
}
.entry-content ul{
list-style-type: disc;
}
ul.post_meta_links,ul.post_meta_links li,.entry-content [class^="parallax_"] li,.entry-content [class^="features"] li{
list-style: none;
}
nav ul,
nav ol,. {
list-style: none;
list-style-image: none;
}
li > ul,
li > ol {
margin: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0;
}
form {
margin: 0;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
white-space: normal;
}
button,
input,
select,
textarea {
margin: 0;
vertical-align: baseline;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
input[disabled] {
cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
padding: 0;
}
input[type="search"] {
-webkit-appearance: textfield;
padding-right: 2px; width: 270px;
}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
.post input[type="text"],.post input[type="email"],.post input[type="password"],.woocommerce-product-search input[type="submit"]{
border: 1px solid #e0e0e0;
background-color: #fff;
height: 35px;
padding: 5px 10px 5px 10px;
color: #999;
font-size: 13px;
}
.post input[type="submit"]{
padding: 0 15px;
cursor: pointer;
height: 35px;
background: #555;
color: #fff;
border: none;
}
textarea {
overflow: auto;
vertical-align: top;
}
table {
border-bottom: 1px solid #ededed;
border-collapse: collapse;
border-spacing: 0;
font-size: 14px;
line-height: 2;
margin: 0 0 20px;
width: 100%;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
caption {
font-size: 16px;
margin: 20px 0;
}
#calendar_wrap caption{
margin: 0 0 10px 0;
font-size: 13px;
}
th {
font-weight: bold;
text-transform: uppercase;
}
td {
border-top: 1px solid #ededed;
padding: 6px 10px 6px 0;
}
del {
color: #333;
}
ins {
background: #fff9c0;
text-decoration: none;
color: #333;
padding: 0 5px;
}
hr {
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/css/images/dotted-line.png) repeat center top;
background-size: 4px 4px;
border: 0;
height: 1px;
margin: 0 0 24px;
}
.entry-content img.alignleft,.entry-content .wp-caption.alignleft{
margin-right: 18px;
}
.entry-content img.alignright,.entry-content .wp-caption.alignright{
margin-left: 18px;
}
.entry-content .page-link{
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
.entry-content .page-link a{
font-size: 12px;
color: #454545;
background-color: #eee;
margin-right: 4px;
font-weight: 600;
text-transform: uppercase;
padding: 7px 10px;
border-radius: 3px;
}
.entry-content .page-link a:hover{
color: #fff;
background-color: #454545;
}
.entry-content .post_meta_links li.post_categoty a{
display: inline-block;
}  .cd-container { width: 98%;
max-width: 1170px;
margin: 0 auto;
text-align: center;
}
.cd-container::after { content: '';
display: table;
clear: both;
}  @media only screen and (min-width: 1170px) { }
#cd-timeline {
position: relative;
padding: 0em 0;
margin-top: 2em;
margin-bottom: 2em;
}
#cd-timeline:before { content: '';
position: absolute;
top: 0;
left: 18px;
height: 100%;
width: 4px;
background: #f3f3f3;
}
.cd-nomore {
position: relative;
background-color: #eee;
padding: 5px 10px;
color: #aaa;
font-size: 12px;
display: inline-block;
margin-bottom: -10px;
}
#cd-timeline .btn {
display: inline-block;
}
@media only screen and (min-width: 1000px) {
#cd-timeline {
margin-top: 3em;
margin-bottom: 3em;
}
#cd-timeline:before {
left: 50%;
margin-left: -2px;
}
}
.cd-timeline-block {
position: relative;
margin: 2em 0;
text-align: left;
*zoom: 1;
}
.cd-timeline-block:before,
.cd-timeline-block:after {
content: " ";
display: table;
}
.cd-timeline-block:after {
clear: both;
}
.cd-timeline-block:first-child {
margin-top: 0;
}
.cd-timeline-block:last-child {
margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
.cd-timeline-block {
margin: 4em 0;
}
.cd-timeline-block:first-child {
margin-top: 0;
}
.cd-timeline-block:last-child {
margin-bottom: 0;
}
}
.cd-timeline-img {
position: absolute;
top: 0;
left: 0;
width: 40px;
height: 40px;
border-radius: 50%;
box-shadow: 0 0 0 4px #f3f3f3, inset 0 2px 0 rgba(0, 0, 0, 0.05), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
display: block;
width: 60px;
height: 60px;
position: relative;
border-radius: 100%;
max-height: 100%;
}
.cd-timeline-img.cd-picture {
background: #e3e3e3;
}
.cd-timeline-img.cd-movie {
background: #e3e3e3;
}
.cd-timeline-img.cd-location {
background: #e3e3e3;
}
@media only screen and (min-width: 1000px) {
.cd-timeline-img {
width: 64px;
height: 64px;
left: 50%;
margin-left: -30px; -webkit-transform: translateZ(0);
-webkit-backface-visibility: hidden;
}
.cssanimations .cd-timeline-img.is-hidden {
visibility: hidden;
}
.cssanimations .cd-timeline-img.bounce-in {
visibility: visible;
-webkit-animation: cd-bounce-1 0.6s;
-moz-animation: cd-bounce-1 0.6s;
animation: cd-bounce-1 0.6s;
}
}
@-webkit-keyframes cd-bounce-1 {
0% {
opacity: 0;
-webkit-transform: scale(0.5);
}
60% {
opacity: 1;
-webkit-transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes cd-bounce-1 {
0% {
opacity: 0;
-moz-transform: scale(0.5);
}
60% {
opacity: 1;
-moz-transform: scale(1.2);
}
100% {
-moz-transform: scale(1);
}
}
@-o-keyframes cd-bounce-1 {
0% {
opacity: 0;
-o-transform: scale(0.5);
}
60% {
opacity: 1;
-o-transform: scale(1.2);
}
100% {
-o-transform: scale(1);
}
}
@keyframes cd-bounce-1 {
0% {
opacity: 0;
transform: scale(0.5);
}
60% {
opacity: 1;
transform: scale(1.2);
}
100% {
transform: scale(1);
}
}
.cd-timeline-content {
position: relative;
margin-left: 60px;
background: #f3f3f3;
border-radius: 0.25em;
padding: 1em;
box-shadow: 0 3px 0 #e3e3e3;
*zoom: 1;
}
.cd-timeline-content:before,
.cd-timeline-content:after {
content: " ";
display: table;
}
.cd-timeline-content:after {
clear: both;
}
.cd-timeline-content h2 {
color: #86c724;
font-weight: normal;
margin-bottom: 0px;
text-transform: initial;
}
.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
font-size: 13px;
font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
display: inline-block;
}
.cd-timeline-content p.text {
margin: 5px 0;
line-height: 23px;
font-size: 14px;
}
.cd-timeline-content .cd-read-more {
float: right;
padding: .58em 1em;
background: #999;
color: white;
border-radius: 0.25em;
transition: all 0.3s ease;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
background-color: #86c724;
}
.cd-timeline-content .cd-date {
float: left;
padding: .8em 0;
}
.cd-timeline-content .cd-date strong {
background-color: #86c724;
color: #fff;
padding: 5px 12px;
}
.cd-timeline-content .cd-date strong {
position: relative;
background: #86c724;
}
.cd-timeline-content .cd-date strong:after {
right: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(47, 146, 238, 0);
border-right-color: #86c724;
border-width: 8px;
margin-top: -8px;
}
.cd-timeline-content .cd-date b {
background-color: #86c724;
color: #fff;
padding: 5px 12px;
}
.cd-timeline-content .cd-date b {
position: relative;
background: #86c724;
}
.cd-timeline-content .cd-date b:after {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(47, 146, 238, 0);
border-left-color: #86c724;
border-width: 8px;
margin-top: -8px;
}
.cd-timeline-content:before {
content: '';
position: absolute;
top: 16px;
right: 100%;
height: 0;
width: 0;
border: 7px solid transparent;
border-right: 7px solid white;
}
@media only screen and (min-width: 320px) {
.cd-timeline-content h2 {
font-size: 20px;
font-size: 1.25rem;
}
.cd-timeline-content p {
font-size: 16px;
font-size: 1rem;
}
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
font-size: 14px;
font-size: 0.875rem;
}
}
@media only screen and (min-width: 1000px) {
.cd-timeline-content {
margin-left: 0;
padding: 1.6em;
width: 45%;
}
.cd-timeline-content:before {
top: 24px;
left: 100%;
border-color: transparent;
border-left-color: white;
}
.cd-timeline-content .cd-read-more {
float: left;
}
.cd-timeline-content .cd-date {
position: absolute;
width: 100%;
left: 122%;
top: 6px;
font-size: 16px;
font-size: 1rem;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content {
float: right;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
top: 24px;
left: auto;
right: 100%;
border-color: transparent;
border-right-color: white;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
float: right;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
left: auto;
right: 122%;
text-align: right;
}
.cssanimations .cd-timeline-content.is-hidden {
visibility: hidden;
}
.cssanimations .cd-timeline-content.bounce-in {
visibility: visible;
-webkit-animation: cd-bounce-2 0.6s;
-moz-animation: cd-bounce-2 0.6s;
animation: cd-bounce-2 0.6s;
}
}
@media only screen and (min-width: 1000px) { .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
-webkit-animation: cd-bounce-2-inverse 0.6s;
-moz-animation: cd-bounce-2-inverse 0.6s;
animation: cd-bounce-2-inverse 0.6s;
}
}
@-webkit-keyframes cd-bounce-2 {
0% {
opacity: 0;
-webkit-transform: translateX(-100px);
}
60% {
opacity: 1;
-webkit-transform: translateX(20px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes cd-bounce-2 {
0% {
opacity: 0;
-moz-transform: translateX(-100px);
}
60% {
opacity: 1;
-moz-transform: translateX(20px);
}
100% {
-moz-transform: translateX(0);
}
}
@-o-keyframes cd-bounce-2 {
0% {
opacity: 0;
-o-transform: translateX(-100px);
}
60% {
opacity: 1;
-o-transform: translateX(20px);
}
100% {
-o-transform: translateX(0);
}
}
@keyframes cd-bounce-2 {
0% {
opacity: 0;
transform: translateX(-100px);
}
60% {
opacity: 1;
transform: translateX(20px);
}
100% {
transform: translateX(0);
}
}
@-webkit-keyframes cd-bounce-2-inverse {
0% {
opacity: 0;
-webkit-transform: translateX(100px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-20px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes cd-bounce-2-inverse {
0% {
opacity: 0;
-moz-transform: translateX(100px);
}
60% {
opacity: 1;
-moz-transform: translateX(-20px);
}
100% {
-moz-transform: translateX(0);
}
}
@-o-keyframes cd-bounce-2-inverse {
0% {
opacity: 0;
-o-transform: translateX(100px);
}
60% {
opacity: 1;
-o-transform: translateX(-20px);
}
100% {
-o-transform: translateX(0);
}
}
@keyframes cd-bounce-2-inverse {
0% {
opacity: 0;
transform: translateX(100px);
}
60% {
opacity: 1;
transform: translateX(-20px);
}
100% {
transform: translateX(0);
}
} #content #comments{
margin-top: 60px;
}
#comments #commentform > p{
float: left;
width: 100%;
margin-bottom: 0px;
}
#comments #commentform input,
#comments #commentform textarea{
float: left;
width: 100%;
}
#comments #commentform input[type="submit"]{
width: auto;
}
#comments .commentlist .children{
margin-left: 20px;
}
.admin-bar .opstycky1{
top: 32px;
}
.post .entry-content ul li{
list-style: disc;
}
.post .entry-content ul li ul li{
list-style: square;
}
.post .entry-content .post_meta_links li{
list-style: none;
}
.post .entry-content .wp-caption.aligncenter{
margin: 0 auto;
}
.widget label{
float: left;
width: 100%;
}
.widget select{
float: left;
width: 100%;
border-radius: 0;
padding: 6px 10px 5px;
border: 1px solid #ccc;
}
.widget.widget_search  #searchform #searchsubmit{
padding: 6.5px 10px;
border: 0;
color: #fff;
}
.comment_text  ul{
list-style-type: disc;
margin: 0 0 10px 25px;
}
.comment_text  ul li{
list-style-type: disc;
}
.comment_text ul ul li{
list-style-type: square;
}
.comment_text  ol{
list-style-type: decimal;
margin: 0 0 10px 25px;
}
.comment_text  ol li{
list-style-type: decimal;
}
.comment_text ol ol li{
list-style-type: decimal;
}
.comment .edit-link .comment-edit-link{
color: #d3d3d3;
font-size: 14px !important;
}
.comment .edit-link .comment-edit-link:hover{
color: #727272;
} .logged-in.admin-bar header.header{
margin-top: 32px;
}.flip-boxes-horizontal .kc-flipbox .back,
.flip-boxes-vertical .kc-flipbox .back,
.flip_box_clients .kc-flipbox .back{
background-color: #272727;
color: #FFFFFF;
text-align: center;
display: flex;
align-items: center;
}
.flip-boxes-horizontal .kc-flip-container .back h3,
.flip-boxes-vertical .kc-flip-container .back h3,
.flip_box_clients .kc-flip-container .back h3,
.flip-boxes-horizontal .kc-flip-container .back p,
.flip-boxes-vertical .kc-flip-container .back p,
.flip_box_clients .kc-flip-container .back p{
color: #fff;
}
.flip-boxes-horizontal .kc-flip-container .back a,
.flip-boxes-vertical .kc-flip-container .back a{
background-color: transparent;
color: #FFFFFF;
border: 2px solid #FFFFFF;
}
.flip_box_clients .kc-flip-container .back .des p a{
color: #fff;
} .cons_hoz_tabs .kc_wrapper.ui-tabs{
border: none;
}
.cons_hoz_tabs > div > div.kc_tab{
background-color: #FFFFFF;
border-radius: 5px;
padding: 0;
}
.cons_hoz_tabs .kc_tabs_nav ~ .kc_tab.ui-tabs-body-active{
padding: 0;
}
.cons_hoz_tabs > div > ul + div.kc_tab.ui-tabs-body-active{
border-top-left-radius: 0px;
}
.cons_hoz_tabs > div > .kc_tab .kc_tab_content{
padding: 45px 40px 40px 40px;
float: left;
background: #fff;
}
.cons_hoz_tabs .kc_tabs_nav > li{
border-right: none;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.cons_hoz_tabs .kc_tabs_nav > li:hover{
background-color: transparent;
}
.cons_hoz_tabs .kc_tabs_nav > li a{
background-color: transparent;
cursor: pointer;
color: #272727;
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0.5px;
font-family: 'Roboto', sans-serif;
}
.cons_hoz_tabs .kc_tabs_nav > li.ui-tabs-active a{
background-color: transparent;
color: #f1c413;
}
.cons_hoz_tabs .kc_tab_content p{
margin-bottom: 20px;
font-size: 16px;
line-height: 27px;
}
.cons_hoz_tabs > div > ul{
display: table;
table-layout: auto;
width: 100%;
-webkit-transform: translateY(5px);
transform: translateY(5px);
padding: 0px;
margin: 0px;
}
.cons_hoz_tabs > div > ul > li{
transition-duration: .25s;
display: table-cell;
list-style: none;
text-align: center;
padding: 20px 20px 25px 20px;
position: relative;
overflow: hidden;
cursor: pointer;
color: #272727;
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0.5px;
font-family: 'Roboto', sans-serif;
line-height: 18px;
float: none;
}
.cons_hoz_tabs > div > ul > li:before{
z-index: -1;
position: absolute;
content: "";
width: 100%;
height: 120%;
top: 0;
left: 0;
background-color: rgba(255, 255, 255, 0.5);
-webkit-transform: translateY(100%);
transform: translateY(100%);
transition-duration: .25s;
border-radius: 3px 3px 0 0;
}
.cons_hoz_tabs > div > ul > li:hover:before{
-webkit-transform: translateY(75%);
transform: translateY(75%);
}
.cons_hoz_tabs > div > ul > li.ui-tabs-active:before{
transition-duration: .5s;
background-color: white;
-webkit-transform: translateY(0);
transform: translateY(0);
} div.kc_vertical_tabs.home_tabs1 {
width: 100%;
margin: 0 auto;
}
div.kc_vertical_tabs.home_tabs1 > .kc_wrapper > ul.ui-tabs-nav {
padding: 0;
margin: 0;
float: left;
background-color:#fff;
width: 400px;
}
.kc_vertical_tabs.home_tabs1 > .kc_wrapper > ul.ui-tabs-nav li a {
width: 400px;
text-align: left;
display:block;
padding: 27px 45px 21px 35px;
text-decoration: none;
margin: 0px 0px 0px 0px;
transition: all 0.3s ease;
border-right: 0;
white-space: normal;
}
.kc_vertical_tabs.home_tabs1 > .kc_wrapper > ul.ui-tabs-nav li a:hover{
border-right: 0;
}
.kc_vertical_tabs.home_tabs1 > .kc_wrapper > ul.ui-tabs-nav li a:hover {
color: #fff;
background-color: #000;
}
.kc_vertical_tabs.home_tabs1 > .kc_wrapper > ul.ui-tabs-nav li a h5 {
font-weight: 600;
margin-bottom: 5px;
line-height: 23px;
display: inline-block;
}
.kc_vertical_tabs.home_tabs1 > .kc_wrapper > ul.ui-tabs-nav li a img {
float: left;
color: #fff;
margin-top: 10px;
margin-right: 25px;
}
div.kc_vertical_tabs.home_tabs1 > .kc_wrapper > div.kc_tab.ui-tabs-panel {
overflow: hidden;
position: relative;
text-align: left;
padding: 0px 0px 0px 90px;
border-left: 0;
width: 770px;
}
.kc_vertical_tabs.home_tabs1 > .kc_wrapper > .kc_tab > div.kc_tab_content {
width: 100%;
display: block;
float: left;
}
.kc_vertical_tabs.home_tabs1 > .kc_wrapper > .kc_tab > div {
margin-right: 0px;
background-color: #fff;
padding: 50px;
}
.kc_vertical_tabs.home_tabs1 > .kc_wrapper > .kc_tab > div p {
padding-bottom: 0px;
}
.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav ~ div.kc_tab.ui-tabs-body-active{
border: none;
}
.kc_vertical_tabs.home_tabs1 .ui-tabs-active > a {
background: #272727 !important;
color: #fff !important;
background-image:url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/right-arrow.png);
background-position:left;
background-repeat:no-repeat;
display: inline-block;
position: relative;
}
.kc_vertical_tabs.home_tabs1 .ui-tabs-active >a:before {
border-left: 35px solid #272727;
border-top: 61px solid transparent;
border-bottom: 61px solid transparent;
content: "";
height: 0;
right: 0;
position: absolute;
right: -35px;
width: 0;
top: 0px;
}
.home_tabs1 .kc_tab.ui-tabs-panel {
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
-webkit-transition-delay: .3s;
-moz-transition-delay: .3s;
-o-transition-delay: .3s;
-ms-transition-delay: .3s;
transition-delay: .3s;
overflow: initial !important;
}
.home_tabs1 .kc_tab.ui-tabs-panel.ui-tabs-body-active {
overflow: hidden !important;
}
.home_tabs1 .kc_tab.ui-tabs-panel {
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.home_tabs1 .kc_tab.kc_ui-tabs-hide {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
position: absolute !important;
right: 0;
}
.home_tabs1 .kc_tab.ui-tabs-body-active {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-webkit-transition-delay: .3s;
-moz-transition-delay: .3s;
-o-transition-delay: .3s;
-ms-transition-delay: .3s;
transition-delay: .3s;
}
.extra_tabs_clear {
display: block;
clear: both;
}
.kc_vertical_tabs.home_tabs1 .ui-tabs-active >a h5,
.kc_vertical_tabs.home_tabs1 li >a:hover h5 {
color: #fff;
}
.tabs_container .tab_panel h3{
line-height: inherit;
}
.hs_extra_tab .tabs_container .tab_panel .kc_text_block {
text-align: left;
} .v14_tab_sliders .kc_wrapper.ui-tabs {
border: none;
}
.v14_tab_sliders.kc_tabs>.kc_wrapper>.kc_tabs_nav {
margin: 0;
padding: 0;
height: initial;
list-style-type: none;
display: table;
table-layout: auto;
}
.v14_tab_sliders .kc_tabs_nav li {
margin: 0;
position: relative;
display: table-cell;
overflow: hidden;
float: initial;
padding: 0px;
border-right: 1px solid #e3e3e3;
border-bottom: 1px solid #e3e3e3;
background-color: #fff;
}
.v14_tab_sliders .kc_tabs_nav li a {
float: left;
color: #999;
padding: 18px 15px;
text-decoration: none;
margin: 0px;
line-height: 18px;
font-size: 15px;
font-weight: 500;
background: #fff;
border-right: 0px;
border-top: 0px;
}
.v14_tab_sliders .kc_tabs_nav li:last-child {
border-right: 0px;
}
.v14_tab_sliders .kc_tabs_nav li.ui-tabs-active {
border-bottom: 1px solid transparent;
}
.v14_tab_sliders .kc_tabs_nav li.ui-tabs-active {
border-top: 2px solid #272727;
color: #272727;
background: #fff;
}
.v14_tab_sliders .kc_tabs_nav > li:hover, .v14_tab_sliders .kc_tabs_nav > li > a:hover, .v14_tab_sliders .kc_tabs_nav > li > a:focus {
background-color: #fff;
}
.v14_tab_sliders .kc_tabs_nav li a.last {
border-right: none;
}
.v14_tab_sliders .kc_tabs_nav ~ .kc_tab {
float: left;
width: 100%;
text-align: left;
margin-bottom: 0px;
background: #fff;
}
.v14_tab_sliders .kc_tabs_nav ~ .kc_tab.ui-tabs-body-active {
padding: 3% 3% 4% 3%;
}
.v14_tab_sliders .kc_tab.ui-tabs-panel h1,
.v14_tab_sliders .kc_tab.ui-tabs-panel h2,
.v14_tab_sliders .kc_tab.ui-tabs-panel h3,
.v14_tab_sliders .kc_tab.ui-tabs-panel h4,
.v14_tab_sliders .kc_tab.ui-tabs-panel h5,
.v14_tab_sliders .kc_tab.ui-tabs-panel h6 {
clear: initial !important;
}
.v14_tab_sliders .imgleft2 img {
float: left;
} .about3_owl_sliders .box {
width: 100%;
float:left;
}
.about3_owl_sliders .box-cnt {
width: 100%;
height: auto;
}
.about3_owl_sliders .box-cnt img {
width: 100%;
height: auto;
}
.about3_owl_sliders .box-details {
position: absolute;
z-index: 2;
bottom: 0;
background-color:#1d292e;
opacity:0.95;
border-bottom:3px #22a7f0 solid;
width: 94.8%;
height: 100px;
overflow: hidden;
transition: height 450ms;
-moz-transition: height 450ms;
-webkit-transition: height 450ms;
}
.about3_owl_sliders .box:hover .box-details, .about3_owl_sliders .box.active .box-details {
height: 180px;
background-color: #22a7f0;
}
.about3_owl_sliders .box.active .box-details h4 {
padding-top: 30px;
}
.about3_owl_sliders .box.active .box-details p {
padding-top: 0px;
}
.about3_owl_sliders .box:hover .box-details h4 {
padding-top: 30px;
}
.about3_owl_sliders .box:hover .box-details p {
padding-top: 0px;
}
.about3_owl_sliders .box-details h4 {
color: #fff;
font-family: 'Roboto', sans-serif;
font-weight: 600;
padding-top: 37px;
line-height: 21px;
transition: all 0.3s ease;
text-transform: uppercase;
letter-spacing: inherit;
}
.about3_owl_sliders .box-details h4 em {
color: #fff;
font-size: 12px;
font-style: normal;
display: block;
}
.about3_owl_sliders .box-details p {
color: #fff;
width: 77%;
padding-top: 25px;
padding-bottom: 5px;
line-height: 25px;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}
.about3_owl_sliders .box-details a {
font-family: 'Roboto', sans-serif;
color: #1d292e;
font-size: 11px;
text-transform: uppercase;
border-radius:20px;
padding: 7px 26px;
transition: all 0.3s ease;
background:#fff;
}
.about3_owl_sliders .box-details a:hover {
color: #fff;
background: #1d292e;
}
.about3_owl_sliders .owl-controls .owl-page, .about3_owl_sliders .owl-controls .owl-buttons div {
cursor: pointer;
margin-top: 35px;
}
.about3_owl_sliders .owl-carousel .owl-item {
padding: 0px 10px;
} .tabs_style_1 .kc_wrapper.ui-tabs {
border: 0px;
}
.tabs_style_1.kc_tabs>.kc_wrapper>.kc_tabs_nav {
background: none;
margin: 0px;
padding: 0px;
height: initial;
}
.tabs_style_1 .kc_tabs_nav > li {
padding: 0px;
height: initial;
font-weight: normal;
line-height: initial;
}
.tabs_style_1 .kc_tabs_nav > li > a {
float: left;
color: #454545;
height: 40px;
margin-right: 0px;
padding: 0px 30px;
text-decoration: none;
line-height: 40px;
font-size: 14px;
background-color: #e3e3e3;
}
.tabs_style_1 .kc_tabs_nav > .ui-tabs-active > a {
color: #fff;
background-color: #999;
}
.tabs_style_1  {
}
.tabs_style_1 .kc_tabs_nav ~ .kc_tab.ui-tabs-body-active {
padding: 3% 3% 4% 3%;
border: 1px solid #e3e3e3;
} .kc_tabs.tabs_section2 {
float: left;
}
.tabs_section2.kc_tabs>.kc_wrapper>.kc_tabs_nav {
background-color: #fff;
}
.tabs_section2 .kc_wrapper.ui-tabs {
border: none;
float: left;
}
.tabs_section2 .kc_tabs_nav li {
border-right: none;
width: 167px;
margin-bottom: 0px;
}
.tabs_section2 .kc_tabs_nav li.ui-tabs-active {
}
.tabs_section2 .kc_tabs_nav li a {
float: left;
color: #999;
padding: 18px 45.2px;
text-decoration: none;
line-height: 18px;
font-size: 15px;
font-weight: 500;
background: #fff;
border-right: 1px solid #e3e3e3;
height: auto;
width: 100%;
}
.tabs_section2 .kc_tabs_nav li a:hover {
color: #272727;
}
.tabs_section2 .kc_tabs_nav li:last-child a {
border-right: none;
}
.tabs_section2 .kc_tabs_nav li.ui-tabs-active a {
border-top: 2px solid #272727;
color: #272727;
background: #fff;
}
.tabs_section2 .kc_tabs_nav ~ .kc_tab {
float: left;
width: 100%;
text-align: left;
margin-bottom: 0px;
background: #fff;
}
.tabs_section2 .kc_tabs_nav ~ .kc_tab.ui-tabs-body-active {
padding: 3% 3% 4% 3%;
}
.tabs_section2 .kc_tab.ui-tabs-panel h1,
.tabs_section2 .kc_tab.ui-tabs-panel h2,
.tabs_section2 .kc_tab.ui-tabs-panel h3,
.tabs_section2 .kc_tab.ui-tabs-panel h4,
.tabs_section2 .kc_tab.ui-tabs-panel h5,
.tabs_section2 .kc_tab.ui-tabs-panel h6 {
clear: initial !important;
}
.tabs_section2 .imgleft2 img {
float: left;
} .tabs_section3 .kc_wrapper.ui-tabs {
border: none;
}
.tabs_section3.kc_tabs>.kc_wrapper>.kc_tabs_nav {
display: table;
width: 100%;
-webkit-transform: translateY(5px);
transform: translateY(5px);
padding: 0px;
margin: 0px;
height: 100%;
}
.tabs_section3 .kc_tabs_nav > li {
transition-duration: .25s;
display: table-cell;
list-style: none;
text-align: center;
position: relative;
overflow: hidden;
cursor: pointer;
border-right: none;
margin-bottom: 0;
vertical-align:middle;
float: initial;
}
.tabs_section3 .kc_tabs_nav > li > a:hover, .kc_tabs_nav > li > a:focus {
background: none;
}
.tabs_section3 .kc_tabs_nav > li > a {
padding: 20px 20px 25px 20px;
line-height: initial;
height: initial;
width: 100%;
color: #272727;
font-size: 16px;
font-weight: 400;
float: initial;
text-transform: uppercase;
letter-spacing: 0.5px;
font-family: 'Roboto', sans-serif;
}
.tabs_section3 .kc_tabs_nav > li a:before {
z-index: -1;
position: absolute;
content: "";
width: 100%;
height: 120%;
top: 0;
left: 0;
background-color: rgba(255, 255, 255, 0.5);
-webkit-transform: translateY(100%);
transform: translateY(100%);
transition-duration: .25s;
border-radius: 3px 3px 0 0;
}
.tabs_section3 .kc_tabs_nav > li a:hover:before {
-webkit-transform: translateY(70%);
transform: translateY(70%);
}
.tabs_section3 .kc_tabs_nav > li.ui-tabs-active a {
color: #f1c413;
}
.tabs_section3 .kc_tabs_nav > li.ui-tabs-active a:before {
transition-duration: .5s;
background-color: white;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.tabs_section3 .kc_tabs_nav ~ .kc_tab.ui-tabs-body-active {
text-align: left;
border-radius: 5px;
width: 100%;
background-color: #fff;
padding-top: 45px;
padding-right: 40px;
padding-bottom: 50px;
padding-left: 40px;
margin-bottom: 20px;
}
.tabs_section3 .kc_tab.ui-tabs-panel .bigtfont.dark p {
font-size: 16px;
line-height: 27px;
color: #727272;
font-weight: 400;
}
.tabs_section3 .kc_single_image img {
float: left;
} .res_owl_sliders ul.kc-tabs-slider-nav li {
background: none;
padding: 0px 20px;
cursor: pointer;
color: #999;
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
letter-spacing: 0.5px;
margin: 0 auto 50px;
text-align: center;
}
.res_owl_sliders ul.kc-tabs-slider-nav li.kc-title-active {
color: #272727;
}
.res_owl_sliders ul.kc-tabs-slider-nav li.kc-title-active img {
border-color: #272727;
opacity: 1;
}
.res_owl_sliders ul.kc-tabs-slider-nav li img {
padding: 10px;
border: 1px solid #999;
border-radius: 100%;
font-size: 30px;
line-height: 67px;
display: block;
margin: 0 auto 7px auto;
opacity: 0.5;
} .kc_tabs .kc_tabs_nav > li{
padding: 0;
height: auto;
}
.kc_tabs > .kc_wrapper > .kc_tabs_nav{
height: auto;
}
.kc_tabs > .kc_wrapper > .kc_tabs_nav > li > a{
line-height: initial;
padding: 15px 20px;
}
.tabs_style_1.kc_tabs > .kc_wrapper > .kc_tabs_nav > li > a{
padding: 0;
}
.kc_tabs.tabs_style_1 .kc_tabs_nav > li{
background: #E3E3E3;
padding: 15px 10px;
}
.kc_tabs.tabs_style_1 .kc_tabs_nav > li.ui-tabs-active{
background: #999999;
}
.kc_tabs.tabs_style_1 .kc_tabs_nav > li a{
background: transparent;
height: auto;
}
@media only screen and (min-width: 1000px) and (max-width: 1169px){
.hs_extra_tab li a {
width: 380px;
}
div.kc_vertical_tabs.home_tabs1 > .kc_wrapper > ul.ui-tabs-nav {
width: 350px;
}
.kc_vertical_tabs.home_tabs1 > .kc_wrapper > ul.ui-tabs-nav li a {
padding: 27px 20px 21px 20px;
width: 350px;
}
.kc_vertical_tabs.home_tabs1 > .kc_wrapper > ul.ui-tabs-nav li a img {
margin-right: 15px;
}
div.kc_vertical_tabs.home_tabs1 > .kc_wrapper > div.kc_tab.ui-tabs-panel {
padding: 0px 0px 0px 60px;
width: 620px;
}
}
@media only screen and (min-width: 768px) and (max-width: 999px){
.hs_extra_tab li a {
width: 280px;
padding: 20px 0px 20px 18px;
}
.hs_extra_tab li a i {
font-size: 22px;
margin-right: 14px;
}
.tabs_container {
padding: 0px 0px 0px 50px;
}
div.kc_vertical_tabs.home_tabs1 > .kc_wrapper > ul.ui-tabs-nav {
width: 300px;
}
.kc_vertical_tabs.home_tabs1 > .kc_wrapper > ul.ui-tabs-nav li a {
padding: 27px 10px 21px 10px;
width: 300px;
}
.kc_vertical_tabs.home_tabs1 > .kc_wrapper > ul.ui-tabs-nav li a img {
margin-right: 5px;
}
div.kc_vertical_tabs.home_tabs1 > .kc_wrapper > div.kc_tab.ui-tabs-panel {
padding: 0px 0px 0px 37px;
width: 420px;
}
.kc_vertical_tabs.home_tabs1 > .kc_wrapper > .kc_tab > div {
padding: 40px;
}
.hs_tooltip.style1 h6 {
float: left;
}
}
@media only screen and (min-width: 640px) and (max-width: 767px){
.hs_extra_tab li a {
width: 220px;
font-size: 13px;
padding: 16px 0px 16px 10px;
}
.hs_extra_tab li a i {
font-size: 18px;
margin-right: 10px;
margin-top: 3px;
}
.tabs_container {
padding: 0px 0px 0px 30px;
}
div.kc_vertical_tabs.home_tabs1 > .kc_wrapper > ul.ui-tabs-nav {
width: 250px;
}
.kc_vertical_tabs.home_tabs1 > .kc_wrapper > ul.ui-tabs-nav li a {
padding: 10px 5px;
width: 250px;
}
.kc_vertical_tabs.home_tabs1 .ui-tabs-active >a:before {
display: none;
}
.kc_vertical_tabs.home_tabs1 > .kc_wrapper > ul.ui-tabs-nav li a img {
margin-right: 5px;
}
div.kc_vertical_tabs.home_tabs1 > .kc_wrapper > div.kc_tab.ui-tabs-panel {
padding: 0px 0px 0px 20px;
width: 340px;
}
.kc_vertical_tabs.home_tabs1 > .kc_wrapper > .kc_tab > div {
padding: 20px 20px 25px;
}
.hs_tooltip.style1 h6 {
float: left;
}
.v14_tab_sliders .kc_tabs_nav li{
display: block;
text-align: center;
}
.v14_tab_sliders .kc_tabs_nav li a{
width: 100%;
}
.v14_tab_sliders .kc_tabs_nav li.ui-tabs-active{
border-bottom-color: #E3E3E3; 
}
}
@media only screen and (min-width: 480px) and (max-width: 639px){
.hs_extra_tab ul {
float: none;
}
.hs_extra_tab li a {
width: 100%;
padding: 16px 0px 16px 25px;
margin-bottom: 5px;
}
.tabs_container {
padding: 0px 0px 0px 0px;
}
.extra_tabs_active:before {
border-left: none;
}
div.kc_vertical_tabs.home_tabs1 > .kc_wrapper > ul.ui-tabs-nav {
width: 100%;
border-right: 0px;
right: 0px;
margin-bottom: 30px;
}
.kc_vertical_tabs.home_tabs1 > .kc_wrapper > ul.ui-tabs-nav li a {
width: 100%;
}
.kc_vertical_tabs.home_tabs1 .ui-tabs-active >a:before {
display: none;
}
div.kc_vertical_tabs.home_tabs1 > .kc_wrapper > div.kc_tab.ui-tabs-panel {
padding: 0px;
width: 100%;
position: relative;
}
.kc_vertical_tabs.home_tabs1 > .kc_wrapper > .kc_tab > div {
padding: 40px;
}
.hs_tooltip.style1 h6 {
float: left;
}
.kc_tabs .kc_tabs_nav > li{
display: block;
padding: 15px 0;
height: auto;
}
.kc_tabs .kc_tabs_nav > li > a{
padding: 0;
display: block;
width: 100%;
}
.kc_tabs.tabs_style_1 .kc_tabs_nav > li,
.kc_tabs > .kc_wrapper > .kc_tabs_nav > li{
text-align: center;
float: left;
width: 100%;
}
.v14_tab_sliders .kc_tabs_nav li.ui-tabs-active{
border-bottom-color: #E3E3E3; 
}
}
@media only screen and (max-width: 479px){
.hs_extra_tab ul {
float: none;
}
.hs_extra_tab li a {
width: 100%;
padding: 16px 0px 16px 25px;
margin-bottom: 5px;
}
.tabs_container {
padding: 0px 0px 0px 0px;
}
.extra_tabs_active:before {
border-left: none;
}
.tabs_container div {
padding: 30px;
}
.v14_tab_sliders .kc_tabs_nav li.ui-tabs-active {
border-bottom: 1px solid #e3e3e3;
}
.v14_tab_sliders .kc_tabs_nav li {
position: initial;
display: flex;
}
.tabs_section3 .kc_tabs_nav > li {
display: flex;
}
.kc_tabs>.kc_wrapper>.kc_tabs_nav {
background: none;
}
.kc_tabs_nav > li {
width: 100%;
border-right: 0px;
}
.tabs_style_1 .kc_tabs_nav > li > a {
width: 100%;
}
div.kc_vertical_tabs.home_tabs1 > .kc_wrapper > ul.ui-tabs-nav {
width: 100%;
border-right: 0px;
right: 0px;
margin-bottom: 30px;
}
.kc_vertical_tabs.home_tabs1 > .kc_wrapper > ul.ui-tabs-nav li a {
width: 100%;
}
.kc_vertical_tabs.home_tabs1 .ui-tabs-active >a:before {
display: none;
}
div.kc_vertical_tabs.home_tabs1 > .kc_wrapper > div.kc_tab.ui-tabs-panel {
padding: 0px;
width: 100%;
position: relative;
}
.kc_vertical_tabs.home_tabs1 > .kc_wrapper > .kc_tab > div {
padding: 40px;
}
.hs_tooltip.style1 h6 {
float: left;
}
.kc_tabs .kc_tabs_nav > li{
display: block;
padding: 15px 0;
height: auto;
}
.kc_tabs .kc_tabs_nav > li > a{
padding: 0;
display: block;
width: 100%;
}
.kc_tabs.tabs_style_1 .kc_tabs_nav > li,
.kc_tabs > .kc_wrapper > .kc_tabs_nav > li{
text-align: center;
}
.v14_tab_sliders .kc_tabs_nav li.ui-tabs-active{
border-bottom-color: #E3E3E3; 
}
} .accor_section2 .kc_accordion_section.group {
border-bottom: 1px solid #fff;
overflow: hidden;
padding-bottom: 0px;
}
.accor_section2 .kc_accordion_section > .kc_accordion_header {
border: none;
}
.accor_section2 .kc_accordion_header > span.ui-accordion-header-icon {
background: transparent url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/plus-gray.png) no-repeat center center;
text-indent:-9000px;
width: 26px;
height: 16px;
position: absolute;
top: 50%;
left: 0px;
margin-top: -8px;
margin-left: 16px;
z-index: 9;
opacity:1;
-webkit-transition:  all 0.2s ease-in-out;
-moz-transition:  all 0.2s ease-in-out;
-o-transition:  all 0.2s ease-in-out;
-ms-transition:  all 0.2s ease-in-out;
transition:  all 0.2s ease-in-out;
}
.accor_section2 .kc_accordion_header.ui-state-active > span.ui-accordion-header-icon {
background: transparent url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/minus-gray.png) no-repeat center center;
right:0px;
opacity:1;
z-index: 9;
margin-top: -8px;
}
.accor_section2 .kc_accordion_header > a {
font-family: 'Open Sans', sans-serif;
letter-spacing: initial;
}
.accor_section2 .kc_accordion_section > .kc_accordion_header > a {
font-size: 16px;
padding: 0;
color: #393939;
display: block;
position: relative;
line-height: 46px;
padding-left: 46px;
outline:none;
-webkit-transition:  color 0.2s ease-in-out;
-moz-transition:  color 0.2s ease-in-out;
-o-transition:  color 0.2s ease-in-out;
-ms-transition:  color 0.2s ease-in-out;
transition:  color 0.2s ease-in-out;
background-color: #eee;
}
.kc_accordion_wrapper .kc_accordion_section > .kc_accordion_header > a:hover {
color: #000;
}
.accor_section2 .kc_accordion_content {
padding: 25px 30px 30px 0px;
background: #f9f9f9;
border-right: none;
border-left: none;
border-bottom: none;
}
.accor_section2 .kc_accordion_content p {
padding-left: 50px;
}
.accor_section2 .kc_accordion_content .kc-panel-body {
padding: 0;
} .accor_section3 .kc_accordion_section.group {
border-bottom: 1px solid #e3e3e3;
overflow: hidden;
padding-bottom: 0px;
}
.accor_section3 .kc_accordion_section > .kc_accordion_header{
height: 50px;
border-bottom: 1px solid #e3e3e3;
overflow: hidden;
border-left: none;
border-right: none;
}
.accor_section3 .kc_accordion_section > .kc_accordion_header:first-child{
border-top:none;
}
.accor_section3 .kc_accordion_header > span.ui-accordion-header-icon {
background-image: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/plus-color.png);
background-position: center;
background-color: #2ECC71;
text-indent:-9000px;
width: 16px;
height: 16px;
border-radius: 3px;
position: absolute;
top: 50%;
left: 0px;
margin: -7px 0 0;
z-index: 9;
opacity:1;
-webkit-transition:  all 0.2s ease-in-out;
-moz-transition:  all 0.2s ease-in-out;
-o-transition:  all 0.2s ease-in-out;
-ms-transition:  all 0.2s ease-in-out;
transition:  all 0.2s ease-in-out;
}
.accor_section3 .kc_accordion_header.ui-state-active > span.ui-accordion-header-icon {
background-image: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/minus-color.png);
background-position: center;
right: 0px;
opacity: 1;
z-index: 9;
margin: -7px 0 0;
width: 16px;
height: 16px;
border-radius: 3px;
}
.accor_section3 .kc_accordion_header > a {
font-family: 'Open Sans', sans-serif;
letter-spacing: initial;
}
.accor_section3 .kc_accordion_section > .kc_accordion_header > a {
font-size: 16px;
padding: 0;
color: #393939;
display: block;
position: relative;
line-height: 50px;
padding-left: 30px;
outline:none;
-webkit-transition:  color 0.2s ease-in-out;
-moz-transition:  color 0.2s ease-in-out;
-o-transition:  color 0.2s ease-in-out;
-ms-transition:  color 0.2s ease-in-out;
transition:  color 0.2s ease-in-out;
}
.accor_section3 .kc_accordion_content {
padding: 5px 0px 30px 0px;
border-right: none;
border-left: none;
border-bottom: none;
}
.accor_section3 .kc_accordion_content .kc-panel-body {
padding: 0;
}
.accor_section3.kc_accordion_wrapper>div.kc_accordion_section:last-child>.kc_accordion_content,
.accor_section3 .kc_accordion_section > .ui-state-active {
border-bottom: none;
} .accor_section4 .kc_accordion_section.group {
border-bottom: 1px solid #e3e3e3;
overflow: hidden;
padding-bottom: 0px;
}
.accor_section4 .kc_accordion_section > .kc_accordion_header{
height: 50px;
border-bottom: 1px solid #e3e3e3;
overflow: hidden;
border-left: none;
border-right: none;
}
.accor_section4 .kc_accordion_section > .kc_accordion_header:first-child{
border-top:none;
}
.accor_section4 .kc_accordion_header > a {
padding: 10px 0;
font-size: 16px;
}
.accor_section4 .kc_accordion_content {
border: none;
}
.accor_section4 .kc_accordion_section > .ui-state-active {
border-bottom: none;
}
.accor_section4 .kc_accordion_content .kc-panel-body {
padding: 5px 0px 30px 0px;
} .accor_section5 .kc_accordion_section.group {
border-bottom: 1px solid #e3e3e3;
overflow: hidden;
padding-bottom: 0px;
}
.accor_section5 .kc_accordion_section > .kc_accordion_header{
height: 50px;
border-bottom: 1px solid #e3e3e3;
overflow: hidden;
border-left: none;
border-right: none;
}
.accor_section5 .kc_accordion_section > .kc_accordion_header:first-child{
border-top:none;
}
.accor_section5 .kc_accordion_header > span.ui-accordion-header-icon {
background: transparent url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/plus.png) no-repeat center center;
text-indent:-9000px;
width: 26px;
height: 16px;
position: absolute;
top: 50%;
left: 0px;
margin: -7px 0 0;
z-index: 9;
opacity:1;
-webkit-transition:  all 0.2s ease-in-out;
-moz-transition:  all 0.2s ease-in-out;
-o-transition:  all 0.2s ease-in-out;
-ms-transition:  all 0.2s ease-in-out;
transition:  all 0.2s ease-in-out;
}
.accor_section5 .kc_accordion_header.ui-state-active > span.ui-accordion-header-icon {
background: transparent url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/minus.png) no-repeat center center;
right:0px;
opacity:1;
z-index: 9;
margin: -7px 0 0;
}
.accor_section5 .kc_accordion_header > a {
font-family: 'Open Sans', sans-serif;
letter-spacing: initial;
color: #fff;
}
.accor_section5 .kc_accordion_section > .kc_accordion_header > a {
font-size: 16px;
padding: 0;
color: #fff;
display: block;
position: relative;
line-height: 50px;
padding-left: 30px;
outline:none;
-webkit-transition:  color 0.2s ease-in-out;
-moz-transition:  color 0.2s ease-in-out;
-o-transition:  color 0.2s ease-in-out;
-ms-transition:  color 0.2s ease-in-out;
transition:  color 0.2s ease-in-out;
}
.accor_section5 .kc_accordion_content {
padding: 5px 0px 30px 0px;
border-right: none;
border-left: none;
border-bottom: none;
}
.accor_section5 .kc_accordion_content .kc-panel-body {
padding: 0;
color: #fff;
}
.accor_section5 .kc_accordion_content .kc-panel-body p,
.accor_section5 .kc_accordion_content .kc-panel-body h1,
.accor_section5 .kc_accordion_content .kc-panel-body h2,
.accor_section5 .kc_accordion_content .kc-panel-body h3,
.accor_section5 .kc_accordion_content .kc-panel-body h4,
.accor_section5 .kc_accordion_content .kc-panel-body h5,
.accor_section5 .kc_accordion_content .kc-panel-body h6 {
color: #fff;
}
.accor_section5.kc_accordion_wrapper>div.kc_accordion_section:last-child>.kc_accordion_content,
.accor_section5 .kc_accordion_section > .ui-state-active {
border-bottom: none;
} .testimonial-layout-2 .left {
float: left;
width: 12%;
margin-left: 80px;
}
.testimonial-layout-2 .left img {
float: left;
width: auto;
margin:0 auto;
border-radius: 100%;
width: 80px;
line-height: 80px;
background-color: #e9e9e9;
background-position: center center;
text-align: center;
vertical-align: middle;
margin-left: 100;
padding-left: 0px;
}
.testimonial-layout-2 .left h5 {
float: left;
width: 100%;
color: #272727;
display: block;
margin-top: 10px;
margin-bottom: 0px;
font-size: 14px;
font-weight: bold;
line-height: 21px;
letter-spacing: normal;
text-align: left;
}
.testimonial-layout-2 .left h5 em {
font-size: 12px;
font-style: normal;
color: #999;
text-align: center;
font-weight: 500;
}
.testimonial-layout-2 .right {
float: left;
width: 78%;
text-align: left;
}
.testimonial-layout-2 .right .arrow_box {
position: relative;
background: #ffffff;
border: 1px solid #e9e9e9;
padding: 30px;
}
.testimonial-layout-2 .right .arrow_box:after,
.testimonial-layout-2 .right .arrow_box:before {
right: 100%;
top: 30%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.testimonial-layout-2 .right .arrow_box:after {
border-color: rgba(255, 255, 255, 0);
border-right-color: #ffffff;
border-width: 14px;
margin-top: -14px;
}
.testimonial-layout-2 .right .arrow_box:before {
border-color: rgba(233, 233, 233, 0);
border-right-color: #e9e9e9;
border-width: 15px;
margin-top: -15px;
}
.testimonial-layout-2.owl-theme .owl-controls {
margin-top: 18px;
}
.testimonial-layout-2.owl-theme .owl-controls .owl-page span {
display: block;
width: 10px;
height: 10px;
margin: 5px 3px;
filter: Alpha(Opacity=30);
opacity: 0.3;
border-radius: 100%;
background: #707070;
}
.testimonial-layout-2.owl-theme .owl-controls .owl-page.active span, .testimonial-layout-2.owl-theme .owl-controls.clickable .owl-page:hover span {
filter: Alpha(Opacity=100);
opacity: 1;
}
.testimonial-layout-2.owl-carousel .owl-item {
padding: 0;
}
.our-team-layout-2  .one_fourth {
background-color: #fff;
border-bottom: 3px solid #09aeec;
padding-top: 0px;
padding-bottom: 10px;
transition: all 0.3s ease;
}
.our-team-layout-2  .one_fourth:hover {
border-bottom: 3px solid #272727;
}
.our-team-layout-2  .one_fourth .uimg{
width: 146px;
height: 146px;
border-radius: 100%;
transition: all 0.3s ease;
margin: 0 auto;
margin-bottom: 20px;
overflow: hidden;
}
.our-team-layout-2  .one_fourth .uimg img{
width: 100%;
max-height: inherit;
}
.our-team-layout-2 .one_fourth:hover .uimg {
-webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.1);
-moz-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.1);
box-shadow: 0px 0px 0px 8px rgba(50, 50, 50, 0.1);
}
.our-team-layout-2 .one_fourth h4 {
font-weight: 600;
margin-top: 13px;
margin-bottom: 9px;
font-family: 'Raleway', sans-serif;
font-size: 16px;
color: #272727;
font-weight:bold;
text-transform:uppercase;
letter-spacing:normal;
text-align: center;
}
.our-team-layout-2 .one_fourth h4 em {
color: #09aeec;
font-size: 13px;
font-style: normal;
text-transform: none;
font-weight: 400;
}
.our-team-layout-2 ul.people_soci {
float: none;
padding: 5px;
text-align: center;
margin: 20px auto 15px;
}
.our-team-layout-2 .people_soci li {
float: none;
padding: 0px;
width: 27px;
height: 27px;
text-align: center;
line-height: 26px;
vertical-align: middle;
margin-top: 0px;
margin-right: 4px;
margin-bottom: 0px;
margin-left: 0px;
border: 1px solid #e3e3e3;
display: inline-block;
transition: all 0.3s ease;
}
.our-team-layout-2 .people_soci li:hover {
background-color: #272727;
border: 1px solid #272727;
}
.our-team-layout-2 .people_soci li i {
color: #cccccc;
font-size: 13px;
}
.our-team-layout-2 .people_soci li:hover i {
color: #fff;
}
.our-team-layout-2 p{
margin-bottom: 0!important;
font-weight: normal;
line-height: 25px;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #727272;
text-align: center;
}
.our-team-layout-2 a{
display: block;
}
.testimonial-layout-4 .slidesec {
float: left;
width: 100%;
}
.testimonial-layout-4 .slidesec img{
float: left;
margin-right: 18px;
width: 80px;
}
.testimonial-layout-4 .slidesec h6 {
color: #09aeec;
font-weight: 500;
float: left;
line-height: 18px;
margin-top: 12px;
clear: none;
padding: 0;
margin: 10px 0 0 0;
}
.testimonial-layout-4 .slidesec h6 em {
color: #999;
font-size: 12px;
font-weight: 400;
font-style: normal;
display: block;
}
.testimonial-layout-4 .owl-pagination{
text-align: left;
margin-bottom: 20px;
}
.testimonial-layout-4 .owl-wrapper-outer{
margin-left: -8px;
}
.testimonial-layout-6 {
text-align: center;
}
.testimonial-layout-6 .who_pic {
width: 20%;
height: 60px;
margin: 0 auto;
}
.testimonial-layout-6 img {
float: left;
width: 54px;
height: 54px;
border-radius: 100%;
margin: 0 auto;
}
.testimonial-layout-6 .who_pic .name {
float: left;
text-align: left;
color: #272727;
font-weight: 600;
font-size: 14px;
padding-left: 18px;
margin: 0 auto;
}
.testimonial-layout-6 .who_pic .name em {
color: #999;
font-size: 12px;
display: block;
font-style: normal;
font-weight: normal;
text-transform: none;
}
.testimonial-layout-6 .less7{
width: 87%;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}
.testimonial-layout-6 .fontmed{
font-family: 'Open Sans', sans-serif;
font-size: 27px;
color: #272727;
font-style: italic;
line-height: 32px;
}
.testimonial-layout-6 p {
margin-bottom: 0 !important;
}
.testimonial-layout-6 .owl-controls .owl-page, .testimonial-layout-6 .owl-controls .owl-buttons div {
margin-top: 35px;
}
.testimonial-layout-6.owl-carousel .owl-item {
padding: 0px 10px;
} .button.one {
font-family: 'Open Sans', sans-serif;
color: #2ecc71;
font-size: 14px;
font-weight: 600;
transition: all 0.3s ease;
text-transform: uppercase;
}
.button.one:hover {
color: #272727;
}
.button.two {
font-family: 'Open Sans', sans-serif;
color: #2ecc71;
font-size: 13px;
font-weight:600;
transition: all 0.3s ease;
text-transform:uppercase;
}
.button.two:hover {
color: #272727;
}
.button.three {
font-family: 'Raleway', sans-serif;
color: #2ecc71;
font-size: 16px;
font-weight:normal;
transition: all 0.3s ease;
text-transform:none;
}
.button.three:hover {
color: #3cbcd2;
}
.button.four {
font-family: 'Raleway', sans-serif;
color: #fff;
font-size: 14px;
font-weight: 600;
background-color:#2ecc71;
padding:12px 32px;
transition: all 0.3s ease;
text-transform:uppercase;
border-radius:3px;
}
.button.four:hover {
background: #272727;
}
.button.five {
font-family: 'Raleway', sans-serif;
color: #fff;
font-size: 14px;
font-weight:normal;;
padding: 18px 34px;
text-transform: uppercase;
transition: all 0.3s ease;
border-radius:4px;
background:#ef4836;
}
.button.five:hover {
color: #fff;
background: #727272;
}
.button.six {
color: #272727;
font-size: 12px;
padding-top: 2px;
font-weight:normal;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/arrow.png) no-repeat right center;
padding-right: 10px;
text-transform:uppercase;
transition: all 0.3s ease;
}
.button.six:hover {
color: #727272;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/arrow02.png) no-repeat right center;
} .list_divlines {
padding: 0px;
margin: 0px;
}
.list_divlines li {
padding: 10px 0px 12px 0px;
margin: 0px;
line-height: 23px;
border-bottom: 1px solid #3d3d3d;
}
.list_divlines li i {
color: #999;
font-size: 11px;
margin-right: 3px;
}
.list_divlines2 {
padding: 0px;
margin: 0px;
}
.list_divlines2 li {
color: #999;
padding: 10px 0px 11px 0px;
margin: 0px;
line-height: 23px;
border-top: 1px solid #eee;
}
.list_divlines2 li.last {
border-bottom: 1px solid #eee;
}
.list_divlines2 li i {
color: #ccc;
margin-right: 7px;
}
.harrow_line {
float: left;
width: 100%;
height: 20px;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/h-arrow-line2.png) no-repeat center top;
}
.harrow_line2 {
float: left;
width: 100%;
height: 20px;
background: #eee url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/h-arrow-line3.png) no-repeat center top;
} .piechart1 {
float: left;
color: #2a363f;
width: 20%;
font-size: 16px;
font-weight: normal;
text-align: center;
}
.piechart1.white {
color: #fff;
}
.piechart2 {
float: left;
width: 200px;
text-align: center;
color: #1e1e1e;
}
.piechart2.s1 {
width: 100px;
}
.piechart2.s2 {
width: 120px;
}
.piechart2.s3 {
width: 160px;
}
.piechart2.s4 {
width: 180px;
}
.piechart3 {
float: left;
text-align: center;
color: #fff;
font-size: 18px;
font-weight: bold;
width: 25%;
text-align: center;
}
.piechart5 {
color: #fff;
font-size: 16px;
font-weight: normal;
text-align: center;
}
.piechart5 .kc-pie-chart-holder{
margin: 10px 0 4px;
}
.piechart5 .pie_chart_text {
margin-top: 10px;
}
.piechart5 h3 {
color: #fff;
font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-weight: 600;
text-align: center;
font-style: normal;
line-height: 23px;
margin-bottom: 0px;
letter-spacing: 0px;
}
.piechart5 .kc_piechart {
margin-right: 4px;
}
.piechart5 .kc_piechart .percent {
font-family: 'Arial', sans-serif;
padding-top: 4px;
}
.piechart5 .kc_piechart .percent:after {
font-size: 27px;
margin-left: 0px;
} .stcode_title1 h3 {
font-size: 27px;
z-index: 1;
position: relative;
text-align: left;
font-weight: normal;
}
.stcode_title1 .line {
background: #000;
border-top: solid 1px #e3e3e3;
position: absolute;
height: 1px;
display: block;
top: 18px;
width: 100%;
}
.stcode_title1 .text {
background-color: #FFFFFF;
z-index: 20;
position: relative;
text-align: center;
padding: 0px 18px 0px 0px;
}
.stcode_title2 h3 {
font-size: 27px;
z-index: 1;
position: relative;
text-align: left;
font-weight: 300;
}
.stcode_title2 .line {
background: #000;
border-top: solid 1px #e3e3e3;
position: absolute;
height: 1px;
display: block;
top: 16px;
width: 100%;
}
.stcode_title2 .line2 {
display: block;
width: 70px;
height: 2px;
background-color: #272727;
margin-top: 7px;
margin-bottom: 18px
}
.stcode_title2 .text {
background-color: #FFFFFF;
z-index: 20;
position: relative;
text-align: center;
padding: 0px 18px 0px 0px;
}
.stcode_title3 h3 {
font-size: 27px;
z-index: 1;
position: relative;
text-align: left;
font-weight: 300;
}
.stcode_title3 .line {
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/hcross-lines.jpg) repeat-x left top;
position: absolute;
height: 8px;
display: block;
top: 14px;
width: 100%;
}
.stcode_title3 .text {
background-color: #FFFFFF;
z-index: 20;
position: relative;
text-align: center;
padding: 0px 18px 0px 0px;
}
.stcode_title4 h3 {
font-size: 27px;
padding-bottom: 16px;
z-index: 1;
position: relative;
text-align: left;
font-weight: normal;
}
.stcode_title4 .line {
background: #86c724;
position: absolute;
height: 2px;
display: block;
bottom: 0px;
width: 72px;
}
.stcode_title4 .text {
z-index: 20;
position: relative;
text-align: center;
}
.stcode_title5 h3 {
font-size: 27px;
padding-bottom: 16px;
z-index: 1;
position: relative;
text-align: left;
font-weight: normal;
margin-bottom: 25px;
}
.stcode_title5 h3.nmb {
margin-bottom: 3px;
}
.stcode_title5 .line {
background: #86c724;
position: absolute;
height: 3px;
display: block;
bottom: 0px;
width: 100px;
}
.stcode_title5 .line2 {
background: #000;
border-top: solid 1px #e3e3e3;
position: absolute;
height: 1px;
display: block;
bottom: 1px;
width: 100%;
}
.stcode_title5 .text {
z-index: 20;
position: relative;
text-align: center;
}
.stcode_title6 {
text-align: center;
}
.stcode_title6 h2 b {
font-weight: bold;
}
.stcode_title6 h2 strong {
color: #fff;
padding: 0px 10px 3px 10px;
background-color: #2a363f;
}
.stcode_title6.white h2 strong {
color: #2a363f;
padding: 0px 10px 3px 10px;
background-color: #fff;
}
.stcode_title7 {
text-align: center;
}
.stcode_title7 em {
display: block;
font-size: 16px;
margin-top: 5px;
font-style: normal;
font-weight: 400;
}
.stcode_title7 .line {
background: #86c724;
height: 3px;
display: block;
bottom: 0px;
width: 100px;
margin: 18px auto 0 auto;
}
.stcode_title8 h2 {
font-size: 35px;
z-index: 1;
position: relative;
text-align: center;
font-weight: 300;
}
.stcode_title8 .line {
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/h-line.jpg) no-repeat center top;
position: absolute;
height: 1px;
display: block;
top: 18px;
width: 100%;
margin: 0 auto;
}
.stcode_title8 .text {
background-color: #FFFFFF;
z-index: 20;
position: relative;
text-align: center;
padding: 0px 25px;
}
.stcode_title9 {
text-align: center;
}
.stcode_title9 em {
display: block;
font-size: 18px;
margin-top: 5px;
font-style: normal;
font-weight: 400;
}
.stcode_title9 .line {
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/h-line2.png) no-repeat center top;
height: 3px;
display: block;
bottom: 0px;
width: 210px;
margin: 18px auto 0 auto;
}
.stcode_title10 {
text-align: center;
}
.stcode_title10 em {
display: block;
font-size: 18px;
margin-top: 5px;
font-style: normal;
font-weight: 400;
}
.stcode_title10 .line {
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/h-line3.png) no-repeat center 13px;
height: 39px;
display: block;
bottom: 0px;
width: 300px;
margin: 3px auto 0 auto;
}
.stcode_title10 i {
display: block;
color: #999;
font-size: 14px;
line-height: 50px;
}
.stcode_title11 h2 {
text-decoration: underline;
padding-bottom: 10px;
text-align: center;
margin-bottom: 40px;
}
.stcode_title12 h2 {
font-size: 35px;
z-index: 1;
position: relative;
text-align: center;
font-weight: 300;
margin-bottom: 14px;
color: #86c724;
}
.stcode_title12 h4 {
font-size: 22px;
z-index: 1;
position: relative;
text-align: center;
font-weight: 400;
color: #727272;
}
.stcode_title12 .line {
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/h-line.jpg) no-repeat center top;
position: absolute;
height: 1px;
display: block;
top: 14px;
width: 100%;
margin: 0 auto;
}
.stcode_title12 .text {
background-color: #FFFFFF;
z-index: 20;
position: relative;
text-align: center;
padding: 0px 20px;
}
.stcode_title13 {
padding: 1px 12px;
font-size: 40px;
color: #f7ca18;
font-family: 'Roboto', sans-serif;
font-weight: 800;
text-transform: uppercase;
border-top: 1px solid #f7ca18;
border-left: 5px solid #f7ca18;
border-right: 5px solid #f7ca18;
border-bottom: 1px solid #f7ca18;
background: #fff;
}
.stcode_title14 {
text-align: center;
}
.stcode_title14 em {
display: block;
font-size: 18px;
font-style: normal;
font-weight: 400;
margin-bottom: 1px;
}
.stcode_title14 strong {
font-weight: 800;
}
.stcode_title14 .line {
background: #d64541;
height: 2px;
display: block;
bottom: 0px;
width: 140px;
margin: 16px auto 0 auto;
}
.stcode_title14 .line.white {
background: #fff;
}
.stcode_title15 {
text-align: center;
}
.stcode_title15 .line {
background: #181818;
height: 2px;
display: block;
bottom: 0px;
width: 50px;
margin: 5px auto 0 auto;
} .divider_line {
float: left;
width: 100%;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #999999;
margin-top: 20px;
}
.divider_line1 {
float: left;
width: 100%;
padding-top: 70px;
margin-bottom: 75px;
border-bottom: 1px solid #eee;
}
.divider_line1.nomp {
float: left;
width: 100%;
padding-top: 0px;
margin-bottom: 0px;
border-bottom: 1px solid #eee;
}
.divider_line2 {
float: left;
width: 100%;
padding-top: 90px;
margin-bottom: 90px;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/divider-line1.png) no-repeat center bottom;
}
.divider_line2.nop {
padding-top: 0px;
height: 10px;
}
.divider_line3 {
float: left;
width: 100%;
padding-top: 90px;
margin-bottom: 90px;
text-align: center;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/h-line.jpg) repeat-x left 103px;
}
.divider_line3 i {
color: #fff;
width: 27px;
height: 27px;
border-radius: 100%;
background-color: #d3d3d3;
text-align: center;
vertical-align: middle;
line-height: 27px;
}
.divider_line4 {
float: left;
width: 100%;
padding-top: 90px;
margin-bottom: 90px;
text-align: center;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/h-line.jpg) repeat-x left 111px;
}
.divider_line4 i {
color: #d3d3d3;
width: 45px;
height: 45px;
border-radius: 100%;
background-color: #fff;
text-align: center;
vertical-align: middle;
line-height: 45px;
font-size: 20px;
}
.divider_line4.lessm {
padding-top: 50px;
margin-bottom: 60px;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/h-line.jpg) repeat-x left 73px;
}
.divider_line5 {
float: left;
width: 100%;
padding-top: 90px;
margin-bottom: 90px;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/h-line.jpg) repeat-x left 105px;
text-align: center;
}
.divider_line5 i {
color: #d3d3d3;
width: 30px;
height: 30px;
border-radius: 100%;
background-color: #fff;
text-align: center;
vertical-align: middle;
line-height: 28px;
font-size: 18px;
border: 1px solid #d3d3d3;
}
.divider_line6 {
float: left;
width: 100%;
padding-top: 90px;
margin-bottom: 90px;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/shadow3.png) repeat-x left bottom;
text-align: center;
}
.divider_line7 {
float: left;
width: 100%;
padding-top: 90px;
margin-bottom: 90px;
border-bottom: 1px dashed #e3e3e3;
}
.divider_line8 {
float: left;
width: 100%;
padding-top: 90px;
margin-bottom: 90px;
border-bottom: 1px dotted #d9d9d9;
}
.divider_line9 {
float: left;
width: 100%;
padding-top: 90px;
margin-bottom: 90px;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/shadow2.png) no-repeat center bottom;
text-align: center;
}
.divider_line9.lessm {
padding-top: 59px;
margin-bottom: 50px;
}
.divider_line9.lessm2 {
padding-top: 10px;
margin-bottom: 106px;
}
.divider_line10 {
float: left;
width: 100%;
padding-top: 90px;
margin-bottom: 90px;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/hcross-lines.jpg) repeat-x left bottom;
text-align: center;
}
.divider_line11 {
float: left;
width: 100%;
padding-top: 90px;
margin-bottom: 90px;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/h-line5.png) no-repeat center bottom;
text-align: center;
}
.divider_line12 {
float: left;
width: 100%;
padding-top: 90px;
margin-bottom: 90px;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/h-line6.png) no-repeat center bottom;
text-align: center;
}
.divider_line13 {
float: left;
width: 100%;
padding-top: 90px;
margin-bottom: 90px;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/h-line7.png) no-repeat center bottom;
text-align: center;
}
.divider_line13.lessm {
padding-top: 50px;
margin-bottom: 50px;
}
.divider_line20 {
width: 80%;
padding-top: 20px;
margin: 0 auto 0 auto;
border-bottom: 1px solid #999;
}
.divider_line21 {
float: left;
width: 100%;
margin-top: 18px;
margin-bottom: 25px;
border-bottom: 1px solid #eee;
}
.divider_line21.last {
margin-bottom: 0px;
}
.divider_line22 {
float: left;
width: 100%;
margin-top: 18px;
margin-bottom: 25px;
border-bottom: 1px solid #e1e1e1;
}
.divider_line23 {
float: left;
width: 100%;
padding-top: 50px;
margin-bottom: 50px;
border-bottom: 1px solid #d0d0d0;
} .infomes, .errormes, .noticemes, .successmes, .message-boxes {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
border: 1px solid #bbb;
font-size: 14px;
}
.infomes i, .errormes i, .noticemes i, .successmes i, .message-boxes i {
margin-right: 7px;
}
p.error {
border: none;
}
.infomes strong, .errormes strong, .noticemes strong, .successmes strong, .message-boxes strong {
font-size: 16px;
}
.message-box-wrap {
border: 0px solid #fff;
padding: 20px 20px;
}
.infomes {
color: #3378b9;
border-color: #9ecaf3;
background-color: #dbedfd;
}
.errormes {
color: #bd6767;
border-color: #f1bdbd;
background-color: #ffdddd;
}
.noticemes {
color: #a79a30;
border-color: #d7d099;
background-color: #f6f2d2;
}
.successmes {
color: #1ea133;
border-color: #a9ecb4;
background-color: #dffbe4;
}
.close-but {
width: 10px;
height: 10px;
float: right;
border: none;
margin: 8px;
cursor: pointer;
font-size: 0px;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/elements/icon-remove.png) no-repeat center top;
}
.alertymes1 {
float: left;
width: 100%;
padding: 2px;
border-radius: 5px;
color: #2a363f;
border: 1px solid #eee;
background-color: #f9f9f9;
-webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.1);
-moz-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.1);
box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.1);
}
.alertymes1 i {
margin-right: 10px;
}
.alertymes2 {
float: left;
width: 100%;
padding: 2px;
color: #fff;
background-color: #2ecc71;
}
.alertymes2 i {
margin-right: 10px;
}
.alertymes3 {
float: left;
width: 100%;
padding: 2px;
color: #dda614;
border: 5px solid #e3b028;
background-color: #fff;
}
.alertymes3 i {
margin-right: 10px;
}
.alertymes4 {
float: left;
width: 100%;
padding: 2px;
color: #eb3535;
border: 1px solid #eb3535;
background-color: #fff;
text-align: center;
}
.alertymes4 i {
margin-right: 10px;
} a.but_goback, a.but_ok_2, a.but_wifi, a.but_warning_sign, a.but_user, a.but_tag, a.but_table, a.but_star, a.but_search, a.but_phone, a.but_pencil, a.but_new_window, a.but_music, a.but_hand_right, a.but_thumbs_down, a.but_thumbs_up, a.but_globe, a.but_hospital, a.but_coffe_cup, a.but_settings, a.but_chat, a.but_play_button, a.but_remove_2, a.but_lock, a.but_shopping_cart, a.but_exclamation_mark, a.but_info, a.but_question_mark, a.but_minus, a.but_plus, a.but_folder_open, a.but_file, a.but_envelope, a.but_edit, a.but_cogwheel, a.but_check, a.but_camera, a.but_calendar, a.but_bookmark, a.but_book, a.but_download, a.but_pdf, a.but_word_doc, a.but_woman {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #fff;
font-weight: 600;
-moz-border-radius: 3px;
border-radius: 3px;
transition: all 0.3s ease;
}
a.but_goback i {
color: #fff;
}
a.but_goback {
padding: 13px 25px 13px 22px;
margin: 0px 0px 0px 0px;
background: #86c724;
border-bottom: 1px solid #999;
}
a.but_goback:hover {
color: #fff;
background-color: #383634;
}
a.but_ok_2 {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #ff8100;
border-bottom: 1px solid #909090;
}
a.but_ok_2:hover {
background-color: #ff9900;
}
a.but_wifi {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #0099cc;
border-bottom: 1px solid #909090;
}
a.but_wifi:hover {
background-color: #00abde;
}
a.but_warning_sign {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #e5cc19;
border-bottom: 1px solid #909090;
}
a.but_warning_sign:hover {
background-color: #efda1b;
}
a.but_user {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #007f99;
border-bottom: 1px solid #909090;
}
a.but_user:hover {
background-color: #0090ad;
}
a.but_tag {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #e59919;
border-bottom: 1px solid #909090;
}
a.but_tag:hover {
background-color: #efa61b;
}
a.but_table {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #4c6699;
border-bottom: 1px solid #909090;
}
a.but_table:hover {
background-color: #5674ad;
}
a.but_star {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #99cc4c;
border-bottom: 1px solid #909090;
}
a.but_star:hover {
background-color: #a6da52;
}
a.but_search {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #66667f;
border-bottom: 1px solid #909090;
}
a.but_search:hover {
background-color: #747490;
}
a.but_phone {
padding: 10px 20px 10px 20px;
margin: 0px 0px 0px 0px;
background: #e56619;
border-bottom: 1px solid #909090;
}
a.but_phone:hover {
background-color: #ef6f1b;
}
a.but_pencil {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #cc4c19;
border-bottom: 1px solid #909090;
}
a.but_pencil:hover {
background-color: #da521b;
}
a.but_new_window {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #001900;
border-bottom: 1px solid #909090;
}
a.but_new_window:hover {
background-color: #2a363f;
}
a.but_music {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #cccc7f;
border-bottom: 1px solid #909090;
}
a.but_music:hover {
background-color: #dada8a;
}
a.but_hand_right {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #ff8100;
border-bottom: 1px solid #909090;
}
a.but_hand_right:hover {
color: #fff;
background-color: #ff9900;
}
a.but_thumbs_down {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #9999cc;
border-bottom: 1px solid #909090;
}
a.but_thumbs_down:hover {
background-color: #a6a6da;
}
a.but_thumbs_up {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #00cce5;
border-bottom: 1px solid #909090;
}
a.but_thumbs_up:hover {
background-color: #00daef;
}
a.but_globe {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #669999;
border-bottom: 1px solid #909090;
}
a.but_globe:hover {
background-color: #6fa6a6;
}
a.but_hospital {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #196666;
border-bottom: 1px solid #909090;
}
a.but_hospital:hover {
background-color: #1b6f6f;
}
a.but_coffe_cup {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #7f994c;
border-bottom: 1px solid #909090;
}
a.but_coffe_cup:hover {
background-color: #8aa652;
}
a.but_settings {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #997f4c;
border-bottom: 1px solid #909090;
}
a.but_settings:hover {
background-color: #a68a52;
}
a.but_chat {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #7f9919;
border-bottom: 1px solid #909090;
}
a.but_chat:hover {
background-color: #8aa61b;
}
a.but_play_button {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #4c664c;
border-bottom: 1px solid #909090;
}
a.but_play_button:hover {
background-color: #567456;
}
a.but_remove_2 {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #e59966;
border-bottom: 1px solid #909090;
}
a.but_remove_2:hover {
background-color: #efa66f;
}
a.but_lock {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #994c19;
border-bottom: 1px solid #909090;
}
a.but_lock:hover {
background-color: #a6521b;
}
a.but_shopping_cart {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #cc7f4c;
border-bottom: 1px solid #909090;
}
a.but_shopping_cart:hover {
background-color: #da8a52;
}
a.but_exclamation_mark {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #4c7f7f;
border-bottom: 1px solid #909090;
}
a.but_exclamation_mark:hover {
background-color: #528a8a;
}
a.but_info {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #667fcc;
border-bottom: 1px solid #909090;
}
a.but_info:hover {
background-color: #6f8ada;
}
a.but_question_mark {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #4c0019;
border-bottom: 1px solid #909090;
}
a.but_question_mark:hover {
background-color: #620020;
}
a.but_minus {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #666666;
border-bottom: 1px solid #909090;
}
a.but_minus:hover {
background-color: #747474;
}
a.but_plus {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #2a363f;
border-bottom: 1px solid #909090;
}
a.but_plus:hover {
background-color: #444444;
}
a.but_folder_open {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #99cc99;
border-bottom: 1px solid #909090;
}
a.but_folder_open:hover {
background-color: #a6daa6;
}
a.but_file {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #999999;
border-bottom: 1px solid #909090;
}
a.but_file:hover {
background-color: #a6a6a6;
}
a.but_envelope {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #727272;
border-bottom: 1px solid #909090;
}
a.but_envelope:hover {
background-color: #7c7c7c;
}
a.but_edit {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #e5cc7f;
border-bottom: 1px solid #909090;
}
a.but_edit:hover {
background-color: #efda8a;
}
a.but_cogwheel {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #194c7f;
border-bottom: 1px solid #909090;
}
a.but_cogwheel:hover {
background-color: #1e5c99;
}
a.but_check {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #004c4c;
border-bottom: 1px solid #909090;
}
a.but_check:hover {
background-color: #005c5c;
}
a.but_camera {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #007fcc;
border-bottom: 1px solid #909090;
}
a.but_camera:hover {
background-color: #008ada;
}
a.but_calendar {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #4c99e5;
border-bottom: 1px solid #909090;
}
a.but_calendar:hover {
background-color: #52a6ef;
}
a.but_bookmark {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #990000;
border-bottom: 1px solid #909090;
}
a.but_bookmark:hover {
background-color: #b60000;
}
a.but_book {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #7f9999;
border-bottom: 1px solid #909090;
}
a.but_book:hover {
background-color: #8aa6a6;
}
a.but_download {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #ff8100;
border-bottom: 1px solid #909090;
}
a.but_download:hover {
background-color: #ff9900;
}
a.but_pdf {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #ff8100;
border-bottom: 1px solid #909090;
}
a.but_pdf:hover {
background-color: #ff9900;
}
a.but_word_doc {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #ff8100;
border-bottom: 1px solid #909090;
}
a.but_word_doc:hover {
background-color: #ff9900;
}
a.but_woman {
padding: 10px 22px 10px 22px;
margin: 0px 0px 0px 0px;
background: #ff8100;
border-bottom: 1px solid #909090;
}
a.but_woman:hover {
background-color: #ff9900;
} .but_small1 a {
color: #fff;
padding: 10px 25px;
background-color: #86c724;
border-radius: 3px;
transition: all 0.3s ease;
white-space: nowrap;
}
.but_small1 a:hover {
color: #fff;
background-color: #2a363f;
}
.but_small1.gray a{
color: #fff;
background-color: #2a363f;
}
.but_small1.gray a:hover {
color: #fff;
background-color: #86c724;
}
.but_small3 {
display: inline-block;
height: 41px;
line-height: 41px;
padding-right: 20px;
padding-left: 58px;
position: relative;
background-color: #86c724;
color: #fff;
border-radius: 4px;
white-space: nowrap;
-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";
zoom: 1;
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color=#ff123852, Positive=true);
-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#33000000, Positive=true);
}
.but_small3 span {
position: absolute;
left: 0;
width: 41px;
background-color: #8db737;
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
border-right: 1px solid rgba(0,0,0,0.15);
transition: all 0.3s ease;
}
.but_small3:hover {
color: #fff;
}
.but_small3 span i {
color: #fff;
font-size: 18px;
margin-left: 12px;
}
.but_small3:hover span, .but_small3.active span {
color: #fff;
background-color: #2a363f;
border-right: 1px solid #181818;
}
.but_small3.gray {
background-color: #636363;
}
.but_small3.gray span {
background-color: #454545;
}
.but_small3.gray:hover {
color: #fff;
}
.but_small3.gray span i {
color: #fff;
font-size: 18px;
margin-left: 12px;
}
.but_small3.gray:hover span, .but_small3.gray.active span {
color: #fff;
background-color: #2a363f;
border-right: 1px solid #181818;
}
.but_small2 a{
color: #fff;
padding: 10px 25px;
background-color: #86c724;
border-radius: 20px;
transition: all 0.3s ease;
border-bottom: 1px solid #2a363f;
white-space: nowrap;
}
.but_small2 a:hover {
color: #fff;
background-color: #2a363f;
}
.but_small2.nob a{
padding: 10px 30px;
border-bottom: 0px solid #2a363f;
}
.but_small4 a{
color: #fff;
padding: 10px 25px;
background-color: #86c724;
border-radius: 5px;
transition: all 0.3s ease;
border-bottom: 3px solid #2a363f;
white-space: nowrap;
}
.but_small4 a:hover {
color: #fff;
background-color: #2a363f;
border-bottom: 0px solid #454545;
}
.but_small5 a{
color: #86c724;
padding: 10px 25px;
background-color: #fff;
border-radius: 2px;
transition: all 0.3s ease;
white-space: nowrap;
border: 2px solid #86c724;
}
.but_small5 a:hover {
color: #2a363f;
border: 2px solid #2a363f;
}
.but_small5.light a {
color: #fff;
background: none;
border: 2px solid #fff;
}
.but_small5.light a:hover {
color: #86c724;
background-color: #fff;
border: 2px solid #fff;
}
.but_small5.light2 a{
color: #fff;
background: none;
border: 1px solid #fff;
padding: 8px 18px;
}
.but_small5.light2 a:hover {
color: #86c724;
background-color: #fff;
border: 1px solid #fff;
} .but_medium1 a,
.but_medium1{
color: #fff;
padding: 14px 35px;
background-color: #86c724;
border-radius: 3px;
transition: all 0.3s ease;
white-space: nowrap;
}
.one_third .but_medium1,
.one_third .but_large1{
color: #fff;
padding: 0;
background-color: transparent;
border-radius: 0px;
transition: all 0.3s ease;
white-space: nowrap;
}
.but_medium1.but_404{
background-color: #2ecc71;
}
.but_medium1 a:hover,
.but_medium1:hover {
color: #fff;
background-color: #2a363f;
}
.but_medium1.white a{
color: #fff;
padding: 14px 35px;
border: 2px solid #fff;
border-radius: 3px;
transition: all 0.3s ease;
white-space: nowrap;
text-transform: uppercase;
font-weight: bold;
}
.but_medium1.white a:hover {
color: #272727;
background-color: #fff;
}
.but_medium1.white.active a {
color: #272727;
background-color: #fff;
}
.but_medium3{
display: inline-block;
height: 48px;
line-height: 48px;
padding-right: 30px;
padding-left: 68px;
position: relative;
background-color: #86c724;
color: #fff;
border-radius: 4px;
white-space: nowrap;
-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";
zoom: 1;
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color=#ff123852, Positive=true);
-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#33000000, Positive=true);
}
.but_medium3 span {
position: absolute;
left: 0;
width: 48px;
background-color: #8db737;
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
border-right: 1px solid rgba(0,0,0,0.15);
transition: all 0.3s ease;
}
.but_medium3:hover {
color: #fff;
}
.but_medium3 span i {
color: #fff;
font-size: 18px;
margin-left: 16px;
}
.but_medium3:hover span, .but_medium3.active span {
color: #fff;
background-color: #2a363f;
border-right: 1px solid #181818;
}
.but_medium2 a{
color: #fff;
padding: 14px 35px;
background-color: #86c724;
border-radius: 30px;
transition: all 0.3s ease;
border-bottom: 1px solid #2a363f;
white-space: nowrap;
}
.but_medium2 a:hover {
color: #fff;
background-color: #2a363f;
}
.but_medium4 a {
color: #fff;
padding: 14px 35px;
background-color: #86c724;
border-radius: 5px;
transition: all 0.3s ease;
border-bottom: 3px solid #2a363f;
white-space: nowrap;
}
.but_medium4 a:hover {
color: #fff;
background-color: #2a363f;
border-bottom: 0px solid #454545;
}
.but_medium5 a{
color: #86c724;
padding: 12px 35px;
background-color: #fff;
border-radius: 2px;
transition: all 0.3s ease;
white-space: nowrap;
border: 2px solid #86c724;
}
.but_medium5 a:hover {
color: #2a363f;
border: 2px solid #2a363f;
} .but_large1 a,
.but_large1{
color: #fff;
padding: 18px 50px;
background-color: #86c724;
border-radius: 3px;
transition: all 0.3s ease;
white-space: nowrap;
}
.but_large1 a:hover,
.but_large1:hover {
color: #fff;
background-color: #2a363f;
}
.but_large1.two a:hover {
color: #fff;
background-color: #727272;
}
.but_large1.small a{
color: #fff;
padding: 13px 50px;
background-color: #86c724;
border-radius: 3px;
transition: all 0.3s ease;
white-space: nowrap;
text-transform: uppercase;
font-size: 16px;
font-weight: bold;
}
.but_large1.small a:hover {
color: #fff;
background-color: #2a363f;
}
.but_large3 {
display: inline-block;
height: 50px;
line-height: 50px;
padding-right: 35px;
padding-left: 83px;
position: relative;
background-color: #86c724;
color: #fff;
border-radius: 4px;
white-space: nowrap;
-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";
zoom: 1;
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color=#ff123852, Positive=true);
-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#33000000, Positive=true);
}
.but_large3 span {
position: absolute;
left: 0;
width: 58px;
background-color: #8db737;
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
border-right: 1px solid rgba(0,0,0,0.15);
transition: all 0.3s ease;
}
.but_large3:hover {
color: #fff;
}
.but_large3 span i {
color: #fff;
font-size: 18px;
margin-left: 20px;
}
.but_large3:hover span, .but_large3.active span {
color: #fff;
background-color: #2a363f;
border-right: 1px solid #181818;
}
.but_large2 a{
color: #fff;
padding: 16px 50px;
background-color: #86c724;
border-radius: 30px;
transition: all 0.3s ease;
border-bottom: 1px solid #2a363f;
white-space: nowrap;
}
.but_large2 a:hover {
color: #fff;
background-color: #2a363f;
}
.but_large4 a{
color: #fff;
padding: 16px 50px;
background-color: #86c724;
border-radius: 5px;
transition: all 0.3s ease;
border-bottom: 3px solid #2a363f;
white-space: nowrap;
}
.but_large4 a:hover {
color: #fff;
background-color: #2a363f;
}
.but_large4.white a{
color: #86c724;
background-color: #fff;
border-bottom: 0px solid #2a363f;
}
.but_large4 a:hover {
color: #fff;
background-color: #2a363f;
border-bottom: 0px solid #454545;
}
.but_large5 a{
color: #86c724;
padding: 16px 45px;
background-color: #fff;
border-radius: 2px;
transition: all 0.3s ease;
white-space: nowrap;
border: 2px solid #86c724;
}
.but_large5 a:hover {
color: #2a363f;
border: 2px solid #2a363f;
}
.but_full a{
float: left;
width: 100%;
text-align: center;
color: #272727;
padding: 30px 0px;
background-color: #f7f7f7;
border-radius: 4px;
transition: all 0.3s ease;
white-space: nowrap;
border: 1px solid #e3e3e3;
font-size: 22px;
font-weight: 600;
}
.but_full a:hover {
background-color: #fff;
}
.imagede a, .imagede i, .imagede icon {
-webkit-animation: spin 3s linear infinite;
-moz-animation: spin 3s linear infinite;
animation: spin 3s linear infinite;
}
@-moz-keyframes spin {
100% {
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
100% {
-webkit-transform: rotate(360deg);
transform:rotate(360deg);
}
}
.but_full2 {
width: 100%;
height: 70px;
background-color: #f3f3f3;
overflow: hidden;
text-align: center;
color: #272727;
border-radius: 4px;
vertical-align: middle;
line-height: 70px;
font-size: 18px;
font-weight: 600;
}
.but_full2 .butprogress {
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
height: 70px;
width: 10px;
background: #86c724;
position: absolute;
overflow: hidden;
border-radius: 4px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.but_full2 .done {
float: left;
text-align: center;
line-height: 70px;
font-size: 18px;
font-weight: bold;
color: #EEE;
height: 70px;
width: 100%;
text-shadow: 0px -1px 0px rgba(0,0,0,0.2);
cursor: pointer;
vertical-align: middle;
line-height: 70px;
font-weight: 600;
position: relative;
z-index: 98;
}
.but_full2 strong {
position: relative;
z-index: 99;
font-weight: normal;
}
.but_full2:hover .butprogress {
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
width: 100%;
border-radius: 4px;
}
.but_full2 .butprogress a {
color: #fff;
}
.but_full2.two .butprogress {
background: #e3e3e3;
} .pritable {
float: left;
width: 100%;
padding: 120px 0px;
}
.pritable.ltp {
padding-top: 80px;
}
.pritable .pacdetails {
float: left;
width: 25%;
text-align: center;
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
border-left: 1px solid #eee;
box-shadow: 0px -5px 0px #2a363f;
}
.pritable .pacdetails .title {
float: left;
width: 100%;
padding: 30px 0px 45px 0px;
border-bottom: 1px solid #eee;
margin-bottom: 40px;
}
.pritable .pacdetails .title strong {
color: #2a363f;
font-size: 40px;
font-weight: bold;
display: block;
}
.pritable .pacdetails .title h2 {
font-size: 22px;
color: #999;
font-weight: normal;
margin-bottom: 12px;
display: block;
}
.pritable .pacdetails ul {
padding: 0px;
margin: 0px;
}
.pritable .pacdetails li {
padding: 0px;
margin: 18px 0px;
}
.pritable .pacdetails li strong {
font-weight: 600;
}
.pritable .pacdetails .bottom {
float: left;
width: 100%;
padding: 40px 0px;
margin-top: 20px;
border-top: 1px solid #eee;
}
.pritable .pacdetails .bottom a {
color: #2a363f;
font-size: 16px;
background: #eee;
padding: 12px 35px;
border-radius: 3px;
transition: all 0.3s ease;
}
.pritable .pacdetails .bottom a:hover {
color: #fff;
background: #999;
}
.pritable .pacdetails .title sup {
font-size: 18px;
font-weight: normal;
padding: 0px;
margin: 0px;
}
.pritable .pacdetails .title sub {
font-size: 14px;
font-weight: normal;
padding: 0px;
margin: 0px;
}
.pritable .pacdetails.two {
border-right: 0px solid #eee;
border-bottom: 1px solid #eee;
border-left: 0px solid #eee;
}
.pritable .pacdetails.four {
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
border-left: 0px solid #eee;
}
.pritable .pacdetails.three {
margin-top: -30px;
box-shadow: 0px -5px 0px #86c724;
}
.pritable .pacdetails.three .title strong {
color: #86c724;
}
.pritable .pacdetails.three .bottom a {
color: #fff;
background: #86c724;
}
.pritable .pacdetails.three h6 {
width: 140px;
color: #fff;
font-size: 13px;
font-weight: 400;
text-transform: uppercase;
background: #86c724;
margin: 0 auto;
line-height: 18px;
border-radius: 10px;
}
.pritable .pacdetails.three .title {
padding-top: 30px;
}
.pritable .pacdetails.three .title h2 {
margin-top: 12px;
}
.pritable.stwo {
float: left;
width: 100%;
text-align: center;
padding: 160px 0px 120px 0px;
background: #2a363f url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/site-img227.jpg);
background-attachment: fixed;
background-origin: initial;
background-clip: initial;
background-size: cover;
background-repeat: no-repeat;
background-position: 100% 0;
background-position: center;
}
.pritable.stwo .pacdetails {
background: rgba(255,255,255,0.97);
border-right: 1px solid #999;
box-shadow: 0px -5px 0px #999;
}
.pritable.stwo .pacdetails .title {
border-bottom: 1px solid #e3e3e3;
}
.pritable.stwo .pacdetails.three .title strong {
color: #3498db;
}
.pritable.stwo .pacdetails.three .bottom a {
color: #fff;
background: #3498db;
}
.pritable.stwo .pacdetails.three h6 {
width: 140px;
color: #fff;
font-size: 13px;
font-weight: 400;
text-transform: uppercase;
background: #3498db;
margin: 0 auto;
line-height: 18px;
border-radius: 10px;
}
.pritable.stwo .pacdetails.three {
box-shadow: 0px -5px 0px #3498db;
}
.pricingtable1 {
float: left;
width: 100%;
text-align: center;
padding: 70px 0px 0px 0px;
}
.pricingtable1 ul {
float: left;
width: 107%;
padding: 0px;
margin: 0px;
}
.pricingtable1 li {
width: 100%;
padding: 10px 0px;
margin: 0px;
text-align: center;
background-color: #f7f7f7;
border-bottom: 1px solid #eee;
}
.pricingtable1 li.title {
padding: 25px 0px;
background-color: #eee;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.pricingtable1 li.title h4 {
font-weight: 300;
margin-bottom: 10px;
}
.pricingtable1 li.title h1 {
font-weight: bold;
margin-bottom: 0px;
font-family: 'Open Sans', sans-serif;
}
.pricingtable1 li.title h1 em {
font-size: 16px;
font-weight: normal;
font-style: normal;
}
.pricingtable1 li.planbut {
padding: 35px 0px;
background-color: #eee;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.pricingtable1 li.planbut a {
color: #fff;
font-size: 16px;
padding: 12px 28px;
background-color: #b1b1b1;
border-radius: 4px;
transition: all 0.3s ease;
}
.pricingtable1 li.planbut a:hover {
color: #fff;
background-color: #86c724;
}
.pricingtable1 ul.active li.planbut a {
color: #fff;
background-color: #86c724;
}
.pricingtable1 ul.active li.title h4 {
color: #86c724;
}
.pricingtable1 ul.active li.title h1 {
color: #86c724;
}
.pricingtable1 ul.active li.title {
border-top-right-radius: 0px;
border-top-left-radius: 0px;
}
.pricingtable1 ul.active li.mostp {
color: #fff;
padding: 5px 0px;
background-color: #86c724;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.pricingtable1 ul.active {
margin-top: -34px;
} .pricing-tables-main {
position: relative;
float: left;
margin-top: 50px;
}
.pricing-tables {
position: relative;
float: left;
width: 24%;
border: 1px solid #eee;
}
.pricing-tables .title {
float: left;
width: 100%;
height: 57px;
padding: 13px 0 10px 0;
background-color: #454545;
text-align: center;
font-size: 23px;
color: #fff;
border-top: 3px solid #272727;
border-bottom: 1px solid #818181;
font-family: 'Open Sans', sans-serif;
font-weight: normal;
}
.pricing-tables .price {
float: left;
width: 100%;
padding: 30px 0 30px 0;
background-color: #636363;
text-align: center;
font-size: 40px;
color: #fff;
font-family: 'Open Sans', sans-serif;
font-weight: normal;
}
.pricing-tables .price i {
font-size: 14px;
color: #ccc;
display: block;
font-weight: normal;
font-style: normal;
margin-top: 5px;
}
.pricing-tables .cont-list {
float: left;
width: 100%;
padding: 15px 0;
border-top: 3px solid #fff;
border-bottom: 3px solid #fff;
background-color: #f9f9f9;
text-align: center;
color: #727272;
}
.pricing-tables .cont-list ul {
margin: 0;
padding: 0;
}
.pricing-tables .cont-list li {
margin: 0;
padding: 0;
list-style-type: none;
line-height: 35px;
border-bottom: 1px solid #fff;
}
.pricing-tables .cont-list li.last {
border: none;
}
.pricing-tables .ordernow {
float: left;
width: 100%;
padding: 28px 0px;
background-color: #eee;
text-align: center;
}
.pricing-tables .ordernow .but_small3 span i {
margin-left: 3px;
}
.pricing-tables-helight .ordernow .but_small3 span i {
margin-left: 3px;
}
.pricing-tables-helight {
position: relative;
float: left;
width: 27%;
z-index: 9;
-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.1);
}
.pricing-tables-helight .title {
float: left;
width: 100%;
height: 73px;
padding: 20px 0 0 0;
margin-top: -10px;
background-color: #88b330;
text-align: center;
font-size: 23px;
color: #fff;
border-top: 3px solid #739b20;
border-bottom: 1px solid #abd457;
font-family: 'Open Sans', sans-serif;
font-weight: normal;
}
.pricing-tables-helight .price {
float: left;
width: 100%;
padding: 30px 0 30px 0;
background-color: #86c724;
text-align: center;
font-size: 45px;
color: #fff;
font-family: 'Open Sans', sans-serif;
font-weight: normal;
}
.pricing-tables-helight .price i {
font-size: 14px;
color: #eee;
display: block;
font-weight: normal;
font-style: normal;
margin-top: 5px;
}
.pricing-tables-helight .cont-list {
float: left;
width: 100%;
padding: 15px 0;
border-top: 3px solid #fff;
border-bottom: 3px solid #fff;
background-color: #f9f9f9;
text-align: center;
color: #727272;
}
.pricing-tables-helight .cont-list ul {
margin: 0;
padding: 0;
}
.pricing-tables-helight .cont-list li {
margin: 0;
padding: 0;
list-style-type: none;
line-height: 35px;
border-bottom: 1px solid #fff;
}
.pricing-tables-helight .cont-list li.last {
border: none;
}
.pricing-tables-helight .ordernow {
float: left;
width: 100%;
padding: 30px 0 35px 0;
background-color: #f3f3f3;
text-align: center;
color: #fff;
} .pricingtable3 {
float: left;
width: 100%;
text-align: center;
box-shadow: 0px 0px 3px rgba(0,0,0,0.12);
}
.pricingtable3 ul {
float: left;
width: 100%;
padding: 0px;
margin: 0px;
}
.pricingtable3 li {
width: 100%;
padding: 10px 0px;
margin: 0px;
text-align: center;
background-color: #fff;
}
.pricingtable3 li.title {
color: #fff;
padding: 18px 0px;
background-color: #999;
box-shadow: inset 0px 0px 20px rgba(0,0,0,0.1);
}
.pricingtable3 li.title h3 {
margin: 0px;
}
.pricingtable3 li.price {
padding: 30px 0px 20px 0px;
}
.pricingtable3 li.price h1 {
font-family: 'Open Sans', sans-serif;
margin: 0px;
font-weight: bold;
}
.pricingtable3 li.price h1 em {
font-size: 16px;
font-style: normal;
font-weight: normal;
}
.pricingtable3 li.hecont {
padding: 25px 50px 40px 50px;
background-color: #f3f3f3;
border-top: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
box-shadow: inset 0px 0px 1px rgba(0,0,0,0.1);
}
.pricingtable3 li.hecont strong {
background-color: #454545;
padding: 12px 30px;
color: #fff;
border-radius: 4px;
white-space: nowrap;
}
.pricingtable3 li.title.act {
background-color: #86c724;
}
.pricingtable3 li.hecont.act strong {
background-color: #86c724;
}
.pricingtable3 li.price.act h1 {
color: #86c724;
} .pricingtable9 {
float: left;
width: 100%;
text-align: center;
background: #fff;
padding: 50px 0px 0px 0px;
}
.pricingtable9 strong {
color: #86c724;
font-family: 'Roboto', sans-serif;
font-size: 72px;
font-weight: 300;
margin: 40px 0px 40px 0px;
display: block;
}
.pricingtable9 b {
color: #86c724;
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-weight: 400;
display: block;
}
.pricingtable9 span {
float: left;
width: 100%;
padding: 25px 0px 32px 0px;
color: #fff;
background: #2a363f;
margin-top: 45px;
line-height: 27px;
}
.pricingtable9 span i {
font-size: 13px;
margin-right: 1px;
}
.pricingtable9.two strong {
color: #f9bf36;
}
.pricingtable9.two b {
color: #f9bf36;
} .pricingtable10 {
float: left;
width: 100%;
text-align: center;
background: #f3f3f3;
padding: 50px 0px 0px 0px;
}
.pricingtable10 strong {
color: #ee7164;
font-family: 'Roboto', sans-serif;
font-size: 90px;
font-weight: 300;
margin: 50px 0px 45px 0px;
display: block;
}
.pricingtable10 b {
color: #999;
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-weight: 400;
display: block;
}
.pricingtable10 span {
float: left;
width: 100%;
padding: 25px 0px 30px 0px;
color: #fff;
background: #ee7164;
margin-top: 45px;
line-height: 30px;
font-size: 16px;
}
.pricingtable10 span i {
font-size: 14px;
margin-right: 5px;
} ul.list_empty {
float: left;
padding: 0px;
margin: 0px;
width: 100%;
}
.list_empty li {
float: left;
padding: 0px;
margin: 0px 16px 40px 0px;
}
ul.list_empty2 {
float: left;
padding: 0px;
margin: 0px;
width: 100%;
}
.list_empty2 li {
float: left;
padding: 0px;
margin: 0px 5px 0px 0px;
}
ul.list1 {
float: left;
width: 100%;
padding: 0px;
margin: 0px;
}
.list1 li {
padding: 8px 0px;
margin: 0px;
}
.list1 li i {
font-size: 18px;
margin-right: 8px;
}
.list1.small li i {
font-size: 12px;
margin-right: 5px;
}
ul.list2 {
float: left;
width: 100%;
padding: 0px;
margin: 0px;
}
.list2 li {
padding: 0px;
margin: 0px;
line-height: 32px;
}
.list2 li i {
font-size: 14px;
margin-right: 8px;
}
ul.list9 {
float: left;
width: 100%;
padding: 0px;
margin: 0px;
}
.list9 li {
padding: 7px 0px;
margin: 0px;
font-size: 16px;
}
.list9 li i {
color: #86c724;
font-size: 14px;
margin-right: 8px;
}
.list9 li a {
color: #2a363f;
}
.list9 li a:hover {
color: #86c724;
} .animated-counters-1 .kc_counter_box .counterup{
font-family: 'Open Sans',sans-serif;
font-size: 40px;
font-weight: normal;
font-style: normal;
line-height: 23px;
color: #272727;
}
.animated-counters-1 .kc_counter_box h4{
font-family: 'Raleway',sans-serif;
font-size: 18px;
font-weight: 400;
margin: 23px 0px 0px 0px;
line-height: 25px;
font-style: normal;
letter-spacing: 0.5px;
color: #999;
}
.animated-counters-2 .kc_counter_box {
text-align: center;
background: #f3f3f3;
padding: 35px 25px;
border-radius: 5px;
}
.animated-counters-2 .kc_counter_box .counterup {
color: #272727;
}
.animated-counters-2 .kc_counter_box h4{
font-size: 18px;
font-weight: 400;
margin: 17px 0px 0px 0px;
line-height: 25px;
font-style: normal;
font-family: 'Raleway',sans-serif;
letter-spacing: 0.5px;
color: #999;
}
div.animated-counters-2 .kc_counter_box i{
color: #2ecc71;
font-size: 40px;
display: block;
margin-bottom: 30px;
}
.animated-counters-3 .kc_counter_box i{
float: left;
font-size: 55px;
margin-bottom: 20px;
margin-right: 25px;
}
.animated-counters-3 .kc_counter_box h4{
text-align: left;
font-size: 18px;
font-weight: 400;
margin: 10px 0px 0px 0px;
line-height: 25px;
font-style: normal;
font-family: 'Raleway',sans-serif;
letter-spacing: 0.5px;
clear: initial;
color: #999;
}
.animated-counters-3 .kc_counter_box span{
font-family: 'Open Sans',sans-serif;
font-size: 45px;
font-weight: normal;
font-style: normal;
line-height: 23px;
margin-bottom: 0px;
text-align: left;
display: block;
}
.animated-counters-4 span.counterup{
font-family: 'Open Sans',sans-serif;
font-size: 50px;
font-weight: bold;
margin-bottom: 0px;
display: inline-block;
}
.animated-counters-4 h4{
font-family: 'Open Sans',sans-serif;
font-size: 50px;
font-weight: normal;
letter-spacing: 0px;
margin: 10px 0px 0px 0px;
display: inline-block;
}
.counters1 {
float: left;
width: 100%;
padding: 0px;
text-align: center;
}
.counters1 span {
font-family: 'Open Sans', sans-serif;
font-size: 40px;
color: #2a363f;
}
.counters1 h4 {
font-size: 18px;
color: #999;
font-weight: 400;
margin: 13px 0px 0px 0px;
}
.counters1.two span {
font-size: 40px;
color: #fff;
font-weight: 700;
}
.counters1.two h4 {
font-size: 16px;
color: #fff;
margin: 3px 0px 0px 0px;
}
.counters1.three span {
font-size: 40px;
color: #2a363f;
font-weight: 400;
}
.counters1.three h4 {
font-size: 16px;
color: #999;
margin: 3px 0px 0px 0px;
}
.counters2 {
float: left;
width: 100%;
padding: 0px;
text-align: center;
}
.counters2 i {
color: #86c724;
font-size: 40px;
display: block;
margin-bottom: 30px;
}
.counters2 h4 {
font-size: 18px;
color: #999;
font-weight: 400;
margin: 30px 0px 0px 0px;
}
.counters2 .one_fourth {
background-color: #f3f3f3;
padding: 30px 0px;
border-radius: 4px;
font-family: 'Open Sans', sans-serif;
font-size: 50px;
color: #2a363f;
font-weight: bold;
}
.counters2 .one_fifth {
background: none;
padding: 0px 0px;
border-radius: 4px;
font-family: 'Open Sans', sans-serif;
font-size: 50px;
color: #2a363f;
font-weight: bold;
}
.counters2 .one_fifth h4 {
font-size: 16px;
color: #2a363f;
font-weight: 400;
text-transform: uppercase;
margin: 30px 0px 0px 0px;
}
.counters2 .one_fifth .vlines {
font-size: 16px;
color: #2a363f;
font-weight: 400;
margin: 10px 0px 0px 0px;
}
.counters3 {
float: left;
width: 100%;
padding: 0px;
text-align: center;
}
.counters3 .one_fourth {
padding: 0px;
border-radius: 4px;
font-family: 'Open Sans', sans-serif;
font-size: 45px;
color: #2a363f;
text-align: left;
}
.counters3 .one_fourth i {
float: left;
font-size: 55px;
margin-bottom: 20px;
margin-right: 25px;
}
.counters3 .one_fourth.white {
color: #e3e3e3;
}
.counters3 .one_fourth.white i {
color: #86c724;
}
.counters3 .one_fourth.one {
color: #86c724;
}
.counters3 .one_fourth.one i {
color: #86c724;
}
.counters3 .one_fourth.two {
color: #86c724;
}
.counters3 .one_fourth.two i {
color: #86c724;
}
.counters3 .one_fourth.three {
color: #3fc35f;
}
.counters3 .one_fourth.three i {
color: #3fc35f;
}
.counters3 .one_fourth.four {
color: #febc1d;
}
.counters3 .one_fourth.four i {
color: #febc1d;
}
.counters3 h4 {
text-align: left;
font-size: 18px;
color: #999;
font-weight: 400;
margin: 10px 0px 0px 0px;
}
.counters4 {
float: left;
width: 100%;
text-align: center;
padding: 50px 0px 45px 0px;
border-radius: 4px;
font-family: 'Open Sans', sans-serif;
font-size: 50px;
border: 1px solid #e9e9e9;
color: #86c724;
}
.counters4 span {
font-weight: bold;
}
.counters4 h4 {
font-size: 21px;
color: #454545;
font-weight: 400;
margin-top: 30px;
margin-bottom: 0px;
}
.counters4.two {
padding: 70px 0px;
border: none;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
background: #f9f9f9;
}
.counters4.three {
padding: 100px 0px 100px 0px;
border: none;
border-bottom: 1px solid #eee;
}
.counters5 {
float: left;
width: 100%;
padding: 0px;
text-align: center;
}
.counters5 span {
font-size: 67px;
font-weight: 600;
color: #fff;
}
.counters5 h4 {
color: #fff;
font-weight: 400;
margin: 0px 0px 35px 0px;
}
.counters6 {
float: left;
width: 100%;
padding: 0px;
text-align: center;
font-size: 50px;
color: #fff;
font-weight: 300;
}
.counters6 i {
color: #fff;
font-size: 20px;
display: block;
margin-bottom: 35px;
}
.counters6 h4 {
display: block;
width: 50%;
font-size: 16px;
color: #fff;
font-weight: 400;
margin: 35px auto 0 auto;
border-top: 1px solid rgba(255,255,255,0.10);
border-bottom: 1px solid rgba(255,255,255,0.10);
padding: 5px 0px 8px 0px;
}
.counters7 {
float: left;
width: 100%;
padding: 0px;
text-align: center;
font-size: 45px;
color: #fff;
font-weight: 600;
}
.counters7 i {
color: #fff;
font-size: 42px;
display: block;
margin-bottom: 35px;
width:90px;
height:90px;
line-height:90px;
border-radius:100%;
border:solid 7px #fff;
}
.counters7 h4 {
display: block;
width: 50%;
font-size: 16px;
color: #fff;
font-weight: 600;
text-transform: uppercase;
margin: 21px auto 0 auto;
}
.counters7.two i {
color: #46d8bd;
}
body .v3_counters7 {
float: left;
width: 100%;
padding: 0px;
text-align: center;
font-size: 45px;
color: #fff;
font-weight: 600;
}
body .v3_counters7 i {
color: #fff;
font-size: 42px;
display: block;
margin-bottom: 35px;
}
body .v3_counters7 h4 {
display: block;
width: 50%;
font-size: 14px;
color: #fff;
font-weight: 600;
margin: 18px auto 0 auto;
}
body .v3_counters7.two i {
color: #46d8bd;
}
.counters8 {
float: left;
width: 100%;
padding: 0px;
text-align: center;
font-size: 45px;
color: #2a363f;
font-weight: 600;
}
.counters8 h4 {
display: block;
width: 50%;
font-size: 16px;
color: #727272;
margin: 27px auto 0 auto;
}
.counters9 {
float: left;
width: 100%;
padding: 0px;
text-align: center;
}
.counters9 .circle {
width: 138px;
height: 138px;
padding-top: 40px;
border: 1px solid #eee;
border-radius: 100%;
margin: 0 auto;
}
.counters9 span {
font-family: 'Open Sans', sans-serif;
font-size: 35px;
color: #2a363f;
font-weight: 300;
}
.counters9 h4 {
font-size: 16px;
color: #999;
font-weight: 300;
margin: 5px 0px 0px 0px;
}
.counters10 { width: 100%;
padding: 0px;
text-align: center;
font-size: 32px;
color: #fff;
font-weight: 700;
}
.counters10  i{
float: left;
width: 100px;
height:100px;
line-height:100px;
text-align: center;
font-size: 32px;
color: #fff;
font-weight: 700;
border: solid 7px #fff;
border-radius:100%;
}
.counters10 h4 {
display: block;
width: 100%;
font-size: 16px;
color: #fff;
margin: 28px auto 0 auto;
}
.counters10 .one_half {
padding: 30px 0px 30px 0px;
border: 2px solid #e9e9e9;
}
.counters11 {
float: left;
width: 100%;
padding: 0px;
text-align: center;
font-size: 50px;
color: #272727;
font-weight: 300;
font-family: 'Roboto', sans-serif;
}
.counters11 i {
color: #d64541;
font-size: 20px;
display: block;
margin-bottom: 35px;
}
.counters11 h4 {
font-family: 'Roboto', sans-serif;
display: block;
width: 50%;
font-size: 16px;
color: #999;
font-weight: 300;
margin: 25px auto 0 auto;
padding: 5px 0px 8px 0px;
}
.counters12 {
float: left;
width: 100%;
}
.counters12 h1 {
font-weight: 800;
margin-bottom: 0px;
}
.counters12 h5 {
margin-bottom: 5px;
} .fati1 {
width: 100px;
height: 100px;
color: #fff;
font-size: 50px;
vertical-align: middle;
line-height: 100px;
border-radius: 100%;
text-align: center;
background-color: #2a363f;
margin-right: 13px;
margin-bottom: 13px;
}
.fati2 {
color: #2a363f;
font-size: 50px;
vertical-align: middle;
margin-right: 30px;
margin-bottom: 30px;
}
.fati3 {
color: #2a363f;
font-size: 45px;
width: 100px;
height: 100px;
vertical-align: middle;
line-height: 100px;
border-radius: 100%;
text-align: center;
margin-right: 12px;
border: 1px solid #999;
margin-bottom: 12px;
}
.fati4 {
color: #fff;
font-size: 45px;
width: 100px;
height: 100px;
vertical-align: middle;
line-height: 100px;
border-radius: 100%;
text-align: center;
margin-right: 12px;
background-color: #86c724;
margin-bottom: 12px;
}
.fati4.two {
float: left;
font-size: 22px;
width: 40px;
height: 40px;
line-height: 40px;
margin-bottom: 30px;
margin-right: 14px;
}
.fati5 {
color: #86c724;
font-size: 45px;
width: 100px;
height: 100px;
vertical-align: middle;
line-height: 100px;
border-radius: 100%;
text-align: center;
margin-right: 12px;
border: 1px solid #86c724;
margin-bottom: 12px;
}
.fati6 {
color: #760001;
font-size: 45px;
width: 100px;
height: 100px;
vertical-align: middle;
line-height: 100px;
border-radius: 100%;
text-align: center;
margin-right: 12px;
background-color: #ed2b2b;
margin-bottom: 12px;
}
.fati7 {
color: #999;
font-size: 45px;
width: 100px;
height: 100px;
vertical-align: middle;
line-height: 100px;
border-radius: 100%;
text-align: center;
margin-right: 12px;
background-color: #f3f3f3;
border: 1px solid #e3e3e3;
margin-bottom: 12px;
}
.fati8 {
color: #2a363f;
font-size: 45px;
width: 100px;
height: 100px;
vertical-align: middle;
line-height: 100px;
border-radius: 100%;
text-align: center;
margin-right: 12px;
border: 1px solid #2a363f;
margin-bottom: 12px;
}
.fati9 {
color: #86c724;
font-size: 45px;
width: 100px;
height: 100px;
vertical-align: middle;
line-height: 95px;
border-radius: 100%;
text-align: center;
margin-right: 12px;
border: 5px solid #86c724;
margin-bottom: 12px;
}
.fati10 {
color: #fff;
font-size: 45px;
width: 100px;
height: 100px;
vertical-align: middle;
line-height: 100px;
border-radius: 100%;
text-align: center;
margin-right: 12px;
background-color: #febc1d;
margin-bottom: 12px;
}
.fati11 {
color: #fff;
font-size: 45px;
width: 100px;
height: 100px;
vertical-align: middle;
line-height: 100px;
border-radius: 100%;
text-align: center;
margin-right: 12px;
background-color: #35d3b7;
margin-bottom: 12px;
}
.fati12 {
color: #527c00;
font-size: 45px;
width: 100px;
height: 100px;
vertical-align: middle;
line-height: 100px;
border-radius: 100%;
text-align: center;
margin-right: 12px;
background-color: #a5d549;
margin-bottom: 12px;
}
.fati13 {
color: #727272;
font-size: 45px;
width: 100px;
height: 100px;
vertical-align: middle;
line-height: 95px;
border-radius: 100%;
text-align: center;
margin-right: 12px;
background-color: #f9f9f9;
border: 5px solid #e3e3e3;
margin-bottom: 12px;
}
.fati14 {
color: #2a363f;
font-size: 45px;
width: 100px;
height: 100px;
vertical-align: middle;
line-height: 100px;
border-radius: 4px;
text-align: center;
margin-right: 12px;
border: 1px solid #999;
margin-bottom: 12px;
}
.fati15 {
color: #fff;
font-size: 45px;
width: 100px;
height: 100px;
vertical-align: middle;
line-height: 100px;
border-radius: 4px;
text-align: center;
margin-right: 12px;
background-color: #2a363f;
margin-bottom: 12px;
}
.fati16 {
width: 75px;
height: 75px;
color: #fff;
font-size: 35px;
vertical-align: middle;
line-height: 75px;
border-radius: 100%;
text-align: center;
background-color: #2a363f;
margin-right: 14px;
margin-bottom: 14px;
}
.fati17 {
width: 50px;
height: 50px;
color: #fff;
font-size: 27px;
vertical-align: middle;
line-height: 50px;
border-radius: 100%;
text-align: center;
background-color: #2a363f;
margin-right: 14px;
margin-bottom: 14px;
}
.fati18 {
width: 30px;
height: 30px;
color: #fff;
font-size: 16px;
vertical-align: middle;
line-height: 30px;
border-radius: 100%;
text-align: center;
background-color: #2a363f;
margin-right: 7px;
margin-bottom: 7px;
}
.fati19 {
color: #fff;
font-size: 21px;
width: 50px;
height: 50px;
vertical-align: middle;
line-height: 50px;
border-radius: 100%;
text-align: center;
margin-right: 12px;
border: 1px solid #fff;
transition: all 0.3s ease;
}
.fati19:hover {
color: #86c724;
border: 1px solid #fff;
background: #fff;
}
h5.kc_title.left_side_title {
clear: initial;
} .imgframe1 {
float: left;
width: 100%;
border: 8px solid #d3d3d3;
}
.imgframe2 {
float: left;
width: 100%;
border: 8px solid #fff;
-webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.20);
box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.20);
}
.imgframe3 {
float: left;
width: 100%;
text-align: center;
background-color: #2a363f;
border: 8px solid #2a363f;
}
.imgframe3 img {
float: left;
width: 100%;
}
.imgframe3 strong, .imgframe3 p {
float: left;
color: #fff;
font-size: 18px;
margin: 0 !important;
font-weight: normal;
width: 100%;
padding: 14px 0px 12px 0px;
text-align: center;
}
.imgframe4 {
float: left;
width: 100%;
-webkit-box-shadow: 0 10px 6px -6px #454545;
-moz-box-shadow: 0 10px 6px -6px #454545;
box-shadow: 0 10px 6px -6px #454545;
}
.imgframe5 {
float: left;
width: 100%;
position: relative;
}
.imgframe5 img {
float: left;
width: 100%;
}
.imgframe5:before, .imgframe5:after {
z-index: -1;
position: absolute;
content: "";
bottom: 15px;
left: 10px;
width: 50%;
top: 80%;
max-width: 300px;
background: #777;
-webkit-box-shadow: 0 12px 10px #454545;
-moz-box-shadow: 0 12px 10px #454545;
box-shadow: 0 12px 10px #454545;
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg);
}
.imgframe5:after {
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-o-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);
right: 10px;
left: auto;
}
.imgframe6 {
float: left;
width: 100%;
position: relative;
}
.imgframe6 img {
float: left;
width: 100%;
border: 10px solid #f3f3f3;
}
.imgframe6:before, .imgframe6:after {
z-index: -1;
position: absolute;
content: "";
bottom: 15px;
left: 10px;
width: 50%;
top: 80%;
max-width: 300px;
background: #777;
-webkit-box-shadow: 0 16px 10px #454545;
-moz-box-shadow: 0 16px 10px #454545;
box-shadow: 0 16px 10px #454545;
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg);
}
.imgframe6:after {
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-o-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);
right: 10px;
left: auto;
} .pop-wrapper {
width: 90%;
padding: 0;
margin: 0px auto 30px auto;
}
.pop-wrapper li {
float: left;
margin: 0px 25px 70px 25px;
}
.pop-wrapper li a {
display: block;
width: 120px;
height: 120px;
margin: 0 2px;
outline: none;
position: relative;
background-color: #f3f3f3;
border-radius: 100%;
text-align: center;
}
.pop-wrapper li a span {
width: 300px;
height: auto;
line-height: 21px;
padding: 10px;
left: 50%;
margin-left: -150px;
font-family: 'Alegreya SC', Georgia, serif;
font-weight: 400;
font-style: italic;
font-size: 14px;
color: #719DAB;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
text-align: center;
border: 4px solid #fff;
background: #f9f9f9;
text-indent: 0px;
border-radius: 5px;
position: absolute;
pointer-events: none;
bottom: 100px;
opacity: 0;
box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.pop-wrapper li a span:before, .pop-wrapper li a span:after {
content: '';
position: absolute;
bottom: -15px;
left: 50%;
margin-left: -9px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid rgba(0,0,0,0.1);
}
.pop-wrapper li a span:after {
bottom: -14px;
margin-left: -10px;
border-top: 10px solid #fff;
}
.pop-wrapper li a:hover span {
opacity: 0.9;
bottom: 116px;
}
.pop-wrapper h6 {
margin-top: 10px;
}
.pop-wrapper2 {
width: 90%;
padding: 0;
margin: 0px auto 30px auto;
}
.pop-wrapper2 li {
float: left;
}
.pop-wrapper2 li a span {
width: 200px;
height: auto;
line-height: 21px;
padding: 10px;
left: 50%;
margin-left: -134px;
font-weight: 400;
font-style: italic;
font-size: 14px;
color: #719DAB;
text-align: center;
border: 4px solid #fff;
background: #fff;
text-indent: 0px;
border-radius: 5px;
position: absolute;
pointer-events: none;
bottom: 80px;
opacity: 0;
box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
white-space: normal;
}
.pop-wrapper2 li a span:before, .pop-wrapper2 li a span:after {
content: '';
position: absolute;
bottom: -15px;
left: 50%;
margin-left: -9px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid rgba(0,0,0,0.1);
}
.pop-wrapper2 li a span:after {
bottom: -14px;
margin-left: -10px;
border-top: 10px solid #fff;
}
.pop-wrapper2 li a:hover span {
opacity: 1;
bottom: 59px;
}
.pop-wrapper2.colored li a span {
color: #fff;
border: 4px solid #86c724;
background: #86c724;
box-shadow: none;
}
.pop-wrapper2.colored li a span:after {
border-top: 10px solid #86c724;
}
.pop-wrapper2 li a span.grayd {
color: #fff;
background: #454545;
border: 4px solid #454545;
box-shadow: none;
}
.pop-wrapper2 li a span.grayd:after {
border-top: 10px solid #454545;
}
.pop-wrapper2 li a span.bord {
background: #eee;
border: 4px solid #e3e3e3;
box-shadow: none;
}
.pop-wrapper2 li a span.bord:after {
border-top: 10px solid #e3e3e3;
}
body div .pop-wrapper4 {
padding: 0;
margin: 0px auto 30px auto;
}
.pop-wrapper4 li {
float: left;
margin: 0px 0px;
padding: 0;
}
.pop-wrapper4 li a {
position: relative;
}
.pop-wrapper4 li a span {
width: 100px;
height: auto;
line-height: 21px;
padding: 10px;
left: 50%;
margin-left: -56px;
font-weight: 400;
font-style: italic;
font-size: 14px;
color: #fff;
text-align: center;
border: 4px solid #454545;
background: #454545;
text-indent: 0px;
border-radius: 5px;
position: absolute;
pointer-events: none;
bottom: 40px;
opacity: 0;
box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.pop-wrapper4 li a span:before, .pop-wrapper4 li a span:after {
content: '';
position: absolute;
bottom: -15px;
left: 50%;
margin-left: -9px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid rgba(0,0,0,0.1);
}
.pop-wrapper4 li a span:after {
bottom: -14px;
margin-left: -10px;
border-top: 10px solid #454545;
}
.pop-wrapper4 li a:hover span {
opacity: 0.9;
bottom: 50px;
}
.smlined {
width: 21%;
height: 1px;
background: #999;
margin: 0 auto;
} .lirts {
float: left;
width: 100%;
}
.lirts h5 {
margin-bottom: 10px;
}
.lirts i {
float: left;
font-size: 40px;
color: #999;
margin-right: 30px;
margin-top: 7px;
}
.lirts p {
margin-left: 70px;
}
.lirts span {
float: left;
font-size: 40px;
color: #999;
margin-right: 30px;
margin-top: 3px;
}
.big_text1, .big_text1 p {
font-family: 'Raleway', sans-serif;
font-weight: 300;
font-size: 21px;
line-height: 32px;
color: #454545;
}
.big_text1 i, .big_text1 p i {
color: #86c724;
font-style: normal;
}
.josstext {
color: #2a363f;
font-size: 27px;
font-weight: normal;
line-height: 36px;
font-family: 'Josefin Sans', sans-serif;
}
.josstext span {
width: 100px;
height: 1px;
background: #2a363f;
display: block;
margin-top: 20px;
}
.josstext2 {
width: 85%;
margin: 0 auto 67px auto;
color: #2a363f;
font-size: 27px;
font-weight: normal;
line-height: 36px;
font-family: 'Josefin Sans', sans-serif;
}
.josstext2 span {
width: 100px;
height: 1px;
background: #2a363f;
display: block;
margin: 20px auto 0 auto;
}
@media only screen and (min-width: 1000px) and (max-width: 1169px) {
.flips1 {
height: 264px;
}
.flips1_back {
padding: 20px 10px;
height: 264px;
}
.flips2 {
height: 264px;
}
.flips2_back {
padding: 20px 10px;
height: 264px;
}
.flips4_back {
padding: 12px 10px 0px 10px;
}
.pop-wrapper2 li a span {
margin-left: -112px;
}
.counters10 {
font-size: 30px;
}
.counters10 h4 {
font-size: 12px;
margin: 10px auto 0 auto;
}
.counters10 .one_half {
padding: 20px 0px 20px 0px;
}
.button.four {
padding:12px 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
.piechart1 {
width: 30%;
}
.piechart3 {
width: 50%;
}
.flips1 {
height: 203px;
}
.flips1_back {
padding: 20px 10px;
height: 203px;
}
.flips1_back h4 {
font-size: 16px;
margin-bottom: 5px;
}
.flips1_back p {
font-size: 12px;
line-height: 18px;
margin-bottom: -25px;
}
.flips2 {
height: 203px;
}
.flips2_back {
padding: 20px 10px;
height: 203px;
}
.flips2_back h4 {
font-size: 16px;
margin-bottom: 5px;
}
.flips2_back p {
font-size: 12px;
line-height: 18px;
margin-bottom: -25px;
}
.flips4_back {
padding: 12px 0px 0px 0px;
}
.flips4_back p {
font-size: 13px;
line-height: 18px;
}
.pricingtable3 li.hecont {
padding: 20px 5px 35px 5px;
}
.pricingtable3 .but_small1 {
padding: 10px 10px;
}
.pop-wrapper {
width: 63%;
}
.pop-wrapper li {
float: left;
margin: 0px 40px 120px 40px;
}
.pop-wrapper2 li a span {
margin-left: -91px;
}
.counters5 span {
font-size: 55px;
}
.counters5 h4 {
font-size: 16px;
}
.counters9 .circle {
width: 120px;
height: 120px;
padding-top: 34px;
}
.button.four {
padding:12px 10px;
}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
.piechart1 {
width: 50%;
}
.piechart3 {
width: 50%;
}
.pritable .pacdetails {
width: 100%;
margin-bottom: 100px;
}
.pritable .pacdetails.two {
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
border-left: 1px solid #eee;
}
.pritable .pacdetails.four {
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
border-left: 1px solid #eee;
}
.counters4 {
font-size: 35px;
line-height: 35px;
}
.flips1_front img {
width: 100%;
height: 100%;
}
.flips1_front img.full {
width: 100%;
height: 320px;
}
.flips2_front img {
width: 100%;
height: 100%;
}
.flips4_front img {
width: auto;
}
.flips4_back {
padding: 22px 25px 0px 25px;
}
.pricing-tables {
width: 100%;
margin-bottom: 80px;
}
.pricing-tables-helight {
width: 100%;
margin-bottom: 80px;
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid #eee;
}
.pop-wrapper {
width: 75%;
}
.pop-wrapper li {
float: left;
margin: 0px 40px 120px 40px;
}
.pop-wrapper2 li a span {
margin-left: -281px;
}
.counters5 span {
font-size: 45px;
}
.counters5 h4 {
font-size: 16px;
}
.button.five {
padding: 13px 20px;
}
.pricingtable9 strong {
font-size: 55px;
margin: 30px 0px 30px 0px;
}
.counters9 .circle {
width: 100px;
height: 100px;
padding-top: 27px;
}
.counters9 span {
font-size: 27px;
}
.counters9 h4 {
font-size: 14px;
margin: 0px 0px 0px 0px;
}
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
.piechart1 {
width: 50%;
}
.piechart3 {
width: 100%;
}
.pritable .pacdetails {
width: 100%;
margin-bottom: 100px;
}
.pritable .pacdetails.two {
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
border-left: 1px solid #eee;
}
.pritable .pacdetails.four {
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
border-left: 1px solid #eee;
}
.counters4 {
font-size: 35px;
line-height: 35px;
}
.flips1_front img {
width: 100%;
height: 100%;
}
.flips1_front img.full {
width: 100%;
height: 320px;
}
.flips2_front img {
width: 100%;
height: 100%;
}
.flips4_front img {
width: auto;
}
.flips4_back {
padding: 22px 25px 0px 25px;
}
.pricing-tables {
width: 100%;
margin-bottom: 80px;
}
.pricing-tables-helight {
width: 100%;
margin-bottom: 80px;
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid #eee;
}
.pop-wrapper {
width: 50%;
}
.pop-wrapper li {
float: left;
margin: 0px 40px 120px 40px;
}
.pop-wrapper2 li a span {
margin-left: -217px;
}
.counters5 span {
font-size: 35px;
}
.counters5 h4 {
font-size: 13px;
margin-bottom: 10px;
}
.stcode_title13 {
font-size: 30px;
}
}
@media only screen and (max-width: 479px) {
.piechart1 {
width: 100%;
}
.piechart3 {
width: 100%;
}
.pritable .pacdetails {
width: 100%;
margin-bottom: 100px;
}
.pritable .pacdetails.two {
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
border-left: 1px solid #eee;
}
.pritable .pacdetails.four {
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
border-left: 1px solid #eee;
}
.counters4 {
font-size: 35px;
line-height: 35px;
}
.flips4_front img {
width: auto;
}
.flips4_back {
padding: 12px 10px 0px 10px;
}
.pricing-tables {
width: 100%;
margin-bottom: 80px;
}
.pricing-tables-helight {
width: 100%;
margin-bottom: 80px;
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid #eee;
}
.pop-wrapper {
width: 68%;
}
.pop-wrapper li {
float: left;
margin: 0px 40px 120px 40px;
}
.pop-wrapper2 li a span {
margin-left: -150px;
}
.but_medium1, .but_medium1.white {
padding: 14px 20px;
}
.counters5 span {
font-size: 27px;
}
.counters5 h4 {
font-size: 12px;
margin-bottom: 7px;
}
.stcode_title13 {
padding: 1px 10px;
font-size: 25px;
}
} .kc_shortcode .kc_title, .kc_shortcode .kc-widget-title{
margin-bottom: 20px;
}
.kc_shortcode ul{
margin: 0;
padding: 0;
}
.kc_shortcode ul li{
list-style: none;
}
.kc_shortcode h3, .kc_shortcode h4, .kc_shortcode h5{ font-size: 18px;
margin: 0;
padding: 0;
font-weight: 600;
}
.kc_shortcode h4{
font-size: 16px;
line-height: 26px;
margin-bottom: 15px;
}
.kc_shortcode h5{
font-size: 16px;
}
.kc_accordion_wrapper, .kc_tabs{
margin-bottom: 0px;
}
.kc_tabs .kc_tabs{
margin-bottom: 0px;
}
.kc_tabs .ui-tabs-nav li a{
display: block;
padding: 0;
} .kc_google_maps{
position: relative;
overflow: hidden;
}
.kc_google_maps img{
max-width: inherit;
max-height: inherit;
}
.kc_google_maps .map_popup_contact_form{
position: absolute;
z-index: 999;
top: 0;
overflow-y: auto;
padding: 50px 60px 0;
height: 100%;
-webkit-transform: translate( 0, 0 );
-moz-transform: translate( 0, 0 );
-o-transform: translate( 0, 0 );
transform: translate( 0, 0 );
-webkit-transition: -webkit-transform 400ms ease;
-moz-transition:    -moz-transform 400ms ease;
-o-transition:      -o-transform 400ms ease;
transition:         transform 400ms ease;
-webkit-transition-property: -webkit-transform, left, right;
-webkit-backface-visibility: hidden;
}
.map_popup_contact_form input[type="text"],
.map_popup_contact_form input[type="email"],
.map_popup_contact_form textarea{
width: 100%;
border: 1px solid #999;
background: none;
color: #FFFFFF;
}
.map_popup_contact_form input[type="text"],
.map_popup_contact_form input[type="email"]{
}
.map_popup_contact_form textarea{
height: 100px;
}
.map_popup_contact_form p{
margin-bottom: 10px;
}
.map_popup_contact_form .close{
position: absolute;
top: 10px;
right: 10px;
}
.map_popup_contact_form .wpcf7-submit{
text-transform: uppercase;
width: 100%;
padding: 15px 0;
transition: all 0.3s ease;
font-weight: 500;
-webkit-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
-moz-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
}
.kc_google_maps .show_contact_form{
position: absolute;
left: 112px;
top: 10px;
z-index: 99;
font-size: 20px;
height: 33px;
line-height: 20px;
color: #F75850;
display: none;
background: #FFF;
padding: 0 10px;
border-radius: 3px;
box-shadow: 0 1px 1px #BEBEBE;
transition: all 0.2s ease;
}
.kc_google_maps .show_contact_form i{
margin-top: 7px;
}
.kc_google_maps .show_contact_form:hover{
background: #EBEBEB;
color: #000;
}
.map_popup_contact_form.left{
}
.map_popup_contact_form.left.hidden{
-ms-transform: translate(-100%,0)!important;
-webkit-transform: translate(-100%,0)!important;
-moz-transform: translate(-100%,0)!important;
-o-transform: translate(-100%,0)!important;
transform: translate(-100%,0)!important;
}
.map_popup_contact_form.right.hidden{
-ms-transform: translate(100%,0)!important;
-webkit-transform: translate(100%,0)!important;
-moz-transform: translate(100%,0)!important;
-o-transform: translate(100%,0)!important;
transform: translate(100%,0)!important;
}
.map_popup_contact_form.right{
float: right;
right: 0;
}
.map_popup_contact_form.right+a{
right: 15px;
float: right;
left: auto;
}
.map_popup_contact_form .close{
text-decoration: none;
box-shadow: none;
color: #FFFFFF;
}
.map_popup_contact_form .close i{
font-weight: 100;
font-size: 25px;
} .kc_image_gallery.kc-grid{
width: 100%;
}
.kc_image_gallery.kc-grid .item-grid{
float: left;
}
.kc_image_gallery.kc-grid .item-grid{
width: 25%;
}
.kc_image_gallery.kc-grid .item-grid img{
max-width: 100%;
}
.kc_image_gallery{
clear: both;
} body .kc_button{
transition: all 0.3s ease;
white-space: nowrap;
text-decoration: none;
display: inline-block;
}
body .button_size_small{
padding: 10px 25px;
}
body .button_size_normal{
padding: 14px 35px;
font-size: 18px;
}
body .button_size_large{
padding: 18px 50px;
font-size: 22px;
} .kc-countdown-timer span.group{
background: #2e2b26;
border-radius: 5px;
padding: 10px 20px;
color: #FFF;
margin-right: 10px;
float: left;
text-align: center;
}
.kc-countdown-timer .group .timer{
font-size: 20px;
font-weight: bold;
}
.kc-countdown-timer .countdown-style2 .timer, .kc-countdown-timer .countdown-style2 .unit{
display: inline-block;
width: 100%;
}
.kc-countdown-timer .countdown-style2 .group{
padding: 10px;
}    @-webkit-keyframes animate-stripes {
from {
background-position: 0 0;
}
to {
background-position: 44px 0;
}
} .pie-chart-wrapper{
text-align: center;
}
.kc_piechart {
display: inline-block;
position: relative;
text-align: center;
width: 100px;
}
.kc_piechart.auto_width .percent {
top: inherit;
}
.kc_piechart canvas {
left: 0;
position: absolute;
top: 0;
}
.kc_wrap_instagram{
overflow: hidden;
clear: both;
}
.kc_wrap_instagram ul{
margin: 0;
padding-left: 0;
}
.kc_wrap_instagram ul li{
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/loading.gif) no-repeat center center transparent;
border: 1px solid #e9e9e9;
float: left;
list-style: none;
margin: 0 10px 10px 0;
}
.kc_wrap_instagram ul li.el-end{
margin-right: 0;
}
.kc_wrap_instagram ul li.el-start{
clear: left;
}
.ins_mark_thumbnail, .ins_mark_low_resolution, .ins_mark_standard_resolution{
padding: 25px 10px;
}
.kc_ins_col_1 ul li{
width: calc(100% - 10px);
}
.kc_ins_col_2 ul li{
width: calc(50% - 10px);
}
.kc_ins_col_3 ul li{
width: calc(33.3% - 10px);
}
.kc_ins_col_4 ul li{
width: calc(25% - 10px);
}
.kc_ins_col_5 ul li{
width: calc(20% - 10px);
}
.kc_ins_col_6 ul li{
width: calc(16.666% - 10px);
}
.kc_wrap_instagram ul li.loaded img{
width: 100%;
}
.kc_wrap_instagram ul li.loaded{
background-image: none;
} .kc_facebook_recent_post ul li.fb_mark_cls{
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/fb_loading.gif) no-repeat left 20px center transparent;
height: 60px;
border: 1px dashed #E6E6E6;
margin-bottom: 15px;
z-index: 2px;
}
.kc_facebook_recent_post ul{
max-height: 300px;
overflow-y: auto;
padding-right: 5px;
}
.kc_facebook_recent_post ul li{
border-bottom: 1px solid #E6E6E6;
padding: 0;
margin-bottom: 20px;
padding-bottom: 20px;
}
.kc_facebook_recent_post ul li:last-child{
border: none;
margin-bottom: 0;
padding-bottom: 0;
}
.kc_facebook_recent_post .fb-post-info span{
margin-right: 15px;
}
.kc_facebook_recent_post .fb-post-info a {
font-size: 12px;
box-shadow: none;
border-bottom: 0;
color: #7f7f7f;
}
.kc_facebook_recent_post img{
margin-bottom: 10px;
max-width: 100%;
}
.kc_facebook_recent_post .fb-message{
margin: 0px;
font-size: 13px;
font-weight: normal;
line-height: 1.38;
overflow: hidden;
}
.kc_shortcode .fb-button-profile{
background-color: #4e69a2;
border-color: #435a8b #3c5488 #334c83;
border-radius: 2px;
border: 1px solid;
box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
margin-top: 15px;
display: inline-block;
text-align: center;
color: #FFFFFF;
padding: 5px 20px;
text-decoration: none;
}
.kc_shortcode .fb-button-profile:hover, .kc_shortcode .fb-button-profile:active{
background-color: #4e69a2;
color: #FFFFFF;
box-shadow: 0 0 1px 2px rgba(88, 144, 255, .75), 0 1px 1px rgba(0, 0, 0, .15);
outline: none;
}
.kc_shortcode .fb-button-profile:visited{
color: #FFFFFF;
}
.kc_facebook_recent_post ul{
background: #f6f7f8;
border: 1px solid #e9eaed;
border-top: 0;
padding: 8px;
}
.kc_facebook_recent_post ul li {
background: #fff;
padding: 5px;
margin-bottom: 20px;
}
.fb-header {
width: 100%;
height: 130px;
background-size: cover;
position: relative;
}
.fb-header .fb-line-1 {
z-index: 11;
position: relative;
color: #fff;
text-shadow: 0 2px 4px rgba(0, 0, 0, .9);
width:100%;
float: left;
}
.fb-header .fb-line-2 {
z-index: 11;
position: relative;
display: block;
float: left;
width: 100%;
}
.fb-line-1 .img-profile {
width: 54px;
height: auto;
margin: 7px 0 0 7px;
border: 2px solid #fff;
float: left;
margin-right: 10px;
}
.fb-line-1 .username {
font-size: 18px;
font-weight: 500;
display: inline-block;
line-height: 35px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.fb-line-1 .likes {
font-size: 12px;
line-height: 1.358;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: block;
margin-left: 65px;
}
.fb-line-2 .like_page, .fb-line-2 .share_page {
background: #f6f7f8;
padding: 0px 10px;
margin-left: 10px;
margin-top: 30px;
display: inline-block;
font-size: 12px;
line-height: 22px;
color: #4e5665;
border-radius: 1px;
text-shadow: 0 1px 0 #fff;
box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
font-weight: bold;
box-sizing: content-box;
text-align: center;
font-family: helvetica, arial, sans-serif;
}
.fb-line-2 .share_page {
margin-right: 10px;
margin-left: inherit;
float: right;
}
.fb-line-2 .share_page i {
font-size: 13px;
}
.fb-line-2 .like_page i {
font-size: 13px;
color: #3A5897;
}  .kc_wrap_twitter .button_follow_wrap{
padding: 10px;
background: #F5F8FA;
}
.kc_twitter_feed .owl-item{
text-align: center;
}
.kc_twitter_feed ul li{
margin-bottom: 24px;
padding-bottom: 10px;
border-bottom: 1px solid #E6E6E6;
}
.kc_twitter_feed ul li:last-child{
border-bottom: none;
}
.kc_twitter_feed .kc_tweet_icon i{
display: block;
margin-bottom: 10px;
}
.kc_twitter_feed .twitter-footer{
font-size: 12px;
font-style: italic;
margin-top: 20px;
margin-bottom: 10px;
}
.kc_twitter_style-1 .twitter-footer.show_avatar{
margin-left: 58px;
}
.kc_twitter_feed .twitter-footer > span{
margin-right: 15px;
}
.kc_twitter_feed .twitter-footer > span:last-child {
margin-right: 0;
}
.kc_twitter_feed .tweet_user a{
position: relative;
line-height: 21px;
font-weight: 500;
color: #333;
cursor: pointer;
background-color: #eee;
border-radius: 3px;
box-sizing: border-box;
text-decoration: none;
font-size: 13px;
font-weight: bold;
display: inline-block;
border: #ccc solid 1px;
background-image: linear-gradient(#fff,#dedede);
}
.kc_twitter_feed .tweet_user a:hover{
color: #333;
background-color: #d9d9d9;
background-image: linear-gradient(#f8f8f8,#d9d9d9);
border-color: #bbb;
}
.kc_twitter_feed .kc_tweet_icon{
font-size: 40px;
display: block;
}
.kc_twitter_feed .tweet_desc .user_twitter{
width: 48px;
height: 48px;
display: inline-block;
float: left;
}
.kc_twitter_feed .description{
display: block;
}
.kc_twitter_follow i{
margin-right: 5px;
color: #1b95e0;
font-size: 20px;
}
.kc_twitter_feed .kc_twitter_follow{
line-height: 25px;
float: right;
padding: 2px 5px;
}
.tweet_reply a i, .tweet_retweet a i {
font-size: 17px;
} .kc_twitter_feed.kc_twitter_style-1 .kc_tweet_icon{
float: left;
}
.kc_twitter_feed.kc_twitter_style-1 .tweet_desc.show_avatar{
margin-left: 58px;
}
.kc_twitter_feed.kc_twitter_style-1 .tweet_desc .user_twitter{
margin-left: -58px;
}
.kc_twitter_feed .user_twitter{
text-align: left;
}
.kc_twitter_feed .user_twitter img{
float: left;
margin-right: 10px;
border-radius: 5px;
border: 1px solid #ccc;
}
.kc_twitter_feed .user_twitter span{
display: block;
}
.kc_twitter_feed .tweet_desc .name{
font-weight: 800;
}
.kc_twitter_feed .tweet_desc .screen_name{
color: #8899a6;
}
.kc_twitter_feed .tweet_user{
display: inline-block;
width: 100%;
margin-bottom: 0px;
padding-bottom: 20px;
}
.kc_wrap_twitter .result_twitter_feed{
overflow-y: auto;
padding-right: 10px;
padding-top: 20px;
padding-left: 10px;
border: 1px solid #e9eaed;
border-top: none;
} .kc_twitter_feed.kc_twitter_style-2 .tweet_desc .user_twitter{
float: none;
display: block;
margin-right: 0;
text-align: center;
width: 100%;
}
.kc_twitter_feed.kc_twitter_style-2 .tweet_desc .user_twitter img{
margin-right: 0;
float: none;
}
.kc_twitter_feed.kc_twitter_style-2  .tweet_desc span{
display: block;
}
.kc_twitter_feed.kc_twitter_style-2 .tweet_desc{
text-align: center;
}
.kc_twitter_feed.kc_twitter_style-2 .tweet_user{
text-align: center;
margin-top: 20px;
border: none;
}
.kc_twitter_feed.kc_twitter_style-2 .kc_twitter_follow{
float: none;
} .kc-pie-chart-wrapper{
text-align: center;
} .kc-box-counter-1{
text-align: center;
}
.kc-box-counter-1 .counterup{
font-size: 40px;
font-weight: bold;
line-height: 40px;
margin-bottom: 20px;
display: block;
}
.kc-box-counter-2{
text-align: center;
background: #E2E2E2;
padding: 35px 25px;
border-radius: 5px;
}
.kc-box-counter-2 i{
display: block;
font-size: 45px;
margin-bottom: 15px;
}
.kc-box-counter-2 .counterup{
font-size: 30px;
font-weight: bold;
margin-bottom: 15px;
display: inline-block;
}
.kc-box-counter-2 h4{
margin-bottom: 15px;
}
.kc-box-counter-3{
text-align: center;
}
.kc-box-counter-3 i, .kc-box-counter-3 span{
display: block;
}
.kc-box-counter-3 h4{
margin-bottom: 15px;
}
.kc-box-counter-3 i{
font-size: 30px;
margin-bottom: 15px;
}
.kc-box-counter-3 .counterup{
font-size: 45px;
line-height: 45px;
margin-bottom: 15px;
} .kc_box_wrap{
clear: both;
}
.kc_box_wrap > div{
padding: 0px 0;
clear: both;
}
.kc_box_wrap > div h3{
font-weight: 400;
font-family: 'Raleway',sans-serif;
font-size: 18px;
}
.kc_box_wrap .one-third, .kc_box_wrap .one-second, .kc_box_wrap .two-third{
float: left;
padding-left: 15px;
padding-right: 15px;
}
.kc_box_wrap .one-third{
width: 33.3%;
}
.kc_box_wrap .one-second{
width: 50%;
}
.kc_box_wrap .two-third{
width: 66.7%;
} .kc-owl-post-carousel{
}
.kc-owl-post-carousel .owl-item{
padding-right: 20px;
}
.kc-owl-post-carousel .owl-item .read-more{
font-size: 13px;
padding: 9px 30px;
border-radius: 25px;
white-space: nowrap;
border: 1px solid #e3e3e3;
transition: all 0.3s ease;
}
.kc-owl-post-carousel .owl-item .read-more:hover{
background: #ccc;
border: 0;
}
.kc-owl-post-carousel .owl-item .footer-button{
padding: 15px 0;
text-align: center;
}
.kc-owl-post-carousel .owl-item .list-item{
box-shadow: 0px 0px 0px 1px rgba(224,224,224,0.5) inset;
text-align: center;
padding-bottom: 25px;
}
.kc-owl-post-carousel .in-post-content {
text-align: justify;
}
.kc-owl-post-carousel .owl-item .image{
margin-bottom: 20px;
position: relative;
}
.kc-owl-post-carousel .owl-item .title{
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.kc-owl-post-carousel .owl-item .image .caption{
background: rgba(0, 0, 0, 0.5);
display: block;
position: absolute;
left: 0;
bottom: 0;
padding: 5px 10px;
margin: 0;
width: 100%;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.kc-owl-post-carousel .owl-item .image .caption a{
color: #FFFFFF;
font-size: 16px;
}
.kc-owl-post-carousel .owl-item .title{
padding: 20px 12px 0;
}
.kc-owl-post-carousel .owl-item .in-post-content{
padding: 0 15px;
}
.kc-owl-post-carousel .owl-item .kc-entry_meta{
margin-bottom: 10px;
font-size: 80%;
} .list-post-type .list-item{
margin-bottom: 24px;
padding-bottom: 24px;
border-bottom: 1px solid #dbdbdb;
}
.list-post-type .list-item img{
margin-bottom: 15px;
}
.kc-entry_meta > span{
margin-right: 10px;
}
.kc-carousel-images .progressBar{
width: 100%;
background: #EDEDED;
}
.kc-carousel-images .progressBar .bar{
width: 0%;
max-width: 100%;
height: 4px;
background: #7fc242;
} .kc_accordion_section.group{
padding-bottom: 8px;
}
.entry-content a{
box-shadow: none;
}
.kc_accordion_content {
border-bottom: 1px solid #eaeaea;
} .kc_single_image {
max-width: initial;
}
.kc_single_image > a {
display: inline-block;
}
.kc_single_image p{
margin: 10px 0;
}
.kc_image_empty{
max-width: 100%
} .list-post-type .kc-entry_meta span.tags-links {
display: inline !important;
}
.kc-entry_meta {
font-size: 80%;
padding-bottom: 10px;
} .kc-sync2.owl-carousel.owl-theme {
margin-top: 10px;
}
.kc-sync2 .owl-item .item img{
width: 50px;
height: 45px;
}
.kc-sync2 .owl-item.synced .item img{
border: 1px solid #869791;
} .kc_video_wrapper{
clear: both;
} .logregform {
float: left;
width: 35%;
margin-top: 62px;
margin-bottom: 30px;
margin-left: 32.5%;
background: #fff;
border: 1px solid #f9f9f9;
-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}
.logregform.two {
float: left;
width: 50%;
margin-left: 25%;
}
.logregform .title {
float: left;
width: 100%;
background: #f3f3f3;
text-align: center;
padding: 23px 0px 21px 0px;
}
.logregform .title h3 {
margin-bottom: 3px;
font-weight: 700;
text-transform: uppercase;
}
.logregform .title p {
font-size: 12px;
}
.logregform .feildcont {
float: left;
width: 100%;
padding: 30px 30px 40px 30px;
text-align: left;
}
.logregform .feildcont label {
float: left;
width: 100%;
font-weight: normal;
color: #727272;
}
.logregform .feildcont label em {
color: #2ecc71;
font-style: normal;
}
.logregform .feildcont input {
float: left;
width: 100%;
padding: 7px 12px;
border: 1px solid #e3e3e3;
margin-bottom: 12px;
}
.logregform.two .feildcont input {
margin-bottom: 18px;
}
.logregform .feildcont .checkbox {
float: left;
width: 100%;
}
.logregform .feildcont .checkbox label {
float: left;
width: auto;
font-size: 13px;
}
.logregform .feildcont .checkbox label strong {
font-weight: 600;
}
.logregform .feildcont .checkbox label a {
margin-left: 10px;
}
.logregform .feildcont .fbut {
float: left;
background: #2ecc71;
padding: 13px 23px;
border: none;
border-radius: 3px;
color: #fff;
font-size: 13px;
font-weight: bold;
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
transition: all 0.3s ease;
margin-top: 18px;
}
.logregform .feildcont .fbut:hover {
background: #393939;
}
.logregform .feildcont .radiobut input {
float: left;
width: auto;
}
.logregform .feildcont .radiobut .onelb {
float: left;
color: #aaa;
margin: 0px 12px 0px 5px;
}
.logregform .feildcont select {
float: left;
width: 100%;
border: 1px solid #e3e3e3;
padding: 9px 5px 10px 5px;
color: #999;
text-align: left;
}
.logregform p.status {
float: left;
display: block;
width: 100%;
color: red;
} .error_pagenotfound {
padding: 50px 30px 58px 30px;
margin: 0 auto;
width: 59%;
background-color: #fff;
border: 1px solid #eee;
border-bottom: 5px solid #eee;
text-align: center;
font-family: 'Open Sans', sans-serif;
}
.error_pagenotfound strong {
display: block;
font-size: 145px;
line-height: 100px;
color: #e3e3e3;
font-weight: normal;
margin-bottom: 10px;
text-shadow: 5px 5px 1px #fafafa;
}
.error_pagenotfound b {
display: block;
font-size: 40px;
line-height: 50px;
color: #999;
margin: 0;
font-weight: 300;
}
.error_pagenotfound em {
display: block;
font-size: 18px;
line-height: 59px;
color: #2ecc71;
margin: 0;
font-style: normal;
} .stcode_title1 h3 {
font-size: 27px;
z-index: 1;
position: relative;
text-align: left;
font-weight: normal;
}
.stcode_title1 .line {
background: #000;
border-top: solid 1px #e3e3e3;
position: absolute;
height: 1px;
display: block;
top: 18px;
width: 100%;
}
.stcode_title1 .text {
background-color: #FFFFFF;
z-index: 20;
position: relative;
text-align: center;
padding: 0px 18px 0px 0px;
}
.stcode_title2 h3 {
font-size: 27px;
z-index: 1;
position: relative;
text-align: left;
font-weight: 300;
}
.stcode_title2 .line {
background: #000;
border-top: solid 1px #e3e3e3;
position: absolute;
height: 1px;
display: block;
top: 16px;
width: 100%;
}
.stcode_title2 .line2 {
display: block;
width: 70px;
height: 2px;
background-color: #272727;
margin-top: 7px;
margin-bottom: 18px
}
.stcode_title2 .text {
background-color: #FFFFFF;
z-index: 20;
position: relative;
text-align: center;
padding: 0px 18px 0px 0px;
}
.stcode_title3 h3 {
font-size: 27px;
z-index: 1;
position: relative;
text-align: left;
font-weight: 300;
}
.stcode_title3 .line {
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/hcross-lines.jpg) repeat-x left top;
position: absolute;
height: 8px;
display: block;
top: 14px;
width: 100%;
}
.stcode_title3 .text {
background-color: #FFFFFF;
z-index: 20;
position: relative;
text-align: center;
padding: 0px 18px 0px 0px;
}
.stcode_title4 h3 {
font-size: 27px;
padding-bottom: 16px;
z-index: 1;
position: relative;
text-align: left;
font-weight: normal;
}
.stcode_title4 .line {
background: #2ecc71;
position: absolute;
height: 2px;
display: block;
bottom: 0px;
width: 72px;
}
.stcode_title4 .text {
z-index: 20;
position: relative;
text-align: center;
}
.stcode_title5 h3 {
font-size: 27px;
padding-bottom: 16px;
z-index: 1;
position: relative;
text-align: left;
font-weight: normal;
margin-bottom: 25px;
}
.stcode_title5 h3.nmb {
margin-bottom: 3px;
}
.stcode_title5 .line {
background: #2ecc71;
position: absolute;
height: 3px;
display: block;
bottom: 0px;
width: 100px;
}
.stcode_title5 .line2 {
background: #000;
border-top: solid 1px #e3e3e3;
position: absolute;
height: 1px;
display: block;
bottom: 1px;
width: 100%;
}
.stcode_title5 .text {
z-index: 20;
position: relative;
text-align: center;
}
.stcode_title6 {
text-align: center;
}
.stcode_title6 h2 b {
font-weight: bold;
}
.stcode_title6 h2 strong {
color: #fff;
padding: 3px 10px 3px 10px;
background-color: #272727;
}
.stcode_title6.white h2 strong {
color: #272727;
padding: 3px 10px 3px 10px;
background-color: #fff;
}
.stcode_title7 {
text-align: center;
}
.stcode_title7 em {
display: block;
font-size: 16px;
margin-top: 5px;
font-style: normal;
font-weight: 400;
}
.stcode_title7 .line {
background: #2ecc71;
height: 3px;
display: block;
bottom: 0px;
width: 100px;
margin: 18px auto 0 auto;
}
.stcode_title8 h2 {
font-size: 35px;
z-index: 1;
position: relative;
text-align: center;
font-weight: 300;
}
.stcode_title8 .line {
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/h-line.jpg) no-repeat center top;
position: absolute;
height: 1px;
display: block;
top: 18px;
width: 100%;
margin: 0 auto;
}
.stcode_title8 .text {
background-color: #FFFFFF;
z-index: 20;
position: relative;
text-align: center;
padding: 0px 25px;
}
.stcode_title9 {
text-align: center;
}
.stcode_title9 em {
display: block;
font-size: 18px;
margin-top: 5px;
font-style: normal;
font-weight: 400;
}
.stcode_title9 .line {
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/h-line2.png) no-repeat center top;
height: 3px;
display: block;
bottom: 0px;
width: 210px;
margin: 18px auto 0 auto;
}
.stcode_title10 {
text-align: center;
}
.stcode_title10 em {
display: block;
font-size: 18px;
margin-top: 5px;
font-style: normal;
font-weight: 400;
}
.stcode_title10 .line {
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/h-line3.png) no-repeat center 13px;
height: 39px;
display: block;
bottom: 0px;
width: 300px;
margin: 3px auto 0 auto;
}
.stcode_title10 i {
display: block;
color: #999;
font-size: 14px;
line-height: 50px;
}
.stcode_title11 h2 {
text-decoration: underline;
padding-bottom: 10px;
text-align: center;
margin-bottom: 40px;
}
.stcode_title12 h2 {
font-size: 35px;
z-index: 1;
position: relative;
text-align: center;
font-weight: 300;
margin-bottom: 14px;
color: #2ecc71;
}
.stcode_title12 h4 {
font-size: 22px;
z-index: 1;
position: relative;
text-align: center;
font-weight: 400;
color: #727272;
}
.stcode_title12 .line {
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/h-line.jpg) no-repeat center top;
position: absolute;
height: 1px;
display: block;
top: 14px;
width: 100%;
margin: 0 auto;
}
.stcode_title12 .text {
background-color: #FFFFFF;
z-index: 20;
position: relative;
text-align: center;
padding: 0px 20px;
}
.stcode_title13 {
padding: 1px 12px;
font-size: 40px;
color: #f7ca18;
font-family: 'Roboto', sans-serif;
font-weight: 800;
text-transform: uppercase;
border-top: 1px solid #f7ca18;
border-left: 5px solid #f7ca18;
border-right: 5px solid #f7ca18;
border-bottom: 1px solid #f7ca18;
background: #fff;
}
.stcode_title14 {
text-align: center;
}
.stcode_title14 em {
display: block;
font-size: 18px;
font-style: normal;
font-weight: 400;
margin-bottom: 1px;
}
.stcode_title14 strong {
font-weight: 800;
}
.stcode_title14 .line {
background: #d64541;
height: 2px;
display: block;
bottom: 0px;
width: 140px;
margin: 16px auto 0 auto;
}
.stcode_title14 .line.white {
background: #fff;
}
.stcode_title15 {
text-align: center;
}
.stcode_title15 .line {
background: #181818;
height: 2px;
display: block;
bottom: 0px;
width: 50px;
margin: 5px auto 0 auto;
}
.stcode_title16 {
text-align: center;
}
.stcode_title16 em {
display: block;
font-size: 16px;
line-height: 27px;
margin-top: 12px;
font-style: normal;
color: #999;
font-weight: 400;
}
.stcode_title16 .line{
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/h-line8.png) no-repeat center top;
height: 7px;
display: block;
bottom: 0px;
width: 140px;
margin: 7px auto 0 auto;
}
.stcode_title16 .line2{
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/h-line9.png) no-repeat center top;
height: 7px;
display: block;
bottom: 0px;
width: 140px;
margin: 18px auto 0 auto;
}
.stcode_title16 .line3{
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/h-line8.png) no-repeat center top;
height: 7px;
display: block;
bottom: 0px;
width: 140px;
margin: 20px auto 0 auto;
}
.stcode_title16 .line4{
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/h-line8.png) no-repeat center top;
height: 7px;
display: block;
bottom: 0px;
width: 140px;
margin: 16px auto 0 auto;
}
.stcode_title18 {
text-align: center;
} .divider_line1 {
float: left;
width: 100%;
padding-top: 70px;
margin-bottom: 75px;
border-bottom: 1px solid #eee;
}
.divider_line1.nomp {
float: left;
width: 100%;
padding-top: 0px;
margin-bottom: 0px;
border-bottom: 1px solid #eee;
}
.divider_line2 {
float: left;
width: 100%;
padding-top: 75px;
margin-bottom: 75px;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/divider-line1.png) no-repeat center bottom;
}
.divider_line2.nop {
padding-top: 0px;
height: 10px;
}
.divider_line3 {
float: left;
width: 100%;
padding-top: 75px;
margin-bottom: 75px;
text-align: center;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/h-line.jpg) repeat-x left 88px;
}
.divider_line3 i {
color: #fff;
width: 27px;
height: 27px;
border-radius: 100%;
background-color: #d3d3d3;
text-align: center;
vertical-align: middle;
line-height: 27px;
}
.divider_line4 {
float: left;
width: 100%;
padding-top: 75px;
margin-bottom: 75px;
text-align: center;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/h-line.jpg) repeat-x left 98px;
}
.divider_line4 i {
color: #d3d3d3;
width: 45px;
height: 45px;
border-radius: 100%;
background-color: #fff;
text-align: center;
vertical-align: middle;
line-height: 45px;
font-size: 20px;
}
.divider_line4.lessm {
padding-top: 50px;
margin-bottom: 60px;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/h-line.jpg) repeat-x left 73px;
}
.divider_line5 {
float: left;
width: 100%;
padding-top: 75px;
margin-bottom: 75px;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/h-line.jpg) repeat-x left 90px;
text-align: center;
}
.divider_line5 i {
color: #d3d3d3;
width: 30px;
height: 30px;
border-radius: 100%;
background-color: #fff;
text-align: center;
vertical-align: middle;
line-height: 28px;
font-size: 18px;
border: 1px solid #d3d3d3;
}
.divider_line6 {
float: left;
width: 100%;
padding-top: 75px;
margin-bottom: 75px;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/shadow3.png) repeat-x left bottom;
text-align: center;
}
.divider_line7 {
float: left;
width: 100%;
padding-top: 75px;
margin-bottom: 75px;
border-bottom: 1px dashed #e3e3e3;
}
.divider_line8 {
float: left;
width: 100%;
padding-top: 75px;
margin-bottom: 75px;
border-bottom: 1px dotted #d9d9d9;
}
.divider_line9 {
float: left;
width: 100%;
padding-top: 75px;
margin-bottom: 75px;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/shadow2.png) no-repeat center bottom;
text-align: center;
}
.divider_line9.lessm {
padding-top: 59px;
margin-bottom: 50px;
}
.divider_line9.lessm2 {
padding-top: 10px;
margin-bottom: 106px;
}
.divider_line10 {
float: left;
width: 100%;
padding-top: 75px;
margin-bottom: 75px;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/hcross-lines.jpg) repeat-x left bottom;
text-align: center;
}
.divider_line11 {
float: left;
width: 100%;
padding-top: 75px;
margin-bottom: 75px;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/h-line5.png) no-repeat center bottom;
text-align: center;
}
.divider_line12 {
float: left;
width: 100%;
padding-top: 75px;
margin-bottom: 75px;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/h-line6.png) no-repeat center bottom;
text-align: center;
}
.divider_line13 {
float: left;
width: 100%;
padding-top: 75px;
margin-bottom: 70px;
background: url(//www.safe-renovation.fr/wp-content/themes/highstand/assets/images/h-line7.png) no-repeat center bottom;
text-align: center;
}
.divider_line13.lessm {
padding-top: 50px;
margin-bottom: 50px;
}
.divider_line20 {
width: 80%;
padding-top: 20px;
margin: 0 auto 0 auto;
border-bottom: 1px solid #999;
}
.divider_line21 {
float: left;
width: 100%;
margin-top: 18px;
margin-bottom: 25px;
border-bottom: 1px solid #eee;
}
.divider_line21.last {
margin-bottom: 0px;
}
.divider_line22 {
float: left;
width: 100%;
margin-top: 18px;
margin-bottom: 25px;
border-bottom: 1px solid #e1e1e1;
}
.divider_line23 {
float: left;
width: 100%;
padding-top: 50px;
margin-bottom: 50px;
border-bottom: 1px solid #d0d0d0;
}
.owl-lazy-load .item img {
border-radius: 4px;
}
.owl-carousel-sliders-thumb .kc-sync2 .owl-item .item img {
width: 100%;
height: auto;
} .hs_latest_posts p{
font-size:16px;
padding:25px 0px 50px 0px;
}
.hs_latest_posts .box01{
background-color:#f3f3f3;
padding-bottom:25px;
text-align:left;
transition: all 0.3s ease;
}
.hs_latest_posts h4{
padding:18px 0px 0px 40px;
text-align:left;
font-weight: 300;
}
.hs_latest_posts b{
font-size:13px;
text-align:left;
padding:20px 0px 0px 40px;
font-weight:normal;
}
.hs_latest_posts .box02{
background-color:#2ecc71;
padding:0px 40px 0px 40px;
text-align:center;
color:#fff;
transition: all 0.3s ease;
height: 333px;
display: table;
}
.hs_latest_posts .box02 div {
display: table-cell;
vertical-align: middle;
}
.hs_latest_posts .box02 div em {
color: #fff;
}
.hs_latest_posts h3{
text-align:center;
font-weight: 300;
font-size:27px;
line-height:30px;
text-transform:none;
color:#fff;
margin-bottom:25px;
}
.hs_latest_posts em{
font-size:13px;
font-weight:normal;
font-style:normal;
}
.hs_latest_posts .box03 {
float: left;
width: 100%;
background: #3cbcd2;
transition: all 0.3s ease;
}
.hs_latest_posts .box03 img {
opacity: 0.1;
float: left;
width: 100%;
}
.hs_latest_posts .box03 .content{
text-align: left;
position: absolute;
top: 120px;
}
.hs_latest_posts h1{
font-size:30px;
text-align:left;
font-weight: 300;
margin-bottom:15px;
padding-left:40px;
text-transform: none;
}
.hs_latest_posts .box01:hover {
-webkit-box-shadow: 0px 0px 0px 10px rgba(46,204,113,1);
-moz-box-shadow: 0px 0px 0px 10px rgba(46,204,113,1);
box-shadow: 0px 0px 0px 10px rgba(46,204,113,1);
}
.hs_latest_posts .box02:hover {
-webkit-box-shadow: 0px 0px 0px 10px rgba(39,39,39,1);
-moz-box-shadow: 0px 0px 0px 10px rgba(39,39,39,1);
box-shadow: 0px 0px 0px 10px rgba(39,39,39,1);
}
.hs_latest_posts .box03:hover {
-webkit-box-shadow: 0px 0px 0px 10px rgba(39,39,39,1);
-moz-box-shadow: 0px 0px 0px 10px rgba(39,39,39,1);
box-shadow: 0px 0px 0px 10px rgba(39,39,39,1);
} .hs_tooltip{
position: relative;
display: inline-block;
}
.hs_tooltip.style1{
background-color: #f3f3f3;
border-radius: 100%;
display: block;
height: 120px;
margin: 0 2px;
outline: medium none;
position: relative;
text-align: center;
width: 120px;
}
.hs_tooltip.style1 h6{
margin-top: 10px;
}
.hs_tooltip span{
background: #f9f9f9 none repeat scroll 0 0;
border: 4px solid #fff;
border-radius: 5px;
bottom: 0;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
color: #719dab;
font-family: "Alegreya SC",Georgia,serif;
font-size: 14px;
font-style: italic;
font-weight: 400;
height: auto;
left: 50%;
line-height: 21px;
margin-left: 0;
opacity: 0;
padding: 10px;
pointer-events: none;
position: absolute;
text-align: center;
text-indent: 0;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease-in-out 0s;
width: 300px;
z-index: 99;
}
.hs_tooltip.top span:before, .hs_tooltip.top span:after{
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid rgba(0, 0, 0, 0.1);
bottom: -15px;
content: "";
height: 0;
left: 50%;
margin-left: -9px;
position: absolute;
width: 0;
}
.hs_tooltip.top span::after {
border-top: 10px solid #fff;
bottom: -14px;
margin-left: -10px;
}
.hs_tooltip.right span:before{
border-color: transparent;
border-left-width: 0;
border-right-color: #fff;
top: 50%;
margin-top: -11px;
content: " ";
left: -24px;
border-style: solid;
display: block;
height: 0;
position: absolute;
width: 0;
border-width: 10px;
}
.hs_tooltip.bottom span:before{
border-color: transparent;
border-width: 10px;
border-style: solid;
border-bottom-color: #fff;
border-top-width: 0;
content: " ";
margin-left: -10px;
top: -14px;
display: block;
height: 0;
position: absolute;
width: 0;
left: 50%;
}
.hs_tooltip.left span:after{
border-color: transparent;
border-left-color: #fff;
border-right-width: 0;
border-width: 10px;
top: 50%;
margin-top: -11px;
content: " ";
right: -24px;
border-style: solid;
display: block;
height: 0;
position: absolute;
width: 0;
}
.hs_tooltip:hover span{
opacity: 1;
}
.hs_tooltip img{
z-index: 2;
top: 50%;
position: absolute;
left: 50%;
text-align: center;
font-size: 14px;
transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.hs_tooltip.style3 span {
background: #454545 none repeat scroll 0 0;
border: 4px solid #454545;
width: 150px;
}
.hs_tooltip.style3.top span::after {
border-top: 10px solid #454545;
}
.hs_tooltip.style3.right span:before {
border-right-color: #454545;
}
.hs_tooltip.style3.bottom span:before {
border-bottom-color: #454545;
}
.hs_tooltip.style3.left span:after {
border-left-color: #454545;
}
.hs_tooltip.style3 i{
margin-right: 0;
margin-bottom: 0;
}
.hs_tooltip.style3{
margin-right: 14px;
margin-bottom: 14px;
}
.hs_tooltip.style2 span {
color: #fff;
border: 4px solid #2ecc71;
background: #2ecc71;
box-shadow: none;
white-space: normal;
}
.hs_tooltip.top.style2 span:before, .hs_tooltip.top.style2 span:after {
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #2ecc71;
}
.pricing-layout,.travel_news_wrapper{
display: inline-block;
width: 100%;
}
.real_news_wrapper .one_third_less {
width: 32%;
float: left;
margin-right: 2%;
}
.real_news_wrapper .one_third_less.last {
margin-right: 0;
}
.travel_news_wrapper .one_half {
width: 48%;
margin-right: 4%;
float: left;
}
.travel_news_wrapper .one_half.last {
margin-right: 0;
}
.kc_wrapper.ui-tabs {
width: 100%;
border: 1px solid #e0e0e0;
display: inline-block;
}
.kc_tabs_nav ~ .kc_tab.ui-tabs-body-active {
height: inherit !important;
background: #fff;
}
.kc_tabs_nav ~ .kc_tab .kc_tab_content{
padding-top: 0;
}html, body, #main, .site_wrapper, .sb-slidebar { margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html, body {
width: 100%;
overflow-x: hidden; }
html {
height: 100%; }
body {
min-height: 100%;
height: auto;
position: relative; } html.sb-scroll-lock.sb-active:not(.sb-static) {
overflow: hidden;
}
.rev_slider_wrapper.fullscreen-container{
left: 0!important;
} #main, .site_wrapper { width: 100%;
position: relative;
z-index: 1; background-color: #ffffff; } #main:before, #main:after, .site_wrapper:before, .site_wrapper:after {
content: ' ';
display: table;
}
#main:before, #main:after, .site_wrapper:before, .site_wrapper:after {
clear: both;
} .sb-slidebar {
height: 100%;
overflow-y: auto; position: fixed;
top: 0;
z-index: 0; display: none; background-color: #364150; }
.sb-slidebar, .sb-slidebar * {
-webkit-transform: translateZ( 0px ); }
.sb-left {
left: 0; }
.sb-right {
right: 0; }
html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
position: absolute; }
.sb-slidebar.sb-active {
display: block; }
.sb-style-overlay {
z-index: 9999; }
.sb-momentum-scrolling {
-webkit-overflow-scrolling: touch; } .sb-slidebar {
width: 30%;
}
.sb-width-thin {
width: 15%;
}
.sb-width-wide {
width: 45%;
}
@media (max-width: 480px) { .sb-slidebar {
width: 70%;
}
.sb-width-thin {
width: 55%;
}
.sb-width-wide {
width: 85%;
}
}
@media (min-width: 481px) { .sb-slidebar {
width: 55%;
}
.sb-width-thin {
width: 40%;
}
.sb-width-wide {
width: 70%;
}
}
@media (min-width: 768px) { .sb-slidebar {
width: 50%;
}
.sb-width-thin {
width: 25%;
}
.sb-width-wide {
width: 55%;
}
}
@media (min-width: 992px) { .sb-slidebar {
width: 30%;
}
.sb-width-thin {
width: 15%;
}
.sb-width-wide {
width: 45%;
}
}
@media (min-width: 1200px) { .sb-slidebar {
width: 20%;
}
.sb-width-thin {
width: 5%;
}
.sb-width-wide {
width: 35%;
}
} .sb-slide, #main.site_wrapper, .sb-slidebar {
-webkit-transition: -webkit-transform 400ms ease;
-moz-transition:    -moz-transform 400ms ease;
-o-transition:      -o-transform 400ms ease;
transition:         transform 400ms ease;
-webkit-transition-property: -webkit-transform, left, right; 
-webkit-backface-visibility: hidden; 
}
.sb-slide, .sb-slidebar {
-webkit-transform: translate( 0px );
-moz-transform: translate( 0px );
-o-transform: translate( 0px );
transform: translate( 0px );
} .sb-hide { 
display: none; }
.sb-slidebar ul.nav{
margin: 0;
padding: 0;
}
.sb-slidebar ul.nav > li > a{
display: block;
padding: 15px;
background-color: #2C3542;
border-bottom: 1px solid #3d4957;
color: #FFF!important;
}
.sb-slidebar a.social i{
color: #FFFFFF;
}
.sb-slidebar .nav>li>.dropdown-menu>li{
}
.sb-slidebar .col-xs-1, .sb-slidebar .col-sm-1, .sb-slidebar .col-md-1, .sb-slidebar .col-lg-1, .sb-slidebar .col-xs-2, .sb-slidebar .col-sm-2, .sb-slidebar .col-md-2, .sb-slidebar .col-lg-2, .sb-slidebar .col-xs-3, .sb-slidebar .col-sm-3, .sb-slidebar .col-md-3, .sb-slidebar .col-lg-3, .sb-slidebar .col-xs-4, .sb-slidebar .col-sm-4, .sb-slidebar .col-md-4, .sb-slidebar .col-lg-4, .sb-slidebar .col-xs-5, .sb-slidebar .col-sm-5, .sb-slidebar .col-md-5, .sb-slidebar .col-lg-5, .sb-slidebar .col-xs-6, .sb-slidebar .col-sm-6, .sb-slidebar .col-md-6, .sb-slidebar .col-lg-6, .sb-slidebar .col-xs-7, .sb-slidebar .col-sm-7, .sb-slidebar .col-md-7, .sb-slidebar .col-lg-7, .sb-slidebar .col-xs-8, .sb-slidebar .col-sm-8, .sb-slidebar .col-md-8, .sb-slidebar .col-lg-8, .sb-slidebar .col-xs-9, .sb-slidebar .col-sm-9, .sb-slidebar .col-md-9, .sb-slidebar .col-lg-9, .sb-slidebar .col-xs-10, .sb-slidebar .col-sm-10, .sb-slidebar .col-md-10, .sb-slidebar .col-lg-10, .sb-slidebar .col-xs-11, .sb-slidebar .col-sm-11, .sb-slidebar .col-md-11, .sb-slidebar .col-lg-11, .sb-slidebar .col-xs-12, .sb-slidebar .col-sm-12, .sb-slidebar .col-md-12, .sb-slidebar .col-lg-12{
padding: 0;
margin: 0;
}
.sb-slidebar.sb-left .nav .yamm-fw .yamm-content{
margin-left: 0!important;
}
.sb-slidebar ul.nav > li > ul.dropdown-menu li > a, .sb-slidebar ul.nav > li > ul.dropdown-menu li li a{
display: block;
padding: 10px 15px 10px 30px;
border-top: 1px solid #3d4957;
}
.sb-slidebar ul.nav > li > ul.dropdown-menu li:hover > a, .sb-slidebar ul.nav > li > ul.dropdown-menu li li:hover a{
background: #2C3542;
color: #b4bcc8;
}
.sb-slidebar .list-unstyled li:first-child{
border: none;
margin-bottom: 0;
}
.sb-slidebar .list-unstyled li p {
color: #2ECC71;
padding: 10px 15px 10px 30px!important;
display: block;
line-height: 24px;
margin: 0;
}
.sb-slidebar .dropdown-menu>li>a{
padding: 11px 20px 11px 30px !important;
}
body .sb-slidebar ul.nav > li.buynowbut{
padding: 0!important;
width: 100%;
}
body .sb-slidebar ul.nav > li.buynowbut a{
border: none;
border-bottom: 1px solid #3d4957;
border-radius: 0;
padding: 15px;
}
body .sb-slidebar .list-unstyled > li{
padding: 0;
}
.sb-slidebar .tpbut.minicart-li{
float: left;
padding: 15px;
}
.sb-slidebar li.nav-search>a i{
float: left;
margin-top: 6px!important;
margin-right: 10px;
}
.sb-slidebar .minicart-li a i{
margin-right: 20px;
}
.sb-slidebar .list-unstyled li.dart{
padding: 15px;
width: calc(100% - 30px);
color: #FFF;
}
.sb-slidebar .container{
width: 100%;
}
.sb-slidebar .dropdown-menu .container > .kc_col-sm-4{
border: none;
}
.sb-slidebar .row{
margin-right: 0;
margin-left: 0;
margin-top: 0;
}
.sb-slidebar .nav_has_cart ul.nav>li>a{
padding: 15px;
}
.sb-slidebar .tpbut.minicart-li a {
color: #ffffff;
}
.sb-slidebar nav.nav_has_cart {
width: 100%;
}
.sb-slidebar .dropdown-menu .container > .kc_col-sm-4{
width: 100%
}
.sb-slidebar nav .menu-main-menu-container{
width: 100%;
}
.sb-slidebar nav .nav-button{
margin-left: 15px;
}
.sb-slidebar #menu-onepage + ul{
margin: 10px 15px;
}
.sb-slidebar #menu-onepage + ul li{
float: left;
margin-right: 15px;
}
.sb-slidebar #menu-onepage + ul li a:hover{
color: #FFFFFF;
}
@media only screen and (max-width: 999px) {
.sb-toggle-right{
right: 20px;
left: auto!important;
}
.sb-slidebar .dropdown-menu .kc_row > .kc_col-sm-4{
width: 100%;
margin-right: 0;
border-right: none;
}
}