Showing source for: https://www.fortworthlawdogs.com/
Duration: 0.563777s
Server: LiteSpeed
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>
Fort Worth Law Dogs LEMC
</title>
<!-- META -->
<meta charset="utf-8">
<meta content="width=device-width, maximum-scale=1" name="viewport">
<script src="https://www.youtube.com/iframe_api">
</script>
<!-- CSS -->
<style class="common-css">
body {
padding : 0px;
margin : 0px;
min-height : 100%;
}
.clickable {
cursor : pointer;
}
.shown {
opacity : 1;
}
.bottom-layer {
z-index : 0;
}
.layer1 {
z-index : 1;
}
.layer2 {
z-index : 12;
}
.layer3 {
z-index : 123;
}
.layer4 {
z-index : 1234;
}
.layer5 {
z-index : 12345;
}
.top-layer {
z-index : 123456789;
}
.space-layer {
z-index : 1234567899;
}
.fully-animated * {
-webkit-transition : all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
-moz-transition : all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition : all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
transition : all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.animated-color {
-webkit-transition : color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
-moz-transition : color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition : color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
transition : color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
-webkit-transition : background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
-moz-transition : background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition : background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
transition : background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.zero-opacity {
opacity : 0;
}
.slow-animated-opacity {
-webkit-transition : opacity 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
-moz-transition : opacity 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition : opacity 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
transition : opacity 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.bg-div {
position : fixed;
top : 0px;
left : 0px;
height : 100%;
width : 100%;
background-image : url("/images/backgrounds/1.jpg");
background-repeat : no-repeat;
background-size : cover;
background-position : center;
opacity : 0;
}
.bg-div.shown {
opacity : 0.4;
}
/* MAGIC CIRCLE */
.item-settings-menu {
width : 25px;
height : 25px;
cursor : pointer;
margin : 2px;
display : inline-block;
}
img.item-settings-menu:hover {
/*background-color : grey;*/
}
.magic-circle-controls {
position : absolute;
opacity : 0;
background-color : black;
}
.magic-circle-controls.shown {
opacity : 1;
}
/* BREAD CRUMBS */
#bread-crumbs {
font-family : HelveNueThinNormal;
color : white;
font-size : 30px;
left : 40px;
top : 40px;
display : inline-block;
position : fixed;
}
#bread-crumbs img:not(.label-logo) {
vertical-align : middle;
width : 60px;
height : 60px;
margin-top : -16px;
}
#bread-crumbs img.label-logo {
vertical-align : top;
margin-right : 5px;
}
#bread-crumbs span {
color : #666;
font-size : 30px;
display : inline-block;
}
#bread-crumbs span.im-text , .module-back span.im-text {
/*color : transparent;
background-repeat: no-repeat;
background-image: url('/images/ui_icons/xprslogo.png');
background-size: contain;
height: 25px;
background-position: center;*/
}
#bread-crumbs .bread-crumbs-path, #bread-crumbs .back-btn {
display : inline-block;
}
#bread-crumbs span.beta-icon {
font-size : 10px;
color : white;
}
#bread-crumbs a {
text-decoration : none;
color : white;
font-size : 12px;
}
#blocking-div {
position : absolute;
top : 0;
left : 0;
width : 100%;
height : 100%;
background-color : black;
background-image : url("/images/x_loader.gif");
background-repeat : no-repeat;
background-position : center;
background-size : 50px 50px;
}
.terms-link , .call-me {
text-decoration : none;
color : #999;
font-family : Arial;
padding-left : 10px;
font-size : 14px;
}
.tooltip-circle {
background-image : url("/images/ui_icons/tooltip_circle.png");
background-repeat : no-repeat;
width : 100px;
height : 100px;
position : absolute;
z-index : 9999999999;
cursor : pointer;
/*pointer-events:none;*/
}
.tooltip-wrapper.top-left {
background-image : url("/images/ui_icons/tooltip_top_left.png");
}
.tooltip-wrapper.bottom-left {
background-image : url("/images/ui_icons/tooltip_bottom_left.png");
}
.tooltip-wrapper.top-right {
background-image : url("/images/ui_icons/tooltip_top_right.png");
}
.tooltip-wrapper.bottom-right {
background-image : url("/images/ui_icons/tooltip_bottom_right.png");
}
.tooltip-wrapper {
background-repeat : no-repeat;
width : 300px;
height : 250px;
position : absolute;
z-index : 99999999;
}
.tooltip-holder {
font-family : Arial;
margin : 30px;
text-align : left;
}
.tooltip-category {
font-size : 16px;
color : red;
font-weight : bold;
padding-top : 10px;
}
.tooltip-title {
font-size : 22px;
color : #333;
}
.tooltip-content {
font-size : 12px;
color : #999;
padding-top : 5px;
}
.tooltip-btn {
border : solid 1px #999;
color : #999;
font-size : 12px;
display : inline-block;
/*padding: 3px;*/
margin-top : 20px;
cursor : pointer;
position : absolute;
padding : 5px 10px;
}
.tooltip-btn.tooltip-next {
bottom : 44px;
right : 34px;
color : white;
background-color : #33CC66;
border : solid 1px #33CC66;
}
.tooltip-btn.tooltip-hide {
bottom : 44px;
left : 31px;
}
.regular-mode .pro-feature {
display : none!important;
}
iframe.stripe_checkout_app {
z-index : 12345678911!important;
}
.sr-modal-backdrop {
z-index : 1234567891!important;
}
.sr-confirm-amount {
border : none!important;
}
.fa.fa-shopping-cart {
border : none!important;
}
.sr-basket-widget-inner {
border : none!important;
}
.t-t {
/*color : red!important;*/
}
#translation-box {
float : left;
text-align : left;
color : white;
line-height : normal;
margin-right : 11px;
margin-top : 10px;
font-size : 12px;
z-index : 1234;
background-color : #666;
position : relative;
font-family : Arial;
width : 44px;
display : inline-block;
padding-top : 5px;
padding-bottom : 5px;
padding-left : 10px;
}
#translation-box img.caret {
width : 12px;
height : 12px;
margin-top : 2px;
margin-left : 4px;
}
#translation-box ul#lang-dropdown {
line-height : normal;
font-size : 12px;
padding : 4px;
display : none;
list-style-type : none;
margin : 0px;
margin-right : 11px;
padding : 0px;
position : absolute;
background-color : #666;
left : 0px;
text-align : left;
max-height : 170px;
overflow-y : scroll;
}
#translation-box ul#lang-dropdown::-webkit-scrollbar-track {
/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
background-color: #000000;
}
#translation-box ul#lang-dropdown::-webkit-scrollbar {
width : 6px;
background-color : #000000;
}
#translation-box ul#lang-dropdown::-webkit-scrollbar-thumb {
background-color : #999;
}
ul#lang-dropdown li:hover {
background-color : #999;
}
ul#lang-dropdown li {
width : 40px;
padding : 2px;
padding-left : 12px;
padding-top : 5px;
padding-bottom : 5px;
font-size : 10px;
}
@media screen and (max-height: 600px) {
#user-gravatar {
display : none;
}
}
</style>
<style>
@font-face {
font-family
:
"HelveNueThinNormal"
;
src
:
url("https://storage.googleapis.com/xprs_resources/fonts/helveticaneuethn-webfont.eot")
;
src
:
url("https://storage.googleapis.com/xprs_resources/fonts/helveticaneuethn-webfont.eot?iefix")
format("eot")
,
url("https://storage.googleapis.com/xprs_resources/fonts/helveticaneuethn-webfont.woff")
format("woff")
,
url("https://storage.googleapis.com/xprs_resources/fonts/helveticaneuethn-webfont.ttf")
format("truetype")
,
url("https://storage.googleapis.com/xprs_resources/fonts/helveticaneuethn-webfont.svg#webfontJR0GaG5Z")
format("svg")
;
font-weight
:
normal
;
font-style
:
normal
;
}
</style>
<link href="https://sep.yimg.com/yf/common/favicon-32x32.png" rel="icon" type="image/png">
<link href="https://sep.yimg.com/yf/common/favicon-32x32.png" rel="apple-touch-icon">
<link href="css/fonts.css?v=1.5.7c" rel="stylesheet" type="text/css">
<style class="inline-stripe-data">
/******************************************************************************************************
* STRIPE DATA STYLE
*
******************************************************************************************************/
#vbid-507cc08f-mbkobz4i.master.item-box {
min-height : 603px;
}
#vbid-507cc08f-hhptuto1 {
background-position : 41.9580421447754% 0%;
}
#vbid-507cc08f-2gzwlwlv {
background-position : 47.9101371765137% 31.5561962127686%;
}
#vbid-507cc08f-6sdicwhn {
background-size : contain;
}
#vbid-507cc08f-08v3vv2h.master.item-box {
padding-top : 0px;
padding-bottom : 0px;
min-height : 688px;
}
#vbid-507cc08f-dv3b74pz {
background-position : 56.0606079101563% 100%;
}
#vbid-507cc08f-yjl70gsh.master.item-box {
padding-top : 0px;
padding-bottom : 0px;
min-height : 82px;
}
#vbid-507cc08f-0nqrvn48 {
background-position : 48.6415901184082% 26.6233768463135%;
}
#vbid-507cc08f-0vpkcwyq {
background-position : 51.3452911376953% 16.8316841125488%;
}
#vbid-507cc08f-sxpg8nwr.master.item-box {
padding-top : 0px;
padding-bottom : 0px;
min-height : 1343px;
}
#vbid-507cc08f-kpv5t79s {
background-position : 36.0986557006836% 48.3706703186035%;
}
#vbid-69c7a14b-5tlbjrgs.master.item-box {
padding-top : 0px;
padding-bottom : 0px;
min-height : 641px;
}
#vbid-507cc08f-1x5jf4xm.master.item-box {
padding-top : 10px;
padding-bottom : 10px;
min-height : 114px;
}
#vbid-507cc08f-1x5jf4xm.item-box > .item-wrapper {
max-width : 1000px;
}
#vbid-507cc08f-9etkpohe.master.item-box {
min-height : 386px;
}
#vbid-507cc08f-ja6wqero {
background-position : 53.9237670898438% 51.5926666259766%;
}
#vbid-507cc08f-hf35rq55.master.item-box {
padding-top : 0px;
padding-bottom : 0px;
min-height : 427px;
}
#vbid-507cc08f-d0tpbdho.master.item-box {
min-height : 773px;
}
#vbid-507cc08f-a6wummkf.master.item-box {
padding-bottom : 0px;
min-height : 883px;
}
#vbid-507cc08f-a6wummkf.item-box > .item-wrapper {
max-width : 1000px;
}
#vbid-507cc08f-vtgec8zb {
background-position : 51.7937202453613% 11.3861389160156%;
}
#vbid-507cc08f-utqlhqad {
background-position : 46.8609848022461% 26.2973518371582%;
}
#vbid-507cc08f-xpmyzds5.master.item-box {
padding-top : 10px;
padding-bottom : 10px;
min-height : 114px;
}
#vbid-507cc08f-xpmyzds5.item-box > .item-wrapper {
max-width : 1144px;
}
#vbid-507cc08f-tbqa5kxi {
background-position : 50.5673980712891% 54.6576156616211%;
}
#vbid-507cc08f-rbzw3fts.master.item-box {
padding-top : 0px;
padding-bottom : 35px;
min-height : 1343px;
}
#vbid-507cc08f-gap2ubqt.master.item-box {
padding-top : 10px;
padding-bottom : 10px;
min-height : 114px;
}
#vbid-507cc08f-gap2ubqt.item-box > .item-wrapper {
max-width : 1144px;
}
#vbid-507cc08f-bs38k2ie.master.item-box {
padding-top : 70px;
padding-bottom : 70px;
}
#vbid-507cc08f-bs38k2ie.item-box > .item-wrapper {
max-width : 1000px;
}
#vbid-507cc08f-cilbbj8v.master.item-box {
padding-top : 70px;
padding-bottom : 70px;
min-height : 202px;
}
#vbid-507cc08f-cilbbj8v.item-box > .item-wrapper {
max-width : 1000px;
}
#vbid-507cc08f-kalubdte.master.item-box {
padding-top : 0px;
padding-bottom : 0px;
min-height : 496px;
}
#vbid-507cc08f-tn0clx8l {
background-position : 54.0358734130859% 100%;
}
#vbid-507cc08f-ol1plx6h {
background-position : 43.6865196228027% 53.7792205810547%;
}
#vbid-507cc08f-6p3i4qge {
background-size : contain;
}
#vbid-507cc08f-nyr6huka.master.item-box {
padding-top : 0px;
padding-bottom : 0px;
min-height : 310px;
}
#vbid-507cc08f-3cznfios {
background-position : 48.4326019287109% 71.0374603271484%;
}
#vbid-507cc08f-q2iaaxpr.master.item-box {
padding-top : 10px;
padding-bottom : 10px;
min-height : 114px;
}
#vbid-507cc08f-q2iaaxpr.item-box > .item-wrapper {
max-width : 1270px;
}
#vbid-507cc08f-dkhfrk35.master.item-box {
padding-top : 40px;
padding-bottom : 40px;
}
#vbid-507cc08f-dkhfrk35.item-box > .item-wrapper {
max-width : 1000px;
}
#vbid-507cc08f-uawnepsa.master.item-box {
padding-top : 0px;
padding-bottom : 0px;
min-height : 392px;
}
#vbid-507cc08f-5yjvgcfs.master.item-box {
padding-top : 60px;
padding-bottom : 80px;
min-height : 1343px;
}
#vbid-507cc08f-5yjvgcfs.item-box > .item-wrapper {
max-width : 1000px;
}
#vbid-507cc08f-om1v05bd {
background-position : 50% 31.2688827514648%;
}
#vbid-507cc08f-yysvbafx.master.item-box {
padding-top : 15px;
}
#vbid-507cc08f-uxabdqag {
background-size : 92%;
}
#vbid-507cc08f-wvoshuqi {
background-position : 23.3408069610596% 0%;
}
#vbid-507cc08f-mig1fnrq {
background-position : 12.0986547470093% 42.2062797546387%;
}
#vbid-507cc08f-sdpoqjip {
background-position : 49.8955078125% 0.613496959209442%;
}
#vbid-507cc08f-ds4elimw {
background-position : 48.6415901184082% 18.5064926147461%;
}
#vbid-507cc08f-q7ljqbhc {
background-position : 54.0752334594727% 91.5584411621094%;
}
#vbid-507cc08f-y03qtm9a.master.item-box {
padding-top : 0px;
padding-bottom : 0px;
min-height : 1343px;
}
#vbid-507cc08f-y03qtm9a.item-box > .item-wrapper {
max-width : 1416px;
}
#vbid-507cc08f-chec67mp {
background-position : 46.9696960449219% 89.3939361572266%;
}
#vbid-507cc08f-ypqw6sjb.master.item-box {
min-height : 231px;
}
#vbid-507cc08f-vlfpnsiq.master.item-box {
padding-top : 70px;
padding-bottom : 60px;
min-height : 202px;
}
#vbid-507cc08f-vlfpnsiq.item-box > .item-wrapper {
max-width : 1000px;
}
#vbid-507cc08f-jd2yo1q9.master.item-box {
padding-top : 0px;
padding-bottom : 0px;
min-height : 300px;
}
#vbid-507cc08f-kgyvozxn {
background-position : 51.8808784484863% 24.1324920654297%;
}
#vbid-507cc08f-zjuztu2a.master.item-box {
padding-top : 0px;
padding-bottom : 0px;
min-height : 802px;
}
#vbid-507cc08f-h5z4iuof.master.item-box {
min-height : 231px;
}
#vbid-507cc08f-ufug3nva.master.item-box {
padding-top : 70px;
padding-bottom : 70px;
}
#vbid-507cc08f-ufug3nva.item-box > .item-wrapper {
max-width : 1000px;
}
#vbid-507cc08f-eiygtkkl {
background-position : 44.2089881896973% 48.3110046386719%;
}
#vbid-507cc08f-ofg9oar2.master.item-box {
padding-top : 0px;
padding-bottom : 0px;
min-height : 302px;
}
#vbid-507cc08f-789sows3.master.item-box {
padding-top : 0px;
min-height : 503px;
}
#vbid-507cc08f-789sows3.item-box > .item-wrapper {
max-width : 1000px;
}
#vbid-507cc08f-kswogwas {
background-size : contain;
}
#vbid-507cc08f-v3kbnqyx {
background-position : 48.2062797546387% 23.9910316467285%;
}
#vbid-507cc08f-hzs4opah.master.item-box {
padding-top : 0px;
padding-bottom : 0px;
min-height : 296px;
}
#vbid-507cc08f-lj97h9rx {
background-position : 51.9258079528809% 44.8459205627441%;
}
#vbid-507cc08f-kmabn74p.master.item-box {
}
#vbid-507cc08f-kmabn74p.master.item-box {
min-height : 365px;
}
#vbid-507cc08f-2167iwzf.master.item-box {
padding-top : 0px;
padding-bottom : 0px;
min-height : 281px;
}
#vbid-507cc08f-pmfnpahy {
background-position : 45.6293716430664% 22.344690322876%;
}
#vbid-507cc08f-juspp2zq.master.item-box {
min-height : 699px;
}
#vbid-507cc08f-al1ha7fx.master.item-box {
padding-top : 0px;
padding-bottom : 35px;
min-height : 1343px;
}
#vbid-507cc08f-al1ha7fx.item-box > .item-wrapper {
max-width : 1168px;
}
#vbid-507cc08f-vjgmlauw.master.item-box {
padding-top : 30px;
padding-bottom : 30px;
min-height : 1343px;
}
#vbid-507cc08f-zlkx1ytp.master.item-box {
padding-top : 70px;
padding-bottom : 70px;
}
#vbid-507cc08f-zlkx1ytp.item-box > .item-wrapper {
max-width : 1000px;
}
</style>
<style class="view-css">
html {
-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
font-size : 1px;
}
body {
padding : 0px;
margin : 0px;
overflow-y : auto;
overflow-x : hidden;
min-width : 300px;
font-size : 12px;
}
ul {
list-style : none;
padding : 0px;
}
li {
margin : 0px;
padding : 0px;
}
p {
margin : 0px;
padding : 0px;
}
#xprs {
overflow : hidden;
}
.item-wrapper {
margin-left : auto;
margin-right : auto;
height : 100%;
width : 100%;
min-height : inherit;
}
.preview-image-holder .image-link {
min-height : inherit;
display : inline-block;
}
a {
text-decoration : none;
pointer-events : auto;
}
#loading {
left : 50%;
position : relative;
}
.container {
top : 0px;
width : auto;
height : 100%;
left : 0px;
min-height : inherit;
position : relative;
}
.element-wrapper .content {
position : relative;
}
.master.item-box {
width : 100%;
margin : 0px;
text-align : center;
}
.master.item-box .stripe-background {
height : 100%;
width : 100%;
min-height : inherit;
background-repeat : no-repeat;
background-size : cover;
background-position : center;
position : absolute;
pointer-events : none;
}
.item-box {
position : relative;
overflow : visible;
}
.item-box.hide-from-preview ,.item-box.hide-from-view {
display : none;
}
.image-cover, .page-image-cover {
display : block;
overflow : hidden;
}
.image-holder,.preview-image-holder {
background-position : center;
background-size : cover;
background-repeat : no-repeat;
background-color : transparent;
width : auto;
overflow : hidden;
width : 100%;
height : 100%;
}
.image-source {
background-repeat : no-repeat;
background-color : transparent;
width : 100%;
height : 100%;
}
.element.image-source {
box-sizing : border-box;
-moz-box-sizing : border-box;
-webkit-box-sizing : border-box;
}
.icon-source {
background-position : center;
background-size : contain;
background-repeat : no-repeat;
background-color : transparent;
height : auto;
display : inline-block;
position : relative;
}
.item-content:not(.blocks_layout):hover .hover_none {
-webkit-filter : grayscale(0%) !important; /* New WebKit */
-webkit-filter : brightness(100%) !important; /* New WebKit */
transform : scale(1,1) !important;
-ms-transform : scale(1,1) !important; /* IE 9 */
-webkit-transform : scale(1,1) !important; /* Safari and Chrome */
}
.item-content {
height : 100%;
min-height : inherit;
position : relative;
}
.black_and_white , .item-content:not(.blocks_layout):hover .hover_black_and_white {
-webkit-filter : grayscale(100%); /* New WebKit */
}
.darken_120,.item-content:not(.blocks_layout):hover .hover_darken_120 {
-webkit-filter : brightness(0.8); /* New WebKit */
}
.darken_140, .item-content:not(.blocks_layout):hover .hover_darken_140 {
-webkit-filter : brightness(0.6); /* New WebKit */
}
.grow_120, .item-content:not(.blocks_layout):hover .hover_grow_120 {
transform : scale(1.2,1.2);
-ms-transform : scale(1.2,1.2); /* IE 9 */
-webkit-transform : scale(1.2,1.2); /* Safari and Chrome */
-moz-transform : scale(1.2,1.2);
}
.grow_140, .item-content:not(.blocks_layout):hover .hover_grow_140 {
transform : scale(1.4,1.4);
-ms-transform : scale(1.4,1.4); /* IE 9 */
-webkit-transform : scale(1.4,1.4); /* Safari and Chrome */
-moz-transform : scale(1.4,1.4);
}
.item-box.element-box {
width : 100%;
}
.page-content > img:first-of-type {
width : 700px;
}
.page-content p.Body:first-of-type {
padding-top : 17px;
}
.element-holder {
display : block;
margin : auto;
text-align : center;
width : 100%;
position : relative;
}
.marginable {
margin-left : 60px;
margin-right : 60px;
}
.picture-element {
background-position : center;
background-size : cover;
background-repeat : no-repeat;
background-color : transparent;
}
.icon-element {
background-position : center;
background-size : contain;
background-repeat : no-repeat;
background-color : transparent;
height : 50px;
}
.icon-holder {
width : 100%;
}
.stripe-default-width {
margin-left : auto;
margin-right : auto;
}
#pagination-btn {
cursor : pointer;
}
#pagination-holder {
display : inline-block;
margin-left : auto;
margin-right : auto;
}
#pagination-wrapper {
width : 100%;
text-align : center;
display : none;
}
[data-child-type="PIC"]
.element-wrapper .content {
height : 100%;
min-height : inherit;
}
[data-child-type="PIC"]
.element-wrapper .content .page-image-cover {
height : 100%;
min-height : inherit;
}
[data-child-type="PIC"]
.element-wrapper .content .page-image-cover .Picture {
height : 100%;
min-height : inherit;
}
[data-child-type="VIDEO"]
.element-wrapper .content {
height : 100%;
min-height : inherit;
}
[data-child-type="VIDEO"]
.element-wrapper .content .page-video-cover {
height : 100%;
min-height : inherit;
}
[data-child-type="VIDEO"]
.element-wrapper .content .page-video-cover .video-source {
height : 100%;
min-height : inherit;
}
[data-child-type="MAP"]
.element-wrapper .content {
height : 100%;
min-height : inherit;
}
[data-child-type="MAP"]
.element-wrapper .content .page-map-cover {
height : 100%;
min-height : inherit;
}
[data-child-type="MAP"]
.element-wrapper .content .page-map-cover .map-source {
height : 100%;
min-height : inherit;
}
.preview-video-holder , .preview-map-holder {
height : 100%;
min-height : inherit;
}
.preview-map-holder {
position : absolute;
width : 100%;
top : 0px;
left : 0px;
line-height : normal;
}
.preview-video-source, .preview-map-source {
height : 100%;
min-height : inherit;
overflow : hidden;
}
#xprs:not(.in-editor) .preview-video-source.vid-autoplay {
transition : opacity 1s linear;
opacity : 0;
}
.video-source .me-plugin {
position : relative;
height : 100%;
min-height : inherit;
}
.map-frame {
height : 100%;
width : 100%;
min-height : inherit;
}
.ytplayer {
height : 100%;
width : 100%;
min-height : inherit;
}
.rounded {
border-radius : 15px;
}
.title-holder {
margin-right : auto;
margin-left : auto;
}
.video-wrapper {
overflow : hidden;
}
.video-source.fitvid {
overflow : hidden;
}
.erred-user-form-field, .erred-user-form-field input[type=date] {
background-color : #de6262 !important;
color : white !important;
}
input[type=checkbox].erred-user-form-field {
box-shadow : 0 0 2px 1px #de6262;
}
.preview-form .Field {
width : 100%;
pointer-events : auto;
box-sizing : border-box;
}
.preview-form .field-holder label input[type="checkbox"].Field {
width : auto;
border : none;
margin : 0px;
min-width : auto!important;
margin-right : 10px;
}
.preview-form .field-holder input[type="date"].Field {
width : auto!important;
text-align : right!important;
padding : 0!important;
margin : 0!important;
border : none!important;
min-width : auto!important;
}
label.preview-element.Field.for-date {
display : inline-flex;
justify-content : space-between;
align-items : center;
}
.preview-form textarea.Field {
resize : none;
height : 4em;
}
.preview-form .field-checkbox span, .preview-form .field-checkbox input {
vertical-align : middle;
}
.preview-form .field-checkbox {
text-align : left;
}
/* fix for old style */
.preview-icon-holder {
margin-bottom : 0px!important;
}
.master.item-box[data-child-type="MAP"] {
min-height : 300px;
}
.disable-max-width {
max-width : none!important;
}
.master.item-box.header-box {
z-index : 123456;
}
.animated-top {
-webkit-transition : top 2s cubic-bezier(0.165, 0.84, 0.44, 1);
-moz-transition : top 2s cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition : top 2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition : top 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
iframe.html-frame {
width : 100%;
height : 100%;
min-height : inherit;
}
.html-wrapper .content ,
.html-wrapper .content .page-html-cover ,
.html-wrapper .content .page-html-cover .html-source,
.raw-wrapper .content,
.raw-wrapper .content .page-raw-cover,
.raw-wrapper .content .page-raw-cover .html-source,
.raw-wrapper .content .page-raw-cover .html-source .raw-container {
min-height : inherit;
height : inherit;
}
.raw-wrapper .content .page-raw-cover .html-source .raw-container,.raw-wrapper .content {
overflow : hidden;
}
.raw-wrapper .content .page-raw-cover.centered .html-source .raw-container {
position : absolute;
left : 50%;
top : 50%;
transform : translateX(-50%) translateY(-50%);
height : auto;
min-height : initial;
}
/*****************************************************************************/
/* EFFECTS
/*****************************************************************************/
[data-flex_element_effect="effect-fadein"]
~
#children .preview-content-holder {
opacity : 0;
}
[data-flex_element_effect="effect-fadein"]
~
#children .play-effect .preview-content-holder {
-webkit-transition : opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1); /* Safari, Chrome and Opera > 12.1 */
-moz-transition : opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1); /* Firefox < 16 */
-ms-transition : opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1); /* Internet Explorer */
-o-transition : opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1); /* Opera < 12.1 */
transition : opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
opacity : 1;
}
[data-flex_element_effect="effect-grow"]
~
#children .preview-content-holder {
transform : scale(0.9);
opacity : 0
}
[data-flex_element_effect="effect-grow"]
~
#children .play-effect .preview-content-holder {
-webkit-transition : transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1); /* Safari, Chrome and Opera > 12.1 */
-moz-transition : transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1); /* Firefox < 16 */
-ms-transition : transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1); /* Internet Explorer */
-o-transition : transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1); /* Opera < 12.1 */
transition : transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
transform : scale(1);
opacity : 1
}
[data-flex_element_effect="effect-slide-up"]
~
#children .preview-content-holder {
transform : translateY(10vh);
opacity : 0;
}
[data-flex_element_effect="effect-slide-up"]
~
#children .play-effect .preview-content-holder {
-webkit-transition : transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) , opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1); /* Safari, Chrome and Opera > 12.1 */
-moz-transition : transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1); /* Firefox < 16 */
-ms-transition : transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1); /* Internet Explorer */
-o-transition : transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1); /* Opera < 12.1 */
transition : transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1);
transform : translateY(0);
opacity : 1;
}
.item-details {
line-height : 0px;
position : relative;
}
.preview-body ul {
padding-left : 20px!important;
list-style : initial;
padding : initial;
}
.preview-body li {
margin : initial;
padding : initial;
}
.preview-raw-wrapper {
width : 100%;
height : 100%;
}
.preview-raw-holder {
width : 100%;
height : 100%;
top : 0px;
left : 0px;
position : relative;
}
.preview-raw-container {
height : 100%;
width : 100%;
}
.stripes .master.element-box .image-source {
min-height : inherit;
height : 100%;
}
.map-blocker {
height : 100%;
min-height : inherit;
width : 100%;
position : absolute;
left : 0px;
right : 0px;
z-index : 12345678;
}
.element-wrapper.pic-wrapper a {
min-height : inherit;
}
[data-default-currency=USD]
.preview-price:not(.sold-out)::before, [data-default-currency=USD] .shipping-currency::before {
content : "$";
}
[data-default-currency=EUR]
.preview-price:not(.sold-out)::before, [data-default-currency=EUR] .shipping-currency::before {
content : "€";
}
[data-default-currency=GBP]
.preview-price:not(.sold-out)::before, [data-default-currency=GBP] .shipping-currency::before {
content : "£";
}
[data-default-currency=SEK]
.preview-price:not(.sold-out)::after, [data-default-currency=SEK] .shipping-currency::after {
content : "Kr";
font-size : 0.7em;
}
[data-default-currency=NOK]
.preview-price:not(.sold-out)::after, [data-default-currency=NOK] .shipping-currency::after {
content : "kr";
font-size : 0.7em;
}
[data-default-currency=CAD]
.preview-price:not(.sold-out)::before, [data-default-currency=CAD] .shipping-currency::before {
content : "$(cad)";
font-size : 0.7em;
}
[data-default-currency=AUD]
.preview-price:not(.sold-out)::before, [data-default-currency=AUD] .shipping-currency::before {
content : "$";
font-size : 0.7em;
}
[data-default-currency=AUD]
.preview-price:not(.sold-out)::after, [data-default-currency=AUD] .shipping-currency::after {
content : "(AUD)";
font-size : 0.7em;
}
[data-default-currency=CHF]
.preview-price:not(.sold-out)::after, [data-default-currency=CHF] .shipping-currency::after {
font-size : 0.7em;
}
[data-default-currency=BRL]
.preview-price:not(.sold-out)::before, [data-default-currency=BRL] .shipping-currency::before {
content : "R$";
}
[data-default-currency=MYR]
.preview-price:not(.sold-out)::before, [data-default-currency=MYR] .shipping-currency::before {
content : "RM";
}
[data-default-currency=SGD]
.preview-price:not(.sold-out)::before, [data-default-currency=SGD] .shipping-currency::before {
content : "S$";
}
[data-default-currency=ZAR]
.preview-price:not(.sold-out)::before, [data-default-currency=ZAR] .shipping-currency::before {
content : "R";
}
[data-default-currency=INR]
.preview-price:not(.sold-out)::before, [data-default-currency=INR] .shipping-currency::before {
content : "₹";
}
[data-default-currency=NGN]
.preview-price:not(.sold-out)::before, [data-default-currency=NGN] .shipping-currency::before {
content : "₦";
}
[data-default-currency=TRY]
.preview-price:not(.sold-out)::before, [data-default-currency=TRY] .shipping-currency::before {
content : "₺";
}
[data-default-currency=CHF]
.preview-price:not(.sold-out)::before, [data-default-currency=CHF] .shipping-currency::before {
content : "CHF";
}
[data-default-currency=AED]
.preview-price:not(.sold-out)::after, [data-default-currency=AED] .shipping-currency::after {
content : "د.إ";
}
[data-default-currency=PKR]
.preview-price:not(.sold-out)::after, [data-default-currency=PKR] .shipping-currency::after {
content : "â¨";
}
[data-default-currency=THB]
.preview-price:not(.sold-out)::after, [data-default-currency=THB] .shipping-currency::after {
content : "฿";
}
[data-default-currency=IDR]
.preview-price:not(.sold-out)::after, [data-default-currency=IDR] .shipping-currency::after {
content : "Rp";
}
[data-default-currency=TWD]
.preview-price:not(.sold-out)::before, [data-default-currency=TWD] .shipping-currency::before {
content : "NT$";
}
[data-default-currency=UYU]
.preview-price:not(.sold-out)::before, [data-default-currency=UYU] .shipping-currency::before {
content : "$U";
}
[data-default-currency=MXN]
.preview-price:not(.sold-out)::before, [data-default-currency=MXN] .shipping-currency::before {
content : "Mex$";
}
[data-default-currency=TWD]
.preview-price:not(.sold-out)::before, [data-default-currency=TWD] .shipping-currency::before {
content : "NT$";
}
[data-default-currency=GHS]
.preview-price:not(.sold-out)::before, [data-default-currency=GHS] .shipping-currency::before {
content : "GH¢";
}
[data-default-currency=MAD]
.preview-price:not(.sold-out)::after, [data-default-currency=MAD] .shipping-currency::after {
content : "DH";
}
[data-default-currency=RUB]
.preview-price:not(.sold-out)::after, [data-default-currency=RUB] .shipping-currency::after {
content : "₽";
}
[data-default-currency=JPY]
.preview-price:not(.sold-out)::before {
content : "¥";
}
[data-default-currency=NZD]
.preview-price:not(.sold-out)::before {
content : "NZ$";
}
[data-default-currency=ILS]
.preview-price:not(.sold-out)::before, [data-default-currency=ILS] .shipping-currency::before {
content : "₪";
}
[data-default-currency=PHP]
.preview-price:not(.sold-out)::before, [data-default-currency=PHP] .shipping-currency::before {
content : "â±";
}
.multi_layout .pic-side .inner-pic.circlize {
margin-left : auto;
margin-right : auto;
}
[data-caller=static]
.master.item-box.showing-feed:not(.loaded) .sub.item-box {
opacity : 0!important;
}
.sub.item-box {
opacity : 1;
}
.stripe-header , .stripe-footer {
width : 100%;
z-index : 1;
}
.blocks-preview-divider, .preview-divider {
border-top-width : 0px;
border-left-width : 0px;
border-right-width : 0px;
height : 10px;
}
.raw-wrapper .content .page-raw-cover.centered {
min-height : 100px;
}
.master.container.narrow-site {
max-width : 1000px;
margin : auto;
overflow : hidden;
}
.master.container.narrow-site > #children {
max-width : 1000px;
margin : auto;
}
.master.container.narrow-site .control-handle {
max-width : 1000px;
}
.master.container.narrow-site .force-min-height50 {
max-width : 1000px;
margin : auto;
left : auto!important;
padding-left : 0px!important;
padding-right : 0px!important;
width : 100%;
}
.master.container.narrow-site .left-menu-placeholder {
margin-left : -270px;
}
.master.container.narrow-site .left-menu-placeholder .master.item-box {
left : auto!important;
}
.master.container.narrow-site.left-menu-layout {
left : 135px;
}
.full-width-bg {
background-size : 100% auto;
background-repeat : no-repeat;
background-attachment: scroll;
background-position : top;
}
.cover-bg {
background-size : cover;
background-repeat : no-repeat;
background-attachment: scroll;
background-position : top;
}
.pattern-bg {
background-repeat : repeat;
}
.fixed-bg {
background-size : cover;
background-repeat : no-repeat;
background-attachment: fixed;
}
.contain-bg {
background-size : contain;
background-position : center;
background-repeat : no-repeat;
background-attachment: fixed;
}
.parallax-bg, .fixed-bg, .parallax50-bg {
background-size : cover!important;
background-attachment: fixed;
}
#xprs.phone-mode .parallax-bg, #xprs.phone-mode .fixed-bg, #xprs.phone-mode .parallax50-bg, #xprs.tablet-mode .parallax-bg, #xprs.tablet-mode .fixed-bg, #xprs.tablet-mode .parallax50-bg {
background-attachment: initial!important;
background-position-y: center!important;
background-position-x: center!important;
}
.master.item-box .flex .sub.item-box:not(:only-child) .parallax50-bg, .master.item-box .flex .sub.item-box:not(:only-child) .fixed-bg {
background-attachment: scroll!important;
background-position-y: center!important;
}
#xprs.phone-mode .master.item-box:not([data-preset-type-id="PROMO"]) .vimplayer.preview.video-frame {
width : 100%!important;
height : 100%!important;
margin-top : 0px!important;
margin-left : 0px!important;
}
.sub.item-box:after, .pic-side:after {
pointer-events : none;
}
.stripe_popup_app_hide {
display : none;
}
.popup-mode .raw-wrapper .content .page-raw-cover .html-source .raw-container {
pointer-events : auto;
}
.shadowed {
-webkit-box-shadow : -7px 15px 40px 4px rgba(0,0,0,0.35);
-moz-box-shadow : -7px 15px 40px 4px rgba(0,0,0,0.35);
box-shadow : -7px 15px 40px 4px rgba(0,0,0,0.35);
}
.no-scroll {
overflow-y : hidden;
}
#xprs.cellphone-preview .hide-from-mobile, #xprs.phone-mode .hide-from-mobile {
display : none!important;
}
#xprs.phone-mode .preview-form .Field {
min-width : auto!important;
}
/* Hack for captcha */
div[style*="z-index: 2000000000"] {
z-index : 999999999999!important;
}
.fill-height {
min-height : 100vh!important;
}
.stripe_popup_app {
max-width : 100%!important;
max-height : 100%!important;
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
.parallax-bg, .fixed-bg, .parallax50-bg {
background-attachment: initial!important;
background-position-y: center!important;
background-position-x: center!important;
}
}
@media screen and (max-height: 575px) {
.g-recaptcha {
transform : scale(0.77);
-webkit-transform : scale(0.77);
transform-origin : 0 0;
-webkit-transform-origin: 0 0;
}
.g-recaptcha > div {
width : 200px!important;
}
}
/*TABLET*/
@media only screen
and (min-width : 768px)
and (max-width : 1024px) {
html {
font-size : 0.7px;
}
}
/*MOBILE*/
@media only screen
and (max-width : 768px) {
html {
font-size : 0.5px;
}
.preview-title, .preview-subtitle {
word-break : break-word;
}
}
</style>
<style class="multi-css">
.multi_layout .item-preview {
height : inherit;
width : 100%;
min-height : inherit;
}
.multi_layout .helper-div .text-side .vertical-aligner {
overflow : visible;
}
.multi_layout .image-cover {
height : inherit;
min-height : inherit;
}
.multi_layout .image-source.background-div {
height : 100%;
}
.multi_layout .image-source.background-image-div {
height : 100%;
}
.multi_layout .preview-image-holder:not(.inner-pic-holder) {
height : inherit;
min-height : inherit;
position : relative;
}
.multi_layout .benet {
min-height : inherit;
}
.multi_layout .image-source {
height : inherit;
min-height : inherit;
position : absolute;
}
.multi_layout .helper-div .image-source {
position : relative;
}
/*****************************************************************************/
/* IMAGE & TEXT POSITIONING
/*****************************************************************************/
.multi_layout .top-left.helper-div,.middle-left.helper-div ,.middle-left-25.helper-div, .bottom-left.helper-div,.top-right.helper-div,
.middle-right.helper-div ,.middle-right-25.helper-div, .bottom-right.helper-div {
position : initial;
overflow : hidden;
height : 100%;
min-height : inherit;
}
.multi_layout .vertical-aligner {
position : relative;
height : 100%;
width : 100%;
display : table;
min-height : inherit;
overflow : hidden;
}
.multi_layout .pic-side .inner-pic:not(.circlize) {
min-height : inherit;
}
.multi_layout .pic-side .vertical-aligner a.image-link {
position : relative;
display : inline-block;
min-height : inherit;
overflow : hidden;
}
.multi_layout .pic-side .vertical-aligner a.image-link.not-wrapping, .multi_layout .pic-side .vertical-aligner a.image-link:empty {
position : absolute;
left : 0px;
top : 0px;
}
.sub.container .multi_layout .pic-side .vertical-aligner a.image-link {
height : 100%;
width : 100%;
}
.multi_layout .pic-side .vertical-aligner {
margin-left : auto;
margin-right : auto;
/*display:inline-block;*/
}
.multi_layout .pic-side {
text-align : center;
line-height : 0px;
}
.multi_layout .pic-side.reset {
top : initial!important;
margin-left : initial!important;
width : 100%!important;
}
.multi_layout .helper-div .pic-side .inner-pic-holder {
/*display : table-cell;*/
/*display:block;*/
overflow: visible;
line-height : 0px!important;
}
.multi_layout .preview-image-holder.inner-pic-holder {
display : table-cell;
}
.multi_layout .pic-side {
position : absolute;
pointer-events : auto;
/*outline: 1px solid green;
background-color: rgba(43,102,10,0.5);*/
overflow : visible;
top : 0px;
bottom : 0px;
}
.draggable-pic {
pointer-events : auto;
display : inline-block;
width : 100%;
height : 100%;
background-size : contain;
background-repeat : no-repeat;
}
.flex .multi_layout .middle-center.helper-div .text-side .draggable-pic-wrapper {
display : inline-block;
position : absolute;
/*width: 50%;*/
left : 50%;
top : 50%;
/*height: 100%;*/
z-index : -1;
}
.flex .multi_layout .middle-center.helper-div .text-side .draggable-pic-wrapper.ui-draggable {
cursor : move;
}
.draggable-pic-wrapper .ui-resizable-ne,.draggable-pic-wrapper .ui-resizable-se,.draggable-pic-wrapper .ui-resizable-nw,.draggable-pic-wrapper .ui-resizable-sw {
background-color : #0f95ee;
border-radius : 7px;
}
.draggable-pic-wrapper .ui-resizable-se.ui-icon.ui-icon-gripsmall-diagonal-se {
width : 9px;
height : 9px;
background-image : none;
right : -5px;
bottom : -5px;
}
.flex .multi_layout .middle-center.helper-div .text-side .draggable-pic-wrapper .draggable-pic-holder {
display : inline-block;
height : 100%;
}
.flex .multi_layout .middle-center.helper-div .draggable-div-holder {
display : block;
}
.draggable-div-holder {
display : none;
}
.draggable-pic-wrapper {
pointer-events : auto;
}
.draggable-pic-wrapper.ui-resizable {
outline : solid 1px #0f95ee;
/*box-sizing:border-box;*/
}
.draggable-pic-wrapper.ui-resizable .ui-resizable-handle.ui-resizable-s, .draggable-pic-wrapper.ui-resizable .ui-resizable-handle.ui-resizable-n {
height : 7px;
background-color : transparent;
}
.draggable-div-holder {
top : 0px;
position : absolute;
height : 500px;
min-height : inherit;
width : 100%;
}
.multi_layout .inner-pic-holder .inner-pic.fill {
width : 100%!important;
height : 100%!important;
background-size : cover;
background-repeat : no-repeat;
max-width : none;
max-height : none;
}
.multi_layout .inner-pic-holder .inner-pic {
/*width : 100%!important;*/
width: 100%;
height : 100%;
background-repeat : no-repeat;
max-width : none;
max-height : none;
overflow : hidden;
}
.multi_layout .inner-pic-holder a .inner-pic {
display : table;
}
.multi_layout .inner-pic-holder .inner-pic#no-image {
outline : none;
}
/*** TOP LEFT ***/
.multi_layout .top-left.helper-div .pic-side {
width : 50%;
height : 100%;
left : 50%;
min-height : inherit;
/*margin-left: 50%;*/
}
.multi_layout .top-left.helper-div .pic-side .inner-pic {
height : 100%;
}
.multi_layout .top-left.helper-div .text-side {
width : 50%;
height : 100%;
position : relative;
float : left;
min-height : inherit;
}
.multi_layout .top-left.helper-div .item-details {
/*vertical-align : top;*/
display: table-cell;
}
/*** CENTER LEFT ***/
.multi_layout .middle-left.helper-div .pic-side, .multi_layout .middle-left-25.helper-div .pic-side {
width : 50%;
height : 100%;
left : 50%;
min-height : inherit;
/*margin-left: 50%;*/
}
.multi_layout .middle-left-25.helper-div .pic-side {
width : 75%;
left : 25%;
}
.multi_layout .middle-left.helper-div .pic-side .inner-pic, .multi_layout .middle-left-25.helper-div .pic-side .inner-pic {
height : 100%;
}
.multi_layout .middle-left.helper-div .text-side, .multi_layout .middle-left-25.helper-div .text-side {
width : 50%;
height : 100%;
position : relative;
float : left;
min-height : inherit;
display : table;
}
.multi_layout .middle-left-25.helper-div .text-side {
width : 25%;
}
.multi_layout .middle-left.helper-div .item-details,
.multi_layout .middle-left-25.helper-div .item-details {
/*vertical-align : top;*/
display: table-cell;
}
/*** BOTTOM LEFT ***/
.multi_layout .bottom-left.helper-div .pic-side {
width : 50%;
height : 100%;
left : 50%;
min-height : inherit;
}
.multi_layout .bottom-left.helper-div .text-side {
width : 50%;
height : 100%;
position : relative;
float : left;
min-height : inherit;
}
.multi_layout .bottom-left.helper-div .item-details {
/*vertical-align : bottom;*/
display: table-cell;
}
/*** TOP RIGHT ***/
.multi_layout .top-right.helper-div .pic-side {
width : 50%;
height : 100%;
right : 50%;
min-height : inherit;
}
.multi_layout .top-right.helper-div .text-side {
width : 50%;
height : 100%;
position : relative;
float : right;
min-height : inherit;
}
.multi_layout .top-right.helper-div .item-details {
/*vertical-align : top;*/
display: table-cell;
}
/*** MIDDLE RIGHT ***/
.multi_layout .middle-right.helper-div .pic-side, .multi_layout .middle-right-25.helper-div .pic-side {
width : 50%;
height : 100%;
right : 50%;
min-height : inherit;
}
.multi_layout .middle-right-25.helper-div .pic-side {
width : 75%;
right : 25%;
}
.multi_layout .middle-right.helper-div .text-side, .multi_layout .middle-right-25.helper-div .text-side {
width : 50%;
height : 100%;
position : relative;
float : right;
min-height : inherit;
display : table;
}
.multi_layout .middle-right-25.helper-div .text-side {
width : 25%;
}
.multi_layout .middle-right.helper-div .item-details, .multi_layout .middle-right-25.helper-div .item-details {
/*vertical-align : top;*/
display: table-cell;
}
.multi_layout.product-container .middle-right.helper-div .pic-side {
width : 66%;
height : 100%;
right : 34%;
min-height : inherit;
}
.multi_layout.product-container .middle-right.helper-div .text-side {
width : 33%;
height : 100%;
position : relative;
float : right;
min-height : inherit;
display : table;
}
.multi_layout.product-container .inner-pic.preview-element {
background-size : contain!important;
background-position : center!important;
background-repeat : no-repeat!important;
}
/*** BOTTOM RIGHT ***/
.multi_layout .bottom-right.helper-div .pic-side {
width : 50%;
height : 100%;
right : 50%;
min-height : inherit;
}
.multi_layout .bottom-right.helper-div .text-side {
width : 50%;
height : 100%;
position : relative;
float : right;
min-height : inherit;
}
.multi_layout .bottom-right.helper-div .item-details {
/*vertical-align : bottom;*/
display: table-cell;
}
/*** CENTER CENTER ***/
.multi_layout .middle-center.helper-div {
min-height : inherit;
height : 100%;
}
.xprs-holder:not(.in-editor) .multi_layout .middle-center.helper-div {
pointer-events : none;
}
.multi_layout .middle-center.helper-div .pic-side {
width : 100%;
height : 100%;
/*text-align:center;*/
top : 0px;
}
.multi_layout .middle-center.helper-div .pic-side .inner-pic {
margin-left : auto;
margin-right : auto;
display : inline-block;
position : relative;
}
.multi_layout .middle-center.helper-div .pic-side a .inner-pic {
display : table;
}
.multi_layout .middle-center.helper-div .text-side {
width : 100%;
height : 100%;
/*text-align:center;*/
min-height : inherit;
margin-left : auto;
margin-right : auto;
display : table;
}
.multi_layout .middle-center.helper-div .preview-content-holder {
pointer-events : none;
}
.multi_layout .middle-center.helper-div .preview-content-holder .preview-element {
pointer-events : auto;
}
.multi_layout .middle-center.helper-div .item-details {
/*vertical-align : middle;*/
display: table-cell;
pointer-events : none;
}
.multi_layout .middle-center.helper-div .vertical-aligner {
margin-left : auto;
margin-right : auto;
z-index : 12345;
}
.multi_layout .middle-center.helper-div .text-side .vertical-aligner {
width : 100%;
}
/*** BOTTOM CENTER ***/
.multi_layout .bottom-center.helper-div .text-side {
/*vertical-align : middle;*/
display: block;
position : relative;
}
.multi_layout .bottom-center.helper-div .pic-side {
position : relative;
/*bottom:0px;
top:0px;
width:100%;*/
}
.multi_layout .bottom-center.helper-div .benet {
min-height : initial;
}
.multi_layout .bottom-center.helper-div .text-side .vertical-aligner {
width : 100%;
min-height : 0px!important;
height : initial!important
}
.multi_layout .bottom-center.helper-div .pic-side .vertical-aligner {
width : 100%;
min-height : 0px!important;
height : inherit!important;
}
.multi_layout .bottom-center.helper-div .pic-side .inner-pic-holder {
width : 100%;
min-height : 0px!important;
height : inherit!important;
}
.multi_layout .bottom-center.helper-div:not(.flipped-image) .pic-side .inner-pic {
width : 100%;
min-height : 0px!important;
}
.multi_layout .bottom-center.helper-div.flipped-image .pic-side .inner-pic {
width : 100%;
min-height : 300px!important;
}
/*** TOP CENTER ***/
.multi_layout .top-center.helper-div {
height : 100%;
width : 100%;
min-height : inherit;
display : block;
}
.multi_layout .top-center.helper-div .text-side {
/*vertical-align : middle;*/
display: block;
position : relative;
}
.multi_layout .top-center.helper-div .pic-side {
position : relative;
/*bottom:0px;
top:0px;
width:100%;*/
}
.multi_layout .top-center.helper-div .text-side .vertical-aligner {
width : 100%;
}
.multi_layout .top-center.helper-div .benet {
min-height : initial;
}
.multi_layout .top-center.helper-div .text-side .vertical-aligner {
width : 100%;
min-height : 0px!important;
height : initial!important
}
.multi_layout .top-center.helper-div .pic-side .vertical-aligner {
width : 100%;
min-height : 0px!important;
height : inherit!important;
}
.multi_layout .top-center.helper-div .pic-side .inner-pic-holder {
width : 100%;
min-height : 0px!important;
height : inherit!important;
line-height : 0px;
}
.multi_layout .top-center.helper-div:not(.flipped-image) .pic-side .inner-pic {
width : 100%;
min-height : 0px!important;
}
.multi_layout .top-center.helper-div.flipped-image .pic-side .inner-pic {
width : 100%;
min-height : 300px!important;
}
.multi_layout .helper-div:not(.middle-center) .pic-side .inner-pic#no-image {
/* background-image : url(http://lh3.googleusercontent.com/H91IJNOH5dBhODefYvp-p8aMs08rzundiGNqMQ4F5lHTil9hbPZLZj_QcdBV48sn524pngBjg_RXN8u2Um68pIubkQ);
background-size: 50px;
background-position:center;
background-repeat: no-repeat; */
}
.item_layout .item-preview, .item_layout .preview-image-holder, .item_layout .helper-div, .item_layout .text-side {
height : 100%;
min-height : inherit;
}
.item_layout .helper-div {
display : flex;
}
.item_layout .helper-div.middle-right {
flex-direction : row-reverse;
}
.item_layout .helper-div.bottom-center {
flex-direction : column;
}
.item_layout .helper-div.middle-center .text-side {
flex : 1;
}
.item_layout .helper-div.middle-left .text-side , .item_layout .helper-div.middle-left .pic-side,
.item_layout .helper-div.middle-left-25 .text-side , .item_layout .helper-div.middle-left-25 .pic-side,
.item_layout .helper-div.middle-right .text-side , .item_layout .helper-div.middle-right .pic-side {
width : 50%;
}
.item_layout .helper-div.middle-center .pic-side {
pointer-events : auto;
position : absolute;
height : 100%;
width : 100%;
}
.item_layout .helper-div .pic-side .inner-pic {
height : 100%;
width : 100%;
}
.item_layout .text-side {
display : flex;
align-items : center;
justify-content : center;
}
</style>
<style class="menu-css">
.menu_layout.item-content {
height : inherit;
}
.menu_layout .helper-div {
display : table-cell;
vertical-align : middle;
}
.menu_layout .image-cover {
display : table-cell;
vertical-align : middle;
}
.menu_layout .preview-content-wrapper {
text-align : left;
height : inherit;
min-height : inherit;
}
.menu_layout .preview-content-holder {
display : block;
max-width : 100%;
height : inherit;
min-height : inherit;
}
.menu_layout .preview-item-links {
display : table-cell;
vertical-align : middle;
}
.preview-item-links[data-shrink-style="vertically"] .preview-links-wrapper {
display : flex;
flex-direction : column;
}
.menu_layout {
display : table;
}
.menu_layout .left-div {
height : 10px; /*inherit for chrome*/
display : table;
float : left;
min-height : inherit;
}
.item-box[data-height-resize="true"] .menu_layout .left-div {
height : inherit;
}
.item-box[data-height-resize="true"] .menu_layout .right-div {
height : inherit;
}
.menu_layout .right-div {
height : 10px; /*inherit for chrome*/
display : table;
float : right;
min-height : inherit;
}
.menu_layout.item-content {
width : 100%;
}
.menu_layout .preview-item-links li {
display : inline-block;
position : relative;
}
.preview-item-links .submenu li {
display : block!important;
}
.menu_layout .preview-item-links.flipped {
display : block;
}
.menu_layout .menu-line {
height : 3px;
margin-bottom : 5px;
display : block;
background-color : black;
}
.menu_layout .logo-holder {
display : table-cell;
vertical-align : middle;
line-height : 0px;
}
.menu_layout .links-menu-btn {
width : 25px;
height : 36px;
cursor : pointer;
display : none;
vertical-align : middle;
}
.menu_layout .links-menu-btn.hamburger {
width : auto;
height : auto;
position : absolute;
top : 50%;
right : 0%;
transform : translateY(-50%);
}
.menu_layout .links-menu-btn-wrapper {
display : table;
float : right;
/*height:100%;*/
}
.menu-links-holder {
position : relative;
left : 0px;
top : 0px;
display : none;
}
.menu-links-holder.shown {
display : block;
}
.center-aligned-menu:not(.force-min-height50) .benet {
display : none;
}
.center-aligned-menu:not(.force-min-height50) .right-div, .center-aligned-menu:not(.force-min-height50) .left-div {
display : block;
float : none;
height : auto!important;
min-height : initial;
text-align : center;
}
.center-aligned-menu:not(.force-min-height50) .menu_layout .preview-item-links {
padding-bottom : 25px;
}
.center-aligned-menu:not(.force-min-height50) .menu_layout .left-div {
padding-top : 25px;
}
.center-aligned-menu:not(.force-min-height50) .helper-div {
display : inline;
}
.center-aligned-menu:not(.force-min-height50) .logo-holder , .center-aligned-menu:not(.force-min-height50) .preview-item-links {
display : inline-block;
}
.center-aligned-menu:not(.force-min-height50) .preview-content-wrapper {
display : table;
width : 100%;
text-align : center;
}
.center-aligned-menu:not(.force-min-height50) .preview-content-holder {
display : table-cell;
vertical-align : middle;
}
.center-aligned-menu:not(.force-min-height50) .menu_layout .links-menu-btn.shown {
display : inline-block;
}
.menu_layout .links-menu-btn.shown {
display : table-cell;
pointer-events : auto;
}
.menu-open .preview-element.Link.item-link {
pointer-events : auto;
}
.menu-open:not(.force-transparency):not(.full-screen-menu) .preview-item-links {
background-color : transparent;
pointer-events : none;
}
.menu-open {
pointer-events : auto!important;
}
.menufied .preview-item-links {
display : block;
margin : auto;
position : relative;
z-index : 3;
padding-bottom : 25px;
}
.menufied .preview-item-links span, .menufied .preview-item-links li {
display : inline-block;
position : relative;
}
.menufied .preview-item-links.no-place span, .menufied.full-screen-menu.menu-open .preview-item-links span, .menufied.side-screen-menu.menu-open .preview-item-links span, .menufied.full-screen-menu.menu-open .preview-item-links li, .menufied.side-screen-menu.menu-open .preview-item-links li {
display : block;
margin-right : auto!important;
margin-left : auto!important;
}
.menufied.full-screen-menu .submenu, .menufied.side-screen-menu .submenu {
background-color : transparent!important;
}
.menu_layout .submenu li {
min-width : 100%;
}
.left-menu-placeholder .item-wrapper {
padding-top : 25%!important;
}
.left-menu-placeholder .master.item-box {
width : inherit!important;
padding-left : 0px!important;
padding-right : 0px!important;
}
.left-menu-placeholder .preview-item-links span {
margin-right : auto!important;
margin-left : auto!important;
}
.preview-links-wrapper > span:first-child, .preview-links-wrapper > a:first-child span {
margin-left : 0px!important;
}
.left-menu-placeholder .preview-item-links {
padding-top : 30px!important;
}
.animated-menu {
-webkit-transition : max-height 0.8s;
-moz-transition : max-height 0.8s;
transition : max-height 0.8s;
}
.scale-down08 {
-webkit-transform : scale(0.8);
transform : scale(0.8);
-ms-transform : scale(0.8);
}
.force-min-height50 {
min-height : 50px!important;
}
.force-min-height50 .menus-wrapper {
min-height : 50px!important;
}
.force-transparency {
background-color : transparent!important;
pointer-events : none;
}
.force-transparency .preview-links-wrapper {
pointer-events : auto;
}
.force-transparency .item-content {
background-color : transparent!important;
}
.master.container.left-menu-layout [data-preset-type-id="MENUS"] {
position : fixed!important;
width : 270px;
top : 0px;
}
.master.container .left-menu-placeholder {
display : inline-block;
width : 270px;
vertical-align : top;
}
.master.container.left-menu-layout .item-wrapper.menus-wrapper {
display : inline-block;
}
.master.container.left-menu-layout .menu_layout .preview-item-links a , .master.container.left-menu-layout .menu_layout .preview-item-links .item-link,.master.container.left-menu-layout .menu_layout .preview-item-links li {
display : block;
}
.master.container.left-menu-layout [data-preset-type-id="MENUS"] + .control-handle {
display : none!important;
}
.master.container.left-menu-layout > #children {
display : inline-block;
}
.master.container.left-menu-layout .menu_layout .preview-content-holder {
vertical-align : top;
}
.xprs-holder:not(.in-editor) .master.item-box.header-box.being-scrolled {
z-index : 1234567891;
}
.being-scrolled .menu_layout .preview-subtitle-holder , .minimal-design .menu_layout .preview-subtitle-holder {
display : none;
}
.being-scrolled .menu_layout .preview-title-holder, .minimal-design .menu_layout .preview-title-holder {
display : table-cell;
vertical-align : middle;
}
.being-scrolled .menu_layout .item-details , .minimal-design .menu_layout .item-details {
display : table;
}
.master.item-box.header-box.full-screen-menu .preview-links-wrapper, .master.item-box.header-box.side-screen-menu .preview-links-wrapper {
transform : translateY(-50%) translateX(-50%);
top : 50%;
left : 50%;
position : absolute;
}
.left-menu-placeholder .menus-wrapper {
min-width : none!important;
}
.master.item-box.header-box.full-screen-menu.menu-open .preview-item-links.transform-disabled .preview-links-wrapper {
transform : translateX(-50%);
padding-right : -20px;
}
.master.item-box.header-box.full-screen-menu.menu-open .preview-item-links.transform-disabled {
overflow-y : scroll;
padding-right : 20px;
}
.master.item-box.header-box.full-screen-menu .preview-item-links {
position : fixed;
top : 0px;
left : 0px;
z-index : -1;
width : 100%;
height : 100%;
}
.master.item-box.header-box.side-screen-menu .preview-item-links {
position : fixed;
top : 0px;
right : -315px;
z-index : -1;
width : 315px;
height : 100%;
transition : right 1s;
display : block;
}
.left-menu-placeholder .menu_layout .submenu, .header-box.side-screen-menu .submenu, .header-box.full-screen-menu .submenu, .menufied .preview-item-links.no-place .submenu {
position : relative;
}
.header-box .submenu {
display : none;
}
.header-box:not(.full-screen-menu) .preview-item-links:not([data-shrink-style="vertically"]) .submenu {
position : absolute;
left : -10px;
top : 100%;
min-width : 130px;
padding : 10px;
z-index : 123;
}
.left-menu-placeholder .menu_layout .submenu .submenu-link , .header-box.side-screen-menu .submenu .submenu-link, .header-box.full-screen-menu .submenu .submenu-link, .menufied .preview-item-links.no-place .submenu .submenu-link {
text-align : center;
}
.header-box .submenu-link {
display : block;
text-align : left;
}
.header-box .submenu-title {
position : relative;
cursor : pointer;
}
.header-box .submenu-title:after {
content : " ▾"; /* \25b4*/
}
.master.item-box.header-box.boxed-menu .preview-item-links {
width : 400px;
height : 400px;
position : absolute;
top : 0px;
right : 0px;
}
.menu-advanced-settings.switching-panel .hamburger-inner:before, .menu-advanced-settings.switching-panel .hamburger-inner, .menu-advanced-settings.switching-panel .hamburger-inner:after {
background-color : #666;
}
.menu-advanced-settings.switching-panel .hamburger.selected .hamburger-inner:before, .menu-advanced-settings.switching-panel .hamburger.selected .hamburger-inner, .menu-advanced-settings.switching-panel .hamburger.selected .hamburger-inner:after {
background-color : white;
}
.hamburger {
outline : none;
}
.very-small .hamburger-box {
-ms-transform : scale(0.5); /* IE 9 */
-webkit-transform : scale(0.5); /* Safari */
transform : scale(0.5);
}
.small .hamburger-box {
-ms-transform : scale(0.7); /* IE 9 */
-webkit-transform : scale(0.7); /* Safari */
transform : scale(0.7);
}
.large .hamburger-box {
-ms-transform : scale(1.3); /* IE 9 */
-webkit-transform : scale(1.3); /* Safari */
transform : scale(1.3);
}
.very-large .hamburger-box {
-ms-transform : scale(1.5); /* IE 9 */
-webkit-transform : scale(1.5); /* Safari */
transform : scale(1.5);
}
.hidden-menu {
display : none!important;
}
/*!
* Hamburgers
* @description Tasty CSS-animated hamburgers
* @author Jonathan Suh @jonsuh
* @site https://jonsuh.com/hamburgers
* @link https://github.com/jonsuh/hamburgers
*/
.hamburger {
font : inherit;
display : inline-block;
overflow : visible;
margin : 0;
padding : 15px;
cursor : pointer;
transition-timing-function: linear;
transition-duration : .15s;
transition-property : opacity,-webkit-filter;
transition-property : opacity,filter;
transition-property : opacity,filter,-webkit-filter;
text-transform : none;
color : inherit;
border : 0;
background-color : transparent
}
.hamburger:hover {
opacity : .7
}
.hamburger-box {
position : relative;
display : inline-block;
width : 40px;
height : 24px
}
.hamburger-inner {
top : 50%;
display : block;
margin-top : -2px
}
.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before {
position : absolute;
width : 40px;
height : 4px;
transition-timing-function: ease;
transition-duration : .15s;
transition-property : -webkit-transform;
transition-property : transform;
transition-property : transform,-webkit-transform;
border-radius : 4px;
background-color : #000
}
.hamburger-inner:after,.hamburger-inner:before {
display : block;
content : ""
}
.hamburger-inner:before {
top : -10px
}
.hamburger-inner:after {
bottom : -10px
}
.hamburger--arrow.is-active .hamburger-inner:before {
-webkit-transform : translate3d(-8px,0,0) rotate(-45deg) scaleX(.7);
transform : translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)
}
.hamburger--arrow.is-active .hamburger-inner:after {
-webkit-transform : translate3d(-8px,0,0) rotate(45deg) scaleX(.7);
transform : translate3d(-8px,0,0) rotate(45deg) scaleX(.7)
}
.hamburger--arrow-r.is-active .hamburger-inner:before {
-webkit-transform : translate3d(8px,0,0) rotate(45deg) scaleX(.7);
transform : translate3d(8px,0,0) rotate(45deg) scaleX(.7)
}
.hamburger--arrow-r.is-active .hamburger-inner:after {
-webkit-transform : translate3d(8px,0,0) rotate(-45deg) scaleX(.7);
transform : translate3d(8px,0,0) rotate(-45deg) scaleX(.7)
}
.hamburger--arrowalt .hamburger-inner:before {
transition : top .1s .15s ease,-webkit-transform .15s cubic-bezier(.165,.84,.44,1);
transition : top .1s .15s ease,transform .15s cubic-bezier(.165,.84,.44,1);
transition : top .1s .15s ease,transform .15s cubic-bezier(.165,.84,.44,1),-webkit-transform .15s cubic-bezier(.165,.84,.44,1)
}
.hamburger--arrowalt .hamburger-inner:after {
transition : bottom .1s .15s ease,-webkit-transform .15s cubic-bezier(.165,.84,.44,1);
transition : bottom .1s .15s ease,transform .15s cubic-bezier(.165,.84,.44,1);
transition : bottom .1s .15s ease,transform .15s cubic-bezier(.165,.84,.44,1),-webkit-transform .15s cubic-bezier(.165,.84,.44,1)
}
.hamburger--arrowalt.is-active .hamburger-inner:before {
top : 0;
transition : top .1s ease,-webkit-transform .15s .1s cubic-bezier(.895,.03,.685,.22);
transition : top .1s ease,transform .15s .1s cubic-bezier(.895,.03,.685,.22);
transition : top .1s ease,transform .15s .1s cubic-bezier(.895,.03,.685,.22),-webkit-transform .15s .1s cubic-bezier(.895,.03,.685,.22);
-webkit-transform : translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7);
transform : translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7)
}
.hamburger--arrowalt.is-active .hamburger-inner:after {
bottom : 0;
transition : bottom .1s ease,-webkit-transform .15s .1s cubic-bezier(.895,.03,.685,.22);
transition : bottom .1s ease,transform .15s .1s cubic-bezier(.895,.03,.685,.22);
transition : bottom .1s ease,transform .15s .1s cubic-bezier(.895,.03,.685,.22),-webkit-transform .15s .1s cubic-bezier(.895,.03,.685,.22);
-webkit-transform : translate3d(-8px,10px,0) rotate(45deg) scaleX(.7);
transform : translate3d(-8px,10px,0) rotate(45deg) scaleX(.7)
}
.hamburger--arrowalt-r .hamburger-inner:before {
transition : top .1s .15s ease,-webkit-transform .15s cubic-bezier(.165,.84,.44,1);
transition : top .1s .15s ease,transform .15s cubic-bezier(.165,.84,.44,1);
transition : top .1s .15s ease,transform .15s cubic-bezier(.165,.84,.44,1),-webkit-transform .15s cubic-bezier(.165,.84,.44,1)
}
.hamburger--arrowalt-r .hamburger-inner:after {
transition : bottom .1s .15s ease,-webkit-transform .15s cubic-bezier(.165,.84,.44,1);
transition : bottom .1s .15s ease,transform .15s cubic-bezier(.165,.84,.44,1);
transition : bottom .1s .15s ease,transform .15s cubic-bezier(.165,.84,.44,1),-webkit-transform .15s cubic-bezier(.165,.84,.44,1)
}
.hamburger--arrowalt-r.is-active .hamburger-inner:before {
top : 0;
transition : top .1s ease,-webkit-transform .15s .1s cubic-bezier(.895,.03,.685,.22);
transition : top .1s ease,transform .15s .1s cubic-bezier(.895,.03,.685,.22);
transition : top .1s ease,transform .15s .1s cubic-bezier(.895,.03,.685,.22),-webkit-transform .15s .1s cubic-bezier(.895,.03,.685,.22);
-webkit-transform : translate3d(8px,-10px,0) rotate(45deg) scaleX(.7);
transform : translate3d(8px,-10px,0) rotate(45deg) scaleX(.7)
}
.hamburger--arrowalt-r.is-active .hamburger-inner:after {
bottom : 0;
transition : bottom .1s ease,-webkit-transform .15s .1s cubic-bezier(.895,.03,.685,.22);
transition : bottom .1s ease,transform .15s .1s cubic-bezier(.895,.03,.685,.22);
transition : bottom .1s ease,transform .15s .1s cubic-bezier(.895,.03,.685,.22),-webkit-transform .15s .1s cubic-bezier(.895,.03,.685,.22);
-webkit-transform : translate3d(8px,10px,0) rotate(-45deg) scaleX(.7);
transform : translate3d(8px,10px,0) rotate(-45deg) scaleX(.7)
}
.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:after,.hamburger--boring .hamburger-inner:before {
transition-property : none
}
.hamburger--boring.is-active .hamburger-inner {
-webkit-transform : rotate(45deg);
transform : rotate(45deg)
}
.hamburger--boring.is-active .hamburger-inner:before {
top : 0;
opacity : 0
}
.hamburger--boring.is-active .hamburger-inner:after {
bottom : 0;
-webkit-transform : rotate(-90deg);
transform : rotate(-90deg)
}
.hamburger--collapse .hamburger-inner {
top : auto;
bottom : 0;
transition-delay : .15s;
transition-timing-function: cubic-bezier(.55,.055,.675,.19);
transition-duration : .15s
}
.hamburger--collapse .hamburger-inner:after {
top : -20px;
transition : top .3s .3s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear
}
.hamburger--collapse .hamburger-inner:before {
transition : top .12s .3s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19);
transition : top .12s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19);
transition : top .12s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19)
}
.hamburger--collapse.is-active .hamburger-inner {
transition-delay : .32s;
transition-timing-function: cubic-bezier(.215,.61,.355,1);
-webkit-transform : translate3d(0,-10px,0) rotate(-45deg);
transform : translate3d(0,-10px,0) rotate(-45deg)
}
.hamburger--collapse.is-active .hamburger-inner:after {
top : 0;
transition : top .3s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .27s linear;
opacity : 0
}
.hamburger--collapse.is-active .hamburger-inner:before {
top : 0;
transition : top .12s .18s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .15s .42s cubic-bezier(.215,.61,.355,1);
transition : top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .42s cubic-bezier(.215,.61,.355,1);
transition : top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .42s cubic-bezier(.215,.61,.355,1),-webkit-transform .15s .42s cubic-bezier(.215,.61,.355,1);
-webkit-transform : rotate(-90deg);
transform : rotate(-90deg)
}
.hamburger--collapse-r .hamburger-inner {
top : auto;
bottom : 0;
transition-delay : .15s;
transition-timing-function: cubic-bezier(.55,.055,.675,.19);
transition-duration : .15s
}
.hamburger--collapse-r .hamburger-inner:after {
top : -20px;
transition : top .3s .3s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear
}
.hamburger--collapse-r .hamburger-inner:before {
transition : top .12s .3s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19);
transition : top .12s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19);
transition : top .12s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19)
}
.hamburger--collapse-r.is-active .hamburger-inner {
transition-delay : .32s;
transition-timing-function: cubic-bezier(.215,.61,.355,1);
-webkit-transform : translate3d(0,-10px,0) rotate(45deg);
transform : translate3d(0,-10px,0) rotate(45deg)
}
.hamburger--collapse-r.is-active .hamburger-inner:after {
top : 0;
transition : top .3s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .27s linear;
opacity : 0
}
.hamburger--collapse-r.is-active .hamburger-inner:before {
top : 0;
transition : top .12s .18s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .15s .42s cubic-bezier(.215,.61,.355,1);
transition : top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .42s cubic-bezier(.215,.61,.355,1);
transition : top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .42s cubic-bezier(.215,.61,.355,1),-webkit-transform .15s .42s cubic-bezier(.215,.61,.355,1);
-webkit-transform : rotate(90deg);
transform : rotate(90deg)
}
.hamburger--elastic .hamburger-inner {
top : 0;
transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
transition-duration : .4s
}
.hamburger--elastic .hamburger-inner:before {
top : 10px;
transition : opacity .15s .4s ease
}
.hamburger--elastic .hamburger-inner:after {
top : 20px;
transition : -webkit-transform .4s cubic-bezier(.68,-.55,.265,1.55);
transition : transform .4s cubic-bezier(.68,-.55,.265,1.55);
transition : transform .4s cubic-bezier(.68,-.55,.265,1.55),-webkit-transform .4s cubic-bezier(.68,-.55,.265,1.55)
}
.hamburger--elastic.is-active .hamburger-inner {
transition-delay : .1s;
-webkit-transform : translate3d(0,10px,0) rotate(135deg);
transform : translate3d(0,10px,0) rotate(135deg)
}
.hamburger--elastic.is-active .hamburger-inner:before {
transition-delay : 0s;
opacity : 0
}
.hamburger--elastic.is-active .hamburger-inner:after {
transition-delay : .1s;
-webkit-transform : translate3d(0,-20px,0) rotate(-270deg);
transform : translate3d(0,-20px,0) rotate(-270deg)
}
.hamburger--elastic-r .hamburger-inner {
top : 0;
transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
transition-duration : .4s
}
.hamburger--elastic-r .hamburger-inner:before {
top : 10px;
transition : opacity .15s .4s ease
}
.hamburger--elastic-r .hamburger-inner:after {
top : 20px;
transition : -webkit-transform .4s cubic-bezier(.68,-.55,.265,1.55);
transition : transform .4s cubic-bezier(.68,-.55,.265,1.55);
transition : transform .4s cubic-bezier(.68,-.55,.265,1.55),-webkit-transform .4s cubic-bezier(.68,-.55,.265,1.55)
}
.hamburger--elastic-r.is-active .hamburger-inner {
transition-delay : .1s;
-webkit-transform : translate3d(0,10px,0) rotate(-135deg);
transform : translate3d(0,10px,0) rotate(-135deg)
}
.hamburger--elastic-r.is-active .hamburger-inner:before {
transition-delay : 0s;
opacity : 0
}
.hamburger--elastic-r.is-active .hamburger-inner:after {
transition-delay : .1s;
-webkit-transform : translate3d(0,-20px,0) rotate(270deg);
transform : translate3d(0,-20px,0) rotate(270deg)
}
.hamburger--emphatic {
overflow : hidden
}
.hamburger--emphatic .hamburger-inner {
transition : background-color .2s .25s ease-in
}
.hamburger--emphatic .hamburger-inner:before {
left : 0;
transition : top .05s .2s linear,left .2s .25s ease-in,-webkit-transform .2s cubic-bezier(.6,.04,.98,.335);
transition : transform .2s cubic-bezier(.6,.04,.98,.335),top .05s .2s linear,left .2s .25s ease-in;
transition : transform .2s cubic-bezier(.6,.04,.98,.335),top .05s .2s linear,left .2s .25s ease-in,-webkit-transform .2s cubic-bezier(.6,.04,.98,.335)
}
.hamburger--emphatic .hamburger-inner:after {
top : 10px;
right : 0;
transition : top .05s .2s linear,right .2s .25s ease-in,-webkit-transform .2s cubic-bezier(.6,.04,.98,.335);
transition : transform .2s cubic-bezier(.6,.04,.98,.335),top .05s .2s linear,right .2s .25s ease-in;
transition : transform .2s cubic-bezier(.6,.04,.98,.335),top .05s .2s linear,right .2s .25s ease-in,-webkit-transform .2s cubic-bezier(.6,.04,.98,.335)
}
.hamburger--emphatic.is-active .hamburger-inner {
transition-delay : 0s;
transition-timing-function: ease-out;
background-color : transparent
}
.hamburger--emphatic.is-active .hamburger-inner:before {
top : -80px;
left : -80px;
transition : left .2s ease-out,top .05s .2s linear,-webkit-transform .2s .25s cubic-bezier(.075,.82,.165,1);
transition : left .2s ease-out,top .05s .2s linear,transform .2s .25s cubic-bezier(.075,.82,.165,1);
transition : left .2s ease-out,top .05s .2s linear,transform .2s .25s cubic-bezier(.075,.82,.165,1),-webkit-transform .2s .25s cubic-bezier(.075,.82,.165,1);
-webkit-transform : translate3d(80px,80px,0) rotate(45deg);
transform : translate3d(80px,80px,0) rotate(45deg)
}
.hamburger--emphatic.is-active .hamburger-inner:after {
top : -80px;
right : -80px;
transition : right .2s ease-out,top .05s .2s linear,-webkit-transform .2s .25s cubic-bezier(.075,.82,.165,1);
transition : right .2s ease-out,top .05s .2s linear,transform .2s .25s cubic-bezier(.075,.82,.165,1);
transition : right .2s ease-out,top .05s .2s linear,transform .2s .25s cubic-bezier(.075,.82,.165,1),-webkit-transform .2s .25s cubic-bezier(.075,.82,.165,1);
-webkit-transform : translate3d(-80px,80px,0) rotate(-45deg);
transform : translate3d(-80px,80px,0) rotate(-45deg)
}
.hamburger--emphatic-r {
overflow : hidden
}
.hamburger--emphatic-r .hamburger-inner {
transition : background-color .2s .25s ease-in
}
.hamburger--emphatic-r .hamburger-inner:before {
left : 0;
transition : top .05s .2s linear,left .2s .25s ease-in,-webkit-transform .2s cubic-bezier(.6,.04,.98,.335);
transition : transform .2s cubic-bezier(.6,.04,.98,.335),top .05s .2s linear,left .2s .25s ease-in;
transition : transform .2s cubic-bezier(.6,.04,.98,.335),top .05s .2s linear,left .2s .25s ease-in,-webkit-transform .2s cubic-bezier(.6,.04,.98,.335)
}
.hamburger--emphatic-r .hamburger-inner:after {
top : 10px;
right : 0;
transition : top .05s .2s linear,right .2s .25s ease-in,-webkit-transform .2s cubic-bezier(.6,.04,.98,.335);
transition : transform .2s cubic-bezier(.6,.04,.98,.335),top .05s .2s linear,right .2s .25s ease-in;
transition : transform .2s cubic-bezier(.6,.04,.98,.335),top .05s .2s linear,right .2s .25s ease-in,-webkit-transform .2s cubic-bezier(.6,.04,.98,.335)
}
.hamburger--emphatic-r.is-active .hamburger-inner {
transition-delay : 0s;
transition-timing-function: ease-out;
background-color : transparent
}
.hamburger--emphatic-r.is-active .hamburger-inner:before {
top : 80px;
left : -80px;
transition : left .2s ease-out,top .05s .2s linear,-webkit-transform .2s .25s cubic-bezier(.075,.82,.165,1);
transition : left .2s ease-out,top .05s .2s linear,transform .2s .25s cubic-bezier(.075,.82,.165,1);
transition : left .2s ease-out,top .05s .2s linear,transform .2s .25s cubic-bezier(.075,.82,.165,1),-webkit-transform .2s .25s cubic-bezier(.075,.82,.165,1);
-webkit-transform : translate3d(80px,-80px,0) rotate(-45deg);
transform : translate3d(80px,-80px,0) rotate(-45deg)
}
.hamburger--emphatic-r.is-active .hamburger-inner:after {
top : 80px;
right : -80px;
transition : right .2s ease-out,top .05s .2s linear,-webkit-transform .2s .25s cubic-bezier(.075,.82,.165,1);
transition : right .2s ease-out,top .05s .2s linear,transform .2s .25s cubic-bezier(.075,.82,.165,1);
transition : right .2s ease-out,top .05s .2s linear,transform .2s .25s cubic-bezier(.075,.82,.165,1),-webkit-transform .2s .25s cubic-bezier(.075,.82,.165,1);
-webkit-transform : translate3d(-80px,-80px,0) rotate(45deg);
transform : translate3d(-80px,-80px,0) rotate(45deg)
}
.hamburger--slider .hamburger-inner {
top : 0
}
.hamburger--slider .hamburger-inner:before {
top : 10px;
transition-timing-function: ease;
transition-duration : .2s;
transition-property : opacity,-webkit-transform;
transition-property : transform,opacity;
transition-property : transform,opacity,-webkit-transform
}
.hamburger--slider .hamburger-inner:after {
top : 20px
}
.hamburger--slider.is-active .hamburger-inner {
-webkit-transform : translate3d(0,10px,0) rotate(45deg);
transform : translate3d(0,10px,0) rotate(45deg)
}
.hamburger--slider.is-active .hamburger-inner:before {
-webkit-transform : rotate(-45deg) translate3d(-5.71429px,-6px,0);
transform : rotate(-45deg) translate3d(-5.71429px,-6px,0);
opacity : 0
}
.hamburger--slider.is-active .hamburger-inner:after {
-webkit-transform : translate3d(0,-20px,0) rotate(-90deg);
transform : translate3d(0,-20px,0) rotate(-90deg)
}
.hamburger--slider-r .hamburger-inner {
top : 0
}
.hamburger--slider-r .hamburger-inner:before {
top : 10px;
transition-timing-function: ease;
transition-duration : .2s;
transition-property : opacity,-webkit-transform;
transition-property : transform,opacity;
transition-property : transform,opacity,-webkit-transform
}
.hamburger--slider-r .hamburger-inner:after {
top : 20px
}
.hamburger--slider-r.is-active .hamburger-inner {
-webkit-transform : translate3d(0,10px,0) rotate(-45deg);
transform : translate3d(0,10px,0) rotate(-45deg)
}
.hamburger--slider-r.is-active .hamburger-inner:before {
-webkit-transform : rotate(45deg) translate3d(5.71429px,-6px,0);
transform : rotate(45deg) translate3d(5.71429px,-6px,0);
opacity : 0
}
.hamburger--slider-r.is-active .hamburger-inner:after {
-webkit-transform : translate3d(0,-20px,0) rotate(90deg);
transform : translate3d(0,-20px,0) rotate(90deg)
}
.hamburger--spin .hamburger-inner {
transition-timing-function: cubic-bezier(.55,.055,.675,.19);
transition-duration : .3s
}
.hamburger--spin .hamburger-inner:before {
transition : top .1s .34s ease-in,opacity .1s ease-in
}
.hamburger--spin .hamburger-inner:after {
transition : bottom .1s .34s ease-in,-webkit-transform .3s cubic-bezier(.55,.055,.675,.19);
transition : bottom .1s .34s ease-in,transform .3s cubic-bezier(.55,.055,.675,.19);
transition : bottom .1s .34s ease-in,transform .3s cubic-bezier(.55,.055,.675,.19),-webkit-transform .3s cubic-bezier(.55,.055,.675,.19)
}
.hamburger--spin.is-active .hamburger-inner {
transition-delay : .14s;
transition-timing-function: cubic-bezier(.215,.61,.355,1);
-webkit-transform : rotate(225deg);
transform : rotate(225deg)
}
.hamburger--spin.is-active .hamburger-inner:before {
top : 0;
transition : top .1s ease-out,opacity .1s .14s ease-out;
opacity : 0
}
.hamburger--spin.is-active .hamburger-inner:after {
bottom : 0;
transition : bottom .1s ease-out,-webkit-transform .3s .14s cubic-bezier(.215,.61,.355,1);
transition : bottom .1s ease-out,transform .3s .14s cubic-bezier(.215,.61,.355,1);
transition : bottom .1s ease-out,transform .3s .14s cubic-bezier(.215,.61,.355,1),-webkit-transform .3s .14s cubic-bezier(.215,.61,.355,1);
-webkit-transform : rotate(-90deg);
transform : rotate(-90deg)
}
.hamburger--spin-r .hamburger-inner {
transition-timing-function: cubic-bezier(.55,.055,.675,.19);
transition-duration : .3s
}
.hamburger--spin-r .hamburger-inner:before {
transition : top .1s .34s ease-in,opacity .1s ease-in
}
.hamburger--spin-r .hamburger-inner:after {
transition : bottom .1s .34s ease-in,-webkit-transform .3s cubic-bezier(.55,.055,.675,.19);
transition : bottom .1s .34s ease-in,transform .3s cubic-bezier(.55,.055,.675,.19);
transition : bottom .1s .34s ease-in,transform .3s cubic-bezier(.55,.055,.675,.19),-webkit-transform .3s cubic-bezier(.55,.055,.675,.19)
}
.hamburger--spin-r.is-active .hamburger-inner {
transition-delay : .14s;
transition-timing-function: cubic-bezier(.215,.61,.355,1);
-webkit-transform : rotate(-225deg);
transform : rotate(-225deg)
}
.hamburger--spin-r.is-active .hamburger-inner:before {
top : 0;
transition : top .1s ease-out,opacity .1s .14s ease-out;
opacity : 0
}
.hamburger--spin-r.is-active .hamburger-inner:after {
bottom : 0;
transition : bottom .1s ease-out,-webkit-transform .3s .14s cubic-bezier(.215,.61,.355,1);
transition : bottom .1s ease-out,transform .3s .14s cubic-bezier(.215,.61,.355,1);
transition : bottom .1s ease-out,transform .3s .14s cubic-bezier(.215,.61,.355,1),-webkit-transform .3s .14s cubic-bezier(.215,.61,.355,1);
-webkit-transform : rotate(-90deg);
transform : rotate(-90deg)
}
.hamburger--squeeze .hamburger-inner {
transition-timing-function: cubic-bezier(.55,.055,.675,.19);
transition-duration : .1s
}
.hamburger--squeeze .hamburger-inner:before {
transition : top .1s .14s ease,opacity .1s ease
}
.hamburger--squeeze .hamburger-inner:after {
transition : bottom .1s .14s ease,-webkit-transform .1s cubic-bezier(.55,.055,.675,.19);
transition : bottom .1s .14s ease,transform .1s cubic-bezier(.55,.055,.675,.19);
transition : bottom .1s .14s ease,transform .1s cubic-bezier(.55,.055,.675,.19),-webkit-transform .1s cubic-bezier(.55,.055,.675,.19)
}
.hamburger--squeeze.is-active .hamburger-inner {
transition-delay : .14s;
transition-timing-function: cubic-bezier(.215,.61,.355,1);
-webkit-transform : rotate(45deg);
transform : rotate(45deg)
}
.hamburger--squeeze.is-active .hamburger-inner:before {
top : 0;
transition : top .1s ease,opacity .1s .14s ease;
opacity : 0
}
.hamburger--squeeze.is-active .hamburger-inner:after {
bottom : 0;
transition : bottom .1s ease,-webkit-transform .1s .14s cubic-bezier(.215,.61,.355,1);
transition : bottom .1s ease,transform .1s .14s cubic-bezier(.215,.61,.355,1);
transition : bottom .1s ease,transform .1s .14s cubic-bezier(.215,.61,.355,1),-webkit-transform .1s .14s cubic-bezier(.215,.61,.355,1);
-webkit-transform : rotate(-90deg);
transform : rotate(-90deg)
}
.hamburger--vortex .hamburger-inner {
transition-timing-function: cubic-bezier(.19,1,.22,1);
transition-duration : .3s
}
.hamburger--vortex .hamburger-inner:after,.hamburger--vortex .hamburger-inner:before {
transition-delay : .1s;
transition-timing-function: linear;
transition-duration : 0s
}
.hamburger--vortex .hamburger-inner:before {
transition-property : top,opacity
}
.hamburger--vortex .hamburger-inner:after {
transition-property : bottom,-webkit-transform;
transition-property : bottom,transform;
transition-property : bottom,transform,-webkit-transform
}
.hamburger--vortex.is-active .hamburger-inner {
transition-timing-function: cubic-bezier(.19,1,.22,1);
-webkit-transform : rotate(765deg);
transform : rotate(765deg)
}
.hamburger--vortex.is-active .hamburger-inner:after,.hamburger--vortex.is-active .hamburger-inner:before {
transition-delay : 0s
}
.hamburger--vortex.is-active .hamburger-inner:before {
top : 0;
opacity : 0
}
.hamburger--vortex.is-active .hamburger-inner:after {
bottom : 0;
-webkit-transform : rotate(90deg);
transform : rotate(90deg)
}
.hamburger--vortex-r .hamburger-inner {
transition-timing-function: cubic-bezier(.19,1,.22,1);
transition-duration : .3s
}
.hamburger--vortex-r .hamburger-inner:after,.hamburger--vortex-r .hamburger-inner:before {
transition-delay : .1s;
transition-timing-function: linear;
transition-duration : 0s
}
.hamburger--vortex-r .hamburger-inner:before {
transition-property : top,opacity
}
.hamburger--vortex-r .hamburger-inner:after {
transition-property : bottom,-webkit-transform;
transition-property : bottom,transform;
transition-property : bottom,transform,-webkit-transform
}
.hamburger--vortex-r.is-active .hamburger-inner {
transition-timing-function: cubic-bezier(.19,1,.22,1);
-webkit-transform : rotate(-765deg);
transform : rotate(-765deg)
}
.hamburger--vortex-r.is-active .hamburger-inner:after,.hamburger--vortex-r.is-active .hamburger-inner:before {
transition-delay : 0s
}
.hamburger--vortex-r.is-active .hamburger-inner:before {
top : 0;
opacity : 0
}
.hamburger--vortex-r.is-active .hamburger-inner:after {
bottom : 0;
-webkit-transform : rotate(-90deg);
transform : rotate(-90deg)
}
</style>
<style class="flex-css">
.flex {
overflow : hidden;
}
.flex p {
-webkit-font-smoothing: antialiased;
}
.flex .flex-arrows {
position : relative;
cursor : pointer;
top : 50%;
margin-top : -15px;
opacity : 0;
-webkit-transition : opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
-moz-transition : opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition : opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition : opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.master.item-box:hover .flex .flex-arrows {
opacity : 1;
}
.flex .flex-arrows.disabled {
opacity : 0!important;
}
.flex .flex-arrows.left {
float : left;
padding : 2%;
}
.flex .flex-arrows.right {
float : right;
padding : 2%;
}
.flex .sub.item-box {
-webkit-transform : translate3d(0,0,0);
-webkit-backface-visibility: hidden;
position : relative;
-webkit-transition : left 1s cubic-bezier(0.165, 0.84, 0.44, 1);
-moz-transition : left 1s cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition : left 1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition : left 1s cubic-bezier(0.165, 0.84, 0.44, 1);
height : 100%;
width : 0px;
min-height : inherit;
/* display: table-cell;*/
display : inline-block;
text-align : left;
vertical-align : middle;
}
.flex.container {
/*overflow : hidden;*/
position: relative;
}
.flex .sub.item-box:first-child {
width : 100%;
}
.flex #children , .flex #items-holder-wrapper , .flex #items-holder {
height : 100%;
min-height : inherit;
text-align : left;
/*display:table;*/
display : block;
table-layout : fixed;
width : 100%;
font-size : 0px;/* for spaces caused by inline-block elements*/
}
.flex #items-holder-wrapper {
position : relative;
}
.flex .page-navigator {
cursor : pointer;
float : left;
background-position : center;
background-size : cover;
background-repeat : no-repeat;
background-image : url("https://lh3.googleusercontent.com/Noh7kIm5kfqbPDsQ7iI6rTN4euBfQ7VMAlvb1SR-86_5iQtOVXQ3_UURL-N-97M-RWfKGNH6zjcbX9dCQW8=s30");
width : 13px;
height : 13px;
}
.flex .page-navigator.active , .page-navigator:hover {
color : red;
background-image : url("https://lh3.googleusercontent.com/2M3h4CZBMs93o0xtkzkIWJqLF3D042oh1uQZyF0VYQlmGWdEDh9Y6hC7cBZ712umyXcTAHz_nrGGA--_=s30");
}
.flex #paginator {
position : absolute;
left : 50%;
bottom : 2%;
z-index : 12;
}
.flex .sub.item-box[data-visible=visible] {
left : 0;
}
.flex[data-slide-effect="FADE"] .sub.item-box {
left : 0;
opacity : 0;
z-index : 0;
/* visibility:hidden; */
top : 0;
-webkit-transition : opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1);
-moz-transition : opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition : opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1);
transition : opacity 3 s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.flex[data-slide-effect="FILM"] {
width : 70%;
margin : auto;
overflow : visible;
}
.flex[data-slide-effect="FADE"] .sub.item-box[data-visible=visible] {
opacity : 1;
z-index : 3;
/* visibility: visible; */
}
.flex[data-slide-effect="SQUARES"] .sub.item-box[data-visible=visible] {
transform : scale(0.7);
z-index : 3;
}
.flex[data-slide-effect="SQUARES"] .sub.item-box.before-visible .magic-circle-holder , .flex[data-slide-effect="SQUARES"] .sub.item-box.after-visible .magic-circle-holder {
pointer-events : none!important;
}
.flex[data-slide-effect="SQUARES"] .sub.item-box.before-visible {
transform : translateX(60%) scale(0.4);
}
.flex[data-slide-effect="SQUARES"] .sub.item-box.after-visible {
transform : translateX(-60%) scale(0.4);
}
.flex[data-slide-effect="FILM"] .sub.item-box.before-visible {
opacity : 0.7;
}
.flex[data-slide-effect="FILM"] .sub.item-box.after-visible {
opacity : 0.7;
}
.flex[data-slide-effect="SQUARES"] .sub.item-box {
-webkit-transition : transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), left 1s cubic-bezier(0.165, 0.84, 0.44, 1);
-moz-transition : transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), left 1s cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition : transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), left 1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition : transform 1 s cubic-bezier(0.165, 0.84, 0.44, 1), left 1s cubic-bezier(0.165, 0.84, 0.44, 1);
z-index : 0;
}
</style>
<style class="flex-css">
.page-navigator {
cursor : pointer;
float : left;
background-position : center;
background-size : cover;
background-repeat : no-repeat;
background-image : url("https://lh3.googleusercontent.com/Noh7kIm5kfqbPDsQ7iI6rTN4euBfQ7VMAlvb1SR-86_5iQtOVXQ3_UURL-N-97M-RWfKGNH6zjcbX9dCQW8=s30");
width : 13px;
height : 13px;
}
.matrix .sub.item-box {
display : inline-block;
vertical-align : top;
}
.matrix .sub.item-box.element-box {
display : inline-block;
}
.page-navigator.active , .page-navigator:hover {
color : red;
background-image : url("https://lh3.googleusercontent.com/2M3h4CZBMs93o0xtkzkIWJqLF3D042oh1uQZyF0VYQlmGWdEDh9Y6hC7cBZ712umyXcTAHz_nrGGA--_=s30");
}
.matrix #elements-holder {
display : inline-block;
width : 100%;
}
.matrix .sub.item-box:not(.element-box) {
/*overflow : hidden;*/
}
.matrix .image-cover {
overflow : visible;
}
.matrix .preview-image-holder {
overflow : visible;
}
.matrix #items-holder-wrapper {
width : 100%;
/*display:inline-block;*/
text-align : center;
}
.matrix #children {
height : 100%;
min-height : inherit;
}
.matrix #items-holder {
width : 100%;
margin-left : auto;
margin-right : auto;
text-align : left;
font-size : 0px;
/* padding:0px;
margin:0px; */
}
.matrix .element-wrapper {
text-align : center;
}
</style>
<style class="footer-css">
.footer_layout.item-content {
height : inherit;
}
.footer_layout .helper-div {
display : table-cell;
vertical-align : middle;
}
.footer_layout .image-cover {
display : table-cell;
vertical-align : middle;
}
.footer_layout .preview-content-wrapper {
text-align : left;
height : inherit;
min-height : inherit;
}
.footer_layout .preview-content-holder {
display : block;
max-width : 100%;
height : inherit;
min-height : inherit;
}
.footer_layout .logo-holder {
display : table-cell;
vertical-align : middle;
}
.footer_layout .preview-item-links {
display : table-cell;
vertical-align : middle;
white-space : nowrap;
}
.footer_layout .preview-item-links span {
float : left;
display : inline-block;
}
.footer_layout {
display : table;
}
.footer_layout .left-div {
height : inherit; /*inherit for chrome*/
display : table;
float : left;
min-height : inherit;
}
.footer_layout .right-div {
height : inherit; /*inherit for chrome*/
display : table;
float : right;
min-height : inherit;
}
.footer_layout .center-div {
height : inherit; /*inherit for chrome*/
display : block;
text-align : center;
min-height : inherit;
}
.item-box[data-height-resize="true"] .footer_layout .left-div {
height : inherit;
}
.item-box[data-height-resize="true"] .footer_layout .right-div {
height : inherit;
}
.item-box[data-height-resize="true"] .footer_layout .center-div {
height : inherit;
}
.footer_layout .left-div.flipped {
display : inline-block;
width : 100%;
float : none;
height : auto;
min-height : initial;
}
.footer_layout .right-div.flipped {
display : inline-block;
width : 100%;
float : none;
height : auto;
text-align : center;
min-height : initial;
}
.footer_layout .center-div.flipped {
display : inline-block;
width : 100%;
float : none;
height : auto;
min-height : initial;
}
.footer_layout .links-wrapper {
display : table;
height : 100%;
min-height : inherit;
margin-left : auto;
margin-right : auto;
}
.footer_layout .right-div .preview-social-wrapper {
display : table-cell;
vertical-align : middle;
}
.footer_layout .right-div.flipped .preview-social-wrapper {
display : inline-block;
}
.footer_layout.item-content {
width : 100%;
}
.footer_layout .links-menu-btn {
background-image : url("/images/ui_icons/menu_ico.png");
background-repeat : no-repeat;
background-position : 50%;
/*background-color: black;*/
background-size : contain;
width : 50px;
height : 50px;
float : right;
cursor : pointer;
/*display:table-cell;*/
/*vertical-align:middle;*/
}
.footer_layout .links-menu-btn-wrapper {
display : table;
float : right;
/*height:100%;*/
}
.footer_layout .menu-links-holder {
position : relative;
left : 0px;
top : 0px;
display : none;
z-index : 9999999;
}
.footer_layout .menu-links-holder.shown {
display : block;
}
</style>
<style class="default-style">
/******************************************************************************************************
* DEFAULT PREVIEW_STYLE
*
******************************************************************************************************/
.preview-title , .preview-body h1 {
display : inline-block;
font-family : freight-sans-pro;
color : #000;
font-size : 32rem;
line-height : 1em;
letter-spacing : normal;
font-style : normal;
text-decoration : none;
font-weight : normal;
direction : ltr;
margin-left : 0px;
margin-right : 0px;
margin-top : 0px;
margin-bottom : 0px;
padding-left : 0px;
padding-right : 0px;
padding-top : 0px;
padding-bottom : 0px;
background-color : transparent;
text-shadow : none;
text-transform : none;
}
.preview-title-holder {
display : inline-block;
text-align : inherit;
max-width : inherit;
}
.preview-subtitle , .preview-body h2 {
display : inline-block;
font-family : freight-sans-pro;
color : #000;
font-size : 25rem;
line-height : 1em;
letter-spacing : normal;
font-style : normal;
text-decoration : none;
font-weight : normal;
direction : ltr;
margin-left : 0px;
margin-right : 0px;
margin-top : 0px;
margin-bottom : 0px;
padding-left : 0px;
padding-right : 0px;
padding-top : 0px;
padding-bottom : 0px;
background-color : transparent;
text-shadow : none;
text-transform : none;
}
.preview-subtitle-holder {
display : inline-block;
text-align : inherit;
max-width : inherit;
}
.preview-body {
display : inline-block;
font-family : freight-sans-pro;
color : #000;
font-size : 25rem;
line-height : 1em;
letter-spacing : normal;
font-style : normal;
text-decoration : none;
font-weight : normal;
direction : ltr;
margin-left : 0px;
margin-right : 0px;
margin-top : 0px;
margin-bottom : 0px;
padding-left : 0px;
padding-right : 0px;
padding-top : 0px;
padding-bottom : 0px;
background-color : transparent;
max-width : 980px;
text-shadow : none;
-webkit-column-count: 1;
text-transform : none;
}
.preview-body-holder {
display : inline-block;
text-align : inherit;
max-width : inherit;
}
.preview-element.icon-source {
width : 100px;
border-style : solid;
border-width : 0px;
border-color : #000000;
margin-left : 0px;
margin-right : 0px;
margin-top : 15px;
margin-bottom : 15px;
padding-left : 0px;
padding-right : 0px;
padding-top : 0px;
padding-bottom : 0px;
background-color : transparent;
}
.preview-icon-holder {
text-align : inherit;
}
.background-div {
background-size : cover;
background-position : center center;
opacity : 1;
}
.preview.image-cover {
min-height : inherit;
margin-left : 0px;
margin-right : 0px;
margin-top : 0px;
margin-bottom : 0px;
padding-left : 0px;
padding-right : 0px;
padding-top : 0px;
padding-bottom : 0px;
background-color : transparent;
}
.inner-pic {
display : inline-block;
-webkit-filter : none;
filter : none;
background-size : cover;
background-position : center center;
opacity : 1;
}
.pic-side:after , .item-effect-tester , .sub.item-box:after {
background-color : #2098d1;
}
.inner-pic-holder {
vertical-align : middle;
text-align : center;
background-color : transparent;
}
.preview-item-links span , #sr-basket-widget * {
display : inline-block;
font-family : freight-sans-pro;
color : #000;
font-size : 25rem;
line-height : 1em;
letter-spacing : normal;
font-style : normal;
text-decoration : none;
font-weight : normal;
margin-left : 0px;
margin-right : 0px;
margin-top : 0px;
margin-bottom : 0px;
padding-left : 0px;
padding-right : 0px;
padding-top : 0px;
padding-bottom : 0px;
background-color : transparent;
max-width : 980px;
text-shadow : none;
border-style : solid;
border-width : 0px;
border-color : #000000;
border-radius : 0px;
}
.preview-item-links span:hover , .preview-element.Link.hover-tester {
color : #000;
background-color : transparent;
}
.preview-item-links {
text-align : inherit;
}
.preview-item-links.allow-bg-color , .submenu {
background-color : #666;
background-image : none;
}
.preview-item-links span:before , .effect-tester {
background-color : #2098d1;
}
.preview-form .Field {
display : inline-block;
font-family : freight-sans-pro;
font-size : 25rem;
line-height : 1em;
letter-spacing : normal;
font-style : normal;
text-decoration : none;
font-weight : normal;
margin-left : 0px;
margin-right : 0px;
margin-top : 5px;
margin-bottom : 5px;
padding-left : 0px;
padding-right : 0px;
padding-top : 0px;
padding-bottom : 0px;
background-color : transparent;
max-width : 400px;
min-width : 0px;
border-style : solid;
border-width : 1px;
border-color : #000000;
}
.preview-form .Field:hover , .preview-form .Field.hover-tester:not(.placeholder-mode) {
color : #000;
background-color : transparent;
}
.field-holder {
text-align : inherit;
}
.preview-form .Field.placeholder-mode:not(:hover) , .preview-form .Field.no-value:not(:hover) , .preview-form .field-holder .Field.field-dropdown:not(.placeholder-mode):not(.no-value):not(:hover) {
color : #555;
}
.preview-form .Field:not(.placeholder-mode):not(.no-value):not(:hover) {
color : #000;
}
.preview-link-img {
display : inline-block;
width : 50px;
}
.preview-social-holder {
display : inline-block;
margin-left : 0px;
margin-right : 0px;
margin-top : 0px;
margin-bottom : 0px;
padding-left : 0px;
padding-right : 0px;
padding-top : 0px;
padding-bottom : 0px;
background-color : transparent;
border-style : solid;
border-width : 0px;
border-color : #000000;
}
.preview-social-wrapper {
text-align : inherit;
}
.preview-raw-wrapper {
text-align : inherit;
}
.preview-content-holder {
display : inline-block;
max-width : none;
text-align : center;
margin-left : 0px;
margin-right : 0px;
margin-top : 0px;
margin-bottom : 0px;
padding-left : 0px;
padding-right : 0px;
padding-top : 0px;
padding-bottom : 0px;
background-color : transparent;
border-style : solid;
border-width : 0px;
border-color : #000000;
left : auto;
right : auto;
top : auto;
bottom : auto;
width : auto;
height : auto;
}
.preview-content-wrapper {
text-align : center;
vertical-align : middle;
}
.blocks-preview-content-holder {
display : inline-block;
text-align : center;
max-width : none;
margin-left : 0px;
margin-right : 0px;
margin-top : 0px;
margin-bottom : 0px;
padding-left : 0px;
padding-right : 0px;
padding-top : 0px;
padding-bottom : 0px;
}
.blocks-preview-content-wrapper {
text-align : center;
}
.middle_layout .helper-div , .multi_layout .helper-div.middle-center .text-side {
max-width : none;
}
.preview-price {
display : inline-block;
font-family : freight-sans-pro;
color : #000;
font-size : 25rem;
line-height : 1em;
letter-spacing : normal;
font-style : normal;
text-decoration : none;
font-weight : normal;
direction : ltr;
margin-left : 0px;
margin-right : 0px;
margin-top : 0px;
margin-bottom : 0px;
padding-left : 0px;
padding-right : 0px;
padding-top : 0px;
padding-bottom : 0px;
background-color : transparent;
text-shadow : none;
text-transform : none;
}
.preview-price-holder {
display : inline-block;
text-align : inherit;
max-width : inherit;
}
.stripe-background {
-webkit-filter : none;
filter : none;
opacity : 1;
background-size : cover;
background-position : center center;
margin-top : 0px;
margin-left : 0%;
}
.blocks-preview-title {
display : inline-block;
font-family : Montserrat;
color : #000;
font-size : 32rem;
line-height : 1em;
letter-spacing : normal;
font-style : normal;
text-decoration : none;
font-weight : normal;
direction : ltr;
margin-left : 0px;
margin-right : 0px;
margin-top : 20px;
margin-bottom : 5px;
padding-left : 0px;
padding-right : 0px;
padding-top : 0px;
padding-bottom : 0px;
background-color : transparent;
text-shadow : none;
text-transform : none;
}
.blocks-preview-title-holder {
display : inline-block;
text-align : inherit;
max-width : inherit;
}
.blocks-preview-subtitle {
display : inline-block;
font-family : Arial;
color : #999999;
font-size : 20rem;
line-height : 1em;
letter-spacing : normal;
font-style : normal;
text-decoration : none;
font-weight : normal;
direction : ltr;
margin-left : 0px;
margin-right : 0px;
margin-top : 15px;
margin-bottom : 0px;
padding-left : 0px;
padding-right : 0px;
padding-top : 0px;
padding-bottom : 0px;
background-color : transparent;
text-shadow : none;
text-transform : none;
}
.blocks-preview-subtitle-holder {
display : inline-block;
text-align : inherit;
max-width : inherit;
}
.blocks-preview-body {
display : inline-block;
font-family : Arial;
color : #000;
font-size : 12rem;
line-height : 1.2em;
letter-spacing : normal;
font-style : normal;
text-decoration : none;
font-weight : normal;
direction : ltr;
margin-left : 0px;
margin-right : 0px;
margin-top : 10px;
margin-bottom : 20px;
padding-left : 0px;
padding-right : 0px;
padding-top : 0px;
padding-bottom : 0px;
background-color : transparent;
max-width : 600px;
text-shadow : none;
-webkit-column-count: 1;
text-transform : none;
}
.blocks-preview-body-holder {
display : inline-block;
text-align : inherit;
max-width : inherit;
}
.blocks-preview-item-links .Link {
display : inline-block;
font-family : freight-sans-pro;
color : #000;
font-size : 25rem;
line-height : 1em;
letter-spacing : normal;
font-style : normal;
text-decoration : none;
font-weight : normal;
margin-left : 0px;
margin-right : 0px;
margin-top : 0px;
margin-bottom : 0px;
padding-left : 0px;
padding-right : 0px;
padding-top : 0px;
padding-bottom : 0px;
background-color : transparent;
max-width : 980px;
text-shadow : none;
border-style : solid;
border-width : 0px;
border-color : #000000;
border-radius : 0px;
}
.blocks-preview-item-links {
text-align : inherit;
}
.blocks-preview-item-links .Link:hover {
color : #000;
background-color : transparent;
}
.blocks-inner-pic {
display : inline-block;
width : 600px;
margin-left : 0px;
margin-right : 0px;
margin-top : 10px;
margin-bottom : 10px;
}
.blocks-inner-pic-holder {
display : inline-block;
}
.preview-divider {
display : inline-block;
width : 50%;
border-style : solid;
border-bottom-width : 1px;
border-color : #000000;
margin-top : 10px;
margin-bottom : 10px;
}
.preview-divider-holder {
text-align : inherit;
}
.blocks-preview-divider {
display : inline-block;
width : 50%;
border-style : solid;
border-bottom-width : 2px;
border-color : #000000;
margin-top : 10px;
margin-bottom : 10px;
}
.blocks-preview-divider-holder {
text-align : inherit;
}
.multi_layout .helper-div.middle-center {
max-width : none;
padding-left : 0%;
padding-right : 0%;
width : 100%;
}
.draggable-pic-wrapper {
left : 200px;
top : 200px;
width : 400px;
height : 400px;
}
.draggable-pic-wrapper {
left : 0px;
top : 0px;
width : 400px;
height : 400px;
}
.draggable-pic-wrapper {
left : 0px;
top : 0px;
width : 400px;
height : 400px;
}
/******************************************************************************************************
* DEFAULT STRIPE_STYLE
*
******************************************************************************************************/
.Title , .Body h1 {
display : inline-block;
font-family : freight-sans-pro;
color : #000;
font-size : 50rem;
line-height : 1em;
letter-spacing : normal;
font-style : normal;
text-decoration : none;
font-weight : normal;
direction : ltr;
margin-left : 0px;
margin-right : 0px;
margin-top : 0px;
margin-bottom : 0px;
padding-left : 0px;
padding-right : 0px;
padding-top : 0px;
padding-bottom : 0px;
background-color : transparent;
text-shadow : none;
max-width : none;
text-transform : none;
}
.title-holder {
text-align : left;
}
.title-wrapper {
max-width : none;
}
.Subtitle , .Body h2 {
display : inline-block;
font-family : freight-sans-pro;
color : #000;
font-size : 25rem;
line-height : 1em;
letter-spacing : normal;
font-style : normal;
text-decoration : none;
font-weight : normal;
direction : ltr;
margin-left : 0px;
margin-right : 0px;
margin-top : 0px;
margin-bottom : 0px;
padding-left : 0px;
padding-right : 0px;
padding-top : 0px;
padding-bottom : 0px;
background-color : transparent;
text-shadow : none;
max-width : none;
text-transform : none;
}
.subtitle-holder {
text-align : left;
}
.subtitle-wrapper {
max-width : none;
}
.Body {
display : inline-block;
font-family : Arial;
color : #000;
font-size : 15rem;
line-height : 1em;
letter-spacing : normal;
font-style : normal;
text-decoration : none;
font-weight : normal;
direction : ltr;
max-width : none;
margin-left : 0px;
margin-right : 0px;
margin-top : 0px;
margin-bottom : 0px;
padding-left : 0px;
padding-right : 0px;
padding-top : 0px;
padding-bottom : 0px;
background-color : transparent;
text-shadow : none;
-webkit-column-count: 1;
text-transform : none;
}
.body-holder {
text-align : left;
}
.body-wrapper {
max-width : none;
}
.element.icon-source {
width : 100px;
border-style : solid;
border-width : 0px;
border-color : #000000;
}
.icon-holder {
text-align : center;
margin-left : 0px;
margin-right : 0px;
margin-top : 0px;
margin-bottom : 0px;
padding-left : 0px;
padding-right : 0px;
padding-top : 0px;
padding-bottom : 0px;
background-color : transparent;
}
.element.image-source {
border-style : solid;
border-width : 0px;
border-color : #000000;
}
.page-image-cover {
margin-left : 0px;
margin-right : 0px;
margin-top : 0px;
margin-bottom : 0px;
padding-left : 0px;
padding-right : 0px;
padding-top : 0px;
padding-bottom : 0px;
background-color : transparent;
}
.item-links span {
display : inline-block;
font-family : freight-sans-pro;
color : #000;
font-size : 25rem;
line-height : 1em;
letter-spacing : normal;
font-style : normal;
text-decoration : none;
font-weight : normal;
direction : ltr;
margin-left : 0px;
margin-right : 0px;
margin-top : 0px;
margin-bottom : 0px;
padding-left : 0px;
padding-right : 0px;
padding-top : 0px;
padding-bottom : 0px;
background-color : transparent;
text-shadow : none;
border-style : solid;
border-width : 0px;
border-color : #000000;
border-radius : 0px;
text-transform : none;
}
.item-links span:hover {
color : #000;
background-color : transparent;
}
.item-links {
text-align : left;
}
.link-wrapper {
max-width : none;
}
.Quote {
display : inline-block;
font-family : freight-sans-pro;
color : #000;
font-size : 25rem;
line-height : 1em;
letter-spacing : normal;
font-style : normal;
direction : ltr;
text-decoration : none;
font-weight : normal;
text-shadow : none;
}
.quote-author {
font-family : freight-sans-pro;
color : #000;
font-size : 25rem;
line-height : 1em;
letter-spacing : normal;
font-style : normal;
text-decoration : none;
font-weight : normal;
direction : ltr;
margin-left : 0px;
margin-right : 0px;
margin-top : 0px;
margin-bottom : 0px;
padding-left : 0px;
padding-right : 0px;
padding-top : 0px;
padding-bottom : 0px;
background-color : transparent;
max-width : 980px;
text-shadow : none;
}
.quote-holder {
display : inline-block;
margin-left : 0px;
margin-right : 0px;
margin-top : 0px;
margin-bottom : 0px;
padding-left : 0px;
padding-right : 0px;
padding-top : 0px;
padding-bottom : 0px;
background-color : transparent;
}
.quote-wrapper {
text-align : center;
max-width : none;
}
.content-margin {
margin-left : 0px;
margin-right : 0px;
}
.stripe-default-width {
max-width : 9000px;
}
#pagination-holder {
display : inline-block;
font-family : freight-sans-pro;
color : #000;
font-size : 25rem;
line-height : 1em;
letter-spacing : normal;
font-style : normal;
text-decoration : none;
font-weight : normal;
margin-left : 0px;
margin-right : 0px;
margin-top : 0px;
margin-bottom : 0px;
padding-left : 0px;
padding-right : 0px;
padding-top : 0px;
padding-bottom : 0px;
background-color : transparent;
max-width : 980px;
text-shadow : none;
border-style : solid;
border-width : 0px;
border-color : #000000;
}
.element-wrapper {
max-width : none;
}
.link-img {
display : inline-block;
width : 100px;
margin : 0px;
}
.social-holder {
text-align : center;
}
.master.container > #children {
background-color : white;
}
.element.video-source {
border-style : solid;
border-width : 0px;
border-color : #000000;
}
.page-video-cover {
text-align : center;
margin-left : 0px;
margin-right : 0px;
margin-top : 0px;
margin-bottom : 0px;
padding-left : 0px;
padding-right : 0px;
padding-top : 0px;
padding-bottom : 0px;
background-color : transparent;
}
{
background-color:transparent;
padding-left:0%;
padding-right:0%;
width:100%;
}
iframe.html-frame {
background-color : transparent;
}
.html-wrapper {
max-width : none;
}
.self-wrapper {
max-width : none;
}
.background-image-div {
-webkit-filter : none;
filter : none;
opacity : 1;
background-size : cover;
background-position : center center;
}
</style>
<link href="css/static_style.css" id="vbid-507cc08f-nld3hurx-STATIC_STYLE" rel="stylesheet" type="text/css">
<!-- SCRIPT -->
<script src="https://code.jquery.com/jquery-2.x-git.min.js" type="text/javascript">
</script>
<script src="js/xprs_helper.js?v=1.5.7c" type="text/javascript">
</script>
<script src="js/ysb.js" type="text/javascript">
</script>
<script src="js/all_js.js" type="text/javascript">
</script>
<script src="js/lib/touchswipe/jquery.mobile.custom.min.js">
</script>
<!-- User analytics -->
<!-- Label config-->
<script>
var LABEL_CONFIG = {
};
</script>
</head>
<body class="fast-animated-bg fixed-bg" data-app-version="1.5.7c" data-caller="live" data-default-currency="USD" data-ecommerce-dashboard="" data-ecommerce-solution="DISABLED" data-imos-server="https://imos006-dot-im--os.appspot.com" data-root-id="vbid-507cc08f-nld3hurx" data-root-style-id="style-507cc08f-wqqmtpb9" data-static-server="//editor.yahoosmallbusiness.com">
<div class="xprs-holder" data-slug="" data-website-name="Fort Worth Law Dogs LEMC" id="xprs">
<div class="main-page">
<div id="content">
<div class="master container style-507cc08f-wqqmtpb9 content stripes scroll-effects scroll_effect3 website-style" data-absolute-path="" data-arranger="stripes" data-block-script="true" data-creator="" data-itemname="Fort Worth Law Dogs LEMC" data-itemslug="zoom" data-itemstyleid="style-507cc08f-wqqmtpb9" data-itemtype="folder" data-layout="multi" data-margintop="" data-preset-type-id="" data-preview-style="style-507cc08f-wqqmtpb9" data-style="style-7f715-gkcpu3e69m" data-vbid="vbid-507cc08f-nld3hurx" id="vbid-507cc08f-nld3hurx">
<!-- ARRANGER SETTINGS -->
<div class="arranger-settings" data-arranger_cols="0" data-arranger_item_max_width="400" data-arranger_item_min_width="230" data-arranger_item_ratio="1" data-arranger_item_spacing="20" data-arranger_items_per_page="all" data-arranger_order_type="regular" data-arranger_type="stripes" data-auto_play="false" data-auto_play_duration="4" data-flex_arrows="https://lh3.googleusercontent.com/ZMARmveTg1geksYKXZKdh71KW09XrhDLg8N-XrfXCGsDBEHnuKwhmYpHd55Y2-NwuwLX8qsyx26JNyJWtr1jEcxD=s50" data-flex_element_effect="" data-slide_effect="SLIDE" style="display:none;">
</div>
<div class="layout-settings" data-type="multi" style="display:none;">
</div>
<div id="children">
<!-- MENUS START -->
<div "="" class="master item-box header-box style-507cc08f-znxeak6z" data-child-type="STYLE" data-holder-type="header" data-preset-type-id="MENUS" data-preview-styleid="style-507cc08f-znxeak6z" data-styleid="style-507cc08f-znxeak6z" id="vbid-507cc08f-yjl70gsh">
<div class="stripe-background load-high-res" id="no-image">
</div>
<div class="header-wrapper item-wrapper menus-wrapper">
<div class="item-content leaf menu_layout header content" data-behavior-type="NOTHING" data-bgimg="" data-orig-thumb-height="" data-orig-thumb-width="" data-preview-style="style-507cc08f-znxeak6z" data-style="style-7f715-scjjarqgxu" data-vbid="vbid-507cc08f-yjl70gsh">
<div class="preview-content-wrapper">
<div class="preview-content-holder">
<div class="left-div">
<div class="benet" style="min-height:inherit;">
</div>
<div class="logo-holder">
<div class="preview-icon-holder Icon removable-parent">
<a data-link-type="EXISTING" href="fort-worth-law-dogs-lemc.html" target="_self">
<img class="preview-element icon-source magic-circle-holder shrinkable-img allow-mobile-hide" data-menu-name="PREVIEW_ICON" id="vbid-507cc08f-639lf8by" src="https://lh3.googleusercontent.com/61ssnvddFzfcYgM6_9cUYMRUgjX4vvXxHuJ3q0SM_iAKMWvbYJ1WFqELbFTl-ps3BEcPMhiZZ3otsA4aopk">
</a>
</div>
<br>
</div>
<div class="helper-div">
<div class="item-details menu">
</div>
</div>
</div>
<div class="right-div">
<div class="benet" style="min-height:inherit;">
</div>
<div class="preview-item-links">
<ul class="preview-links-wrapper">
<li class="removable-parent">
<a class="removable-parent" data-link-type="EXISTING" href="index.html" target="_self">
<span class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" id="vbid-507cc08f-lwrdqlhs">
Home
</span>
</a>
</li>
<div class="element-placeholder" data-elementtype="LINK" style="display:none;">
</div>
</ul>
</div>
<button class="hamburger links-menu-btn small" type="button">
<span class="hamburger-box">
<span class="hamburger-inner">
</span>
</span>
</button>
</div>
</div>
</div>
<div class="layout-settings" data-always_minified="false" data-background_color="rgb(255, 255, 255)" data-menu_align="left" data-menu_overlay="relative" data-menu_position="top" data-menu_scroll="true" data-menu_shrink_class="centered" data-type="menu" style="display:none;">
</div>
</div>
</div>
</div>
<!-- MENUS END -->
<!-- PROMO START -->
<div "="" class="master item-box gallery-box style-507cc08f-meupya3d button-effects btn_hover3" data-child-type="STYLE" data-holder-type="gallery" data-preset-type-id="PROMO" data-preview-styleid="style-507cc08f-meupya3d" data-styleid="style-507cc08f-meupya3d" id="vbid-507cc08f-jd2yo1q9">
<div class="stripe-background load-high-res" id="no-image">
</div>
<div class="gallery-wrapper item-wrapper promo-wrapper">
<div class="sub container style-507cc08f-meupya3d content flex" data-absolute-path="" data-arranger="flex" data-block-script="true" data-creator="" data-itemname="LOADING Copy" data-itemslug="loading-copy" data-itemstyleid="style-507cc08f-meupya3d" data-itemtype="folder" data-layout="multi" data-margintop="" data-preset-type-id="PROMO" data-preview-style="style-507cc08f-meupya3d" data-style="style-4e411-j0xhjgzynh" data-vbid="vbid-507cc08f-jd2yo1q9">
<!-- ARRANGER SETTINGS -->
<div class="arranger-settings" data-arranger_cols="0" data-arranger_item_max_width="400" data-arranger_item_min_width="230" data-arranger_item_ratio="1" data-arranger_item_spacing="20" data-arranger_items_per_page="all" data-arranger_order_type="regular" data-arranger_type="flex" data-auto_play="true" data-auto_play_duration="4" data-flex_arrows="https://lh3.googleusercontent.com/ZMARmveTg1geksYKXZKdh71KW09XrhDLg8N-XrfXCGsDBEHnuKwhmYpHd55Y2-NwuwLX8qsyx26JNyJWtr1jEcxD=s50" data-flex_element_effect="effect-fadein" data-slide_effect="SLIDE" style="display:none;">
</div>
<div class="layout-settings" data-type="multi" style="display:none;">
</div>
<div id="children">
<div id="items-holder-wrapper">
<div id="items-holder">
<div "="" class="sub item-box page-box style-507cc08f-meupya3d" data-child-type="STYLE" data-holder-type="page" data-preset-type-id="UNRESOLVED" data-preview-styleid="style-507cc08f-meupya3d" data-styleid="style-507cc08f-meupya3d" id="vbid-507cc08f-ogusc7cq">
<div class="page-wrapper item-wrapper">
<div class="item-content leaf multi_layout page content -container" data-bgimg="" data-orig-thumb-height="" data-orig-thumb-width="" data-preview-style="style-507cc08f-meupya3d" data-self="vbid-507cc08f-ogusc7cq" data-style="style-4e411-yq39oaomol" data-vbid="vbid-507cc08f-ogusc7cq">
<div class="multi-container preview image-cover">
<div class="Picture item-preview">
<div class="preview-image-holder">
<div class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" id="no-image" style="">
</div>
<div class="helper-div middle-center">
<!-- <div class="benet" style="min-height:inherit;"></div> -->
<div class="pic-side">
<div class="vertical-aligner">
<div class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER" id="no-image-holder">
<div class="inner-pic preview-element magic-circle-holder load-high-res" data-menu-name="PREVIEW_INLINE_IMAGE" data-orig-height="" data-orig-width="" id="no-image" style="">
</div>
</div>
</div>
</div>
<div class="text-side shrinker-parent">
<div class="vertical-aligner">
<div class="item-details preview-content-wrapper multi" style="position:relative;">
<div class="draggable-div-holder">
</div>
<div class="preview-content-holder shrinker-content">
<!-- BY SPECIFIC ORDER -->
<br class="upper-line-break">
<div class="preview-subtitle-holder removable-parent order-handle">
<h3 class="preview-element preview-subtitle magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_SUBTITLE" id="vbid-507cc08f-05u5sdoc">
TEXAS
</h3>
</div>
<br class="lower-line-break">
<br class="upper-line-break">
<div class="preview-title-holder removable-parent order-handle">
<h1 class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_TITLE" id="vbid-507cc08f-cd9vagaa">
Fort Worth Law Dogs LEMC
<br>
Site under construction
<br>
Contact us
<br>
@
<br>
[email protected]
<br>
</h1>
</div>
<br class="lower-line-break">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="layout-settings" data-type="multi" style="display:none;">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- PROMO END -->
<!-- PROMO START -->
<div "="" class="master item-box gallery-box style-69c7a14b-noaiv0bj button-effects btn_hover4" data-child-type="STYLE" data-holder-type="gallery" data-preset-type-id="PROMO" data-preview-styleid="style-69c7a14b-noaiv0bj" data-styleid="style-69c7a14b-noaiv0bj" id="vbid-69c7a14b-5tlbjrgs">
<div class="stripe-background load-high-res" id="no-image">
</div>
<div class="gallery-wrapper item-wrapper promo-wrapper">
<div class="sub container style-69c7a14b-noaiv0bj content flex" data-absolute-path="" data-arranger="flex" data-block-script="true" data-creator="" data-itemname="LOADING Copy" data-itemslug="loading-copy" data-itemstyleid="style-69c7a14b-noaiv0bj" data-itemtype="folder" data-layout="multi" data-margintop="" data-preset-type-id="PROMO" data-preview-style="style-69c7a14b-noaiv0bj" data-style="style-4e411-j0xhjgzynh" data-vbid="vbid-69c7a14b-5tlbjrgs">
<!-- ARRANGER SETTINGS -->
<div class="arranger-settings" data-arranger_cols="0" data-arranger_item_max_width="400" data-arranger_item_min_width="230" data-arranger_item_ratio="1" data-arranger_item_spacing="20" data-arranger_items_per_page="all" data-arranger_order_type="regular" data-arranger_type="flex" data-auto_play="true" data-auto_play_duration="4" data-flex_arrows="https://lh3.googleusercontent.com/ZMARmveTg1geksYKXZKdh71KW09XrhDLg8N-XrfXCGsDBEHnuKwhmYpHd55Y2-NwuwLX8qsyx26JNyJWtr1jEcxD=s50" data-flex_element_effect="effect-fadein" data-slide_effect="SLIDE" style="display:none;">
</div>
<div class="layout-settings" data-type="multi" style="display:none;">
</div>
<div id="children">
<div id="items-holder-wrapper">
<div id="items-holder">
<div "="" class="sub item-box page-box style-69c7a14b-noaiv0bj" data-child-type="STYLE" data-holder-type="page" data-preset-type-id="UNRESOLVED" data-preview-styleid="style-69c7a14b-noaiv0bj" data-styleid="style-69c7a14b-noaiv0bj" id="vbid-69c7a14b-npqzfcag">
<div class="page-wrapper item-wrapper">
<div class="item-content leaf multi_layout page content -container" data-bgimg="https://lh3.googleusercontent.com/lu8KlD9jtOmx-57pXS0d2teEUTJzWDavUgclYYJTP2fPaUd-OauwiKpl9lsWU8WKcsY4hGjw8qWdXZ6qZTzpYY0dsbQTnPh0k7MUrkYF" data-orig-thumb-height="720" data-orig-thumb-width="960" data-preview-style="style-69c7a14b-noaiv0bj" data-self="vbid-69c7a14b-npqzfcag" data-style="style-4e411-yq39oaomol" data-vbid="vbid-69c7a14b-npqzfcag">
<div class="multi-container preview image-cover">
<div class="Picture item-preview">
<div class="preview-image-holder">
<div class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" id="no-image" style="">
</div>
<div class="helper-div middle-center">
<!-- <div class="benet" style="min-height:inherit;"></div> -->
<div class="pic-side">
<div class="vertical-aligner">
<div class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER" id="vbid-69c7a14b-p5o3u535-holder">
<div class="inner-pic preview-element magic-circle-holder load-high-res" data-menu-name="PREVIEW_INLINE_IMAGE" data-orig-height="720" data-orig-width="960" id="vbid-69c7a14b-p5o3u535" style="background-image:url(https://lh3.googleusercontent.com/lu8KlD9jtOmx-57pXS0d2teEUTJzWDavUgclYYJTP2fPaUd-OauwiKpl9lsWU8WKcsY4hGjw8qWdXZ6qZTzpYY0dsbQTnPh0k7MUrkYF=s300);">
</div>
</div>
</div>
</div>
<div class="text-side shrinker-parent">
<div class="vertical-aligner">
<div class="item-details preview-content-wrapper multi" style="position:relative;">
<div class="draggable-div-holder">
</div>
<div class="preview-content-holder shrinker-content">
<!-- BY SPECIFIC ORDER -->
<div class="preview-icon-holder Icon removable-parent order-handle">
<img class="preview-element icon-source magic-circle-holder shrinkable-img allow-mobile-hide" data-menu-name="PREVIEW_ICON" id="vbid-69c7a14b-dzwuafvm" src="https://lh3.googleusercontent.com/Q-ViNdNhKICDQbmAYLlB9zHEAhWzOcXOJKdxbpScvdb3YGaqnceM7e3QuJtUwzSan6ZCNkIJFSK8yMUETA">
</div>
<br class="upper-line-break">
<div class="preview-title-holder removable-parent order-handle">
<h2 class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_TITLE" id="vbid-69c7a14b-idw5fjkm">
LEMC
<br>
<br>
<br>
</h2>
</div>
<br class="lower-line-break">
<br class="upper-line-break">
<div class="preview-divider-holder removable-parent order-handle">
<div class="preview-element preview-divider magic-circle-holder quick-text-style-menu" data-menu-name="PREVIEW_DIVIDER" id="vbid-69c7a14b-ntgap9qq">
</div>
</div>
<br class="lower-line-break">
<div class="preview-item-links order-handle removable-parent" style="display:inline-block;">
<span class="preview-element Link item-link magic-circle-holder text-element" data-menu-name="PREVIEW_LINK" id="vbid-69c7a14b-l1ut1wti">
CONTACT US
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="layout-settings" data-type="multi" style="display:none;">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- PROMO END -->
<!-- GALLERIES START -->
<div "="" class="master item-box gallery-box style-507cc08f-bdmddyll button-effects btn_hover3 items-hover-effects item_hover11" data-child-type="NATIVE_ORDER" data-holder-type="gallery" data-preset-type-id="GALLERIES" data-preview-styleid="style-507cc08f-bdmddyll" data-styleid="style-507cc08f-bdmddyll" id="vbid-507cc08f-rbzw3fts">
<div class="stripe-background load-high-res" id="no-image">
</div>
<div class="gallery-wrapper item-wrapper galleries-wrapper">
<div class="sub container style-507cc08f-bdmddyll content matrix" data-absolute-path="" data-arranger="matrix" data-block-script="true" data-creator="" data-itemname="New folder Copy" data-itemslug="new-folder-copy" data-itemstyleid="style-507cc08f-bdmddyll" data-itemtype="folder" data-layout="multi" data-margintop="" data-preset-type-id="GALLERIES" data-preview-style="style-507cc08f-bdmddyll" data-style="style-ed018-satuvqyzot" data-vbid="vbid-507cc08f-rbzw3fts">
<!-- ARRANGER SETTINGS -->
<div class="arranger-settings" data-arranger_cols="4" data-arranger_item_max_width="1000" data-arranger_item_min_width="289.79999999999995" data-arranger_item_ratio="1.0" data-arranger_item_spacing="4" data-arranger_items_per_page="all" data-arranger_order_type="mazonite" data-arranger_type="matrix" data-auto_play="false" data-auto_play_duration="4" data-flex_arrows="https://lh3.googleusercontent.com/ZMARmveTg1geksYKXZKdh71KW09XrhDLg8N-XrfXCGsDBEHnuKwhmYpHd55Y2-NwuwLX8qsyx26JNyJWtr1jEcxD=s50" data-flex_element_effect="" data-slide_effect="SLIDE" style="display:none;">
</div>
<div class="layout-settings" data-type="multi" style="display:none;">
</div>
<div id="children">
<!-- STRIPE HEADER -->
<div class="stripe-header-wrapper">
<div "="" class="stripe-header sub item-box page-box style-507cc08f-bdmddyll" data-child-type="STYLE" data-holder-type="page" data-preset-type-id="UNRESOLVED" data-preview-styleid="style-507cc08f-bdmddyll" data-styleid="style-507cc08f-bdmddyll" id="vbid-507cc08f-966sbtfu">
<div class="page-wrapper item-wrapper">
<div class="item-content leaf blocks_layout page content" data-bgimg="" data-orig-thumb-height="" data-orig-thumb-width="" data-preview-style="style-507cc08f-bdmddyll" data-self="vbid-507cc08f-966sbtfu" data-style="style-ed018-satuvqyzot" data-vbid="vbid-507cc08f-966sbtfu">
<div class="helper-div middle">
<!-- <div class="benet" style="min-height:inherit;"></div> -->
<div class="text-side">
<div class="vertical-aligner">
<div class="item-details blocks-preview-content-wrapper blocks shrinker-parent" style="position:relative;">
<div class="blocks-preview-content-holder shrinker-content">
<!-- BY SPECIFIC ORDER -->
<br class="upper-line-break">
<div class="blocks-preview-subtitle-holder removable-parent order-handle">
<h3 class="preview-element blocks-preview-subtitle magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="BLOCKS_PREVIEW_SUBTITLE" id="vbid-507cc08f-djklanxo">
FEATURED PROJECTS
</h3>
</div>
<br class="lower-line-break">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="layout-settings" data-type="blocks" style="display:none;">
</div>
</div>
</div>
</div>
<div id="items-holder-wrapper">
<div id="items-holder">
<div "="" class="sub item-box page-box style-507cc08f-bdmddyll" data-child-type="STYLE" data-holder-type="page" data-preset-type-id="UNRESOLVED" data-preview-styleid="style-507cc08f-bdmddyll" data-styleid="style-507cc08f-bdmddyll" id="vbid-507cc08f-ecqyqzme">
<div class="page-wrapper item-wrapper">
<div class="item-content leaf multi_layout page content -container" data-bgimg="https://lh3.googleusercontent.com/YPoXzQnWpR_4AFaADzTqXVqliyv4aBa8TKgmXM7XapLRKp8-XB42qbdes_qmlEdwDpjL_muX3T4NzO4o0haZZPdX7GOYs2KZa7yfvdl5" data-orig-thumb-height="458" data-orig-thumb-width="850" data-preview-style="style-507cc08f-bdmddyll" data-self="vbid-507cc08f-ecqyqzme" data-style="style-ed018-yjvbvfoyx6" data-vbid="vbid-507cc08f-ecqyqzme">
<div class="multi-container preview image-cover">
<div class="Picture item-preview">
<div class="preview-image-holder">
<div class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" id="no-image" style="">
</div>
<div class="helper-div middle-center">
<!-- <div class="benet" style="min-height:inherit;"></div> -->
<div class="pic-side">
<div class="vertical-aligner">
<div class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER" id="vbid-507cc08f-ahrv9v7k-holder">
<a class="image-link top-layer not-wrapping" data-link-type="LIGHTBOX" href="/vbid-507cc08f-dbwarghp" target="_self">
</a>
<div class="inner-pic preview-element magic-circle-holder load-high-res" data-menu-name="PREVIEW_INLINE_IMAGE" data-orig-height="458" data-orig-width="850" id="vbid-507cc08f-ahrv9v7k" style="background-image:url(https://lh3.googleusercontent.com/YPoXzQnWpR_4AFaADzTqXVqliyv4aBa8TKgmXM7XapLRKp8-XB42qbdes_qmlEdwDpjL_muX3T4NzO4o0haZZPdX7GOYs2KZa7yfvdl5=s300);">
</div>
</div>
</div>
</div>
<div class="text-side shrinker-parent">
<div class="vertical-aligner">
<div class="item-details preview-content-wrapper multi" style="position:relative;">
<div class="draggable-div-holder">
</div>
<div class="preview-content-holder shrinker-content">
<!-- BY NATIVE ORDER -->
<br class="upper-line-break">
<div class="preview-subtitle-holder removable-parent order-handle">
<h3 class="preview-element preview-subtitle magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_SUBTITLE" id="vbid-507cc08f-ntnnaacg">
project 1
</h3>
</div>
<br class="lower-line-break">
<div class="preview-form order-handle">
<div class="element-placeholder" data-elementtype="FIELD" style="display:none;">
</div>
</div>
<div class="preview-item-links order-handle">
<div class="preview-links-wrapper">
<div class="element-placeholder" data-elementtype="LINK" style="display:none;">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="layout-settings" data-type="multi" style="display:none;">
</div>
</div>
</div>
<div "="" class="sub item-box page-box style-507cc08f-bdmddyll" data-child-type="STYLE" data-holder-type="page" data-preset-type-id="UNRESOLVED" data-preview-styleid="style-507cc08f-bdmddyll" data-styleid="style-507cc08f-bdmddyll" id="vbid-507cc08f-n383oft4">
<div class="page-wrapper item-wrapper">
<div class="item-content leaf multi_layout page content -container" data-bgimg="https://lh3.googleusercontent.com/lVvxSxJV1P55SfhgC-kQc34VgQZzdAtAb772yty35o1Gui5Q739REwd4g6WuLBLLvNh5KIdmY-dW8D2y_40Q3QZj5Gq_bkzxlyITZVUQ" data-orig-thumb-height="1069" data-orig-thumb-width="942" data-preview-style="style-507cc08f-bdmddyll" data-self="vbid-507cc08f-n383oft4" data-style="style-ed018-yjvbvfoyx6" data-vbid="vbid-507cc08f-n383oft4">
<div class="multi-container preview image-cover">
<div class="Picture item-preview">
<div class="preview-image-holder">
<div class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" id="no-image" style="">
</div>
<div class="helper-div middle-center">
<!-- <div class="benet" style="min-height:inherit;"></div> -->
<div class="pic-side">
<div class="vertical-aligner">
<div class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER" id="vbid-507cc08f-wqszapbb-holder">
<a class="image-link top-layer not-wrapping" data-link-type="LIGHTBOX" href="/vbid-507cc08f-xyz1epvv" target="_self">
</a>
<div class="inner-pic preview-element magic-circle-holder load-high-res" data-menu-name="PREVIEW_INLINE_IMAGE" data-orig-height="1069" data-orig-width="942" id="vbid-507cc08f-wqszapbb" style="background-image:url(https://lh3.googleusercontent.com/lVvxSxJV1P55SfhgC-kQc34VgQZzdAtAb772yty35o1Gui5Q739REwd4g6WuLBLLvNh5KIdmY-dW8D2y_40Q3QZj5Gq_bkzxlyITZVUQ=s300);">
</div>
</div>
</div>
</div>
<div class="text-side shrinker-parent">
<div class="vertical-aligner">
<div class="item-details preview-content-wrapper multi" style="position:relative;">
<div class="draggable-div-holder">
</div>
<div class="preview-content-holder shrinker-content">
<!-- BY NATIVE ORDER -->
<br class="upper-line-break">
<div class="preview-subtitle-holder removable-parent order-handle">
<h3 class="preview-element preview-subtitle magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_SUBTITLE" id="vbid-507cc08f-tjg3m14n">
project 2
</h3>
</div>
<br class="lower-line-break">
<div class="preview-form order-handle">
<div class="element-placeholder" data-elementtype="FIELD" style="display:none;">
</div>
</div>
<div class="preview-item-links order-handle">
<div class="preview-links-wrapper">
<div class="element-placeholder" data-elementtype="LINK" style="display:none;">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="layout-settings" data-type="multi" style="display:none;">
</div>
</div>
</div>
<div "="" class="sub item-box page-box style-507cc08f-bdmddyll" data-child-type="STYLE" data-holder-type="page" data-preset-type-id="UNRESOLVED" data-preview-styleid="style-507cc08f-bdmddyll" data-styleid="style-507cc08f-bdmddyll" id="vbid-507cc08f-dxpcuz2c">
<div class="page-wrapper item-wrapper">
<div class="item-content leaf multi_layout page content -container" data-bgimg="https://lh3.googleusercontent.com/LRl2Ew_ZgRaYwqGg92SLd-_bkeeHh_KdlvRmMbLVc8Ueg-0Ip7aY8-BzCv4fihDhdfZ8hDsI1GGg1YclahOflqZkyWhHfLObNk3rI28" data-orig-thumb-height="2448" data-orig-thumb-width="3264" data-preview-style="style-507cc08f-bdmddyll" data-self="vbid-507cc08f-dxpcuz2c" data-style="style-ed018-yjvbvfoyx6" data-vbid="vbid-507cc08f-dxpcuz2c">
<div class="multi-container preview image-cover">
<div class="Picture item-preview">
<div class="preview-image-holder">
<div class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" id="no-image" style="">
</div>
<div class="helper-div middle-center">
<!-- <div class="benet" style="min-height:inherit;"></div> -->
<div class="pic-side">
<div class="vertical-aligner">
<div class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER" id="vbid-507cc08f-babku6i8-holder">
<a class="image-link top-layer not-wrapping" data-link-type="LIGHTBOX" href="/vbid-507cc08f-xqql0b5f" target="_self">
</a>
<div class="inner-pic preview-element magic-circle-holder load-high-res" data-menu-name="PREVIEW_INLINE_IMAGE" data-orig-height="2448" data-orig-width="3264" id="vbid-507cc08f-babku6i8" style="background-image:url(https://lh3.googleusercontent.com/LRl2Ew_ZgRaYwqGg92SLd-_bkeeHh_KdlvRmMbLVc8Ueg-0Ip7aY8-BzCv4fihDhdfZ8hDsI1GGg1YclahOflqZkyWhHfLObNk3rI28=s300);">
</div>
</div>
</div>
</div>
<div class="text-side shrinker-parent">
<div class="vertical-aligner">
<div class="item-details preview-content-wrapper multi" style="position:relative;">
<div class="draggable-div-holder">
</div>
<div class="preview-content-holder shrinker-content">
<!-- BY NATIVE ORDER -->
<br class="upper-line-break">
<div class="preview-subtitle-holder removable-parent order-handle">
<h3 class="preview-element preview-subtitle magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_SUBTITLE" id="vbid-507cc08f-zm7rgzxn">
PROJECT 8
</h3>
</div>
<br class="lower-line-break">
<div class="preview-form order-handle">
<div class="element-placeholder" data-elementtype="FIELD" style="display:none;">
</div>
</div>
<div class="preview-item-links order-handle">
<div class="preview-links-wrapper">
<div class="element-placeholder" data-elementtype="LINK" style="display:none;">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="layout-settings" data-type="multi" style="display:none;">
</div>
</div>
</div>
<div "="" class="sub item-box page-box style-507cc08f-bdmddyll" data-child-type="STYLE" data-holder-type="page" data-preset-type-id="UNRESOLVED" data-preview-styleid="style-507cc08f-bdmddyll" data-styleid="style-507cc08f-bdmddyll" id="vbid-507cc08f-yu5gchis">
<div class="page-wrapper item-wrapper">
<div class="item-content leaf multi_layout page content -container" data-bgimg="https://lh3.googleusercontent.com/2xnQZhtL5eUTeywua-ijoyh2Fc74MOGTa83ZV2eeaeeiqRVSkys1xO3ekAL3fmres8yzgL7mkWuX3-hGHTVpvjrPwpkUtjuPIvNgJ_Rd" data-orig-thumb-height="2448" data-orig-thumb-width="3264" data-preview-style="style-507cc08f-bdmddyll" data-self="vbid-507cc08f-yu5gchis" data-style="style-ed018-yjvbvfoyx6" data-vbid="vbid-507cc08f-yu5gchis">
<div class="multi-container preview image-cover">
<div class="Picture item-preview">
<div class="preview-image-holder">
<div class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" id="no-image" style="">
</div>
<div class="helper-div middle-center">
<!-- <div class="benet" style="min-height:inherit;"></div> -->
<div class="pic-side">
<div class="vertical-aligner">
<div class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER" id="vbid-507cc08f-5mpseuos-holder">
<a class="image-link top-layer not-wrapping" data-link-type="LIGHTBOX" href="/vbid-507cc08f-v0cx3bde" target="_self">
</a>
<div class="inner-pic preview-element magic-circle-holder load-high-res" data-menu-name="PREVIEW_INLINE_IMAGE" data-orig-height="2448" data-orig-width="3264" id="vbid-507cc08f-5mpseuos" style="background-image:url(https://lh3.googleusercontent.com/2xnQZhtL5eUTeywua-ijoyh2Fc74MOGTa83ZV2eeaeeiqRVSkys1xO3ekAL3fmres8yzgL7mkWuX3-hGHTVpvjrPwpkUtjuPIvNgJ_Rd=s300);">
</div>
</div>
</div>
</div>
<div class="text-side shrinker-parent">
<div class="vertical-aligner">
<div class="item-details preview-content-wrapper multi" style="position:relative;">
<div class="draggable-div-holder">
</div>
<div class="preview-content-holder shrinker-content">
<!-- BY NATIVE ORDER -->
<br class="upper-line-break">
<div class="preview-subtitle-holder removable-parent order-handle">
<h3 class="preview-element preview-subtitle magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_SUBTITLE" id="vbid-507cc08f-a3albphf">
Project 4
</h3>
</div>
<br class="lower-line-break">
<div class="preview-form order-handle">
<div class="element-placeholder" data-elementtype="FIELD" style="display:none;">
</div>
</div>
<div class="preview-item-links order-handle">
<div class="preview-links-wrapper">
<div class="element-placeholder" data-elementtype="LINK" style="display:none;">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="layout-settings" data-type="multi" style="display:none;">
</div>
</div>
</div>
<div "="" class="sub item-box page-box style-507cc08f-bdmddyll" data-child-type="STYLE" data-holder-type="page" data-preset-type-id="UNRESOLVED" data-preview-styleid="style-507cc08f-bdmddyll" data-styleid="style-507cc08f-bdmddyll" id="vbid-507cc08f-jfazaajz">
<div class="page-wrapper item-wrapper">
<div class="item-content leaf multi_layout page content -container" data-bgimg="https://lh3.googleusercontent.com/74Aa2VvOnSOby3_GQlOCA281xENC6Z2vbKaxn3IXoZYO5Bm4RAaFTRyOKo8NLTMPpTHgD-lpn3G-bDsstcCzmEaOCeQjIp1xvjeqLlie" data-orig-thumb-height="2448" data-orig-thumb-width="3264" data-preview-style="style-507cc08f-bdmddyll" data-self="vbid-507cc08f-jfazaajz" data-style="style-ed018-zvvitjsa4x" data-vbid="vbid-507cc08f-jfazaajz">
<div class="multi-container preview image-cover">
<div class="Picture item-preview">
<div class="preview-image-holder">
<div class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" id="no-image" style="">
</div>
<div class="helper-div middle-center">
<!-- <div class="benet" style="min-height:inherit;"></div> -->
<div class="pic-side">
<div class="vertical-aligner">
<div class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER" id="vbid-507cc08f-y4c9lgdr-holder">
<a class="image-link top-layer not-wrapping" data-link-type="LIGHTBOX" href="/vbid-507cc08f-ykswensn" target="_self">
</a>
<div class="inner-pic preview-element magic-circle-holder load-high-res" data-menu-name="PREVIEW_INLINE_IMAGE" data-orig-height="2448" data-orig-width="3264" id="vbid-507cc08f-y4c9lgdr" style="background-image:url(https://lh3.googleusercontent.com/74Aa2VvOnSOby3_GQlOCA281xENC6Z2vbKaxn3IXoZYO5Bm4RAaFTRyOKo8NLTMPpTHgD-lpn3G-bDsstcCzmEaOCeQjIp1xvjeqLlie=s300);">
</div>
</div>
</div>
</div>
<div class="text-side shrinker-parent">
<div class="vertical-aligner">
<div class="item-details preview-content-wrapper multi" style="position:relative;">
<div class="draggable-div-holder">
</div>
<div class="preview-content-holder shrinker-content">
<!-- BY NATIVE ORDER -->
<br class="upper-line-break">
<div class="preview-subtitle-holder removable-parent order-handle">
<h3 class="preview-element preview-subtitle magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_SUBTITLE" id="vbid-507cc08f-sttl5xez">
PROJECT 10
</h3>
</div>
<br class="lower-line-break">
<div class="preview-form order-handle">
<div class="element-placeholder" data-elementtype="FIELD" style="display:none;">
</div>
</div>
<div class="preview-item-links order-handle">
<div class="preview-links-wrapper">
<div class="element-placeholder" data-elementtype="LINK" style="display:none;">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="layout-settings" data-type="multi" style="display:none;">
</div>
</div>
</div>
<div "="" class="sub item-box page-box style-507cc08f-bdmddyll" data-child-type="STYLE" data-holder-type="page" data-preset-type-id="UNRESOLVED" data-preview-styleid="style-507cc08f-bdmddyll" data-styleid="style-507cc08f-bdmddyll" id="vbid-507cc08f-lnyzaimv">
<div class="page-wrapper item-wrapper">
<div class="item-content leaf multi_layout page content -container" data-bgimg="https://lh3.googleusercontent.com/Z4mB5fTpLaozmfW0FmhdGK3QorppT1yKCtdK4EZihplUdv7yQ005g2TDmuCZXddG5F_E2KD0ULWnpzQgvaGWwYk6KNcpr4Umh33ZPwZe" data-orig-thumb-height="2448" data-orig-thumb-width="3264" data-preview-style="style-507cc08f-bdmddyll" data-self="vbid-507cc08f-lnyzaimv" data-style="style-ed018-yjvbvfoyx6" data-vbid="vbid-507cc08f-lnyzaimv">
<div class="multi-container preview image-cover">
<div class="Picture item-preview">
<div class="preview-image-holder">
<div class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" id="no-image" style="">
</div>
<div class="helper-div middle-center">
<!-- <div class="benet" style="min-height:inherit;"></div> -->
<div class="pic-side">
<div class="vertical-aligner">
<div class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER" id="vbid-507cc08f-gjz2ncnt-holder">
<a class="image-link top-layer not-wrapping" data-link-type="LIGHTBOX" href="/vbid-507cc08f-hvmpxqmz" target="_self">
</a>
<div class="inner-pic preview-element magic-circle-holder load-high-res" data-menu-name="PREVIEW_INLINE_IMAGE" data-orig-height="2448" data-orig-width="3264" id="vbid-507cc08f-gjz2ncnt" style="background-image:url(https://lh3.googleusercontent.com/Z4mB5fTpLaozmfW0FmhdGK3QorppT1yKCtdK4EZihplUdv7yQ005g2TDmuCZXddG5F_E2KD0ULWnpzQgvaGWwYk6KNcpr4Umh33ZPwZe=s300);">
</div>
</div>
</div>
</div>
<div class="text-side shrinker-parent">
<div class="vertical-aligner">
<div class="item-details preview-content-wrapper multi" style="position:relative;">
<div class="draggable-div-holder">
</div>
<div class="preview-content-holder shrinker-content">
<!-- BY NATIVE ORDER -->
<br class="upper-line-break">
<div class="preview-subtitle-holder removable-parent order-handle">
<h3 class="preview-element preview-subtitle magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_SUBTITLE" id="vbid-507cc08f-yuvqqbaa">
PROJECT 5
</h3>
</div>
<br class="lower-line-break">
<div class="preview-form order-handle">
<div class="element-placeholder" data-elementtype="FIELD" style="display:none;">
</div>
</div>
<div class="preview-item-links order-handle">
<div class="preview-links-wrapper">
<div class="element-placeholder" data-elementtype="LINK" style="display:none;">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="layout-settings" data-type="multi" style="display:none;">
</div>
</div>
</div>
<div "="" class="sub item-box page-box style-507cc08f-bdmddyll" data-child-type="STYLE" data-holder-type="page" data-preset-type-id="UNRESOLVED" data-preview-styleid="style-507cc08f-bdmddyll" data-styleid="style-507cc08f-bdmddyll" id="vbid-507cc08f-kid4gws7">
<div class="page-wrapper item-wrapper">
<div class="item-content leaf multi_layout page content -container" data-bgimg="https://lh3.googleusercontent.com/THWcu7GQXfPyfo2ZVNy02qQh_UTnyAxfes-tMzj6w1dGbkeTGeXAqyUh63LFUA4__gFxNw2r2cBDzt8sTlnAMZSHALb-AZHOGYyEXhvxWA" data-orig-thumb-height="2448" data-orig-thumb-width="3264" data-preview-style="style-507cc08f-bdmddyll" data-self="vbid-507cc08f-kid4gws7" data-style="style-ed018-yjvbvfoyx6" data-vbid="vbid-507cc08f-kid4gws7">
<div class="multi-container preview image-cover">
<div class="Picture item-preview">
<div class="preview-image-holder">
<div class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" id="no-image" style="">
</div>
<div class="helper-div middle-center">
<!-- <div class="benet" style="min-height:inherit;"></div> -->
<div class="pic-side">
<div class="vertical-aligner">
<div class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER" id="vbid-507cc08f-btjj6bck-holder">
<a class="image-link top-layer not-wrapping" data-link-type="LIGHTBOX" href="/vbid-507cc08f-uw9s9fox" target="_self">
</a>
<div class="inner-pic preview-element magic-circle-holder load-high-res" data-menu-name="PREVIEW_INLINE_IMAGE" data-orig-height="2448" data-orig-width="3264" id="vbid-507cc08f-btjj6bck" style="background-image:url(https://lh3.googleusercontent.com/THWcu7GQXfPyfo2ZVNy02qQh_UTnyAxfes-tMzj6w1dGbkeTGeXAqyUh63LFUA4__gFxNw2r2cBDzt8sTlnAMZSHALb-AZHOGYyEXhvxWA=s300);">
</div>
</div>
</div>
</div>
<div class="text-side shrinker-parent">
<div class="vertical-aligner">
<div class="item-details preview-content-wrapper multi" style="position:relative;">
<div class="draggable-div-holder">
</div>
<div class="preview-content-holder shrinker-content">
<!-- BY NATIVE ORDER -->
<br class="upper-line-break">
<div class="preview-subtitle-holder removable-parent order-handle">
<h3 class="preview-element preview-subtitle magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_SUBTITLE" id="vbid-507cc08f-llbuh7ik">
PROJECT 6
</h3>
</div>
<br class="lower-line-break">
<div class="preview-form order-handle">
<div class="element-placeholder" data-elementtype="FIELD" style="display:none;">
</div>
</div>
<div class="preview-item-links order-handle">
<div class="preview-links-wrapper">
<div class="element-placeholder" data-elementtype="LINK" style="display:none;">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="layout-settings" data-type="multi" style="display:none;">
</div>
</div>
</div>
<div "="" class="sub item-box page-box style-507cc08f-bdmddyll" data-child-type="STYLE" data-holder-type="page" data-preset-type-id="UNRESOLVED" data-preview-styleid="style-507cc08f-bdmddyll" data-styleid="style-507cc08f-bdmddyll" id="vbid-507cc08f-s9q5pb0k">
<div class="page-wrapper item-wrapper">
<div class="item-content leaf multi_layout page content -container" data-bgimg="https://lh3.googleusercontent.com/0dMpF-voSQkhVwsZ6_mOETpqcnKn2qzDURY_SIneqi1oZmLnzWZSOt6reGziHfvgDjEkUWPs6jGLQFaPoOxH0Zucwi6ECQG44jGc0zP9" data-orig-thumb-height="2448" data-orig-thumb-width="3264" data-preview-style="style-507cc08f-bdmddyll" data-self="vbid-507cc08f-s9q5pb0k" data-style="style-ed018-yjvbvfoyx6" data-vbid="vbid-507cc08f-s9q5pb0k">
<div class="multi-container preview image-cover">
<div class="Picture item-preview">
<div class="preview-image-holder">
<div class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" id="no-image" style="">
</div>
<div class="helper-div middle-center">
<!-- <div class="benet" style="min-height:inherit;"></div> -->
<div class="pic-side">
<div class="vertical-aligner">
<div class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER" id="vbid-507cc08f-0itfqyyo-holder">
<a class="image-link top-layer not-wrapping" data-link-type="LIGHTBOX" href="/vbid-507cc08f-zpoogieo" target="_self">
</a>
<div class="inner-pic preview-element magic-circle-holder load-high-res" data-menu-name="PREVIEW_INLINE_IMAGE" data-orig-height="2448" data-orig-width="3264" id="vbid-507cc08f-0itfqyyo" style="background-image:url(https://lh3.googleusercontent.com/0dMpF-voSQkhVwsZ6_mOETpqcnKn2qzDURY_SIneqi1oZmLnzWZSOt6reGziHfvgDjEkUWPs6jGLQFaPoOxH0Zucwi6ECQG44jGc0zP9=s300);">
</div>
</div>
</div>
</div>
<div class="text-side shrinker-parent">
<div class="vertical-aligner">
<div class="item-details preview-content-wrapper multi" style="position:relative;">
<div class="draggable-div-holder">
</div>
<div class="preview-content-holder shrinker-content">
<!-- BY NATIVE ORDER -->
<br class="upper-line-break">
<div class="preview-subtitle-holder removable-parent order-handle">
<h3 class="preview-element preview-subtitle magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_SUBTITLE" id="vbid-507cc08f-8uomczji">
PROJECT 10
</h3>
</div>
<br class="lower-line-break">
<div class="preview-form order-handle">
<div class="element-placeholder" data-elementtype="FIELD" style="display:none;">
</div>
</div>
<div class="preview-item-links order-handle">
<div class="preview-links-wrapper">
<div class="element-placeholder" data-elementtype="LINK" style="display:none;">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="layout-settings" data-type="multi" style="display:none;">
</div>
</div>
</div>
<div "="" class="sub item-box page-box style-507cc08f-bdmddyll" data-child-type="STYLE" data-holder-type="page" data-preset-type-id="UNRESOLVED" data-preview-styleid="style-507cc08f-bdmddyll" data-styleid="style-507cc08f-bdmddyll" id="vbid-507cc08f-vyixsxoz">
<div class="page-wrapper item-wrapper">
<div class="item-content leaf multi_layout page content -container" data-bgimg="https://lh3.googleusercontent.com/VoNRvIv1X5bcUm7cSjYa8OxPBE7K7q9iU8TBkYGdbDsz0NP_ScQEfvEEf6cHJKN_J8YyKMHGW8XT6AB6LIshjxaqITb3SMmDMtHVGpZQ" data-orig-thumb-height="2448" data-orig-thumb-width="3264" data-preview-style="style-507cc08f-bdmddyll" data-self="vbid-507cc08f-vyixsxoz" data-style="style-ed018-yjvbvfoyx6" data-vbid="vbid-507cc08f-vyixsxoz">
<div class="multi-container preview image-cover">
<div class="Picture item-preview">
<div class="preview-image-holder">
<div class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" id="no-image" style="">
</div>
<div class="helper-div middle-center">
<!-- <div class="benet" style="min-height:inherit;"></div> -->
<div class="pic-side">
<div class="vertical-aligner">
<div class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER" id="vbid-507cc08f-zkb5nrla-holder">
<a class="image-link top-layer not-wrapping" data-link-type="LIGHTBOX" href="/vbid-507cc08f-tgg4qhwk" target="_self">
</a>
<div class="inner-pic preview-element magic-circle-holder load-high-res" data-menu-name="PREVIEW_INLINE_IMAGE" data-orig-height="2448" data-orig-width="3264" id="vbid-507cc08f-zkb5nrla" style="background-image:url(https://lh3.googleusercontent.com/VoNRvIv1X5bcUm7cSjYa8OxPBE7K7q9iU8TBkYGdbDsz0NP_ScQEfvEEf6cHJKN_J8YyKMHGW8XT6AB6LIshjxaqITb3SMmDMtHVGpZQ=s300);">
</div>
</div>
</div>
</div>
<div class="text-side shrinker-parent">
<div class="vertical-aligner">
<div class="item-details preview-content-wrapper multi" style="position:relative;">
<div class="draggable-div-holder">
</div>
<div class="preview-content-holder shrinker-content">
<!-- BY NATIVE ORDER -->
<br class="upper-line-break">
<div class="preview-subtitle-holder removable-parent order-handle">
<h3 class="preview-element preview-subtitle magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_SUBTITLE" id="vbid-507cc08f-owagaaxd">
PROJECT 7
</h3>
</div>
<br class="lower-line-break">
<div class="preview-form order-handle">
<div class="element-placeholder" data-elementtype="FIELD" style="display:none;">
</div>
</div>
<div class="preview-item-links order-handle">
<div class="preview-links-wrapper">
<div class="element-placeholder" data-elementtype="LINK" style="display:none;">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="layout-settings" data-type="multi" style="display:none;">
</div>
</div>
</div>
<div "="" class="sub item-box page-box style-507cc08f-bdmddyll" data-child-type="STYLE" data-holder-type="page" data-preset-type-id="UNRESOLVED" data-preview-styleid="style-507cc08f-bdmddyll" data-styleid="style-507cc08f-bdmddyll" id="vbid-507cc08f-u2zrwfa7">
<div class="page-wrapper item-wrapper">
<div class="item-content leaf multi_layout page content -container" data-bgimg="https://lh3.googleusercontent.com/DYl-DNKJY2LOKnTU4wVPisJlDmzeluPJtRs5cYbDr7jRFadnKCvWUwCyJH8ZEWq1KB4skDM9waXKAz6yJ0WlOgosAHEcuovLorWUjONA" data-orig-thumb-height="2448" data-orig-thumb-width="3264" data-preview-style="style-507cc08f-bdmddyll" data-self="vbid-507cc08f-u2zrwfa7" data-style="style-ed018-yjvbvfoyx6" data-vbid="vbid-507cc08f-u2zrwfa7">
<div class="multi-container preview image-cover">
<div class="Picture item-preview">
<div class="preview-image-holder">
<div class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" id="no-image" style="">
</div>
<div class="helper-div middle-center">
<!-- <div class="benet" style="min-height:inherit;"></div> -->
<div class="pic-side">
<div class="vertical-aligner">
<div class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER" id="vbid-507cc08f-aponaldt-holder">
<a class="image-link top-layer not-wrapping" data-link-type="LIGHTBOX" href="/vbid-507cc08f-3m1tn7a6" target="_self">
</a>
<div class="inner-pic preview-element magic-circle-holder load-high-res" data-menu-name="PREVIEW_INLINE_IMAGE" data-orig-height="2448" data-orig-width="3264" id="vbid-507cc08f-aponaldt" style="background-image:url(https://lh3.googleusercontent.com/DYl-DNKJY2LOKnTU4wVPisJlDmzeluPJtRs5cYbDr7jRFadnKCvWUwCyJH8ZEWq1KB4skDM9waXKAz6yJ0WlOgosAHEcuovLorWUjONA=s300);">
</div>
</div>
</div>
</div>
<div class="text-side shrinker-parent">
<div class="vertical-aligner">
<div class="item-details preview-content-wrapper multi" style="position:relative;">
<div class="draggable-div-holder">
</div>
<div class="preview-content-holder shrinker-content">
<!-- BY NATIVE ORDER -->
<br class="upper-line-break">
<div class="preview-subtitle-holder removable-parent order-handle">
<h3 class="preview-element preview-subtitle magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_SUBTITLE" id="vbid-507cc08f-b5wb0enh">
PROJECT 9
</h3>
</div>
<br class="lower-line-break">
<div class="preview-form order-handle">
<div class="element-placeholder" data-elementtype="FIELD" style="display:none;">
</div>
</div>
<div class="preview-item-links order-handle">
<div class="preview-links-wrapper">
<div class="element-placeholder" data-elementtype="LINK" style="display:none;">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="layout-settings" data-type="multi" style="display:none;">
</div>
</div>
</div>
<div "="" class="sub item-box page-box style-507cc08f-bdmddyll" data-child-type="STYLE" data-holder-type="page" data-preset-type-id="UNRESOLVED" data-preview-styleid="style-507cc08f-bdmddyll" data-styleid="style-507cc08f-bdmddyll" id="vbid-507cc08f-skk8xcaa">
<div class="page-wrapper item-wrapper">
<div class="item-content leaf multi_layout page content -container" data-bgimg="https://lh3.googleusercontent.com/g42MwyRui7Y-8P9KXSPoUeXVhcNxaCWD_0eE-itt5jpN_MWff09YHlv4TQvTq8GgD-E58kp43ToGkg6IEklghCicDjBagMb-XBLQHC9y" data-orig-thumb-height="1337" data-orig-thumb-width="1781" data-preview-style="style-507cc08f-bdmddyll" data-self="vbid-507cc08f-skk8xcaa" data-style="style-ed018-yjvbvfoyx6" data-vbid="vbid-507cc08f-skk8xcaa">
<div class="multi-container preview image-cover">
<div class="Picture item-preview">
<div class="preview-image-holder">
<div class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" id="no-image" style="">
</div>
<div class="helper-div middle-center">
<!-- <div class="benet" style="min-height:inherit;"></div> -->
<div class="pic-side">
<div class="vertical-aligner">
<div class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER" id="vbid-507cc08f-ndj2qvih-holder">
<a class="image-link top-layer not-wrapping" data-link-type="LIGHTBOX" href="/vbid-507cc08f-mfwnxqy1" target="_self">
</a>
<div class="inner-pic preview-element magic-circle-holder load-high-res" data-menu-name="PREVIEW_INLINE_IMAGE" data-orig-height="1337" data-orig-width="1781" id="vbid-507cc08f-ndj2qvih" style="background-image:url(https://lh3.googleusercontent.com/g42MwyRui7Y-8P9KXSPoUeXVhcNxaCWD_0eE-itt5jpN_MWff09YHlv4TQvTq8GgD-E58kp43ToGkg6IEklghCicDjBagMb-XBLQHC9y=s300);">
</div>
</div>
</div>
</div>
<div class="text-side shrinker-parent">
<div class="vertical-aligner">
<div class="item-details preview-content-wrapper multi" style="position:relative;">
<div class="draggable-div-holder">
</div>
<div class="preview-content-holder shrinker-content">
<!-- BY NATIVE ORDER -->
<br class="upper-line-break">
<div class="preview-subtitle-holder removable-parent order-handle">
<h3 class="preview-element preview-subtitle magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_SUBTITLE" id="vbid-507cc08f-bdfpf7gd">
PROJECT 11
</h3>
</div>
<br class="lower-line-break">
<div class="preview-form order-handle">
<div class="element-placeholder" data-elementtype="FIELD" style="display:none;">
</div>
</div>
<div class="preview-item-links order-handle">
<div class="preview-links-wrapper">
<div class="element-placeholder" data-elementtype="LINK" style="display:none;">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="layout-settings" data-type="multi" style="display:none;">
</div>
</div>
</div>
<div "="" class="sub item-box page-box style-507cc08f-bdmddyll" data-child-type="STYLE" data-holder-type="page" data-preset-type-id="UNRESOLVED" data-preview-styleid="style-507cc08f-bdmddyll" data-styleid="style-507cc08f-bdmddyll" id="vbid-507cc08f-gdq8ta1f">
<div class="page-wrapper item-wrapper">
<div class="item-content leaf multi_layout page content -container" data-bgimg="https://lh3.googleusercontent.com/2Y6J88-uh3mOMyQz3KbnIYgtOHctFSpRkRkZ3hRkn6RYoztE1VMOERwOeMdxHtlSgPfvX16_rA5RywWYy7E_-OYWIzg7dX5CdS5aAJOM" data-orig-thumb-height="720" data-orig-thumb-width="960" data-preview-style="style-507cc08f-bdmddyll" data-self="vbid-507cc08f-gdq8ta1f" data-style="style-ed018-yjvbvfoyx6" data-vbid="vbid-507cc08f-gdq8ta1f">
<div class="multi-container preview image-cover">
<div class="Picture item-preview">
<div class="preview-image-holder">
<div class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" id="no-image" style="">
</div>
<div class="helper-div middle-center">
<!-- <div class="benet" style="min-height:inherit;"></div> -->
<div class="pic-side">
<div class="vertical-aligner">
<div class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER" id="vbid-507cc08f-owubw24u-holder">
<a class="image-link top-layer not-wrapping" data-link-type="LIGHTBOX" href="/vbid-507cc08f-z1npnzsn" target="_self">
</a>
<div class="inner-pic preview-element magic-circle-holder load-high-res" data-menu-name="PREVIEW_INLINE_IMAGE" data-orig-height="720" data-orig-width="960" id="vbid-507cc08f-owubw24u" style="background-image:url(https://lh3.googleusercontent.com/2Y6J88-uh3mOMyQz3KbnIYgtOHctFSpRkRkZ3hRkn6RYoztE1VMOERwOeMdxHtlSgPfvX16_rA5RywWYy7E_-OYWIzg7dX5CdS5aAJOM=s300);">
</div>
</div>
</div>
</div>
<div class="text-side shrinker-parent">
<div class="vertical-aligner">
<div class="item-details preview-content-wrapper multi" style="position:relative;">
<div class="draggable-div-holder">
</div>
<div class="preview-content-holder shrinker-content">
<!-- BY NATIVE ORDER -->
<br class="upper-line-break">
<div class="preview-subtitle-holder removable-parent order-handle">
<h3 class="preview-element preview-subtitle magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_SUBTITLE" id="vbid-507cc08f-zyof3kjq">
project lights
</h3>
</div>
<br class="lower-line-break">
<div class="preview-form order-handle">
<div class="element-placeholder" data-elementtype="FIELD" style="display:none;">
</div>
</div>
<div class="preview-item-links order-handle">
<div class="preview-links-wrapper">
<div class="element-placeholder" data-elementtype="LINK" style="display:none;">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="layout-settings" data-type="multi" style="display:none;">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- GALLERIES END -->
<!-- FOOTERS START -->
<div "="" class="master item-box footer-box style-507cc08f-lhmgzcys" data-child-type="STYLE" data-holder-type="footer" data-preset-type-id="FOOTERS" data-preview-styleid="style-507cc08f-lhmgzcys" data-styleid="style-507cc08f-lhmgzcys" id="vbid-507cc08f-ofg9oar2">
<div class="stripe-background load-high-res" id="no-image">
</div>
<div class="footer-wrapper item-wrapper footers-wrapper">
<div class="item-content leaf multi_layout footer content -container" data-bgimg="" data-orig-thumb-height="" data-orig-thumb-width="" data-preview-style="style-507cc08f-lhmgzcys" data-self="vbid-507cc08f-ofg9oar2" data-style="style-f785e-jp5ywgaa0t" data-vbid="vbid-507cc08f-ofg9oar2">
<div class="multi-container preview image-cover">
<div class="Picture item-preview">
<div class="preview-image-holder">
<div class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" id="no-image" style="">
</div>
<div class="helper-div middle-center">
<!-- <div class="benet" style="min-height:inherit;"></div> -->
<div class="pic-side">
<div class="vertical-aligner">
<div class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER" id="no-image-holder">
<div class="inner-pic preview-element magic-circle-holder load-high-res" data-menu-name="PREVIEW_INLINE_IMAGE" data-orig-height="" data-orig-width="" id="no-image" style="">
</div>
</div>
</div>
</div>
<div class="text-side shrinker-parent">
<div class="vertical-aligner">
<div class="item-details preview-content-wrapper multi" style="position:relative;">
<div class="draggable-div-holder">
</div>
<div class="preview-content-holder shrinker-content">
<!-- BY SPECIFIC ORDER -->
<div class="preview-icon-holder Icon removable-parent order-handle">
<img class="preview-element icon-source magic-circle-holder shrinkable-img allow-mobile-hide" data-menu-name="PREVIEW_ICON" id="vbid-507cc08f-ucagyxcm" src="https://lh3.googleusercontent.com/IYdG4U15nHs2KcI6ZBuAzpafNBRnq8CgzjktUFWc1Nb9YLCzvhI1pp8FM4lPGicw_mFEnw18-DJkI22Baw">
</div>
<br class="upper-line-break">
<div class="preview-social-wrapper removable-parent order-handle">
<div class="preview-element preview-social-holder magic-circle-holder" data-menu-name="PREVIEW_SOCIAL" data-theme="6" id="vbid-507cc08f-aaf09mzn">
<div class="link-entry" data-img-url="images/socialmedia/6facebook.png" data-menu-name="PREVIEW_SOCIAL" data-title="FACEBOOK" id="FACEBOOK" style="display:inline-block;">
<a class="social-link-url" href="http://www.facebook.com/" target="_blank">
<img class="preview-link-img nopin load-high-res" data-pin-nopin="true" src="https://lh3.googleusercontent.com/jAThWmiScxB5lJEI2iet2f3Ri1GEl8FieiKKXV3KemGrX2k3AMz5_jYloQXZnxURsn6l8pRgns-sFMwuYw=s100">
</a>
</div>
<div class="link-entry" data-img-url="images/socialmedia/6twitter.png" data-menu-name="PREVIEW_SOCIAL" data-title="TWITTER" id="TWITTER" style="display:inline-block;">
<a class="social-link-url" href="http://www.twitter.com/" target="_blank">
<img class="preview-link-img nopin load-high-res" data-pin-nopin="true" src="https://lh3.googleusercontent.com/Lxbe4vo7dgQiyqu3daB3RFp4gU6dLSG2heGqUHk1KivfubRlHkTEUPwrFYDvHPIWR_AHz5V70ApTEAxPOq8=s100">
</a>
</div>
<div class="link-entry" data-img-url="images/socialmedia/6instagram.png" data-menu-name="PREVIEW_SOCIAL" data-title="INSTAGRAM" id="INSTAGRAM" style="display:inline-block;">
<a class="social-link-url" href="http://www.instagram.com" target="_blank">
<img class="preview-link-img nopin load-high-res" data-pin-nopin="true" src="https://lh3.googleusercontent.com/6f8-V4mWAz0LpB0FPrVajtq92ft8AqfbBJpklWGhLJKOb-7UaojWEJROCRpbo0SdUKaj20l_7FwRmMO3=s100">
</a>
</div>
<div class="link-entry" data-img-url="images/socialmedia/6googleplus.png" data-menu-name="PREVIEW_SOCIAL" data-title="GOOGLE_PLUS" id="GOOGLE_PLUS" style="display:inline-block;">
<a class="social-link-url" href="http://www.plus.google.com" target="_blank">
<img class="preview-link-img nopin load-high-res" data-pin-nopin="true" src="https://lh3.googleusercontent.com/UfJGozsKnTZoecEilIIlXg9-AtoO6mzz8rKtEDhcvNRP9as_jsxVp8kkir4g2PGey0Vh3rjuC0BbOtxQZA=s100">
</a>
</div>
<div class="link-entry" data-img-url="images/socialmedia/6youtube.png" data-menu-name="PREVIEW_SOCIAL" data-title="YOUTUBE" id="YOUTUBE" style="display:inline-block;">
<a class="social-link-url" href="http://www.youtube.com" target="_blank">
<img class="preview-link-img nopin load-high-res" data-pin-nopin="true" src="https://lh3.googleusercontent.com/ZTu4e2-Uo-8ccGdvmQ3MbKr7hVT16sKqNXo9W06qXLt6m0zilcATAHSexkMT7VNMl2RNlzKsOUSmTRSIfw=s100">
</a>
</div>
</div>
</div>
<br class="lower-line-break">
<br class="upper-line-break">
<div class="preview-subtitle-holder removable-parent order-handle">
<h3 class="preview-element preview-subtitle magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_SUBTITLE" id="vbid-507cc08f-gapkhlee">
TEXAS
</h3>
</div>
<br class="lower-line-break">
<br class="upper-line-break">
<div class="preview-title-holder removable-parent order-handle">
<h2 class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_TITLE" id="vbid-507cc08f-lbf2resn">
Ft Worth Chapter
</h2>
</div>
<br class="lower-line-break">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="layout-settings" data-type="multi" style="display:none;">
</div>
</div>
</div>
<!-- FOOTERS END -->
</div>
</div>
</div>
</div>
<div class="light-box-wrapper space-layer" style="display:none;" tabindex="0">
<div class="light-box-image-holder">
<div class="light-box-image animated">
</div>
<div class="lightbox-text-wrapper">
<div class="lightbox-text-holder animated">
<div class="lightbox-title">
</div>
<div class="lightbox-subtitle">
</div>
<div id="paginator" style="display:none;">
</div>
</div>
</div>
</div>
<img class="download-gallery-btn clickable" src="https://lh3.googleusercontent.com/EWqW7DEI4kOTRMLjK2-ObFHp-EYBt5apFYZ1LVFAhLtTLjigCRfx5hCCTKbIjIm68VQ00p9twloHJ9w8=s50" style="display: none;">
<img class="close-lightbox-btn clickable" src="https://lh3.googleusercontent.com/TgRyMQvJ3_h9RmOnu7AlhIE7NLOOBsRoBounARrs8fQv8HCRPaFtpBneSqJOSZpI6l7He_bAZKN179JBig=s50" style="opacity: 1;">
<img class="lightbox-arrow lightbox-left clickable top-layer" src="https://lh3.googleusercontent.com/43-pXHjwrpmVO8Oean-6BD0uzARvcqUQrpdi7Yw2bxaXwEoP21UdN5kW6Ks9pdOxf7ropMUrh0djgYPwYPU=s50">
<img class="lightbox-arrow lightbox-right clickable top-layer" src="https://lh3.googleusercontent.com/9rwgVnDglPdPFugSu98fhDmxzjXC9KovZ_7BuHkXPIv6jvg9S96flGnhL_e4y8mIpPpZQstfqEV-WitY=s50">
</div>
</div>
<noscript id="deferred-styles">
<link href="css/effects.css?v=1.5.7c" rel="stylesheet" type="text/css">
<link href="css/lightbox.css?v=1.5.7c" rel="stylesheet" type="text/css">
</noscript>
<script>
var loadDeferredStyles = function() {
var addStylesNode = document.getElementById("deferred-styles");
var replacement = document.createElement("div");
replacement.innerHTML = addStylesNode.textContent;
document.body.appendChild(replacement);
addStylesNode.parentElement.removeChild(addStylesNode);
};
var raf = requestAnimationFrame || mozRequestAnimationFrame || webkitRequestAnimationFrame || msRequestAnimationFrame;
if (raf) raf(function() {
window.setTimeout(loadDeferredStyles, 0);
}); else window.addEventListener('load', loadDeferredStyles);
</script>
<script src="js/lightbox.js?v=1.5.7c" type="text/javascript">
</script>
<script src="js/spimeengine.js?v=1.5.7c" type="text/javascript">
</script>
</body>
</html>
# |
Url |
Url |
Source |
Date |
1 |
https://www.fortworthlawdogs.com/ |
|
2025-02-10 23:59:53 |
2 |
https://agoiare.dlbookit.se/(S(yuh… |
|
2025-02-10 23:59:50 |
3 |
https://theracalmcbdgummies.com/en… |
|
2025-02-10 23:59:50 |
4 |
https://agoiare.dlbookit.se/(S(bcs… |
|
2025-02-10 23:59:50 |
5 |
https://thebolditalic.com/?gi=abe4… |
|
2025-02-10 23:59:48 |
6 |
https://thebolditalic.com/?gi=5931… |
|
2025-02-10 23:59:46 |
7 |
https://agoiare.dlbookit.se/(S(3k0… |
|
2025-02-10 23:59:44 |
8 |
https://thebolditalic.com/?gi=6d67… |
|
2025-02-10 23:59:42 |
9 |
https://thebolditalic.com/?gi=0781… |
|
2025-02-10 23:59:41 |
10 |
https://thebolditalic.com/?gi=7b3c… |
|
2025-02-10 23:59:40 |
11 |
https://thebolditalic.com/?gi=1dfa… |
|
2025-02-10 23:59:37 |
12 |
https://theracalmcbdgummies.com/en… |
|
2025-02-10 23:59:36 |
13 |
https://agoiare.dlbookit.se/(S(o4h… |
|
2025-02-10 23:59:35 |
14 |
https://thebolditalic.com/?gi=aa5d… |
|
2025-02-10 23:59:32 |
15 |
https://thebolditalic.com/?gi=090f… |
|
2025-02-10 23:59:31 |
16 |
https://ya-4545-9.8rmi2.upcloudobj… |
|
2025-02-10 23:59:30 |
17 |
https://oppory.cfd/ |
|
2025-02-10 23:59:28 |
18 |
https://thebolditalic.com/?gi=ea71… |
|
2025-02-10 23:59:27 |
19 |
https://agoiare.dlbookit.se/(S(p54… |
|
2025-02-10 23:59:27 |
20 |
https://thebolditalic.com/?gi=4f06… |
|
2025-02-10 23:59:26 |