<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}.bulleted-list{
padding: 0;
margin: 0;
list-style: none;
line-height: 20px;
}
.bulleted-list li{
padding-top: 5px;
padding-bottom: 5px;
}
.bulleted-list a{
position: relative;
z-index: 1;
}
.bulleted-list .material-icons{
vertical-align: middle;
margin-right: 5px;
}
.bulleted-list-50 li{
padding-top: 15px;
padding-bottom: 15px;
}
.bulleted-list-40 li{
padding-top: 10px;
padding-bottom: 10px;
}
.bulleted-list-type-2{
border-top: 1px solid;
border-top-color: #ebebeb;
}
.bulleted-list-type-2 li{
border-bottom: 1px solid;
border-bottom-color: #ebebeb;
}
.bulleted-list-type-3 li{
position: relative;
}
.bulleted-list-type-3 li:after{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 40px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ebebeb;
content: '';	
} .lpd-ele-progress-bar {
position: relative;
margin-bottom: 20px;
}
.lpd-ele-progress-bars &gt; div:last-child{
margin-bottom: 0;	
}
.lpd-ele-progress-bar:after{
position: absolute;
top: 30px;
left: 0;
z-index: 1;
display: block;
width: 100%;
height: 18px;
border: 1px solid;
border-color: rgba(0,0,0,0.1);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background-color: tranparent;
content: "";
}
.lpd-ele-progress-bar &gt; .progress-barWrap {
position: relative;
z-index: 9;
display: block;
height: 50px;
}
.lpd-ele-progress-bar .progress-bar-counter{
position: absolute;
top: 0;
right: 0;
display: block;
padding-top: 0;
padding-right: 5px;
padding-bottom: 0;
padding-left: 5px;
background-color: #fff;
-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
font-weight: 400;
font-size: 13px;
line-height: 20px;
}
.lpd-ele-progress-bar .progress-bar-bar{
display: block;
padding-top: 33px;
padding-right: 3px;
padding-bottom: 0;
padding-left: 3px;
}
.lpd-ele-progress-bar .progress-bar-bar span{
display: block;
height: 12px;
-webkit-border-top-left-radius: 6px;
-moz-border-radius-topleft: 6px;
border-top-left-radius: 6px;
-webkit-border-bottom-left-radius:6px;
-moz-border-radius-bottomleft:6px;
border-bottom-left-radius: 6px;
background-color: #363636;
}
.lpd-ele-progress-bar .progress-bar-label{
position: absolute;
top: 0;
left: 0;
z-index: 10;
text-transform: uppercase;
} .lpd-ele-counter{
-webkit-transition: background 200ms ease-in-out;
-moz-transition: background 200ms ease-in-out;
-ms-transition: background 200ms ease-in-out;
-o-transition: background 200ms ease-in-out;
transition: background 200ms ease-in-out;
}
.lpd-ele-counter .counter-elementWrap{
display: table;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}
.lpd-ele-counter .material-icons{
float: left;
width: auto;
height: 60px;
font-size: 60px;
-webkit-transition: color 200ms ease-in-out;
-moz-transition: color 200ms ease-in-out;
-ms-transition: color 200ms ease-in-out;
-o-transition: color 200ms ease-in-out;
transition: color 200ms ease-in-out;
}
.lpd-ele-counter .title-counterWrap{
float: left;
margin-left: 15px;
padding-left: 20px;
border-left-width: 1px;
border-left-style: solid;
-webkit-transition: border-color 200ms ease-in-out;
-moz-transition: border-color 200ms ease-in-out;
-ms-transition: border-color 200ms ease-in-out;
-o-transition: border-color 200ms ease-in-out;
transition: border-color 200ms ease-in-out;
}
.lpd-ele-counter .title-counterWrap .counter{
font-size: 36px;
line-height: 1;
-webkit-transition: color 200ms ease-in-out;
-moz-transition: color 200ms ease-in-out;
-ms-transition: color 200ms ease-in-out;
-o-transition: color 200ms ease-in-out;
transition: color 200ms ease-in-out;
}
.lpd-ele-counter .title-counterWrap h4{
margin-bottom: 0;
font-size: 90%;
text-transform: uppercase;
letter-spacing: 0;
-webkit-transition: color 200ms ease-in-out;
-moz-transition: color 200ms ease-in-out;
-ms-transition: color 200ms ease-in-out;
-o-transition: color 200ms ease-in-out;
transition: color 200ms ease-in-out;
} .lpd-ele-posts{
margin-bottom: 30px;
}
.lpd-ele-posts .featured-image{
position: relative;
margin-bottom: 0;
overflow: hidden;
}
.lpd-ele-posts .hover-effect{
position: absolute;
display: none;
top: 50%;
left: 50%;
}
.lpd-ele-posts .lpd-ele-posts-content{
padding: 10px 20px;
border: 1px solid;
border-color: #ebebeb;
}
.lpd-ele-posts.pc-remove-top-border .lpd-ele-posts-content{
border-top: none;
}
.lpd-ele-posts .lpd-ele-posts-meta{
margin-bottom: 10px;
}
.lpd-ele-posts .lpd-ele-posts-meta .material-icons{
font-size: 16px;
vertical-align: middle;
margin-right: 5px;
}
.lpd-ele-posts .lpd-ele-posts-meta a{
text-decoration: underline;
font-size: 90%;
}
.lpd-ele-posts .no-featured-image{
position: relative;
}
.lpd-ele-posts .no-featured-image:before{
display: block;
width: 100%;
content: "";
}
.lpd-ele-posts.lpd-ele-posts-img-ratio-16x9 .no-featured-image:before{
padding-top: 56.25%;
}
.lpd-ele-posts.lpd-ele-posts-img-ratio-3x2 .no-featured-image:before{
padding-top: 66.66%;
}
.lpd-ele-posts.lpd-ele-posts-img-ratio-4x3 .no-featured-image:before{
padding-top: 75%;
}
.lpd-ele-posts.lpd-ele-posts-img-ratio-1x1 .no-featured-image:before{
padding-top: 100%;
}
.lpd-ele-posts.lpd-ele-posts-img-ratio-3x4 .no-featured-image:before{
padding-top: 133.33%;
}
.lpd-ele-posts.lpd-ele-posts-img-ratio-2x3 .no-featured-image:before{
padding-top: 150%;
}
.lpd-ele-posts .no-featured-image{
background-color: #ebebeb;
}
.lpd-ele-posts .no-image-label{
position: absolute;
top: 50%;
left: 50%;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
width: 120px;
height: 120px;
margin-top: -60px;
margin-left: -60px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background-color: #fff;
color: #ebebeb;
text-align: center;
text-transform: uppercase;
white-space: nowrap;
font-weight: 700;
font-size: 18px;
line-height: 100px;
}
.lpd-ele-posts .featured-image:before {
background-color: rgba(255, 255, 255, 0.5);
border-radius: 100%;
display: block;
height: 100%;
left: 0;
opacity: 0;
padding: 48% 0;
position: absolute;
top: -35%;
transform: scale(0);
-webkit-transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 200ms ease-out 0s;
-moz-transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 200ms ease-out 0s;
-ms-transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 200ms ease-out 0s;
-o-transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 2000ms ease-out 0s;
transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 200ms ease-out 0s;
width: 100%;
z-index: 1;
content: '';
}
.lpd-ele-posts:hover .featured-image:before {
opacity: 1;
transform: scale(1.3);
}
.lpd-ele-posts .featured-image .hover-effect{
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
opacity: 0;
z-index: 1;
}
.lpd-ele-posts:hover .featured-image .hover-effect{
opacity: 1;
}
.lpd-ele-posts .featured-image .hover-effect-btn{
position: absolute;
top: 50%;
left: 50%;
display: block;
margin-top: -25px;
margin-right: 0;
margin-bottom: 0;
margin-left: -25px;
width: 50px;
height: 50px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
color: #fff;
text-align: center;
text-decoration: none !important;
font-size: 24px;
-webkit-transition: background 200ms ease-in-out;
-moz-transition: background 200ms ease-in-out;
-ms-transition: background 200ms ease-in-out;
-o-transition: background 200ms ease-in-out;
transition: background 200ms ease-in-out;
}
.lpd-ele-posts .featured-image .hover-effect-btn i{
line-height: 50px;
}
.lpd-ele-posts .featured-image .hover-effect{
-webkit-transition: opacity 400ms ease-in-out 0s;
-moz-transition: opacity 400ms ease-in-out 0s;
-ms-transition: opacity 400ms ease-in-out 0s;
-o-transition: opacity 400ms ease-in-out 0s;
transition: opacity 400ms ease-in-out 0s;
} .lpd-ele-heading{
margin-left: auto;
margin-right: auto;	
}
.lpd-ele-heading h4{
margin: 0;
text-align: center;
}
.lpd-ele-heading-line .lpd-ele-heading-sep-ele{
position: relative;
display: table-cell;
width: 50%;
height: 1px;
vertical-align: middle;
}
.lpd-ele-heading-line .lpd-ele-heading-sep-line{
position: relative;
top: 1px;
display: block;
width: 100%;
height: 1px;
border-top-width: 1px;
border-top-style: solid;
}
.lpd-ele-heading-line .lpd-ele-heading-icon{
display: table-cell;
padding-top: 0;
padding-right: 5px;
padding-bottom: 0;
padding-left: 5px;
white-space: pre;
}
.lpd-ele-heading-line .lpd-ele-heading-icon .material-icons{
vertical-align: middle;
font-size: 32px;
} .vc_lpd_button {
position: relative;
display: inline-block;
margin-right: 0;
margin-bottom: 0;
border: none;
-webkit-border-radius: 24px;
-moz-border-radius: 24px;
border-radius: 24px;
background-image: none;
vertical-align: middle;
text-align: center;
text-decoration: none !important;
text-transform: uppercase;
white-space: nowrap;
font-weight: normal;
font-weight: 700;
font-size: 14px;
line-height: 20px;
cursor: pointer;
-ms-touch-action: manipulation;
touch-action: manipulation;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-transform: uppercase;
}
.vc_lpd_button span{
padding-top: 14px;
padding-right: 30px;
padding-bottom: 14px;
padding-left: 30px;
display: block;
}
.vc_lpd_button-md {
-webkit-border-radius: 18px;
-moz-border-radius: 18px;
border-radius: 18px;
}
.vc_lpd_button-md span{
padding-top: 8px;
padding-right: 25px;
padding-bottom: 8px;
padding-left: 25px;
}
.vc_lpd_button-sm {
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
font-size: 12px;
}
.vc_lpd_button-sm span{
padding-top: 5px;
padding-right: 20px;
padding-bottom: 5px;
padding-left: 20px;
}
.vc_lpd_button-block {
width: 100%;
}
.vc_lpd_button-flex{
display: inline-flex;
}
.vc_lpd_button:hover{
text-decoration: none;
}
.vc_lpd_button.vc_lpd_button-animated{
overflow: hidden;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.vc_lpd_button.vc_lpd_button-animated:before{
position: absolute;
top: 0;
left: 0;
display: block;
padding: 0;
width: 100%;
height: 100%;
vertical-align: middle;
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
content: '';
}
.vc_lpd_button.vc_lpd_button-animated:before{
-webkit-border-radius: 24px;
-moz-border-radius: 24px;
border-radius: 24px;
}
.vc_lpd_button-md.vc_lpd_button-animated:before{
-webkit-border-radius: 18px;
-moz-border-radius: 18px;
border-radius: 18px;
}
.vc_lpd_button-sm.vc_lpd_button-animated:before{
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
.vc_lpd_button.vc_lpd_button-animated:hover:before{
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.vc_lpd_button.vc_lpd_button-animated span{
position: relative;
}
.vc_lpd_button.vc_lpd_button-border span:before{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: '';
border-style: solid;
-webkit-border-radius: 24px;
-moz-border-radius: 24px;
border-radius: 24px;
}
.vc_lpd_button-md.vc_lpd_button-border span:before{
-webkit-border-radius: 18px;
-moz-border-radius: 18px;
border-radius: 18px;
}
.vc_lpd_button-sm.vc_lpd_button-border span:before{
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
font-size: 12px;
}
.vc_lpd_button.vc_lpd_button-border span:before{
-webkit-transition: border 200ms ease-in-out;
-moz-transition: border 200ms ease-in-out;
-ms-transition: border 200ms ease-in-out;
-o-transition: border 200ms ease-in-out;
transition: border 200ms ease-in-out;
}
.vc_lpd_button{
-webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out;
-moz-transition: background 200ms ease-in-out, color 200ms ease-in-out;
-ms-transition: background 200ms ease-in-out, color 200ms ease-in-out;
-o-transition: background 200ms ease-in-out, color 200ms ease-in-out;
transition: background 200ms ease-in-out, color 200ms ease-in-out;
}
.vc_lpd_button.vc_lpd_button-animated:before{
-webkit-transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;
-moz-transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;
-ms-transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;
-o-transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;
transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;
}
.vc_lpd_button.vc_lpd_button-animated:hover:before{
-webkit-transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;
-moz-transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;
-ms-transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;
-o-transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;
transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;
}
.vc_lpd_button .material-icons{
vertical-align: middle;
line-height: 20px;
font-size: 20px;
} .vc_lpd_info_box .vc_lpd_info_box_icon-heading-left{
display: table-cell;
vertical-align: middle;
}
.vc_lpd_info_box .vc_lpd_info_box_header-heading-left{
display: table-cell;
vertical-align: middle;
}
.vc_lpd_info_box .vc_lpd_info_box_icon-heading-right{
display: table-cell;
vertical-align: middle;
}
.vc_lpd_info_box .vc_lpd_info_box_header-heading-right{
display: table-cell;
vertical-align: middle;
width: 100%;
text-align: right;
}
.vc_lpd_info_box .vc_lpd_info_box_icon-left{
display: table-cell;
vertical-align: top;
}
.vc_lpd_info_box .vc_lpd_info_box_icon-right{
display: table-cell;
vertical-align: top;
}
.vc_lpd_info_box .vc_lpd_info_box_block{
display: table-cell;
vertical-align: middle;
}
.vc_lpd_info_box h3{
margin: 0;
}
.vc_lpd_info_box .social-icon,
.vc_lpd_info_box .material-icons{
vertical-align: middle;
}
.vc_lpd_info_box .social-icon{
-moz-osx-font-smoothing: grayscale;
direction: ltr;
display: inline-block;
font-size: 24px;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 1;
text-transform: none;
white-space: nowrap;
word-wrap: normal;
}
.vc_lpd_info_box_icon-heading-left .vc_lpd_info_box_iconWrap{
margin-right: 15px;
}
.vc_lpd_info_box_icon-heading-right .vc_lpd_info_box_iconWrap{
margin-left: 15px;
}
.vc_lpd_info_box_icon-left .vc_lpd_info_box_iconWrap{
margin-right: 15px;
}
.vc_lpd_info_box_icon-right .vc_lpd_info_box_iconWrap{
margin-left: 15px;
}
.vc_lpd_info_box .vc_lpd_info_box_iconWrap{
text-align: center;
display: inline-block;
}
.vc_lpd_info_box-circle .vc_lpd_info_box_iconWrap{
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.vc_lpd_info_box-circle.vc_lpd_info_box .social-icon,
.vc_lpd_info_box-circle.vc_lpd_info_box .material-icons{
vertical-align: inherit;
}
.vc_lpd_info_box-square.vc_lpd_info_box .social-icon,
.vc_lpd_info_box-square.vc_lpd_info_box .material-icons{
vertical-align: inherit;
}
.vc_lpd_info_box .vc_lpd_info_box_seperator{
display: inline-block;
}
.vc_lpd_info_box.vc_lpd_info_box-animated .vc_lpd_info_box_iconWrap{
overflow: hidden;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.vc_lpd_info_box.vc_lpd_info_box-animated .vc_lpd_info_box_iconWrap:before{
position: absolute;
top: 0;
left: 0;
display: block;
padding: 0;
width: 100%;
height: 100%;
vertical-align: middle;
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
content: '';
}
.vc_lpd_info_box.vc_lpd_info_box-animated:hover .vc_lpd_info_box_iconWrap:before{
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.vc_lpd_info_box-circle .vc_lpd_info_box_iconWrap:before{
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.vc_lpd_info_box.vc_lpd_info_box-animated .vc_lpd_info_box_iconWrap span{
position: relative;
}
.vc_lpd_info_box .vc_lpd_info_box_seperator{
-webkit-transition: background 200ms ease-in-out;
-moz-transition: background 200ms ease-in-out;
-ms-transition: background 200ms ease-in-out;
-o-transition: background 200ms ease-in-out;
transition: background 200ms ease-in-out;
}
.vc_lpd_info_box .social-icon,
.vc_lpd_info_box .material-icons{
-webkit-transition: color 200ms ease-in-out;
-moz-transition: color 200ms ease-in-out;
-ms-transition: color 200ms ease-in-out;
-o-transition: color 200ms ease-in-out;
transition: color 200ms ease-in-out;
}
.vc_lpd_info_box .vc_lpd_info_box_iconWrap{
-webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out;
-moz-transition: background 200ms ease-in-out, color 200ms ease-in-out;
-ms-transition: background 200ms ease-in-out, color 200ms ease-in-out;
-o-transition: background 200ms ease-in-out, color 200ms ease-in-out;
transition: background 200ms ease-in-out, color 200ms ease-in-out;
}
.vc_lpd_info_box .vc_lpd_info_box_iconWrap:before{
-webkit-transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;
-moz-transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;
-ms-transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;
-o-transition: transform 200ms ease-out 0s, opacity 2000ms ease-out 0s;
transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;
}
.vc_lpd_info_box:hover .vc_lpd_info_box_iconWrap:before{
-webkit-transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;
-moz-transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;
-ms-transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;
-o-transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;
transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;	
}
.vc_lpd_info_box-none [class^="social-icon-"]:before,
.vc_lpd_info_box-none [class*=" social-icon-"]:before {
line-height: 1 !important;
} .vc_lpd_testimonial{
position: relative;
margin-top: 65px;
padding-top: 120px;
padding-right: 0;
padding-bottom: 20px;
padding-left: 0;
text-align: center;
}
.vc_lpd_testimonial .image{
position: absolute;
top: -65px;
left: 50%;
display: block;
margin-left: -65px;
width: 130px;
height: 130px;
}
.vc_lpd_testimonial .image img{
display: block;
max-width: 100%;
width: 100%;
height: auto;
border: 3px solid;
border-color: #fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.vc_lpd_testimonial .iconWrap{
position: absolute;
right: -20px;
bottom: 0;
display: block;
width: 48px;
height: 48px;
border: 3px solid;
border-color: #fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
text-align: center;
box-sizing: content-box;
}
.vc_lpd_testimonial .iconWrap{
overflow: hidden;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.vc_lpd_testimonial .iconWrap:before{
position: absolute;
top: 0;
left: 0;
display: block;
padding: 0;
width: 100%;
height: 100%;
vertical-align: middle;
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
content: '';
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.vc_lpd_testimonial:hover .iconWrap:before{
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.vc_lpd_testimonial:hover .iconWrap span{
position: relative;
}
.vc_lpd_testimonial .image .material-icons{
line-height: 48px;
color: #fff;
font-size: 32px;
}
.vc_lpd_testimonial .content{
font-size: 16px;
}
.vc_lpd_testimonial .titleWrap{
display: inline-block;
padding-top: 30px;
line-height: 2;
border-bottom: 1px solid;
}
.vc_lpd_testimonial .title{
display: inline;
font-size: 18px;
}
.vc_lpd_testimonial .description{
display: inline;
margin-left: 5px;
font-size: 12px;
letter-spacing: 0.5px;
}
.vc_lpd_testimonial .iconWrap:before{
-webkit-transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;
-moz-transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;
-ms-transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;
-o-transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;
transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;	
}
.vc_lpd_testimonial:hover .iconWrap:before{
-webkit-transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;
-moz-transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;
-ms-transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;
-o-transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;
transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;	
} .lpd_vc_tabs ul.tabs li{
display: inline-block;
}
.lpd_vc_tabs ul.tabs{
text-align: center;
margin: 0;
padding: 0;
}
.lpd_vc_tabs ul.tabs li{
display: inline-block;
padding-top: 0;
padding-right: 7px;
padding-bottom: 50px;
padding-left: 7px;
}
.lpd_vc_tabs ul.tabs li a{
position: relative;
display: block;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
min-width: 200px;
text-decoration: none !important;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
border-bottom: none;
}
.lpd_vc_tabs ul.tabs li a:after{
position: absolute;
bottom: -20px;
left: 50%;
margin-left: -10px;
width: 0;
height: 0;
border-style: solid;
border-top-width: 0;
border-top-color: transparent;
border-right-width: 20px;
border-bottom-width: 20px;
border-bottom-color: transparent;
border-left-width: 0;
border-left-color: transparent;
content: "";
}
.lpd_vc_tabs ul.tabs li a .material-icons{
position: relative;
display: block;
text-align: center;
font-size: 60px;
margin-bottom: 10px;
}
.lpd_vc_tabs ul.tabs li a .lpd_icons{
position: relative;
display: block;
text-align: center;
font-size: 54px;
max-height: 60px;
margin-bottom: 10px;
}
.lpd_vc_tabs ul.tabs li a .lpd_icons:before{
display: block;
height: 60px;
line-height: 1.1
}
.lpd_vc_tabs ul.tabs li a span{
display: inline-block;
padding-top: 10px;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
}
.lpd_vc_tabs .tabs-title{
display: block;
margin-bottom: 50px;
color: #363636;
text-align: center;
font-weight: 700;
font-size: 30px;
line-height: 1;
} .lpd_vc_simple_tabs ul.tabs li{
display: inline-block;
}
.lpd_vc_simple_tabs ul.tabs{
border: 1px solid;
border-bottom: none;
padding: 0;
margin: 0;
}
.lpd_vc_simple_tabs ul.tabs li{
margin-right: 7px; 
}
.lpd_vc_simple_tabs ul.tabs li a{
display: block;
margin-bottom: -1px;
padding-top: 18px;
padding-right: 18px;
padding-bottom: 18px;
padding-left: 18px;
border-color: transparent;
border-right-width: 1px;
border-right-style: solid;
border-left-width: 1px;
border-left-style: solid;
text-decoration: none !important;
text-transform: uppercase;
font-weight: 700;
line-height: 20px;
}
.lpd_vc_simple_tabs ul.tabs li:first-child a{
border-left: none;
}
.lpd_vc_simple_tabs .panel{
padding-top: 20px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
border: 1px solid;
border-color: #ebebeb;
} .owl-carousel .item {
display: block;
width: 100%;	
}
.loop-element-pagination .loop-element-dots{
padding-top: 25px;
padding-right: 0;
padding-bottom: 25px;
padding-left: 0;
line-height: 15px;
}
.loop-element-pagination .loop-element-dots .owl-dot{
display: inline-block;
width: 15px;
height: 15px;
vertical-align: middle;
border: 3px solid;
cursor: pointer;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.loop-element-pagination-left{
float: left;
}
.loop-element-pagination-left .loop-element-dots .owl-dot{
margin-right: 5px;
}
.loop-element-pagination-right{
float: right;
}
.loop-element-pagination-right .loop-element-dots .owl-dot{
margin-left: 5px;
}
.loop-element-pagination-center{
float: none;
text-align: center;
}
.loop-element-pagination-center .loop-element-dots .owl-dot{
margin-right: 3px;
margin-left: 4px;
}
.loop-element-nav-btn .loop-element-nav &gt; div{
display: inline-block;
width: 36px;
height: 36px;
text-align: center;
font-size: 20px;
cursor: pointer;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.loop-element-nav-btn .loop-element-nav{
padding-top: 16px;
padding-right: 0;
padding-bottom: 16px;
padding-left: 0;
}
.loop-element-nav-btn-left{
float: left;
}
.loop-element-nav-btn-left .loop-element-nav &gt; div{
margin-right: 10px;
}
.loop-element-nav-btn-right{
float: right;
}
.loop-element-nav-btn-right .loop-element-nav &gt; div{
margin-left: 10px;
}
.loop-element-nav-btn-center{
float: none;
text-align: center;
}
.loop-element-nav-btn .loop-element-nav &gt; div{
margin-top: 0;
margin-right: 5px;
margin-bottom: 0;
margin-left: 5px;
}
.loop-element-nav-btn .loop-element-nav &gt; div .material-icons{
vertical-align: middle;
font-size: 32px;
}
.loop-element .loop-element-carouselWrap{
position: relative;
}
.loop-element-carouselWrap .arrow-nav{
position: absolute;
top: 50%;
display: block;
margin-top: -25px;
width: 50px;
height: 50px;
background-color: #959595;
color: #fff;
text-align: center;
text-decoration: none !important;
font-size: 28px;
cursor: pointer;
}
.loop-element-carouselWrap .arrow-nav:hover{
background-color: #363636;
color: #ebebeb;
}
.loop-element-carouselWrap .arrow-prev-nav{
left: -70px;
}
.loop-element-carouselWrap .arrow-next-nav{
right: -70px;
}
.loop-element-pagination .loop-element-dots .owl-dot{
-webkit-transition: border 200ms ease-in-out;
-moz-transition: border 200ms ease-in-out;
-ms-transition: border 200ms ease-in-out;
-o-transition: border 200ms ease-in-out;
transition: border 200ms ease-in-out;
}
.loop-element-nav-btn .loop-element-nav &gt; div{
-webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out;
-moz-transition: background 200ms ease-in-out, color 200ms ease-in-out;
-ms-transition: background 200ms ease-in-out, color 200ms ease-in-out;
-o-transition: background 200ms ease-in-out, color 200ms ease-in-out;
transition: background 200ms ease-in-out, color 200ms ease-in-out;	
}
.loop-element-carouselWrap .arrow-nav{
-webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out;
-moz-transition: background 200ms ease-in-out, color 200ms ease-in-out;
-ms-transition: background 200ms ease-in-out, color 200ms ease-in-out;
-o-transition: background 200ms ease-in-out, color 200ms ease-in-out;
transition: background 200ms ease-in-out, color 200ms ease-in-out;
} .underline_text a{
text-decoration: none !important;
}
.underline_text .underline_text_span{
position: relative;
display: inline-block;
}
.underline_text .underline_text_span:after{
position: absolute;
content: '';
left: 0;
bottom: 3px;
width: 0;
border-bottom-style: solid;
}
.underline_text .underline_text_span.active:after{
width: 100%;
}
.underline_text .underline_text_span:after{
-webkit-transition: width 400ms ease-in-out;
-moz-transition: width 400ms ease-in-out;
-ms-transition: width 400ms ease-in-out;
-o-transition: width 400ms ease-in-out;
transition: width 400ms ease-in-out;
} .lpd_vc_accordion .panel{
margin-bottom: 10px;
}
.lpd_vc_accordion .panel-title{
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
letter-spacing: 0;
}
.lpd_vc_accordion .panel-title &gt; a{
position: relative;
display: block;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
text-decoration: none !important;
line-height: 30px;
border-width: 1px;
border-style: solid;
border-top: none;
border-color: transparent;
-webkit-transition: border 200ms ease-in-out;
-moz-transition: border 200ms ease-in-out;
-ms-transition: border 200ms ease-in-out;
-o-transition: border 200ms ease-in-out;
transition: border 200ms ease-in-out;
}
.lpd_vc_accordion .panel-title &gt; a .material-icons{
vertical-align: middle;
right: 10px;
position: absolute;
font-size: 30px;
}
.lpd_vc_accordion .panel-body{
padding-top: 20px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
}
.lpd_vc_accordion .material-icons:before{
content: "add";
}
.lpd_vc_accordion .collapsed .material-icons:before{
margin-left: 1px;
content: "clear";
}
.lpd_vc_accordion .collapse {
display: none;
}
.lpd_vc_accordion .collapse.in {
display: block;
}
.lpd_vc_accordion .collapsing {
position: relative;
overflow: hidden;
height: 0;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-duration: 0.35s;
-o-transition-duration: 0.35s;
transition-duration: 0.35s;
-webkit-transition-property: height, visibility;
-o-transition-property: height, visibility;
transition-property: height, visibility;
} .vc_google_map .map{
position: relative;
display: block;
height: 500px;
}
.vc_google_map{
position: relative;
}
.vc_google_map .vc_google_map_caption{
position: absolute;
padding-top: 30px;
padding-right: 30px;
padding-bottom: 20px;
padding-left: 30px;
bottom: 30px;
right: 30px;
width: 280px;
background-color: #fff;
-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.05);
-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.05);
box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.05);
} .vc_lpd_price_table{
border: 3px solid;
text-align: center;
}
.vc_lpd_price_table h4{
margin-top: 20px;
margin-right: 10px;
margin-bottom: 20px;
margin-left: 10px;
}
.vc_lpd_price_table .price-table-element-price{
display: inline-block;
margin-bottom: 30px;
padding-top: 35px;
padding-right: 0;
padding-bottom: 35px;
padding-left: 0;
width: 140px;
height: 140px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.vc_lpd_price_table .price-table-element-unit{
display: block;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
font-size: 12px;
line-height: 20px;
}
.vc_lpd_price_table .price-table-element-amount{
display: block;
text-transform: uppercase;
font-weight: 700;
font-size: 48px;
line-height: 50px;
font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.vc_lpd_price_table .price-table-element-list-btn{
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
border-top: 1px dashed;
}
.vc_lpd_price_table .price-table-element-list-btn ul{
margin-top: 0;
margin-right: 0;
margin-bottom: 20px;
margin-left: 0;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
}
.vc_lpd_price_table .price-table-element-list-btn ul li{
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
border-bottom-width: 1px;
border-bottom-style: solid;
list-style: none;
line-height: 20px;
}
.vc_lpd_price_table .price-table-element-list-btn .btn{
margin-right: 0;
} .vc_lpd_blockquote cite:before{
content: "â€” ";
}
.vc_lpd_blockquote{
position: relative;
}
.vc_lpd_blockquote:before{
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 5px;
content: "";	
}
.vc_lpd_blockquote:after{
position: absolute;
top: 0;
left: 30px;
width: 0;
height: 0;
border-style: solid;
border-top-width: 0;
border-top-color: transparent;
border-right-width: 30px;
border-bottom-width: 30px;
border-bottom-color: transparent;
border-left-width: 0;
border-left-color: transparent;
content: "";
}
.vc_lpd_blockquoteWrap{
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 0;
border: 1px solid;
border-color: #ccc;
border-top: none;
}
.vc_lpd_blockquote p{
margin-left: 100px;
font-style: italic;
font-size: 18px;
}
.vc_lpd_blockquote cite{
margin-left: 100px;
font-size: 13px;
} .vc_lpd_boxed_container{
border: 1px solid;
padding-top: 30px;
padding-right: 30px;
padding-bottom: 20px;
padding-left: 30px;
}
.vc_lpd_boxed_container .character_container{
display: table-cell;
vertical-align: top;
}
.vc_lpd_boxed_container .character_container .character_box{
position: relative;
width: 70px;
height: 70px;
text-align: center;
line-height: 70px;
font-size: 60px;
font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
font-weight: 700;
}
.vc_lpd_boxed_container .character_container .character_box:before{
position: absolute;
top: 0;
left: 0;
display: block;
padding: 0;
width: 100%;
height: 100%;
vertical-align: middle;
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
content: '';
}
.vc_lpd_boxed_container .character_container .character_box span{
position: relative;
}
.vc_lpd_boxed_container:hover .character_container .character_box:before{
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.vc_lpd_boxed_container .character_container-left .character_box{
margin-right: 20px;
}
.vc_lpd_boxed_container .character_container-right .character_box{
margin-left: 20px;
}
.vc_lpd_boxed_container .boxed_con_content{
display: table-cell;
vertical-align: middle;
}
.vc_lpd_boxed_container .boxed_con_content h4{
margin-top: 0;
margin-bottom: 15px;
}
.vc_lpd_boxed_container .character_container .character_box:before{
-webkit-transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;
-moz-transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;
-ms-transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;
-o-transition: transform 200ms ease-out 0s, opacity 2000ms ease-out 0s;
transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;
} .vc_lpd_mini_table {
max-width: 100%;
width: 100%;
}
.vc_lpd_mini_table &gt; thead &gt; tr &gt; th,
.vc_lpd_mini_table &gt; tbody &gt; tr &gt; th,
.vc_lpd_mini_table &gt; tfoot &gt; tr &gt; th,
.vc_lpd_mini_table &gt; thead &gt; tr &gt; td,
.vc_lpd_mini_table &gt; tbody &gt; tr &gt; td,
.vc_lpd_mini_table &gt; tfoot &gt; tr &gt; td {
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
vertical-align: top;
line-height: 20px;
}
.vc_lpd_mini_table &gt; caption + thead &gt; tr:first-child &gt; th,
.vc_lpd_mini_table &gt; colgroup + thead &gt; tr:first-child &gt; th,
.vc_lpd_mini_table &gt; thead:first-child &gt; tr:first-child &gt; th,
.vc_lpd_mini_table &gt; caption + thead &gt; tr:first-child &gt; td,
.vc_lpd_mini_table &gt; colgroup + thead &gt; tr:first-child &gt; td,
.vc_lpd_mini_table &gt; thead:first-child &gt; tr:first-child &gt; td {
border-top: 0;
}
.vc_lpd_mini_table &gt; thead &gt; tr &gt; th,
.vc_lpd_mini_table &gt; tbody &gt; tr &gt; th,
.vc_lpd_mini_table &gt; tfoot &gt; tr &gt; th,
.vc_lpd_mini_table &gt; thead &gt; tr &gt; td,
.vc_lpd_mini_table &gt; tbody &gt; tr &gt; td,
.vc_lpd_mini_table &gt; tfoot &gt; tr &gt; td {
border-left-width: 1px;
border-left-style: solid;
}
.vc_lpd_mini_table &gt; thead &gt; tr &gt; th:first-child,
.vc_lpd_mini_table &gt; tbody &gt; tr &gt; th:first-child,
.vc_lpd_mini_table &gt; tfoot &gt; tr &gt; th:first-child,
.vc_lpd_mini_table &gt; thead &gt; tr &gt; td:first-child,
.vc_lpd_mini_table &gt; tbody &gt; tr &gt; td:first-child,
.vc_lpd_mini_table &gt; tfoot &gt; tr &gt; td:first-child{
border-left: none;
}
.vc_lpd_mini_table.mini-table tr{
display: block;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
}
.vc_lpd_mini_table.mini-table th,
.vc_lpd_mini_table.mini-table td{
display: block;
padding-top: 0 !important;
padding-right: 0 !important;
padding-bottom: 0 !important;
padding-left: 0 !important;
border: none !important;
}
.vc_lpd_mini_table span.selected{
background-color: gray;
padding: 0 10px;
font-size: 90%;
font-weight: 700;
letter-spacing: 1px;
}  .abc_icon_header .abc_icon_header-icon{
vertical-align: middle;
display: table-cell;
}
.abc_icon_header .abc_icon_header-header{
vertical-align: middle;
display: table-cell;
}
.abc_icon_header .abc_icon_header-header h4{
margin: 0;
}
.abc_icon_header .abc_icon_header-iconWrap{
text-align: center;
display: inline-block;
line-height: 40px;
height: 40px;
width: 40px;
background-color: red;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
margin-right: 15px;
}
.abc_icon_header .abc_icon_header-iconWrap{
overflow: hidden;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.abc_icon_header .abc_icon_header-iconWrap:before{
position: absolute;
top: 0;
left: 0;
display: block;
padding: 0;
width: 100%;
height: 100%;
vertical-align: middle;
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
content: '';
}
.abc_icon_header:hover .abc_icon_header-iconWrap:before{
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.abc_icon_header .abc_icon_header-iconWrap:before{
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.abc_icon_header .abc_icon_header-iconWrap:before{
background-color: blue;
}
.abc_icon_header .abc_icon_header-iconWrap span{
position: relative;
}
.abc_icon_header .abc_icon_header-iconWrap .social-icon,
.abc_icon_header .abc_icon_header-iconWrap .material-icons{
font-size: 24px;
line-height: 40px;
}
.abc_icon_header .abc_icon_header-iconWrap:before{
-webkit-transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;
-moz-transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;
-ms-transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;
-o-transition: transform 200ms ease-out 0s, opacity 2000ms ease-out 0s;
transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;
} .lpd_vc_tour ul.tabs{
float: left;
width: 30%;
padding: 0;
margin: 0;
border-top: 1px solid;
border-left: 1px solid;
border-bottom: 1px solid;
border-color: #ebebeb;
background-color: #fafafa;
}
@media (max-width: 991px) {
.lpd_vc_tour ul.tabs{
border-right: 1px solid;
border-color: #ebebeb;	
}
}
.lpd_vc_tour ul.tabs li{
display: block;
}
@media (max-width: 991px) {
.lpd_vc_tour ul.tabs{
width: 100% !important;
float: none;
margin-bottom: -1px;
}
.lpd_vc_tour ul.tabs li{
}
}
.lpd_vc_tour ul.tabs li a{
position: relative;
z-index: 1;
display: block;
margin-top: -1px;
margin-right: -1px;
margin-bottom: -1px;
padding-top: 18px;
padding-right: 18px;
padding-bottom: 18px;
padding-left: 18px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: transparent;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: transparent;
color: #363636;
text-decoration: none !important;
font-weight: 700;
line-height: 20px;
}
@media (max-width: 991px) {
.lpd_vc_tour ul.tabs li a{
margin-right: 0;
}
}
.lpd_vc_tour ul.tabs li.active a{
border-top-color: #ebebeb;
border-bottom-color: #ebebeb;
background-color: #fff;
}
.lpd_vc_tour .panel{
position: relative;
float: left;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
width: 70%;
border-color: #ebebeb !important;
border-width: 1px;
border-style: solid;
background-color: #fff;
}
@media (max-width: 991px) {
.lpd_vc_tour .panel{
width: 100% !important;
float: none;
}
}
.lpd_vc_tour ul.tabs li .section-icon{
display: inline-block;
float: left;
width: 50px;
height: 50px;
margin-right: 20px;
}
.lpd_vc_tour ul.tabs li .section-icon{
overflow: hidden;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.lpd_vc_tour ul.tabs li .section-icon:before{
position: absolute;
top: 0;
left: 0;
display: block;
padding: 0;
width: 100%;
height: 100%;
vertical-align: middle;
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
content: '';
-webkit-transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;
-moz-transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;
-ms-transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;
-o-transition: transform 200ms ease-out 0s, opacity 2000ms ease-out 0s;
transition: transform 200ms ease-out 0s, opacity 200ms ease-out 0s;
}
.lpd_vc_tour ul.tabs li:hover .section-icon:before{
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.lpd_vc_tour ul.tabs li .section-icon .material-icons{
font-size: 40px;
padding: 5px;
position: relative;
}
.lpd_vc_tour ul.tabs li .section-icon .lpd_icons{
font-size: 36px;
padding: 7px;
position: relative;
}
.lpd_vc_tour ul.tabs li .section-icon .lpd_icons:before{
line-height: 1.4;
height: 40px;
}
.lpd_vc_tour ul.tabs li .section-title{
display: inline-block;
float: left;
margin-top: 5px;
margin-bottom: 5px;
}
.lpd_vc_tour ul.tabs li .section-title span{
display: block;
line-height: 20px;
}
.lpd_vc_tour ul.tabs li .section-title span.sub-title{
text-decoration: underline;
} .lpd-ele-portfolio-container .lpd-ele-portfolio-item{
overflow: hidden;
display: block;
margin-bottom: 30px;
}
.lpd-ele-portfolio-container .lpd-ele-portfolio-item-wrap{
position: relative;
}
.lpd-ele-portfolio-container .lpd-ele-portfolio-item-wrap:before {
background-color: rgba(37, 37, 37, 0.5);
display: block;
height: 100%;
left: 0;
opacity: 1;
position: absolute;
top: 0;
-webkit-transition: opacity 200ms ease-in-out 0s;
-moz-transition: opacity 200ms ease-in-out 0s;
-ms-transition: opacity 200ms ease-in-out 0s;
-o-transition: opacity 200ms ease-in-out 0s;
transition: opacity 200ms ease-in-out 0s;
width: 100%;
z-index: 1;
content: '';
}
.lpd-ele-portfolio-container .lpd-ele-portfolio-item:hover .lpd-ele-portfolio-item-wrap:before {
opacity: 0;
}
.lpd-ele-portfolio-container .lpd-ele-portfolio-item-wrap h4{
position: absolute;
top: 0;
left: 0;
padding: 25px;
margin: 0;
opacity: 1;
-webkit-transition: opacity 200ms ease-in-out 0s;
-moz-transition: opacity 200ms ease-in-out 0s;
-ms-transition: opacity 200ms ease-in-out 0s;
-o-transition: opacity 200ms ease-in-out 0s;
transition: opacity 200ms ease-in-out 0s;
z-index: 2;
}
.lpd-ele-portfolio-container .lpd-ele-portfolio-item-wrap .lpd-ele-portfolio-item-meta{
position: absolute;
bottom: 0;
left: 0;
padding: 25px;
opacity: 1;
-webkit-transition: opacity 200ms ease-in-out 0s;
-moz-transition: opacity 200ms ease-in-out 0s;
-ms-transition: opacity 200ms ease-in-out 0s;
-o-transition: opacity 200ms ease-in-out 0s;
transition: opacity 200ms ease-in-out 0s;
z-index: 2;
text-decoration: underline;
}
.lpd-ele-portfolio-container .lpd-ele-portfolio-item:hover h4,
.lpd-ele-portfolio-container .lpd-ele-portfolio-item:hover .lpd-ele-portfolio-item-meta{
opacity: 0;
}html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
mark {}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {}
sub {}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {}
hr {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: sans-serif;
font-size: 14px;
line-height: 1.5;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
text-decoration: none;
}
a:hover,
a:focus {
text-decoration: underline;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive {
display: block;
max-width: 100%;
height: auto;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
[role="button"] {
cursor: pointer;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.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-left: 15px;
padding-right: 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, .col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
.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, .col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.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, .col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-0 {
left: auto;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.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, .col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1480px) {
.col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12 {
float: left;
}
.col-xlg-12 {
width: 100%;
}
.col-xlg-11 {
width: 91.66666667%;
}
.col-xlg-10 {
width: 83.33333333%;
}
.col-xlg-9 {
width: 75%;
}
.col-xlg-8 {
width: 66.66666667%;
}
.col-xlg-7 {
width: 58.33333333%;
}
.col-xlg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-xlg-4 {
width: 33.33333333%;
}
.col-xlg-3 {
width: 25%;
}
.col-xlg-2 {
width: 16.66666667%;
}
.col-xlg-1 {
width: 8.33333333%;
}
.col-xlg-pull-12 {
right: 100%;
}
.col-xlg-pull-11 {
right: 91.66666667%;
}
.col-xlg-pull-10 {
right: 83.33333333%;
}
.col-xlg-pull-9 {
right: 75%;
}
.col-xlg-pull-8 {
right: 66.66666667%;
}
.col-xlg-pull-7 {
right: 58.33333333%;
}
.col-xlg-pull-6 {
right: 50%;
}
.col-xlg-pull-5 {
right: 41.66666667%;
}
.col-xlg-pull-4 {
right: 33.33333333%;
}
.col-xlg-pull-3 {
right: 25%;
}
.col-xlg-pull-2 {
right: 16.66666667%;
}
.col-xlg-pull-1 {
right: 8.33333333%;
}
.col-xlg-pull-0 {
right: auto;
}
.col-xlg-push-12 {
left: 100%;
}
.col-xlg-push-11 {
left: 91.66666667%;
}
.col-xlg-push-10 {
left: 83.33333333%;
}
.col-xlg-push-9 {
left: 75%;
}
.col-xlg-push-8 {
left: 66.66666667%;
}
.col-xlg-push-7 {
left: 58.33333333%;
}
.col-xlg-push-6 {
left: 50%;
}
.col-xlg-push-5 {
left: 41.66666667%;
}
.col-xlg-push-4 {
left: 33.33333333%;
}
.col-xlg-push-3 {
left: 25%;
}
.col-xlg-push-2 {
left: 16.66666667%;
}
.col-xlg-push-1 {
left: 8.33333333%;
}
.col-xlg-push-0 {
left: auto;
}
.col-xlg-offset-12 {
margin-left: 100%;
}
.col-xlg-offset-11 {
margin-left: 91.66666667%;
}
.col-xlg-offset-10 {
margin-left: 83.33333333%;
}
.col-xlg-offset-9 {
margin-left: 75%;
}
.col-xlg-offset-8 {
margin-left: 66.66666667%;
}
.col-xlg-offset-7 {
margin-left: 58.33333333%;
}
.col-xlg-offset-6 {
margin-left: 50%;
}
.col-xlg-offset-5 {
margin-left: 41.66666667%;
}
.col-xlg-offset-4 {
margin-left: 33.33333333%;
}
.col-xlg-offset-3 {
margin-left: 25%;
}
.col-xlg-offset-2 {
margin-left: 16.66666667%;
}
.col-xlg-offset-1 {
margin-left: 8.33333333%;
}
.col-xlg-offset-0 {
margin-left: 0%;
}
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
content: " ";
display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: 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;
}
@-ms-viewport {
width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table !important;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table !important;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table !important;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table !important;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table !important;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
}.wpb_single_image .vc_single_image-img{
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
.in_opacity_hover_90:hover .vc_single_image-img{
opacity: 0.9;
}
.in_opacity_hover_80:hover .vc_single_image-img{
opacity: 0.8;
}
.in_opacity_hover_70:hover .vc_single_image-img{
opacity: 0.7;
}
.in_opacity_hover_60:hover .vc_single_image-img{
opacity: 0.6;
}
.in_opacity_hover_50:hover .vc_single_image-img{
opacity: 0.5;
}
.in_opacity_hover_40:hover .vc_single_image-img{
opacity: 0.4;
}
.in_opacity_hover_30:hover .vc_single_image-img{
opacity: 0.3;
}
.in_opacity_hover_20:hover .vc_single_image-img{
opacity: 0.2;
}
.in_opacity_hover_10:hover .vc_single_image-img{
opacity: 0.1;
}
.out_opacity_hover_10 .vc_single_image-img{
opacity: 0.1;
}
.out_opacity_hover_20 .vc_single_image-img{
opacity: 0.2;
}
.out_opacity_hover_30 .vc_single_image-img{
opacity: 0.3;
}
.out_opacity_hover_40 .vc_single_image-img{
opacity: 0.4;
}
.out_opacity_hover_50 .vc_single_image-img{
opacity: 0.5;
}
.out_opacity_hover_60 .vc_single_image-img{
opacity: 0.6;
}
.out_opacity_hover_70 .vc_single_image-img{
opacity: 0.7;
}
.out_opacity_hover_80 .vc_single_image-img{
opacity: 0.8;
}
.out_opacity_hover_90 .vc_single_image-img{
opacity: 0.9;
}
.out_opacity_hover_90:hover .vc_single_image-img,
.out_opacity_hover_80:hover .vc_single_image-img,
.out_opacity_hover_70:hover .vc_single_image-img,
.out_opacity_hover_60:hover .vc_single_image-img,
.out_opacity_hover_50:hover .vc_single_image-img,
.out_opacity_hover_40:hover .vc_single_image-img,
.out_opacity_hover_30:hover .vc_single_image-img,
.out_opacity_hover_20:hover .vc_single_image-img,
.out_opacity_hover_10:hover .vc_single_image-img{
opacity: 1;
}
.in_grayscale_hover:hover .vc_single_image-img{
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.out_grayscale_hover .vc_single_image-img{
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.out_grayscale_hover:hover .vc_single_image-img{
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}
.vc_block_aligncenter{
display: table !important;
margin-left: auto;
margin-right: auto;
}
.vc_block_alignleft{
display: table !important;
margin-right: auto;
}
.vc_block_alignright{
display: table !important;
margin-left: auto;
}
.vc_row.vc-bg-top-center{
background-position: top center !important;
}
.vc_row.vc-bg-middle-center{
background-position: center center !important;
}
.vc_row.vc-bg-bottom-center{
background-position: bottom center !important;
}
.row-highlight-left:after,
.row-highlight-right:after {
content: "";
display: block !important;
height: 100%;
position: absolute;
top: 0;
width: 50%;
z-index: -1;
}
.row-highlight-left,
.row-highlight-right {
position: relative;
z-index: 0;
}
@media (max-width: 768px) {
.row-highlight-left:after,
.row-highlight-right:after {
display: none !important;
}
}
@media (max-width: 992px) {
.row-highlight-left-992:after,
.row-highlight-right-992:after {
display: none !important;
}
}
.row-highlight-right:after {
right: 0;
}
.row-highlight-left:after {
left: 0;
}
@media (max-width: 1199px){
.vc_row.vc_row_disable_margin_left_reposive_lg{
margin-left: -15px !important;
}
}
@media (max-width: 991px){
.vc_row.vc_row_disable_margin_left_reposive_md{
margin-left: -15px !important;
}
}
@media (max-width: 1199px){
.vc_row.vc_row_disable_margin_right_reposive_lg{
margin-right: -15px !important;
}
}
@media (max-width: 991px){
.vc_row.vc_row_disable_margin_right_reposive_md{
margin-right: -15px !important;
}
}
@media (max-width: 1199px){
.vc_column_disable_padding_left_reposive_lg .vc_column-inner{
padding-left: 15px !important;
}
.vc_column_disable_padding_right_reposive_lg .vc_column-inner{
padding-right: 15px !important;
}
}
@media (max-width: 991px){
.vc_column_disable_padding_left_reposive_md .vc_column-inner{
padding-left: 15px !important;
}
.vc_column_disable_padding_right_reposive_md .vc_column-inner{
padding-right: 15px !important;
}
}
@media (max-width: 767px){
.vc_column_disable_padding_left_reposive_sm .vc_column-inner{
padding-left: 15px !important;
}
.vc_column_disable_padding_right_reposive_sm .vc_column-inner{
padding-right: 15px !important;
}
}</pre></body></html>