.typo_rounded, 
.typo_circle { 
-webkit-border-radius: 50px; 
-moz-border-radius: 50px;
border-radius: 50px;  
}
.typo_last { 
margin-right: 0 !important; 
padding-right: 0 !important;
} .typo_success,
.typo_info,
.typo_failed,
.typo_warning {
display: block; 
color: #FFF; 
padding: 15px 20px; 
margin-bottom: 10px; 
font: 14px 'Roboto', sans-serif;
}
.typo_success:before, 
.typo_info:before,
.typo_failed:before,
.typo_warning:before,
span.close:before {
font-family: FontAwesome; 
font-style: normal; 
font-size: 20px;
font-weight: normal; 
text-decoration: inherit; 
padding-right: 10px; 
}
.typo_success { background: #ADCC62; }
.typo_success:before { content: "\f058"; }
.typo_info { background: #519ED8; }
.typo_info:before { content: "\f05a"; }
.typo_failed { background: #F0807F; }
.typo_failed:before { content: "\f00d"; }
.typo_warning { background: #d3c86d; }
.typo_warning:before { content: "\f071"; }
span.close { 
float: right; 
top: 0; 
right: 0; 
cursor: pointer; 
position: relative; 
}
span.close:before { 
content: "\f05c"; 
color: #FFF; 
font-size: 18px; 
}
.typo_success.typo_border { 
border: 2px solid #ADCC62; 
color: #ADCC62; 
background: none; 
}
.typo_info.typo_border { 
border: 2px solid #519ED8; 
color: #519ED8; 
background: none; 
}
.typo_failed.typo_border { 
border: 2px solid #F0807F; 
color: #F0807F; 
background: none; 
}
.typo_warning.typo_border { 
border: 2px solid #d3c86d; 
color: #d3c86d; 
background: none; 
}
.typo_border span.close:before { color: #999; } blockquote.typo_style1,
blockquote.typo_style2,
blockquote.typo_qleft, 
blockquote.typo_qleft_border,
blockquote.typo_qright, 
blockquote.typo_qright_border {
font: italic 18px/28px 'georgia', sans-serif; 
margin-bottom: 30px; 
color: #999;
}
blockquote.typo_style2 { 
background: #F8F8F8; 
padding: 30px; 
border: 1px solid #E9E9E9; 
}
blockquote.typo_qleft, 
blockquote.typo_qleft_border { 
float: left; 
width: 40%; 
}
blockquote.typo_qright, 
blockquote.typo_qright_border { 
background: #EEE; 
padding: 30px; 
float: right; 
width: 40%; 
}
blockquote.typo_qleft_border,
blockquote.typo_qright_border { 
background: none; 
border-top: 4px solid #333; 
border-bottom: 2px solid #333; 
width: 48%; 
padding: 30px 0 10px; 
}
blockquote.typo_style1:before, 
blockquote.typo_style2:before,
blockquote.typo_qleft:before,
blockquote.typo_qright:before { 
content: "\f10d"; 
font-family: FontAwesome; 
font-style: normal; 
font-size: 20px;
font-weight: normal; 
text-decoration: inherit; 
padding-right: 1em; 
float: left; 
color: #CCC; 
}
blockquote.typo_style2 p, 
blockquote.typo_style1 p, 
blockquote.typo_qleft p, 
blockquote.typo_qright p { margin-bottom: 0; margin-left: 40px; } a.typo_small:link, 
a.typo_small:visited, 
a.typo_medium:link, 
a.typo_medium:visited, 
a.typo_large:link, 
a.typo_large:visited, 
a.typo_xlarge:link, 
a.typo_xlarge:visited {
font-weight: 700; 
float: left; 
padding: 10px 26px; 
margin-right: 4px; 
color: #FFF; 
background: #E36262; 
margin-bottom: 4px;
}
a.typo_small:hover, 
a.typo_medium:hover, 
a.typo_large:hover, 
a.typo_xlarge:hover { background: #cc4a4a; }
a.typo_yellow:link, 
a.typo_yellow:visited { background: #FFBA00; }
a.typo_yellow:hover { background: #d79e05; }
a.typo_purple:link, 
a.typo_purple:visited { background: #E943A5; }
a.typo_purple:hover { background: #c52a86; }
a.typo_green:link, 
a.typo_green:visited { background: #A9D751; }
a.typo_green:hover { background: #8dbb35; }
a.typo_blue:link, 
a.typo_blue:visited { background: #499FE1; }
a.typo_blue:hover { background: #2980c3; }
a.typo_gray:link, 
a.typo_gray:visited { 
background: #F2F2F2; 
color: #777; 
}
a.typo_gray:hover { background: #d7d7d7; }
a.typo_medium:link, 
a.typo_medium:visited { 
padding: 10px 26px;
font-size: 14px; 
}
a.typo_large:link, 
a.typo_large:visited { 
padding: 10px 26px;
font-size: 16px; 
}
a.typo_xlarge:link, 
a.typo_xlarge:visited { 
padding: 10px 26px;
font-size: 18px; 
}
a.typo_small.typo_border,
a.typo_medium.typo_border,
a.typo_large.typo_border,
a.typo_xlarge.typo_border { 
border: 2px solid #E36262; 
background: none; 
color: #E36262; 
}
a.typo_small.typo_border:hover,
a.typo_medium.typo_border:hover,
a.typo_large.typo_border:hover,
a.typo_xlarge.typo_border:hover { 
background: #E36262; 
color: #FFF; 
}
a.typo_small.typo_yellow.typo_border,
a.typo_medium.typo_yellow.typo_border,
a.typo_large.typo_yellow.typo_border,
a.typo_xlarge.typo_yellow.typo_border { 
border: 2px solid #FFBA00; 
background: none; 
color: #FFBA00; 
}
a.typo_small.typo_yellow.typo_border:hover,
a.typo_medium.typo_yellow.typo_border:hover,
a.typo_large.typo_yellow.typo_border:hover,
a.typo_xlarge.typo_yellow.typo_border:hover { 
background: #FFBA00; 
color: #FFF; 
}
a.typo_small.typo_blue.typo_border,
a.typo_medium.typo_blue.typo_border,
a.typo_large.typo_blue.typo_border,
a.typo_xlarge.typo_blue.typo_border { 
border: 2px solid #499FE1; 
background: none; 
color: #499FE1; 
}
a.typo_small.typo_blue.typo_border:hover,
a.typo_medium.typo_blue.typo_border:hover,
a.typo_large.typo_blue.typo_border:hover,
a.typo_xlarge.typo_blue.typo_border:hover { 
background: #499FE1; 
color: #FFF; 
}
a.typo_small.typo_green.typo_border,
a.typo_medium.typo_green.typo_border,
a.typo_large.typo_green.typo_border,
a.typo_xlarge.typo_green.typo_border { 
border: 2px solid #A9D751; 
background: none; 
color: #A9D751; 
}
a.typo_small.typo_green.typo_border:hover,
a.typo_medium.typo_green.typo_border:hover,
a.typo_large.typo_green.typo_border:hover,
a.typo_xlarge.typo_green.typo_border:hover { 
background: #A9D751; 
color: #FFF; 
}
a.typo_small.typo_purple.typo_border,
a.typo_medium.typo_purple.typo_border,
a.typo_large.typo_purple.typo_border,
a.typo_xlarge.typo_purple.typo_border { 
border: 2px solid #E943A5; 
background: none; 
color: #E943A5; 
}
a.typo_small.typo_purple.typo_border:hover,
a.typo_medium.typo_purple.typo_border:hover,
a.typo_large.typo_purple.typo_border:hover,
a.typo_xlarge.typo_purple.typo_border:hover { 
background: #E943A5; 
color: #FFF; 
}
a.typo_small.typo_gray.typo_border,
a.typo_medium.typo_gray.typo_border,
a.typo_large.typo_gray.typo_border,
a.typo_xlarge.typo_gray.typo_border { 
border: 2px solid #F2F2F2; 
background: none; 
color: #777; 
}
a.typo_small.typo_gray.typo_border:hover,
a.typo_medium.typo_gray.typo_border:hover,
a.typo_large.typo_gray.typo_border:hover,
a.typo_xlarge.typo_gray.typo_border:hover { 
background: #F2F2F2; 
color: #777; 
} .typo_dropcap { 
font-size: 20px; 
background: #F2F2F2; 
padding: 10px 20px; 
display: inline-block; 
float: left; 
margin-right: 15px; 
}
.typo_dropcap2 { 
font-size: 40px; 
float: left; 
margin-right: 15px; 
margin-bottom: 10px; 
color: #777; 
}
.typo_dropcap3 { 
font-size: 20px; 
float: left; 
padding: 13px 20px; 
margin-right: 15px; 
background: #F2F2F2;  
-webkit-border-radius: 50%; 
-moz-border-radius: 50%; 
border-radius: 50%; 
}
.typo_dropcap4 { 
font-size: 20px; 
float: left; 
padding: 10px 20px; 
margin-right: 15px; 
background: #F2F2F2; 
-webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px; 
}
.typo_dropcap5 { 
font-size: 20px; 
float: left; 
padding: 10px 20px; 
margin-right: 15px; 
background: #F2F2F2;
-webkit-border-top-left-radius: 20px; 
-moz-border-top-left-radius: 20px; 
border-top-left-radius: 20px; 
-webkit-border-bottom-right-radius: 20px; 
-moz-border-bottom-right-radius: 20px; 
border-bottom-right-radius: 20px; 
}
.typo_dropcap6 { 
font-size: 20px; 
float: left; 
padding: 10px 20px; 
margin-right: 15px; 
background: #F2F2F2;
-webkit-border-top-right-radius: 20px; 
-moz-border-top-right-radius: 20px; 
border-top-right-radius: 20px; 
-webkit-border-bottom-left-radius: 20px; 
-moz-border-bottom-left-radius: 20px; 
border-bottom-left-radius: 20px; 
}
.typo_drop-gradient { 
font-size: 20px; 
float: left; 
padding: 12px 20px; 
margin-right: 15px; 
color: #FFF; 
border: 1px solid #313439; 
background: #65676a;
background: -moz-linear-gradient(top, #65676a 0%, #44474d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#65676a), color-stop(100%,#44474d));
background: -webkit-linear-gradient(top, #65676a 0%,#44474d 100%);
background: -o-linear-gradient(top, #65676a 0%,#44474d 100%);
background: -ms-linear-gradient(top, #65676a 0%,#44474d 100%);
background: linear-gradient(top, #65676a 0%,#44474d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65676a', endColorstr='#44474d',GradientType=0 );
-webkit-border-radius: 50%; 
-moz-border-radius: 50%;
border-radius: 50%; 
-webkit-box-shadow: inset 0px 1px 0px #AFB1B5;
-moz-box-shadow: inset 0px 1px 0px #AFB1B5;
box-shadow: inset 0px 1px 0px #AFB1B5;
} .typo_balloon, .typo_book, .typo_bookmark, 
.typo_box, .typo_briefcase, .typo_calendar, 
.typo_clip, .typo_clock, .typo_cross, 
.typo_document, .typo_exclamation, .typo_folder, 
.typo_heart, .typo_house, .typo_tint, .typo_marker, 
.typo_minus, .typo_arrow, .typo_pin, .typo_tick { margin-bottom: 30px; }
.typo_balloon li span.icon:before, 
.typo_book li span.icon:before, 
.typo_bookmark li span.icon:before, 
.typo_box li span.icon:before, 
.typo_briefcase li span.icon:before, 
.typo_calendar li span.icon:before, 
.typo_clip li span.icon:before, 
.typo_clock li span.icon:before, 
.typo_cross li span.icon:before, 
.typo_document li span.icon:before, 
.typo_exclamation li span.icon:before, 
.typo_folder li span.icon:before, 
.typo_heart li span.icon:before, 
.typo_house li span.icon:before, 
.typo_tint li span.icon:before, 
.typo_marker li span.icon:before, 
.typo_minus li span.icon:before, 
.typo_arrow li span.icon:before, 
.typo_pin li span.icon:before, 
.typo_tick li span.icon:before { 
font-family: FontAwesome; 
font-style: normal; 
font-weight: normal; 
text-decoration: inherit;
}
.typo_balloon li span.icon:before { content: "\f075"; color: #F4E69D; }
.typo_tick li span.icon:before { content: "\f14a"; color: #36903B; }
.typo_book li span.icon:before { content: "\f02d"; color: #AF7B45; }
.typo_bookmark li span.icon:before { content: "\f02e"; color: #F25C5C; }
.typo_box li span.icon:before { content: "\f01c"; color: #BD8853; }
.typo_briefcase li span.icon:before { content: "\f0b1"; color: #6C3732; }
.typo_calendar li span.icon:before { content: "\f133"; color: #FB6D6D; }
.typo_clock li span.icon:before { content: "\f017"; color: #C4D0D0; }
.typo_cross li span.icon:before { content: "\f00d"; color: #AC1010; }
.typo_document li span.icon:before { content: "\f15b"; color: #A0B1B1; }
.typo_exclamation li span.icon:before { content: "\f06a"; color: #DED630; }
.typo_folder li span.icon:before { content: "\f07c";color: #A38D63; }
.typo_heart li span.icon:before { content: "\f004"; color: #E51234; }
.typo_house li span.icon:before { content: "\f015"; color: #CB8753; }
.typo_marker li span.icon:before { content: "\f041"; color: #F15B5B; }
.typo_minus li span.icon:before { content: "\f056"; color: #D41212; }
.typo_arrow li span.icon:before { content: "\f0a9"; color: #3C66E1; }
.typo_pin li span.icon:before { content: "\f08d"; color: #EE5555; }
.typo_clip li span.icon:before { content: "\f0c6"; color: #9F5D33; }
.typo_tint li span.icon:before { content: "\f043"; color: #CE3838; }
.typo_balloon li span.icon, 
.typo_tick li span.icon, 
.typo_book li span.icon, 
.typo_bookmark li span.icon, 
.typo_box li span.icon, 
.typo_briefcase li span.icon,
.typo_calendar li span.icon, 
.typo_clock li span.icon, 
.typo_cross li span.icon, 
.typo_document li span.icon,
.typo_exclamation li span.icon, 
.typo_folder li span.icon, 
.typo_heart li span.icon, 
.typo_house li span.icon,
.typo_marker li span.icon, 
.typo_minus li span.icon, 
.typo_arrow li span.icon, 
.typo_pin li span.icon, 
.typo_clip li span.icon, 
.typo_tint li span.icon { 
position: absolute;
left: 0;
}
.typo_balloon li, 
.typo_book li, 
.typo_bookmark li, 
.typo_box li, 
.typo_briefcase li, 
.typo_calendar li, 
.typo_clip li, 
.typo_clock li, 
.typo_cross li, 
.typo_document li, 
.typo_exclamation li, 
.typo_folder li, 
.typo_folder li,
.typo_heart li, 
.typo_house li, 
.typo_tint li, 
.typo_marker li, 
.typo_minus li, 
.typo_arrow li, 
.typo_pin li, 
.typo_tick li { 
margin-bottom: 6px !important; 
float: none !important; 
margin-left: 0 !important; 
text-indent: 0 !important; 
padding-left: 20px; 
position: relative; 
list-style: none !important; 
} .typo_one-half,
.typo_one-third,
.typo_two-third,
.typo_one-fourth, 
.typo_three-fourth {
float: left; 
padding-right: 30px; 
margin-bottom: 30px; 
}
.typo_one-half,
.typo_one-half.typo_boxed { width: 50%; }
.typo_one-third,
.typo_one-third.typo_boxed { width: 33.333%; }
.typo_two-third,
.typo_two-third.typo_boxed { width: 66.6%; }
.typo_one-fourth,
.typo_one-fourth.typo_boxed { width: 25%; } 
.typo_three-fourth,
.typo_three-fourth.typo_boxed { width: 75%; } 
.typo_boxed h5 {
padding-top: 30px;
}
.typo_boxed h5,
.typo_boxed p { 
background: #EEE; 
padding-left: 30px;
padding-right: 30px;
padding-bottom: 30px;
margin-bottom: 0;
} .typo_facebook:before,
.typo_twitter:before,
.typo_linkdin:before,
.typo_pinterest:before,
.typo_youtube:before,
.typo_flickr:before,
.typo_dribbble:before,
.typo_tumblr:before,
.typo_instagram:before,
.typo_android:before,
.typo_apple:before,
.typo_bitbucket:before,
.typo_css3:before,
.typo_dropbox:before,
.typo_foursquare:before,
.typo_github:before,
.typo_html5:before,
.typo_linux:before,
.typo_skype:before,
.typo_stackexchange:before,
.typo_trello:before,
.typo_windows:before,
.typo_rss:before,
.typo_digg:before,
.typo_codepen:before,
.typo_behance:before,
.typo_stumbleupon:before,
.typo_wordpress:before,
.typo_drupal:before,
.typo_google_plus:before,
.typo_jsfiddle:before,
.typo_delicious:before,
.typo_yelp:before,
.typo_soundcloud:before,
.typo_spotify:before,
.typo_deviantart:before,
.typo_lastfm:before {
font-family: FontAwesome; 
font-style: normal; 
font-weight: normal; 
text-decoration: inherit; 
color: #FFF;
}
.typo_facebook,
.typo_twitter,
.typo_linkdin,
.typo_pinterest,
.typo_youtube,
.typo_flickr,
.typo_dribbble,
.typo_tumblr,
.typo_instagram,
.typo_android,
.typo_apple,
.typo_bitbucket,
.typo_css3,
.typo_dropbox,
.typo_foursquare,
.typo_github,
.typo_html5,
.typo_linux,
.typo_skype,
.typo_stackexchange,
.typo_trello,
.typo_windows,
.typo_rss,
.typo_digg,
.typo_codepen,
.typo_behance,
.typo_stumbleupon,
.typo_wordpress,
.typo_drupal,
.typo_google_plus,
.typo_jsfiddle,
.typo_delicious,
.typo_yelp,
.typo_soundcloud,
.typo_spotify,
.typo_deviantart,
.typo_lastfm {
text-align: center; 
width: 32px; 
padding: 4px 0; 
display: inline-block; 
margin-bottom: 3px; 
font-size: 18px; 
}
.typo_facebook { background: #3350AE; }
.typo_facebook:hover { background: #223d93; }
.typo_facebook:before { content: "\f09a"; }
.typo_twitter { background: #00C4FC; }
.typo_twitter:hover { background: #03a9d9; }
.typo_twitter:before { content: "\f099"; }
.typo_linkdin { background: #0084D7; }
.typo_linkdin:hover { background: #0279c3; }
.typo_linkdin:before { content: "\f0e1"; }
.typo_pinterest { background: #DF2828; }
.typo_pinterest:hover { background: #c51616; }
.typo_pinterest:before { content: "\f0d2"; }
.typo_youtube { background: #C60404; }
.typo_youtube:hover { background: #9b0303; }
.typo_youtube:before { content: "\f167"; }
.typo_flickr { background: #D82AF8; }
.typo_flickr:hover { background: #bf18de; }
.typo_flickr:before { content: "\f16e"; }
.typo_dribbble { background: #EA4C88; }
.typo_dribbble:hover { background: #d1326e; }
.typo_dribbble:before { content: "\f17d"; }
.typo_tumblr { background: #3D658B; }
.typo_tumblr:hover { background: #224d76; }
.typo_tumblr:before { content: "\f173"; }
.typo_instagram { background: #675143; }
.typo_instagram:hover { background: #513c2e; }
.typo_instagram:before { content: "\f16d"; }
.typo_android { background: #A4CA39; }
.typo_android:hover { background: #7c9d1e; }
.typo_android:before { content: "\f17b"; }
.typo_apple { background: #BDBDBD; }
.typo_apple:hover { background: #a5a4a4; }
.typo_apple:before { content: "\f179"; }
.typo_bitbucket { background: #074672; }
.typo_bitbucket:hover { background: #0b334f; }
.typo_bitbucket:before { content: "\f171"; }
.typo_css3 { background: #35A9DC; }
.typo_css3:hover { background: #1772B8; }
.typo_css3:before { content: "\f13c"; }
.typo_dropbox { background: #44A5F4; }
.typo_dropbox:hover { background: #318dd8; }
.typo_dropbox:before { content: "\f16b"; }
.typo_foursquare { background: #20B2E3; }
.typo_foursquare:hover { background: #186FB6; }
.typo_foursquare:before { content: "\f180"; }
.typo_github { background: #222; }
.typo_github:hover { background: #000; }
.typo_github:before { content: "\f113"; }
.typo_html5 { background: #F56727; }
.typo_html5:hover { background: #E54D26; }
.typo_html5:before { content: "\f13b"; }
.typo_linux { background: #FF6502; }
.typo_linux:hover { background: #F4400B; }
.typo_linux:before { content: "\f17c"; }
.typo_skype { background: #00A0DE; }
.typo_skype:hover { background: #0289bd; }
.typo_skype:before { content: "\f17e"; }
.typo_stackexchange { background: #F68A1F; }
.typo_stackexchange:hover { background: #d97511; }
.typo_stackexchange:before { content: "\f16c"; }
.typo_trello { background: #226784; }
.typo_trello:hover { background: #104b64; }
.typo_trello:before { content: "\f181"; }
.typo_windows { background: #06A8E6; }
.typo_windows:hover { background: #0488ba; }
.typo_windows:before { content: "\f17a"; }
.typo_rss { background: #FF7800; }
.typo_rss:hover { background: #e26c04; }
.typo_rss:before { content: "\f09e"; }
.typo_behance { background: #1769ff; }
.typo_behance:hover { background: #0e5dee; }
.typo_behance:before { content: "\f1b4"; }
.typo_codepen { background: #333; }
.typo_codepen:hover { background: #000; }
.typo_codepen:before { content: "\f1cb"; }
.typo_digg { background: #333; }
.typo_digg:hover { background: #000; }
.typo_digg:before { content: "\f1a6"; }
.typo_stumbleupon { background: #eb4924; }
.typo_stumbleupon:hover { background: #d53b17; }
.typo_stumbleupon:before { content: "\f1a4"; }
.typo_wordpress { background: #4ca6cf; }
.typo_wordpress:hover { background: #3992ba; }
.typo_wordpress:before { content: "\f19a"; }
.typo_drupal { background: #1189d3; }
.typo_drupal:hover { background: #0678be; }
.typo_drupal:before { content: "\f1a9"; }
.typo_google_plus { background: #dd4b39; }
.typo_google_plus:hover { background: #bd2e1d; }
.typo_google_plus:before { content: "\f0d5"; }
.typo_jsfiddle { background: #4679bd; }
.typo_jsfiddle:hover { background: #2c61a7; }
.typo_jsfiddle:before { content: "\f1cc"; }
.typo_delicious { background: #0b79e5; }
.typo_delicious:hover { background: #0567c6; }
.typo_delicious:before { content: "\f1a5"; }
.typo_yelp { background: #c41200; }
.typo_yelp:hover { background: #990f01; }
.typo_yelp:before { content: "\f1e9"; }
.typo_soundcloud { background: #FF5500; }
.typo_soundcloud:hover { background: #de4b02; }
.typo_soundcloud:before { content: "\f1be"; }
.typo_spotify { background: #81b900; }
.typo_spotify:hover { background: #6a9801; }
.typo_spotify:before { content: "\f1bc"; }
.typo_deviantart { background: #4e6252; }
.typo_deviantart:hover { background: #304735; }
.typo_deviantart:before { content: "\f1bd";}
.typo_lastfm { background: #e31b23; }
.typo_lastfm:hover { background: #c10c13; }
.typo_lastfm:before { content: "\f202"; }
.typo_social_medium { 
padding: 10px 6px; 
width: 44px;
}
.typo_social_large { 
padding: 14px 10px; 
width: 52px;
} .typo_default, 
.typo_callout2, 
.typo_callout3 { 
background: #f7f7f7; 
padding: 30px; 
overflow: hidden; 
line-height: 26px; 
margin-bottom: 30px; 
}
.typo_default a, 
.typo_callout2 a { float: right !important; }
.typo_callout3 a { float: left !important; }
.typo_default label, 
.typo_callout2 label, 
.typo_callout3 label { 
float: left; 
width: 75%; 
font-size: 16px; 
}
.typo_callout3 label { float: right; }
.typo_callout2 { border: 1px solid #CCC; } iframe { 
margin-bottom: 30px !important; 
}
img.resize { 
margin-bottom: 30px !important; 
max-width: 100%; 
height: auto; 
} code, samp, kbd { 
font-family: "Courier New", Courier, monospace, sans-serif; 
text-align: left; 
color: #555; 
}
pre { 
padding: 6px 15px !important; 
border-left: 11px solid #ccc !important; 
margin: 15px 0 !important; 
overflow: auto; 
line-height: 22px; 
white-space: pre-wrap; 
white-space: -moz-pre-wrap; 
white-space: -o-pre-wrap; 
word-wrap: break-word; 
background: #ececec !important; 
font-size: 7px;
}  .tabs {
height: auto!important;  
position: relative;
border-top: 0 !important;
}
.tab-menu {
margin-left: 1px;
padding: 0;
list-style: none;
width: 100%;
}
.tab-menu li {
float: left;
margin-left: -1px;
line-height: 31px; border: 1px solid #D9D9D9;  
margin-bottom: -1px; overflow: hidden;
position: relative;
background: #EDEDED;
list-style: none;
}
.tab-menu li a {
text-decoration: none;
color: #747a7d;
display: block;
font: 300 14px 'Roboto', sans-serif;
padding: 15px 20px;
outline: none;  
}
.tab-menu li a:hover { background: #FFF; }
html .tab-menu li.active  { 
background: #FFF;
padding-right: 2px; 
padding-left: 2px;
border-bottom: 1px solid #FFF;
}
.tab-menu li.active a { color: #8e9199 !important; } .tab-container {
overflow: hidden;
clear: both;
width: 99.9%;
background: #FFF;    
margin: 0 !important;
margin-bottom: 30px !important;
}
.tab-content { 
position: relative; 
padding: 20px; 
}
.tab-content ul li { 
overflow: hidden; 
margin-bottom: 20px; 
}
.tab-content h6 a:link, 
.tab-content h6 a:visited { 
font: 12px 'Roboto', sans-serif; 
color: #4e535e; 
}
.tab-content a:hover { color: #333 !important; }
.tab-content { margin: 0 !important; }
.tab-content ul li.last { 
border-bottom: 0 !important; 
padding-bottom: 2px !important; 
}
.tab-content span.details, 
.tab-content span.details a { 
color: #9f9f9f; 
font-size: 10px; 
margin: 0 !important; 
text-transform: uppercase; 
}
.tab-content h6 { 
margin-bottom: 4px; 
line-height: 16px; 
}
.img-tail { 
position: relative; 
display: block; 
float: left; 
margin-right: 12px; 
margin-bottom: 0 !important; 
}
.widget-tab span.tail { 
position: absolute; 
bottom: -12px; 
left: 0; 
width: 69px;  
}
#tabComments ul li:last-child, 
#tabcomments ul li:last-child { padding: 0 !important; } 
#tabComments a:link, #tabComments a:visited { font-weight: bold; }
.tab-container { border: 1px solid #D9D9D9; }
.left-container .tab-container,
.fullwidth .tab-container { width: 100%; } h4.toggle { 
font: 300 14px 'Roboto', sans-serif; 
color: #41494F; 
margin-bottom: 1px; 
background: #F2F2F2; 
margin-bottom: 2px; 
}
h4.toggle a { 
color: #41494F; 
text-decoration: none; 
display: block; 
padding: 15px 25px; 
}
h4.toggle a:before { 
content: "\f055"; 
font-family: FontAwesome; 
font-style: normal; 
font-weight: normal; 
text-decoration: inherit; 
color: #88c354; 
font-size: 14px; 
padding-right: 1em; 
}
h4.active a { color: #FFF; background: #88c354; }
h4.active a:before { 
content: "\f056"; 
font-family: FontAwesome; 
font-style: normal; 
font-weight: normal; 
text-decoration: inherit; 
color: #FFF; 
}
.toggle_container { 
overflow: hidden; 
background: #FFF; 
border-bottom: 1px solid #F0F0F0;
padding: 22px 22px 20px 22px; 
} .skillbar {
position: relative; 
display: block; 
margin-bottom: 15px; 
width: 100%; 
background: #eee; 
height: 30px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-transition: 0.4s linear;
-moz-transition: 0.4s linear;
-ms-transition: 0.4s linear;
-o-transition: 0.4s linear;
transition: 0.4s linear;
-webkit-transition-property: width, background-color;
-moz-transition-property: width, background-color;
-ms-transition-property: width, background-color;
-o-transition-property: width, background-color;
transition-property: width, background-color;
}
.skillbar-title {
position: absolute; 
top: 0; 
left: 0; 
font-weight: bold; 
font-size: 13px; 
color: #fff;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
}
.skillbar-title span {
display: block; 
padding: 0 20px; 
height: 30px; 
line-height: 30px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;   
}
.skillbar-bar {
height: 30px; 
width: 0px; 
background: #6adcfa;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.skill-bar-percent {
position: absolute; 
right: 10px; 
top: 0; 
font-size: 11px; 
height: 30px; 
line-height: 30px;
color: #444; 
color: rgba(0, 0, 0, 0.4);
}
.skillbar-bar { background: #A9D751; }
.skillbar-bar.typo_yellow { background: #FFBA00; }
.skillbar-bar.typo_purple { background: #E943A5; }
.skillbar-bar.typo_blue { background: #499FE1; }
.skillbar-bar.typo_orange { background: #ff5a00; } @media only screen and (max-width: 1200px) {
iframe { width: 100%; height: 400px; }
a.typo_small:link, 
a.typo_small:visited, 
a.typo_medium:link, 
a.typo_medium:visited, 
a.typo_large:link, 
a.typo_large:visited, 
a.typo_xlarge:link, 
a.typo_xlarge:visited {
width: 100%;
text-align: center;
padding: 10px 0;
margin-right: 0;
}
a.typo_small.typo_border,
a.typo_medium.typo_border,
a.typo_large.typo_border,
a.typo_xlarge.typo_border {
width: 98.5%;
}
}
@media only screen and (max-width: 960px) {
iframe { height:300px; }
.typo_default label, 
.typo_callout2 label, 
.typo_callout3 label { width: 65%; }
}
@media only screen and (max-width: 760px) {
iframe { height:200px; }
.typo_one-half, 
.typo_one-third, 
.typo_one-fourth, 
.typo_two-third, 
.typo_three-fourth,
.typo_one-half.typo_boxed, 
.typo_one-third.typo_boxed, 
.typo_two-third.typo_boxed, 
.typo_one-fourth.typo_boxed, 
.typo_three-fourth.typo_boxed,
.typo_default label, 
.typo_callout2 label, 
.typo_callout3 label,
blockquote.typo_qleft, 
blockquote.typo_qleft_border, 
blockquote.typo_qright_border { 
width: 100%; 
margin-right: 0;
}
blockquote.typo_qright { width: auto; }
.typo_default label, 
.typo_callout2 label, 
.typo_callout3 label { margin-bottom: 20px; display: block; }
.tab-menu li { float: none !important; }
.typo_one-half, 
.typo_one-third, 
.typo_one-fourth, 
.typo_two-third, 
.typo_three-fourth {
padding-right: 0;
}
}
@media only screen and (max-width: 450px) {
iframe { height: 200px; }
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}#cookie-law-info-bar {
font-size: 15px;
margin: 0 auto;
padding: 12px 10px;
position: absolute;
text-align: center;
box-sizing: border-box;
width:100%;
z-index: 9999; display: none;
left:0px;
font-weight:300;
box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
}
#cookie-law-info-again {
font-size: 10pt;
margin: 0;
padding:5px 10px;
text-align: center;
z-index: 9999;
cursor: pointer;
box-shadow: #161616 2px 2px 5px 2px;
}
#cookie-law-info-bar span {
vertical-align: middle;
} .cli-plugin-button, .cli-plugin-button:visited {
display: inline-block;
padding: 9px 12px;
color: #fff;
text-decoration: none;
position: relative;
cursor: pointer;
margin-left: 5px;
text-decoration: none;
}
.cli-plugin-main-link {
margin-left:0px;
font-weight: 550; text-decoration: underline;
}
.cli-plugin-button:hover {
background-color: #111;
color: #fff;
text-decoration: none;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
font-size: 13px;
font-weight: 400;
line-height: 1;
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
font-size: 14px;
padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
font-size: 34px;
padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
background-color: #e22092;
}
.pink.cli-plugin-button:hover {
background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
background-color: #91bd09;
}
.green.cli-plugin-button:hover {
background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
background-color: #e62727;
}
.red.cli-plugin-button:hover {
background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
background-color: #fc9200;
}
.cli-plugin-button{ margin-top:5px; }
.cli-bar-popup{
-moz-background-clip: padding;
-webkit-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
padding:20px;
}
.cli-powered_by_p{width:100% !important; display:block !important; color:#333; clear:both; font-style:italic !important; font-size:12px !important; margin-top:15px !important; }
.cli-powered_by_a{color:#333; font-weight:600 !important; font-size:12px !important;} .cli-plugin-main-link.cli-plugin-button {
text-decoration: none;
}
.cli-plugin-main-link.cli-plugin-button {
margin-left: 5px;
}.gdpr-container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.gdpr-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.gdpr-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.gdpr-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.gdpr-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.gdpr-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.gdpr-px-0 {
padding-left: 0;
padding-right: 0;
}
.modal-backdrop.show {
opacity: .8;
}
.modal-open {
overflow: hidden
}
.modal-open .gdpr-modal {
overflow-x: hidden;
overflow-y: auto
}
.gdpr-modal.fade .gdpr-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.gdpr-modal.show .gdpr-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1039;
background-color: #000
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .5
}
.gdpr-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0
}
.gdpr-modal a {
text-decoration: none;
}
.gdpr-modal .gdpr-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.gdpr-modal .gdpr-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2));
}
}
@media (min-width: 992px) {
.gdpr-modal .gdpr-modal-dialog {
max-width: 900px;
}
}
.gdpr-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius: .3rem;
outline: 0
}
.gdpr-modal .row {
margin: 0 -15px;
}
.gdpr-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.gdpr-modal .close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.gdpr-modal .close:focus {
outline: 0;
}
.gdpr-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.gdpr-switch input[type="checkbox"] {
display:none;
}
.gdpr-switch .gdpr-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.gdpr-switch .gdpr-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.gdpr-switch input:checked + .gdpr-slider {
background-color:rgb(99, 179, 95);
}
.gdpr-switch input:checked + .gdpr-slider:before {
transform: translateX(26px);
}
.gdpr-switch .gdpr-slider {
border-radius: 34px;
}
.gdpr-switch .gdpr-slider:before {
border-radius: 50%;
}
.gdpr-tab-content>.gdpr-tab-pane {
display: none;
}
.gdpr-tab-content>.active {
display: block;
}
.gdpr-fade {
transition: opacity .15s linear;
}
.gdpr-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column !important;
flex-direction: column !important;
align-items: stretch !important;
-ms-align-items: stretch !important;
}
.nav.gdpr-nav-pills, .gdpr-tab-content {
width: 100%;
padding: 30px;
}
.nav.gdpr-nav-pills {
background: #f3f3f3;
}
.nav.gdpr-nav-pills .gdpr-nav-link {
border: 1px solid #0070ad;
margin-bottom: 10px;
color: #0070ad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
background-color: #0070ad;
border: 1px solid #0070ad;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active {
color: #ffffff;
}
.gdpr-tab-content .gdpr-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
background-color: #0070ad;
border-color: #0070ad;
color: #ffffff;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gdpr-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.gdpr-tab-content h4 {
font-size: 20px;
margin-bottom: .5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
}
.cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
display: none;
}
.cli-modal-backdrop.cli-fade {
opacity: 0
}
.cli-modal-backdrop.cli-show {
opacity: .5;
display: block;
}
.cli-modal.cli-show {
display: block;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 900px;
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .3rem;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent !important;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.cli-switch input:checked + .cli-slider {
background-color: #00acad
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(26px);
}
.cli-switch .cli-slider {
border-radius: 34px;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-tab-content>.cli-active {
display: block;
}
.cli-fade {
transition: opacity .15s linear;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding: 30px;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #f3f3f3;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #00acad;
margin-bottom: 10px;
color: #00acad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #00acad;
border: 1px solid #00acad;
}
.cli-nav-pills .cli-nav-link.cli-active {
color: #ffffff;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} .cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
flex-direction: column;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
-webkit-transform:scale(0);
transform:scale(0);
transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
opacity: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .5;
-webkit-transform:scale(1);
transform:scale(1);
}
.cli-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
transform: scale(0);
overflow: hidden;
outline: 0;
display: none;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .2rem;
box-sizing: border-box;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 38px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 20px;
width: 38px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 15px;
left: 3px;
position: absolute;
transition: .4s;
width: 15px;
}
.cli-switch input:checked + .cli-slider {
background-color: #61a229;
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(18px);
}
.cli-switch .cli-slider {
border-radius: 34px;
font-size:0;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding:5px 30px 5px 5px;
box-sizing: border-box;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #fff;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #cccccc;
margin-bottom: 10px;
color:#2a2a2a;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #f6f6f9;
border: 1px solid #cccccc;
}
.cli-nav-pills .cli-nav-link.cli-active {
color:#2a2a2a;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} #cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{
background: transparent;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar  .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after
{
color:inherit;
}
#cookie-law-info-bar .cli-tab-header a:before
{
border-right: 1px solid currentColor;
border-bottom: 1px solid currentColor;
}
#cookie-law-info-bar .cli-row
{
margin-top:20px;
}
#cookie-law-info-bar .cli-col-4
{
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
#cookie-law-info-bar .cli-col-8
{
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.cli-wrapper {
max-width: 90%;
float: none;
margin: 0 auto;
}
#cookie-law-info-bar .cli-tab-content h4
{
margin-bottom:0.5rem;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link
{
padding: .2rem 0.5rem;
}
#cookie-law-info-bar .cli-tab-container
{
display:none;
text-align:left;
} .cli-tab-footer .cli-btn {
background-color: #00acad;
padding: 10px 15px;
text-decoration:none;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
background-color: #61a229;
color: #ffffff;
border-radius: 0;
}
.cli-tab-footer {
width:100%;
text-align:right;
padding: 20px 0;
} .cli-col-12
{
width:100%;
}
.cli-tab-header
{
display: flex;
justify-content: space-between;
}
.cli-tab-header a:before {
width: 10px;
height: 2px;
left: 0;
top: calc(50% - 1px);
}
.cli-tab-header a:after {
width: 2px;
height: 10px;
left: 4px;
top: calc(50% - 5px);
-webkit-transform: none;
transform: none;
}
.cli-tab-header a:before {
width: 7px;
height: 7px;
border-right: 1px solid #4a6e78;
border-bottom: 1px solid #4a6e78;
content: " ";
transform: rotate(-45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-right:10px;
}
.cli-tab-header a.cli-nav-link  {
position: relative;
display: flex;
align-items: center;
font-size:14px;
color:#000;
text-transform: capitalize;
}
.cli-tab-header.cli-tab-active .cli-nav-link:before
{
transform: rotate(45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.cli-tab-header {
border-radius: 5px;
padding: 12px 15px;
cursor: pointer;
transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
background-color:#f2f2f2;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 0;
top: 0;
z-index: 1;
-webkit-appearance: none;
width: 40px;
height: 40px;
padding: 0;
border-radius: 50%;
padding: 10px;
background: transparent;
border:none;
min-width: 40px;
}
.cli-tab-container h4,.cli-tab-container h1 {
font-family: inherit;
font-size: 16px;
margin-bottom: 15px;
margin:10px 0;
}
#cliSettingsPopup .cli-tab-section-container {
padding-top: 12px;
}
.cli-tab-container p ,.cli-privacy-content-text{
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}
.wt-cli-privacy
{
display:none;
}
.cli-tab-content
{
display:none;
}
.cli-tab-section .cli-tab-content
{
padding: 10px 20px 5px 20px;
}
.cli-tab-section
{
margin-top:5px;
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 645px;
}
}
.cli-switch .cli-slider:after{
content: attr(data-cli-disable);
position: absolute;
right: 50px;
color: #000;
font-size:12px;
text-align:right;
min-width: 80px;
}
.cli-switch input:checked + .cli-slider:after
{
content: attr(data-cli-enable);
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
max-height: 60px;
transition: max-height 0.15s ease-out;
overflow: hidden;
}
a.cli-privacy-readmore {
font-size: 12px;
margin-top: 12px;
display: inline-block;
padding-bottom: 0;
cursor: pointer;
color:#000;
text-decoration: underline;
}
.cli-modal-footer {
position: relative;
}
a.cli-privacy-readmore:before {
content: attr(data-readmore-text);
}
.cli-collapsed a.cli-privacy-readmore:before {
content: attr(data-readless-text);
}
.cli-collapsed .cli-privacy-content
{
transition: max-height 0.25s ease-in;
}
.cli-privacy-content p
{
margin-bottom:0;
}
.cli-modal-close svg {
fill: #000;
}
span.cli-necessary-caption {
color: #000;
font-size: 12px;
}
.cli-tab-section.cli-privacy-tab {
display: none;
}
#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
display: block;
}
#cookie-law-info-bar .cli-privacy-overview {
display: none;
}
.cli-tab-container .cli-row
{
max-height: 500px;
overflow-y: auto;
}
.cli-modal.cli-blowup.cli-out {
z-index: -1;
}
.cli-modal.cli-blowup {
z-index: 999999;
transform: scale(1);
}
.cli-modal.cli-blowup .cli-modal-dialog {
animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.cli-modal.cli-blowup.cli-out .cli-modal-dialog
{
animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes blowUpContent {
0% {
transform: scale(1);
opacity: 1;
}
99.9% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(0);
}
}
@keyframes blowUpContentTwo {
0% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes blowUpModal {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes blowUpModalTwo {
0% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(0.5);
opacity: 0;
}
100% {
transform: scale(0);
opacity: 0;
}
}
.cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
font-size: 12px;
}
.cli_settings_button
{
cursor: pointer;
} .wt-cli-sr-only
{
display: none;
font-size:16px;
} a.wt-cli-element.cli_cookie_close_button {
text-decoration: none;
color: #333333;
font-size: 22px;
line-height: 22px;
cursor: pointer;
position: absolute;
right: 10px;
top: 5px;
} .cli-bar-container{
float: none;
margin: 0 auto;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.cli-bar-btn_container {
margin-left: 20px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
flex-wrap: nowrap;
}
.cli-style-v2 a
{
cursor: pointer;
}
.cli-bar-btn_container a {
white-space: nowrap;
}
.cli-style-v2 .cli-plugin-main-link
{
font-weight:inherit;
}
.cli-style-v2
{
font-size: 11pt;
line-height: 18px;
font-weight:normal;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container{
display: block;
}
.cli-style-v2 .cli-bar-message {
width: 70%;
text-align: left;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message
{
width:100%;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
flex-wrap: wrap;
} #cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{
text-align: left; margin-bottom: 5px;
margin-top: 0px;
font-size: 16px;
} .cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
margin-top: 5px;
}
.cli-style-v2 .cli-bar-btn_container .cli_action_button ,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button
{
margin-left: 5px;
}
.wt-cli-ccpa-checkbox label {
font-size: inherit;
cursor: pointer;
margin: 0px 0px 0px 5px;
} #cookie-law-info-bar[data-cli-style="cli-style-v2"]
{
padding: 14px 25px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"]
{
padding:32px 30px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
padding: 32px 45px;
}
.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button),.cli-style-v2 .cli_action_button:not(.cli-plugin-button){
text-decoration: underline;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
margin-top: 5px;
margin-bottom: 5px;
}
a.wt-cli-ccpa-opt-out {
white-space: nowrap;
text-decoration: underline;
}
.wt-cli-necessary-checkbox {
display: none !important;
}
@media (max-width: 985px) {
.cli-style-v2 .cli-bar-message
{
width:100%;
}
.cli-style-v2.cli-bar-container
{
justify-content:left;
flex-wrap: wrap;
}
.cli-style-v2 .cli-bar-btn_container {
margin-left:0px;
margin-top: 10px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"]
{
padding: 25px 25px;
}
} .wt-cli-ckyes-brand-logo {
display: flex;
align-items: center;
font-size: 9px;
color: #111111;
font-weight: normal;
}
.wt-cli-ckyes-brand-logo img{
width: 65px;
margin-left: 2px;
}
.wt-cli-privacy-overview-actions {
padding-bottom:0;
}
@media only screen and (max-width: 479px) and (min-width: 320px){
.cli-style-v2 .cli-bar-btn_container {
flex-wrap: wrap;
}
} .wt-cli-cookie-description {
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}.widget_ct_social fieldset,
.widget_ct_social ul,
.widget_ct_social li {	border: none; margin: 0; padding: 0; list-style: none;}  .widget_ct_social li { display: inline-block; text-align: center; margin: 0 4px 4px 0; font-size: 16px; border: none !important; width: initial !important; padding: 0 !important;}
.widget_ct_social li a { display: inline-block; min-width: 40px; line-height: 28px; padding: 5px 10px; background: #000; color: #fff !important; border-radius: 3px;}
.widget_ct_social li a { -webkit-transition: all 0.5s ease;	-moz-transition: all 0.5s ease;	transition: all 0.5s ease;}
.widget_ct_social li a:hover { opacity: 0.7;}
.widget_ct_social li.dribbble a { background-color: #ea4c89;}
.widget_ct_social li.email a { background-color: #2c3e50;}
.widget_ct_social li.facebook a { background-color: #3b5998;}
.widget_ct_social li.flickr a { background-color: #ff0084;}
.widget_ct_social li.foursquare a { background-color: #0072b1;}
.widget_ct_social li.github a { background-color: #000;}
.widget_ct_social li.gplus a { background-color: #dd4b39;}
.widget_ct_social li.instagram a { background-color: #517fa4;}
.widget_ct_social li.linkedin a { background-color: #007bb6;}
.widget_ct_social li.pinterest a { background-color: #cb2027;}
.widget_ct_social li.skype a { background-color: #12a5f4;}
.widget_ct_social li.twitter a { background-color: #00aced;}
.widget_ct_social li.youtube a { background-color: #bb0000;}.multimedia_classic_carousel {
position:relative; }
.multimedia_classic_carousel img {
max-width:none;
max-height:none;
}
.multimedia_classic_carousel_list {
margin:0;
padding:0;
list-style:none;
display:none;
}
.multimedia_classic_carousel .contentHolder {
position:relative;
overflow:hidden;
}
.mycanvas {
position:absolute;
top:8px;
right:10px;
z-index:1000;
}
.myloader {
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/classic/skins/loader.gif);
width:37px;
height:37px;
position:absolute;
left:49%;
top:49%;
z-index:999;
}
.hideElement {
display:none;
} .multimedia_classic_carousel.black .thumbsHolderWrapper {
width:100%;
overflow:hidden;
}
.multimedia_classic_carousel.black .thumbsHolderVisibleWrapper {
position:absolute;
width:100%;
overflow:hidden;
}
.multimedia_classic_carousel.black .thumbsHolder {
position:absolute;
height:100%;
}
.multimedia_classic_carousel.black .thumbsHolder_ThumbOFF {
float:left;
display:block;
height:100px;
}
.multimedia_classic_carousel.black .thumbsHolder_ThumbOFF img {
position:relative;
}
.multimedia_classic_carousel.black .thumbsHolder_ThumbON {
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/classic/css/skins/cool/thumbActiveArrow.png) center 0px no-repeat;	
}
.multimedia_classic_carousel.black .titlez {
font-family:'PT Sans', sans-serif;
font-weight:bold;
line-height:1.35;
}
.multimedia_classic_carousel.black .descz {
font-family:'PT Sans', sans-serif;
font-weight:normal;
line-height:1.5;
}
.multimedia_classic_carousel.black .descz a {
color:#F00;
text-decoration:none;
}
.multimedia_classic_carousel.black .descz a:hover {
text-decoration: underline;
}
.multimedia_classic_carousel.black .iconOver {
position:absolute;
width:75px;
height:75px;
background-position:left top;
background-repeat:no-repeat;	
z-index:200;
cursor: pointer;
}
.multimedia_classic_carousel.black .carouselLeftNav {
position:absolute;
width:64px;
height:68px;
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/classic/skins/black/leftNavOFF.png) 0 0 no-repeat;
cursor: pointer;
}
.multimedia_classic_carousel.black .carouselLeftNav:hover {
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/classic/skins/black/leftNavON.png) 0 0 no-repeat;
}
.multimedia_classic_carousel.black .carouselLeftNavDisabled {
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/classic/skins/black/leftNavDisabled.png) 0 0 no-repeat;
cursor:default;
}
.multimedia_classic_carousel.black .carouselLeftNavDisabled:hover {
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/classic/skins/black/leftNavDisabled.png) 0 0 no-repeat;
}
.multimedia_classic_carousel.black .carouselRightNav {
position:absolute;
width:68px;
height:68px;
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/classic/skins/black/rightNavOFF.png) 8px 0px no-repeat;
cursor: pointer;
}
.multimedia_classic_carousel.black .carouselRightNav:hover {
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/classic/skins/black/rightNavON.png) 8px 0px no-repeat;
}
.multimedia_classic_carousel.black .carouselRightNavDisabled {
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/classic/skins/black/rightNavDisabled.png) 8px 0px no-repeat;
cursor:default;
}
.multimedia_classic_carousel.black .carouselRightNavDisabled:hover {
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/classic/skins/black/rightNavDisabled.png) 8px 0px no-repeat;
}
.multimedia_classic_carousel.black .bottomNav {
position:absolute;
height:35px;
width:0;
z-index:140;
}
.multimedia_classic_carousel.black .bottomNavButtonOFF {
float:left;
display:block;
width:16px;
height:15px;
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/classic/skins/black/bottomNavOFF.png) 0 0 no-repeat;
padding-left:9px;
cursor: pointer;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;	
}
.multimedia_classic_carousel.black .bottomNavButtonON {
float:left;
display:block;
width:16px;
height:15px;
padding-left:9px;
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/classic/skins/black/bottomNavON.png) 0 0 no-repeat;
cursor: pointer;
} .multimedia_classic_carousel.white .thumbsHolderWrapper {
width:100%;
overflow:hidden;
}
.multimedia_classic_carousel.white .thumbsHolderVisibleWrapper {
position:absolute;
width:100%;
overflow:hidden;
}
.multimedia_classic_carousel.white .thumbsHolder {
position:absolute;
height:100%;
}
.multimedia_classic_carousel.white .thumbsHolder_ThumbOFF {
float:left;
display:block;
height:100px;
}
.multimedia_classic_carousel.white .thumbsHolder_ThumbOFF img {
position:relative;
}
.multimedia_classic_carousel.white .thumbsHolder_ThumbON {
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/classic/css/skins/cool/thumbActiveArrow.png) center 0px no-repeat;	
}
.multimedia_classic_carousel.white .titlez {
font-family:'PT Sans', sans-serif;
font-weight:bold;
line-height:1.35;
}
.multimedia_classic_carousel.white .descz {
font-family:'PT Sans', sans-serif;
font-weight:normal;
line-height:1.5;
}
.multimedia_classic_carousel.white .descz a {
color:#F00;
text-decoration:none;
}
.multimedia_classic_carousel.white .descz a:hover {
text-decoration: underline;
}
.multimedia_classic_carousel.white .iconOver {
position:absolute;
width:85px;
height:85px;
background-position:left top;
background-repeat:no-repeat;	
z-index:200;
cursor: pointer;
}
.multimedia_classic_carousel.white .carouselLeftNav {
position:absolute;
width:71px;
height:71px;
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/classic/skins/white/leftNavOFF.png) 0 0 no-repeat;
cursor: pointer;
}
.multimedia_classic_carousel.white .carouselLeftNav:hover {
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/classic/skins/white/leftNavON.png) 0 0 no-repeat;
}
.multimedia_classic_carousel.white .carouselLeftNavDisabled {
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/classic/skins/white/leftNavDisabled.png) 0 0 no-repeat;
cursor:default;
}
.multimedia_classic_carousel.white .carouselLeftNavDisabled:hover {
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/classic/skins/white/leftNavDisabled.png) 0 0 no-repeat;
}
.multimedia_classic_carousel.white .carouselRightNav {
position:absolute;
width:71px;
height:71px;
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/classic/skins/white/rightNavOFF.png) 0 0 no-repeat;
cursor: pointer;
}
.multimedia_classic_carousel.white .carouselRightNav:hover {
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/classic/skins/white/rightNavON.png) 0 0 no-repeat;
}
.multimedia_classic_carousel.white .carouselRightNavDisabled {
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/classic/skins/white/rightNavDisabled.png) 0 0 no-repeat;
cursor:default;
}
.multimedia_classic_carousel.white .carouselRightNavDisabled:hover {
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/classic/skins/white/rightNavDisabled.png) 0 0 no-repeat;
}
.multimedia_classic_carousel.white .bottomNav {
position:absolute;
height:35px;
width:0;
z-index:140;
}
.multimedia_classic_carousel.white .bottomNavButtonOFF {
float:left;
display:block;
width:16px;
height:15px;
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/classic/skins/white/bottomNavOFF.png) 0 0 no-repeat;
padding-left:9px;
cursor: pointer;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;	
}
.multimedia_classic_carousel.white .bottomNavButtonON {
float:left;
display:block;
width:16px;
height:15px;
padding-left:9px;
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/classic/skins/white/bottomNavON.png) 0 0 no-repeat;
cursor: pointer;
}
.pp_content_container iframe {
margin-bottom: 0px !important;
}
.pp_content_container video {
margin-bottom: 0px !important;
}.multimedia_perspective_carousel {
position:relative;
overflow:hidden;
}
.multimedia_perspective_carousel img {
max-width:none;
max-height:none;
}
.multimedia_perspective_carousel_list {
margin:0;
padding:0;
list-style:none;
display:none;
}
.multimedia_perspective_carousel .contentHolder {
position:relative;
overflow:hidden;
}
.mycanvas {
position:absolute;
top:8px;
right:10px;
z-index:1000;
}
.myloader {
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/skins/loader.gif);
width:37px;
height:37px;
position:absolute;
left:49%;
top:49%;
z-index:999;
}
.hideElement {
display:none;
} .multimedia_perspective_carousel.black .contentHolderUnit {
position:absolute;
overflow:hidden;
cursor: pointer;
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/skins/black/empty.gif) repeat;
border-style:solid;
}
.multimedia_perspective_carousel.black .elementTitle {
position:absolute;
left:0;
top:40px;
width:100%;
text-align:center;
font: bold 22px/30px 'Droid Sans', Verdana, Helvetica, sans-serif;
color:#666;
text-transform:capitalize;
}
.multimedia_perspective_carousel.black .iconOver {
position:absolute;
width:85px;
height:85px; background-position:left top;
background-repeat:no-repeat;	
display:none;
z-index:200;
cursor: pointer;
} .multimedia_perspective_carousel.black .bannerControls {
position:absolute;
left:0;
top:0;
z-index:101;
width:100%;
}
.multimedia_perspective_carousel.black .leftNav {
position:absolute;
left:2px;
width:62px;
height:68px;
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/skins/black/leftNavOFF.png) 0 0 no-repeat;
cursor: pointer;
}
.multimedia_perspective_carousel.black .leftNav:hover {
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/skins/black/leftNavON.png) 0 0 no-repeat;
}
.multimedia_perspective_carousel.black .rightNav {
position:absolute;
right:-2px;
width:62px;
height:68px;
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/skins/black/rightNavOFF.png) 0 0 no-repeat;
cursor: pointer;
}
.multimedia_perspective_carousel.black .rightNav:hover {
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/skins/black/rightNavON.png) 0 0 no-repeat;
}
.multimedia_perspective_carousel.black .bottomNav {
position:absolute;
height:35px;
width:0;
padding-left:9px;
z-index:140;
}
.multimedia_perspective_carousel.black .bottomNavButtonOFF {
float:left;
display:block;
width:16px;
height:15px;
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/skins/black/bottomNavOFF.png) 0 0 no-repeat;
padding-left:9px;
cursor: pointer;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;	
}
.multimedia_perspective_carousel.black .bottomNavButtonON {
float:left;
display:block;
width:16px;
height:15px;
padding-left:9px;
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/skins/black/bottomNavON.png) 0 0 no-repeat;
cursor: pointer;
}
.multimedia_perspective_carousel.black .bottomNavLeft {
display:none;
position:absolute;
z-index:140;
}
.multimedia_perspective_carousel.black .bottomNavRight {
display:none;
position:absolute;
z-index:140;
}
.multimedia_perspective_carousel.black .bottomOverThumb {
position:absolute;
width:88px;
height:106px;
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/skins/black/bottomOverThumbBg.png) 23px bottom no-repeat;
bottom:27px;
xleft:0px;
margin-left:-25px;
}
.multimedia_perspective_carousel.black .bottomOverThumb img {
border:4px solid #000000;
} .multimedia_perspective_carousel.white .contentHolderUnit {
position:absolute;
overflow:hidden;
cursor: pointer;
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/skins/white/empty.gif) repeat;
border-style:solid;
}
.multimedia_perspective_carousel.white .elementTitle {
position:absolute;
left:0;
top:40px;
width:100%;
text-align:center;
font: bold 22px/30px 'Droid Sans', Verdana, Helvetica, sans-serif;
color:#666;
text-transform:capitalize;
}
.multimedia_perspective_carousel.white .iconOver {
position:absolute;
width:85px;
height:85px; background-position:left top;
background-repeat:no-repeat;	
display:none;
z-index:200;
cursor: pointer;
} .multimedia_perspective_carousel.white .bannerControls {
position:absolute;
left:0;
top:0;
z-index:101;
width:100%;
}
.multimedia_perspective_carousel.white .leftNav {
position:absolute;
left:-2px;
width:71px;
height:71px;
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/skins/white/leftNavOFF.png) 0 0 no-repeat;
cursor: pointer;
}
.multimedia_perspective_carousel.white .leftNav:hover {
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/skins/white/leftNavON.png) 0 0 no-repeat;
}
.multimedia_perspective_carousel.white .rightNav {
position:absolute;
right:-2px;
width:71px;
height:71px;
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/skins/white/rightNavOFF.png) 0 0 no-repeat;
cursor: pointer;
}
.multimedia_perspective_carousel.white .rightNav:hover {
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/skins/white/rightNavON.png) 0 0 no-repeat;
}
.multimedia_perspective_carousel.white .bottomNav {
position:absolute;
height:35px;
width:0;
padding-left:9px;
z-index:140;
}
.multimedia_perspective_carousel.white .bottomNavButtonOFF {
float:left;
display:block;
width:16px;
height:15px;
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/skins/white/bottomNavOFF.png) 0 0 no-repeat;
padding-left:9px;
cursor: pointer;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;	
}
.multimedia_perspective_carousel.white .bottomNavButtonON {
float:left;
display:block;
width:16px;
height:15px;
padding-left:9px;
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/skins/white/bottomNavON.png) 0 0 no-repeat;
cursor: pointer;
}
.multimedia_perspective_carousel.white .bottomNavLeft {
display:none;
position:absolute;
z-index:140;
}
.multimedia_perspective_carousel.white .bottomNavRight {
display:none;
position:absolute;
z-index:140;
}
.multimedia_perspective_carousel.white .bottomOverThumb {
position:absolute;
width:88px;
height:106px;
background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/skins/white/bottomOverThumbBg.png) 23px bottom no-repeat;
bottom:27px;
xleft:0px;
margin-left:-25px;
}
.multimedia_perspective_carousel.white .bottomOverThumb img {
border:4px solid #ffffff;
}
.pp_content_container iframe {
margin-bottom: 0px !important;
}
.pp_content_container video {
margin-bottom: 0px !important;
}div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:16px}
div.pp_default .pp_content_container .pp_right{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(//kasahomes.co.nz/wp-content/plugins/lbg_multimedia_carousel_addon_visual_composer/perspective/jqueryPrettyPhoto/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}.wonderplugin3dcarousel-flipy-in,
.wonderplugin3dcarousel-flipy-out,
.wonderplugin3dcarousel-fade-in,
.wonderplugin3dcarousel-fade-out {
perspective: 1000px;
-webkit-perspective: 1000px;
transition: 0.6s;
-webkit-transition: 0.6s;
transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
} .wonderplugin3dcarousel-flipy-in {
transform: rotateY(-180deg);
-webkit-transform: rotateY(-180deg);
}
.wonderplugin3dcarousel-item:hover .wonderplugin3dcarousel-flipy-in {
transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
}
.wonderplugin3dcarousel-flipy-out {	
transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
}
.wonderplugin3dcarousel-item:hover .wonderplugin3dcarousel-flipy-out {
transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
} .wonderplugin3dcarousel-fade-in,
.wonderplugin3dcarousel-none-in {
opacity: 0;
}
.wonderplugin3dcarousel-item:hover .wonderplugin3dcarousel-fade-in,
.wonderplugin3dcarousel-item:hover .wonderplugin3dcarousel-none-in {
opacity: 1;
}
.wonderplugin3dcarousel-fade-out,
.wonderplugin3dcarousel-none-out {	
opacity: 1;
}
.wonderplugin3dcarousel-item:hover .wonderplugin3dcarousel-fade-out,
.wonderplugin3dcarousel-item:hover .wonderplugin3dcarousel-none-out {
opacoty: 0;
}.wpsm-show a, .wpsm-show:active, .wpsm-show:visited {
cursor: pointer;
text-decoration: none;
font-size: 100%;
}
.wpsm-show:hover {
cursor: pointer;
text-decoration: underline;
}
.wpsm-hide a, .wpsm-hide:active, .wpsm-hide:visited {
cursor: pointer;
text-decoration: none;
}
.wpsm-hide:hover {
cursor: pointer;
text-decoration: underline;
}
.wpsm-content-hide {
display: none;
}.text-stroke,.text-stroke--primary,.text-stroke--secondary{-webkit-text-stroke-width:var(--wp--custom--typography--text-stroke-width,2px)!important}.ext-absolute{position:absolute!important}.bring-to-front,.ext .wp-block-image,.ext-relative{position:relative!important}.ext-top-base{top:var(--wp--style--block-gap,1.75rem)!important}.ext-top-lg{top:var(--extendify--spacing--large,3rem)!important}.ext--top-base{top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--top-lg{top:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext-right-base{right:var(--wp--style--block-gap,1.75rem)!important}.ext-right-lg{right:var(--extendify--spacing--large,3rem)!important}.ext--right-base{right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--right-lg{right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext-bottom-base{bottom:var(--wp--style--block-gap,1.75rem)!important}.ext-bottom-lg{bottom:var(--extendify--spacing--large,3rem)!important}.ext--bottom-base{bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--bottom-lg{bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext-left-base{left:var(--wp--style--block-gap,1.75rem)!important}.ext-left-lg{left:var(--extendify--spacing--large,3rem)!important}.ext--left-base{left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--left-lg{left:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext-order-1{order:1!important}.ext-order-2{order:2!important}.ext-col-auto{grid-column:auto!important}.ext-col-span-1{grid-column:span 1/span 1!important}.ext-col-span-2{grid-column:span 2/span 2!important}.ext-col-span-3{grid-column:span 3/span 3!important}.ext-col-span-4{grid-column:span 4/span 4!important}.ext-col-span-5{grid-column:span 5/span 5!important}.ext-col-span-6{grid-column:span 6/span 6!important}.ext-col-span-7{grid-column:span 7/span 7!important}.ext-col-span-8{grid-column:span 8/span 8!important}.ext-col-span-9{grid-column:span 9/span 9!important}.ext-col-span-10{grid-column:span 10/span 10!important}.ext-col-span-11{grid-column:span 11/span 11!important}.ext-col-span-12{grid-column:span 12/span 12!important}.ext-col-span-full{grid-column:1/-1!important}.ext-col-start-1{grid-column-start:1!important}.ext-col-start-2{grid-column-start:2!important}.ext-col-start-3{grid-column-start:3!important}.ext-col-start-4{grid-column-start:4!important}.ext-col-start-5{grid-column-start:5!important}.ext-col-start-6{grid-column-start:6!important}.ext-col-start-7{grid-column-start:7!important}.ext-col-start-8{grid-column-start:8!important}.ext-col-start-9{grid-column-start:9!important}.ext-col-start-10{grid-column-start:10!important}.ext-col-start-11{grid-column-start:11!important}.ext-col-start-12{grid-column-start:12!important}.ext-col-start-13{grid-column-start:13!important}.ext-col-start-auto{grid-column-start:auto!important}.ext-col-end-1{grid-column-end:1!important}.ext-col-end-2{grid-column-end:2!important}.ext-col-end-3{grid-column-end:3!important}.ext-col-end-4{grid-column-end:4!important}.ext-col-end-5{grid-column-end:5!important}.ext-col-end-6{grid-column-end:6!important}.ext-col-end-7{grid-column-end:7!important}.ext-col-end-8{grid-column-end:8!important}.ext-col-end-9{grid-column-end:9!important}.ext-col-end-10{grid-column-end:10!important}.ext-col-end-11{grid-column-end:11!important}.ext-col-end-12{grid-column-end:12!important}.ext-col-end-13{grid-column-end:13!important}.ext-col-end-auto{grid-column-end:auto!important}.ext-row-auto{grid-row:auto!important}.ext-row-span-1{grid-row:span 1/span 1!important}.ext-row-span-2{grid-row:span 2/span 2!important}.ext-row-span-3{grid-row:span 3/span 3!important}.ext-row-span-4{grid-row:span 4/span 4!important}.ext-row-span-5{grid-row:span 5/span 5!important}.ext-row-span-6{grid-row:span 6/span 6!important}.ext-row-span-full{grid-row:1/-1!important}.ext-row-start-1{grid-row-start:1!important}.ext-row-start-2{grid-row-start:2!important}.ext-row-start-3{grid-row-start:3!important}.ext-row-start-4{grid-row-start:4!important}.ext-row-start-5{grid-row-start:5!important}.ext-row-start-6{grid-row-start:6!important}.ext-row-start-7{grid-row-start:7!important}.ext-row-start-auto{grid-row-start:auto!important}.ext-row-end-1{grid-row-end:1!important}.ext-row-end-2{grid-row-end:2!important}.ext-row-end-3{grid-row-end:3!important}.ext-row-end-4{grid-row-end:4!important}.ext-row-end-5{grid-row-end:5!important}.ext-row-end-6{grid-row-end:6!important}.ext-row-end-7{grid-row-end:7!important}.ext-row-end-auto{grid-row-end:auto!important}.ext-m-0:not([style*=margin]){margin:0!important}.ext-m-auto:not([style*=margin]){margin:auto!important}.ext-m-base:not([style*=margin]){margin:var(--wp--style--block-gap,1.75rem)!important}.ext-m-lg:not([style*=margin]){margin:var(--extendify--spacing--large,3rem)!important}.ext--m-base:not([style*=margin]){margin:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--m-lg:not([style*=margin]){margin:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext-mx-0:not([style*=margin]){margin-left:0!important;margin-right:0!important}.ext .alignwide,.ext-mx-auto:not([style*=margin]){margin-left:auto!important;margin-right:auto!important}.ext-mx-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important;margin-right:var(--wp--style--block-gap,1.75rem)!important}.ext-mx-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large,3rem)!important;margin-right:var(--extendify--spacing--large,3rem)!important}.ext--mx-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important;margin-right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--mx-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large,3rem) * -1)!important;margin-right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext .wp-block-group>*,.ext-my-0:not([style*=margin]),.wp-block-column.editor\:pointer-events-none{margin-top:0!important;margin-bottom:0!important}.ext-my-auto:not([style*=margin]){margin-top:auto!important;margin-bottom:auto!important}.ext h2,.ext-my-base:not([style*=margin]){margin-top:var(--wp--style--block-gap,1.75rem)!important;margin-bottom:var(--wp--style--block-gap,1.75rem)!important}.ext-my-lg:not([style*=margin]){margin-top:var(--extendify--spacing--large,3rem)!important;margin-bottom:var(--extendify--spacing--large,3rem)!important}.ext--my-base:not([style*=margin]){margin-top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important;margin-bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--my-lg:not([style*=margin]){margin-top:calc(var(--extendify--spacing--large,3rem) * -1)!important;margin-bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext .wp-block-columns+.wp-block-columns:not([class*=mt-]):not([class*=my-]):not([style*=margin]),.ext-mt-0:not([style*=margin]),[class*=fullwidth-cols] .wp-block-column:first-child,[class*=fullwidth-cols] .wp-block-column:first-child>*,[class*=fullwidth-cols] .wp-block-column>:first-child,[class*=fullwidth-cols] .wp-block-group:first-child{margin-top:0!important}.ext-mt-auto:not([style*=margin]){margin-top:auto!important}.ext-mt-base:not([style*=margin]){margin-top:var(--wp--style--block-gap,1.75rem)!important}.ext-mt-lg:not([style*=margin]){margin-top:var(--extendify--spacing--large,3rem)!important}.ext--mt-base:not([style*=margin]){margin-top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--mt-lg:not([style*=margin]){margin-top:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext-mr-0.alignfull:not([style*=margin]):not([style*=margin]),.ext-mr-0:not([style*=margin]){margin-right:0!important}.ext-mr-auto:not([style*=margin]){margin-right:auto!important}.ext-mr-base:not([style*=margin]){margin-right:var(--wp--style--block-gap,1.75rem)!important}.ext-mr-lg:not([style*=margin]){margin-right:var(--extendify--spacing--large,3rem)!important}.ext--mr-base:not([style*=margin]){margin-right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--mr-lg:not([style*=margin]){margin-right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext .is-not-stacked-on-mobile .wp-block-column,.ext-mb-0:not([style*=margin]),.ext.wp-block-group>:last-child,.wp-block-columns[class*=fullwidth-cols].is-not-stacked-on-mobile>.wp-block-column,[class*=fullwidth-cols] .wp-block-column:last-child,[class*=fullwidth-cols] .wp-block-column>:last-child,[class*=fullwidth-cols] .wp-block-group:last-child{margin-bottom:0!important}.ext-mb-auto:not([style*=margin]){margin-bottom:auto!important}.ext-mb-base:not([style*=margin]),.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:last-child){margin-bottom:var(--wp--style--block-gap,1.75rem)!important}.ext-mb-lg:not([style*=margin]){margin-bottom:var(--extendify--spacing--large,3rem)!important}.ext--mb-base:not([style*=margin]){margin-bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--mb-lg:not([style*=margin]){margin-bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext-ml-0:not([style*=margin]),.ext-ml-0:not([style*=margin]):not([style*=margin]){margin-left:0!important}.ext-ml-auto:not([style*=margin]){margin-left:auto!important}.ext-ml-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important}.ext-ml-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large,3rem)!important}.ext--ml-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--ml-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large,3rem) * -1)!important}.editor\:no-resize .components-resizable-box__container,.ext-block{display:block!important}.ext .wp-block-image img,.ext-inline-block{display:inline-block!important}.ext-inline{display:inline!important}.ext-flex{display:flex!important}.ext-inline-flex{display:inline-flex!important}.ext .ext-grid>[class*="_inner-container"],.ext-grid{display:grid!important}.ext-inline-grid{display:inline-grid!important}.block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .block-library-spacer__resize-container::before,.editor\:no-caption .block-editor-rich-text__editable,.editor\:no-inserter .wp-block-column:not(.is-selected)>.block-list-appender,.editor\:no-inserter .wp-block-cover__inner-container>.block-list-appender,.editor\:no-inserter .wp-block-group__inner-container>.block-list-appender,.editor\:no-inserter>.block-list-appender,.ext-hidden{display:none!important}.ext-w-auto{width:auto!important}.ext-w-full{width:100%!important}.ext [class*=inner-container]>.alignwide [class*=inner-container]>*,.ext [class*=inner-container]>[data-align=wide] [class*=inner-container]>*,.ext-max-w-full{max-width:100%!important}.ext-flex-1{flex:1 1 0%!important}.ext-flex-auto{flex:1 1 auto!important}.ext-flex-initial{flex:0 1 auto!important}.ext-flex-none{flex:none!important}.ext-flex-shrink-0{flex-shrink:0!important}.ext-flex-shrink{flex-shrink:1!important}.ext-flex-grow-0{flex-grow:0!important}.ext-flex-grow{flex-grow:1!important}.ext-list-none,.is-style-inline-list li{list-style-type:none!important}.ext .ext-grid-cols-1>[class*="_inner-container"],.ext-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.ext .ext-grid-cols-2>[class*="_inner-container"],.ext-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ext .ext-grid-cols-3>[class*="_inner-container"],.ext-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.ext .ext-grid-cols-4>[class*="_inner-container"],.ext-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.ext .ext-grid-cols-5>[class*="_inner-container"],.ext-grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.ext .ext-grid-cols-6>[class*="_inner-container"],.ext-grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.ext .ext-grid-cols-7>[class*="_inner-container"],.ext-grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.ext .ext-grid-cols-8>[class*="_inner-container"],.ext-grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.ext .ext-grid-cols-9>[class*="_inner-container"],.ext-grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.ext .ext-grid-cols-10>[class*="_inner-container"],.ext-grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.ext .ext-grid-cols-11>[class*="_inner-container"],.ext-grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.ext .ext-grid-cols-12>[class*="_inner-container"],.ext-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.ext .ext-grid-cols-none>[class*="_inner-container"],.ext-grid-cols-none{grid-template-columns:none!important}.ext .ext-grid-rows-1>[class*="_inner-container"],.ext-grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))!important}.ext .ext-grid-rows-2>[class*="_inner-container"],.ext-grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))!important}.ext .ext-grid-rows-3>[class*="_inner-container"],.ext-grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))!important}.ext .ext-grid-rows-4>[class*="_inner-container"],.ext-grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))!important}.ext .ext-grid-rows-5>[class*="_inner-container"],.ext-grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))!important}.ext .ext-grid-rows-6>[class*="_inner-container"],.ext-grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))!important}.ext .ext-grid-rows-none>[class*="_inner-container"],.ext-grid-rows-none{grid-template-rows:none!important}.ext-flex-row{flex-direction:row!important}.ext-flex-row-reverse{flex-direction:row-reverse!important}.ext-flex-col{flex-direction:column!important}.ext-flex-col-reverse{flex-direction:column-reverse!important}.ext-flex-wrap{flex-wrap:wrap!important}.ext-flex-wrap-reverse{flex-wrap:wrap-reverse!important}.ext-flex-nowrap{flex-wrap:nowrap!important}.ext .ext-items-start>[class*="_inner-container"],.ext-items-start{align-items:flex-start!important}.ext .ext-items-end>[class*="_inner-container"],.ext-items-end{align-items:flex-end!important}.ext .ext-items-center>[class*="_inner-container"],.ext .is-style-angled>[class*="_inner-container"],.ext-items-center{align-items:center!important}.ext .ext-items-baseline>[class*="_inner-container"],.ext-items-baseline{align-items:baseline!important}.ext .ext-items-stretch>[class*="_inner-container"],.ext-items-stretch{align-items:stretch!important}.ext-justify-start{justify-content:flex-start!important}.ext-justify-end{justify-content:flex-end!important}.ext-justify-center{justify-content:center!important}.ext-justify-between{justify-content:space-between!important}.ext-justify-around{justify-content:space-around!important}.ext-justify-evenly{justify-content:space-evenly!important}.ext-justify-items-start{justify-items:start!important}.ext-justify-items-end{justify-items:end!important}.ext-justify-items-center{justify-items:center!important}.ext-justify-items-stretch{justify-items:stretch!important}.ext-gap-0{gap:0!important}.ext-gap-base{gap:var(--wp--style--block-gap,1.75rem)!important}.ext-gap-lg{gap:var(--extendify--spacing--large,3rem)!important}.ext-gap-x-0{-moz-column-gap:0!important;column-gap:0!important}.ext-gap-x-base{-moz-column-gap:var(--wp--style--block-gap,1.75rem)!important;column-gap:var(--wp--style--block-gap,1.75rem)!important}.ext-gap-x-lg{-moz-column-gap:var(--extendify--spacing--large,3rem)!important;column-gap:var(--extendify--spacing--large,3rem)!important}.ext-gap-y-0{row-gap:0!important}.ext-gap-y-base{row-gap:var(--wp--style--block-gap,1.75rem)!important}.ext-gap-y-lg{row-gap:var(--extendify--spacing--large,3rem)!important}.ext-justify-self-auto{justify-self:auto!important}.ext-justify-self-start{justify-self:start!important}.ext-justify-self-end{justify-self:end!important}.ext-justify-self-center{justify-self:center!important}.ext-justify-self-stretch{justify-self:stretch!important}.ext-rounded-none{border-radius:0!important}.ext-rounded-full{border-radius:9999px!important}.ext-rounded-t-none{border-top-left-radius:0!important;border-top-right-radius:0!important}.ext-rounded-t-full{border-top-left-radius:9999px!important;border-top-right-radius:9999px!important}.ext-rounded-r-none{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.ext-rounded-r-full{border-top-right-radius:9999px!important;border-bottom-right-radius:9999px!important}.ext-rounded-b-none{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.ext-rounded-b-full{border-bottom-right-radius:9999px!important;border-bottom-left-radius:9999px!important}.ext-rounded-l-none{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.ext-rounded-l-full{border-top-left-radius:9999px!important;border-bottom-left-radius:9999px!important}.ext-rounded-tl-none{border-top-left-radius:0!important}.ext-rounded-tl-full{border-top-left-radius:9999px!important}.ext-rounded-tr-none{border-top-right-radius:0!important}.ext-rounded-tr-full{border-top-right-radius:9999px!important}.ext-rounded-br-none{border-bottom-right-radius:0!important}.ext-rounded-br-full{border-bottom-right-radius:9999px!important}.ext-rounded-bl-none{border-bottom-left-radius:0!important}.ext-rounded-bl-full{border-bottom-left-radius:9999px!important}.ext-border-0{border-width:0!important}.ext-border-t-0{border-top-width:0!important}.ext-border-r-0{border-right-width:0!important}.ext-border-b-0{border-bottom-width:0!important}.ext-border-l-0{border-left-width:0!important}.ext .wp-block-group__inner-container,.ext-p-0:not([style*=padding]){padding:0!important}.ext-p-base:not([style*=padding]){padding:var(--wp--style--block-gap,1.75rem)!important}.ext-p-lg:not([style*=padding]){padding:var(--extendify--spacing--large,3rem)!important}.ext .wp-block-columns .wp-block-column[style*=padding],.ext-px-0:not([style*=padding]){padding-left:0!important;padding-right:0!important}.ext-px-base:not([style*=padding]),.ext.has-background{padding-left:var(--wp--style--block-gap,1.75rem)!important;padding-right:var(--wp--style--block-gap,1.75rem)!important}.ext-px-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large,3rem)!important;padding-right:var(--extendify--spacing--large,3rem)!important}.ext-py-0:not([style*=padding]){padding-top:0!important;padding-bottom:0!important}.ext-py-base:not([style*=padding]){padding-top:var(--wp--style--block-gap,1.75rem)!important;padding-bottom:var(--wp--style--block-gap,1.75rem)!important}.ext-py-lg:not([style*=padding]){padding-top:var(--extendify--spacing--large,3rem)!important;padding-bottom:var(--extendify--spacing--large,3rem)!important}.ext-pt-0:not([style*=padding]){padding-top:0!important}.ext-pt-base:not([style*=padding]){padding-top:var(--wp--style--block-gap,1.75rem)!important}.ext-pt-lg:not([style*=padding]){padding-top:var(--extendify--spacing--large,3rem)!important}.ext-pr-0:not([style*=padding]){padding-right:0!important}.ext-pr-base:not([style*=padding]){padding-right:var(--wp--style--block-gap,1.75rem)!important}.ext-pr-lg:not([style*=padding]){padding-right:var(--extendify--spacing--large,3rem)!important}.ext-pb-0:not([style*=padding]){padding-bottom:0!important}.ext-pb-base:not([style*=padding]){padding-bottom:var(--wp--style--block-gap,1.75rem)!important}.ext-pb-lg:not([style*=padding]){padding-bottom:var(--extendify--spacing--large,3rem)!important}.ext-pl-0:not([style*=padding]),.is-style-inline-list{padding-left:0!important}.ext-pl-base:not([style*=padding]){padding-left:var(--wp--style--block-gap,1.75rem)!important}.ext-pl-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large,3rem)!important}.ext-text-left{text-align:left!important}.ext .wp-block-image,.ext-text-center{text-align:center!important}.ext-text-right{text-align:right!important}.ext-leading-none{line-height:1!important}.ext-leading-tight{line-height:1.25!important}.ext-leading-snug{line-height:1.375!important}.ext-leading-normal{line-height:1.5!important}.ext-leading-relaxed{line-height:1.625!important}.ext-leading-loose{line-height:2!important}.ext-aspect-square img{aspect-ratio:1/1!important;-o-object-fit:cover!important;object-fit:cover!important}.ext-aspect-landscape img{aspect-ratio:4/3!important;-o-object-fit:cover!important;object-fit:cover!important}.ext-aspect-landscape-wide img{aspect-ratio:16/9!important;-o-object-fit:cover!important;object-fit:cover!important}.ext-aspect-portrait img{aspect-ratio:3/4!important;-o-object-fit:cover!important;object-fit:cover!important}.ext-aspect-landscape .components-resizable-box__container,.ext-aspect-landscape-wide .components-resizable-box__container,.ext-aspect-portrait .components-resizable-box__container,.ext-aspect-square .components-resizable-box__container{height:auto!important}.clip-path--rhombus img{-webkit-clip-path:polygon(15% 6%,80% 29%,84% 93%,23% 69%)!important;clip-path:polygon(15% 6%,80% 29%,84% 93%,23% 69%)!important}.clip-path--diamond img{-webkit-clip-path:polygon(5% 29%,60% 2%,91% 64%,36% 89%)!important;clip-path:polygon(5% 29%,60% 2%,91% 64%,36% 89%)!important}.clip-path--rhombus-alt img{-webkit-clip-path:polygon(14% 9%,85% 24%,91% 89%,19% 76%)!important;clip-path:polygon(14% 9%,85% 24%,91% 89%,19% 76%)!important}.wp-block-columns[class*=fullwidth-cols]{margin-bottom:unset!important}.is-root-container.block-editor-block-list__layout>[data-align=full]:not(:first-of-type)>.ext-my-0,.is-root-container.block-editor-block-list__layout>[data-align=full]:not(:first-of-type)>.wp-block-column.editor\:pointer-events-none,.is-root-container.block-editor-block-list__layout>[data-align=wide]>.ext-my-0:not([style*=margin]),.is-root-container.block-editor-block-list__layout>[data-align=wide]>.wp-block-column.editor\:pointer-events-none{margin-top:calc(-1 * var(--wp--style--block-gap,28px))!important}@media (min-width:600px) and (max-width:781px){.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n){margin-left:var(--wp--style--block-gap,2em)!important}}@media (max-width:781px){.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile){flex-wrap:wrap!important}.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not([style*=margin]){margin-left:0!important}.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (max-width:1079px){.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile){flex-wrap:wrap!important}.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not([style*=margin]){margin-left:0!important}.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:last-child){margin-bottom:var(--wp--style--block-gap,1.75rem)!important}}.direction-rtl{direction:rtl!important}.direction-ltr{direction:ltr!important}.bring-to-front{z-index:10!important}.text-stroke{-webkit-text-stroke-color:var(--wp--preset--color--background)!important}.text-stroke--primary{-webkit-text-stroke-color:var(--wp--preset--color--primary)!important}.text-stroke--secondary{-webkit-text-stroke-color:var(--wp--preset--color--secondary)!important}.editor\:no-resize .components-resizable-box__handle,.editor\:no-resize .components-resizable-box__handle::after,.editor\:no-resize .components-resizable-box__side-handle::before{display:none!important;pointer-events:none!important}.editor\:pointer-events-none{pointer-events:none!important}.is-style-angled{align-items:center!important;justify-content:flex-end!important}.is-style-angled .wp-block-cover__image-background,.is-style-angled .wp-block-cover__video-background{-webkit-clip-path:polygon(0 0,30% 0%,50% 100%,0% 100%)!important;clip-path:polygon(0 0,30% 0%,50% 100%,0% 100%)!important;z-index:1!important}.has-foreground-color{color:var(--wp--preset--color--foreground,#000)!important}.has-foreground-background-color{background-color:var(--wp--preset--color--foreground,#000)!important}.has-background-color{color:var(--wp--preset--color--background,#fff)!important}.has-background-background-color{background-color:var(--wp--preset--color--background,#fff)!important}.has-primary-color{color:var(--wp--preset--color--primary,#4b5563)!important}.has-primary-background-color{background-color:var(--wp--preset--color--primary,#4b5563)!important}.has-secondary-color{color:var(--wp--preset--color--secondary,#9ca3af)!important}.has-secondary-background-color{background-color:var(--wp--preset--color--secondary,#9ca3af)!important}.ext.has-text-color h1,.ext.has-text-color h2,.ext.has-text-color h3,.ext.has-text-color h4,.ext.has-text-color h5,.ext.has-text-color h6,.ext.has-text-color p{color:currentColor!important}.has-white-color{color:var(--wp--preset--color--white,#fff)!important}.has-black-color{color:var(--wp--preset--color--black,#000)!important}.has-ext-foreground-background-color{background-color:var(--wp--preset--color--foreground,var(--wp--preset--color--black,#000))!important}.has-ext-primary-background-color{background-color:var(--wp--preset--color--primary,var(--wp--preset--color--cyan-bluish-gray,#000))!important}.wp-block-button__link.has-black-background-color{border-color:var(--wp--preset--color--black,#000)!important}.wp-block-button__link.has-white-background-color{border-color:var(--wp--preset--color--white,#fff)!important}.has-ext-small-font-size{font-size:var(--wp--preset--font-size--ext-small)!important}.has-ext-medium-font-size{font-size:var(--wp--preset--font-size--ext-medium)!important}.has-ext-large-font-size{font-size:var(--wp--preset--font-size--ext-large)!important;line-height:1.2!important}.has-ext-x-large-font-size{font-size:var(--wp--preset--font-size--ext-x-large)!important;line-height:1!important}.has-ext-xx-large-font-size{font-size:var(--wp--preset--font-size--ext-xx-large)!important;line-height:1!important}.has-ext-x-large-font-size:not([style*=line-height]),.has-ext-xx-large-font-size:not([style*=line-height]){line-height:1.1!important}.ext .wp-block-group>*+*{margin-top:var(--wp--style--block-gap,1.75rem)!important;margin-bottom:0!important}.has-ext-x-large-font-size+h3,.has-ext-x-large-font-size+p{margin-top:.5rem!important}.ext .wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap,.5em) * .75)!important;min-width:12rem!important}.ext>[class*="_inner-container"]>.ext-grid:not([class*=columns]),.ext>[class*="_inner-container"]>.wp-block>.ext-grid:not([class*=columns]){display:initial!important}.ext .ext-grid-cols-13>[class*="_inner-container"]{grid-template-columns:repeat(13,minmax(0,1fr))!important}.ext [class*=inner-container]>.alignwide [class*=inner-container],.ext [class*=inner-container]>[data-align=wide] [class*=inner-container]{max-width:var(--responsive--alignwide-width,120rem)!important}.ext .wp-block-image img{vertical-align:middle!important}body{--extendify--spacing--large:var(
--wp--custom--spacing--large,
clamp(2em, 8vw, 8em)
)!important;--wp--preset--font-size--ext-small:1rem!important;--wp--preset--font-size--ext-medium:1.125rem!important;--wp--preset--font-size--ext-large:clamp(1.65rem, 3.5vw, 2.15rem)!important;--wp--preset--font-size--ext-x-large:clamp(3rem, 6vw, 4.75rem)!important;--wp--preset--font-size--ext-xx-large:clamp(3.25rem, 7.5vw, 5.75rem)!important;--wp--preset--color--black:#000!important;--wp--preset--color--white:#fff!important}.ext *{box-sizing:border-box!important}.block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .components-resizable-box__container{background:0 0!important}.ext .wp-block-group__inner-container figure.wp-block-gallery.alignfull{margin-top:unset!important;margin-bottom:unset!important}.block-editor-block-preview__content-iframe .preview\:min-h-50{min-height:50vw!important}.block-editor-block-preview__content-iframe .preview\:min-h-60{min-height:60vw!important}.block-editor-block-preview__content-iframe .preview\:min-h-70{min-height:70vw!important}.block-editor-block-preview__content-iframe .preview\:min-h-80{min-height:80vw!important}.block-editor-block-preview__content-iframe .preview\:min-h-100{min-height:100vw!important}.is-root-container .wp-block[data-align=full]>.ext-mx-0:not([style*=margin]):not([style*=margin]){margin-right:calc(1 * var(--wp--custom--spacing--outer,0))!important;margin-left:calc(1 * var(--wp--custom--spacing--outer,0))!important;overflow:hidden!important;width:unset!important}@media (min-width:782px){.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:last-child){margin-bottom:0!important}.is-style-inline-list li{margin-right:var(--wp--style--block-gap,1.75rem)!important;display:inline!important}.is-style-inline-list li:first-child{margin-left:0!important}.is-style-inline-list li:last-child{margin-right:0!important}.is-style-angled .wp-block-cover__image-background,.is-style-angled .wp-block-cover__video-background{-webkit-clip-path:polygon(0 0,55% 0%,65% 100%,0% 100%)!important;clip-path:polygon(0 0,55% 0%,65% 100%,0% 100%)!important}.tablet\:ext-absolute{position:absolute!important}.tablet\:ext-relative{position:relative!important}.tablet\:ext-top-base{top:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-top-lg{top:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--top-base{top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--top-lg{top:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-right-base{right:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-right-lg{right:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--right-base{right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--right-lg{right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-bottom-base{bottom:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-bottom-lg{bottom:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--bottom-base{bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--bottom-lg{bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-left-base{left:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-left-lg{left:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--left-base{left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--left-lg{left:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-order-1{order:1!important}.tablet\:ext-order-2{order:2!important}.tablet\:ext-m-0:not([style*=margin]){margin:0!important}.tablet\:ext-m-auto:not([style*=margin]){margin:auto!important}.tablet\:ext-m-base:not([style*=margin]){margin:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-m-lg:not([style*=margin]){margin:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--m-base:not([style*=margin]){margin:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--m-lg:not([style*=margin]){margin:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-mx-0:not([style*=margin]){margin-left:0!important;margin-right:0!important}.tablet\:ext-mx-auto:not([style*=margin]){margin-left:auto!important;margin-right:auto!important}.tablet\:ext-mx-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important;margin-right:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-mx-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large,3rem)!important;margin-right:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--mx-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important;margin-right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--mx-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large,3rem) * -1)!important;margin-right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-my-0:not([style*=margin]){margin-top:0!important;margin-bottom:0!important}.tablet\:ext-my-auto:not([style*=margin]){margin-top:auto!important;margin-bottom:auto!important}.tablet\:ext-my-base:not([style*=margin]){margin-top:var(--wp--style--block-gap,1.75rem)!important;margin-bottom:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-my-lg:not([style*=margin]){margin-top:var(--extendify--spacing--large,3rem)!important;margin-bottom:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--my-base:not([style*=margin]){margin-top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important;margin-bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--my-lg:not([style*=margin]){margin-top:calc(var(--extendify--spacing--large,3rem) * -1)!important;margin-bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-mt-0:not([style*=margin]){margin-top:0!important}.tablet\:ext-mt-auto:not([style*=margin]){margin-top:auto!important}.tablet\:ext-mt-base:not([style*=margin]){margin-top:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-mt-lg:not([style*=margin]){margin-top:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--mt-base:not([style*=margin]){margin-top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--mt-lg:not([style*=margin]){margin-top:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-mr-0:not([style*=margin]){margin-right:0!important}.tablet\:ext-mr-auto:not([style*=margin]){margin-right:auto!important}.tablet\:ext-mr-base:not([style*=margin]){margin-right:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-mr-lg:not([style*=margin]){margin-right:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--mr-base:not([style*=margin]){margin-right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--mr-lg:not([style*=margin]){margin-right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-mb-0:not([style*=margin]){margin-bottom:0!important}.tablet\:ext-mb-auto:not([style*=margin]){margin-bottom:auto!important}.tablet\:ext-mb-base:not([style*=margin]){margin-bottom:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-mb-lg:not([style*=margin]){margin-bottom:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--mb-base:not([style*=margin]){margin-bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--mb-lg:not([style*=margin]){margin-bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-ml-0:not([style*=margin]){margin-left:0!important}.tablet\:ext-ml-auto:not([style*=margin]){margin-left:auto!important}.tablet\:ext-ml-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-ml-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--ml-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--ml-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-block{display:block!important}.tablet\:ext-inline-block{display:inline-block!important}.tablet\:ext-inline{display:inline!important}.tablet\:ext-flex{display:flex!important}.tablet\:ext-inline-flex{display:inline-flex!important}.tablet\:ext-grid{display:grid!important}.tablet\:ext-inline-grid{display:inline-grid!important}.tablet\:ext-hidden{display:none!important}.tablet\:ext-w-auto{width:auto!important}.tablet\:ext-w-full{width:100%!important}.tablet\:ext-max-w-full{max-width:100%!important}.tablet\:ext-flex-1{flex:1 1 0%!important}.tablet\:ext-flex-auto{flex:1 1 auto!important}.tablet\:ext-flex-initial{flex:0 1 auto!important}.tablet\:ext-flex-none{flex:none!important}.tablet\:ext-flex-shrink-0{flex-shrink:0!important}.tablet\:ext-flex-shrink{flex-shrink:1!important}.tablet\:ext-flex-grow-0{flex-grow:0!important}.tablet\:ext-flex-grow{flex-grow:1!important}.tablet\:ext-list-none{list-style-type:none!important}.tablet\:ext-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.tablet\:ext-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.tablet\:ext-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.tablet\:ext-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.tablet\:ext-grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.tablet\:ext-grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.tablet\:ext-grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.tablet\:ext-grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.tablet\:ext-grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.tablet\:ext-grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.tablet\:ext-grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.tablet\:ext-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.tablet\:ext-grid-cols-none{grid-template-columns:none!important}.tablet\:ext-flex-row{flex-direction:row!important}.tablet\:ext-flex-row-reverse{flex-direction:row-reverse!important}.tablet\:ext-flex-col{flex-direction:column!important}.tablet\:ext-flex-col-reverse{flex-direction:column-reverse!important}.tablet\:ext-flex-wrap{flex-wrap:wrap!important}.tablet\:ext-flex-wrap-reverse{flex-wrap:wrap-reverse!important}.tablet\:ext-flex-nowrap{flex-wrap:nowrap!important}.tablet\:ext-items-start{align-items:flex-start!important}.tablet\:ext-items-end{align-items:flex-end!important}.tablet\:ext-items-center{align-items:center!important}.tablet\:ext-items-baseline{align-items:baseline!important}.tablet\:ext-items-stretch{align-items:stretch!important}.tablet\:ext-justify-start{justify-content:flex-start!important}.tablet\:ext-justify-end{justify-content:flex-end!important}.tablet\:ext-justify-center{justify-content:center!important}.tablet\:ext-justify-between{justify-content:space-between!important}.tablet\:ext-justify-around{justify-content:space-around!important}.tablet\:ext-justify-evenly{justify-content:space-evenly!important}.tablet\:ext-justify-items-start{justify-items:start!important}.tablet\:ext-justify-items-end{justify-items:end!important}.tablet\:ext-justify-items-center{justify-items:center!important}.tablet\:ext-justify-items-stretch{justify-items:stretch!important}.tablet\:ext-justify-self-auto{justify-self:auto!important}.tablet\:ext-justify-self-start{justify-self:start!important}.tablet\:ext-justify-self-end{justify-self:end!important}.tablet\:ext-justify-self-center{justify-self:center!important}.tablet\:ext-justify-self-stretch{justify-self:stretch!important}.tablet\:ext-p-0:not([style*=padding]){padding:0!important}.tablet\:ext-p-base:not([style*=padding]){padding:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-p-lg:not([style*=padding]){padding:var(--extendify--spacing--large,3rem)!important}.tablet\:ext-px-0:not([style*=padding]){padding-left:0!important;padding-right:0!important}.tablet\:ext-px-base:not([style*=padding]){padding-left:var(--wp--style--block-gap,1.75rem)!important;padding-right:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-px-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large,3rem)!important;padding-right:var(--extendify--spacing--large,3rem)!important}.tablet\:ext-py-0:not([style*=padding]){padding-top:0!important;padding-bottom:0!important}.tablet\:ext-py-base:not([style*=padding]){padding-top:var(--wp--style--block-gap,1.75rem)!important;padding-bottom:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-py-lg:not([style*=padding]){padding-top:var(--extendify--spacing--large,3rem)!important;padding-bottom:var(--extendify--spacing--large,3rem)!important}.tablet\:ext-pt-0:not([style*=padding]){padding-top:0!important}.tablet\:ext-pt-base:not([style*=padding]){padding-top:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-pt-lg:not([style*=padding]){padding-top:var(--extendify--spacing--large,3rem)!important}.tablet\:ext-pr-0:not([style*=padding]){padding-right:0!important}.tablet\:ext-pr-base:not([style*=padding]){padding-right:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-pr-lg:not([style*=padding]){padding-right:var(--extendify--spacing--large,3rem)!important}.tablet\:ext-pb-0:not([style*=padding]){padding-bottom:0!important}.tablet\:ext-pb-base:not([style*=padding]){padding-bottom:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-pb-lg:not([style*=padding]){padding-bottom:var(--extendify--spacing--large,3rem)!important}.tablet\:ext-pl-0:not([style*=padding]){padding-left:0!important}.tablet\:ext-pl-base:not([style*=padding]){padding-left:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-pl-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large,3rem)!important}.tablet\:ext-text-left{text-align:left!important}.tablet\:ext-text-center{text-align:center!important}.tablet\:ext-text-right{text-align:right!important}}@media (min-width:1080px){.desktop\:ext-absolute{position:absolute!important}.desktop\:ext-relative{position:relative!important}.desktop\:ext-top-base{top:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-top-lg{top:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--top-base{top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--top-lg{top:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-right-base{right:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-right-lg{right:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--right-base{right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--right-lg{right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-bottom-base{bottom:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-bottom-lg{bottom:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--bottom-base{bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--bottom-lg{bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-left-base{left:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-left-lg{left:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--left-base{left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--left-lg{left:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-order-1{order:1!important}.desktop\:ext-order-2{order:2!important}.desktop\:ext-m-0:not([style*=margin]){margin:0!important}.desktop\:ext-m-auto:not([style*=margin]){margin:auto!important}.desktop\:ext-m-base:not([style*=margin]){margin:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-m-lg:not([style*=margin]){margin:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--m-base:not([style*=margin]){margin:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--m-lg:not([style*=margin]){margin:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-mx-0:not([style*=margin]){margin-left:0!important;margin-right:0!important}.desktop\:ext-mx-auto:not([style*=margin]){margin-left:auto!important;margin-right:auto!important}.desktop\:ext-mx-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important;margin-right:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-mx-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large,3rem)!important;margin-right:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--mx-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important;margin-right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--mx-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large,3rem) * -1)!important;margin-right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-my-0:not([style*=margin]){margin-top:0!important;margin-bottom:0!important}.desktop\:ext-my-auto:not([style*=margin]){margin-top:auto!important;margin-bottom:auto!important}.desktop\:ext-my-base:not([style*=margin]){margin-top:var(--wp--style--block-gap,1.75rem)!important;margin-bottom:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-my-lg:not([style*=margin]){margin-top:var(--extendify--spacing--large,3rem)!important;margin-bottom:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--my-base:not([style*=margin]){margin-top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important;margin-bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--my-lg:not([style*=margin]){margin-top:calc(var(--extendify--spacing--large,3rem) * -1)!important;margin-bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-mt-0:not([style*=margin]){margin-top:0!important}.desktop\:ext-mt-auto:not([style*=margin]){margin-top:auto!important}.desktop\:ext-mt-base:not([style*=margin]){margin-top:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-mt-lg:not([style*=margin]){margin-top:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--mt-base:not([style*=margin]){margin-top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--mt-lg:not([style*=margin]){margin-top:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-mr-0:not([style*=margin]){margin-right:0!important}.desktop\:ext-mr-auto:not([style*=margin]){margin-right:auto!important}.desktop\:ext-mr-base:not([style*=margin]){margin-right:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-mr-lg:not([style*=margin]){margin-right:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--mr-base:not([style*=margin]){margin-right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--mr-lg:not([style*=margin]){margin-right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-mb-0:not([style*=margin]){margin-bottom:0!important}.desktop\:ext-mb-auto:not([style*=margin]){margin-bottom:auto!important}.desktop\:ext-mb-base:not([style*=margin]){margin-bottom:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-mb-lg:not([style*=margin]){margin-bottom:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--mb-base:not([style*=margin]){margin-bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--mb-lg:not([style*=margin]){margin-bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-ml-0:not([style*=margin]){margin-left:0!important}.desktop\:ext-ml-auto:not([style*=margin]){margin-left:auto!important}.desktop\:ext-ml-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-ml-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--ml-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--ml-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-block{display:block!important}.desktop\:ext-inline-block{display:inline-block!important}.desktop\:ext-inline{display:inline!important}.desktop\:ext-flex{display:flex!important}.desktop\:ext-inline-flex{display:inline-flex!important}.desktop\:ext-grid{display:grid!important}.desktop\:ext-inline-grid{display:inline-grid!important}.desktop\:ext-hidden{display:none!important}.desktop\:ext-w-auto{width:auto!important}.desktop\:ext-w-full{width:100%!important}.desktop\:ext-max-w-full{max-width:100%!important}.desktop\:ext-flex-1{flex:1 1 0%!important}.desktop\:ext-flex-auto{flex:1 1 auto!important}.desktop\:ext-flex-initial{flex:0 1 auto!important}.desktop\:ext-flex-none{flex:none!important}.desktop\:ext-flex-shrink-0{flex-shrink:0!important}.desktop\:ext-flex-shrink{flex-shrink:1!important}.desktop\:ext-flex-grow-0{flex-grow:0!important}.desktop\:ext-flex-grow{flex-grow:1!important}.desktop\:ext-list-none{list-style-type:none!important}.desktop\:ext-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.desktop\:ext-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.desktop\:ext-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.desktop\:ext-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.desktop\:ext-grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.desktop\:ext-grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.desktop\:ext-grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.desktop\:ext-grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.desktop\:ext-grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.desktop\:ext-grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.desktop\:ext-grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.desktop\:ext-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.desktop\:ext-grid-cols-none{grid-template-columns:none!important}.desktop\:ext-flex-row{flex-direction:row!important}.desktop\:ext-flex-row-reverse{flex-direction:row-reverse!important}.desktop\:ext-flex-col{flex-direction:column!important}.desktop\:ext-flex-col-reverse{flex-direction:column-reverse!important}.desktop\:ext-flex-wrap{flex-wrap:wrap!important}.desktop\:ext-flex-wrap-reverse{flex-wrap:wrap-reverse!important}.desktop\:ext-flex-nowrap{flex-wrap:nowrap!important}.desktop\:ext-items-start{align-items:flex-start!important}.desktop\:ext-items-end{align-items:flex-end!important}.desktop\:ext-items-center{align-items:center!important}.desktop\:ext-items-baseline{align-items:baseline!important}.desktop\:ext-items-stretch{align-items:stretch!important}.desktop\:ext-justify-start{justify-content:flex-start!important}.desktop\:ext-justify-end{justify-content:flex-end!important}.desktop\:ext-justify-center{justify-content:center!important}.desktop\:ext-justify-between{justify-content:space-between!important}.desktop\:ext-justify-around{justify-content:space-around!important}.desktop\:ext-justify-evenly{justify-content:space-evenly!important}.desktop\:ext-justify-items-start{justify-items:start!important}.desktop\:ext-justify-items-end{justify-items:end!important}.desktop\:ext-justify-items-center{justify-items:center!important}.desktop\:ext-justify-items-stretch{justify-items:stretch!important}.desktop\:ext-justify-self-auto{justify-self:auto!important}.desktop\:ext-justify-self-start{justify-self:start!important}.desktop\:ext-justify-self-end{justify-self:end!important}.desktop\:ext-justify-self-center{justify-self:center!important}.desktop\:ext-justify-self-stretch{justify-self:stretch!important}.desktop\:ext-p-0:not([style*=padding]){padding:0!important}.desktop\:ext-p-base:not([style*=padding]){padding:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-p-lg:not([style*=padding]){padding:var(--extendify--spacing--large,3rem)!important}.desktop\:ext-px-0:not([style*=padding]){padding-left:0!important;padding-right:0!important}.desktop\:ext-px-base:not([style*=padding]){padding-left:var(--wp--style--block-gap,1.75rem)!important;padding-right:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-px-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large,3rem)!important;padding-right:var(--extendify--spacing--large,3rem)!important}.desktop\:ext-py-0:not([style*=padding]){padding-top:0!important;padding-bottom:0!important}.desktop\:ext-py-base:not([style*=padding]){padding-top:var(--wp--style--block-gap,1.75rem)!important;padding-bottom:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-py-lg:not([style*=padding]){padding-top:var(--extendify--spacing--large,3rem)!important;padding-bottom:var(--extendify--spacing--large,3rem)!important}.desktop\:ext-pt-0:not([style*=padding]){padding-top:0!important}.desktop\:ext-pt-base:not([style*=padding]){padding-top:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-pt-lg:not([style*=padding]){padding-top:var(--extendify--spacing--large,3rem)!important}.desktop\:ext-pr-0:not([style*=padding]){padding-right:0!important}.desktop\:ext-pr-base:not([style*=padding]){padding-right:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-pr-lg:not([style*=padding]){padding-right:var(--extendify--spacing--large,3rem)!important}.desktop\:ext-pb-0:not([style*=padding]){padding-bottom:0!important}.desktop\:ext-pb-base:not([style*=padding]){padding-bottom:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-pb-lg:not([style*=padding]){padding-bottom:var(--extendify--spacing--large,3rem)!important}.desktop\:ext-pl-0:not([style*=padding]){padding-left:0!important}.desktop\:ext-pl-base:not([style*=padding]){padding-left:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-pl-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large,3rem)!important}.desktop\:ext-text-left{text-align:left!important}.desktop\:ext-text-center{text-align:center!important}.desktop\:ext-text-right{text-align:right!important}}