.pea_cook_wrapper {
position: fixed;
padding: 8px 21px;
margin: 0;
border-radius: 5px;
z-index: 10000;
text-align: center;
}
.pea_cook_control {
width:80%;
padding: 8px 21px;
margin: 20px auto;
border-radius: 5px;
z-index: 10000;
text-align: center;
color:white;
}
.eu_control_btn {
border: none;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
cursor:pointer;
margin: 10px;
}
.pea_cook_wrapper.pea_cook_topleft {
top:30px;
left:30px;
margin-right:5%;
}
.pea_cook_wrapper.pea_cook_topright {
top:30px;
right:30px;
margin-left:5%;
}
.pea_cook_wrapper.pea_cook_topcenter {
top:30px;
left:30px;
margin: 0 25%;
}
.pea_cook_wrapper.pea_cook_bottomleft {
bottom:30px;
left:30px;
margin-right:5%;
}
.pea_cook_wrapper.pea_cook_bottomright {
bottom:30px;
right:30px;
margin-left:5%;
}
.pea_cook_wrapper.pea_cook_bottomcenter {
bottom:30px;
left:30px;
margin: 0 25%;
}
.pea_cook_wrapper p{
bottom: 30px;
font-family: "helvetica neue", helvetica, arial, sans-serif;
font-size: 11px;
margin: 0;
font-weight: bold;
}
.pea_cook_wrapper a {
border-bottom: dotted thin #eee;
text-decoration: none;
}
.pea_cook_wrapper a:hover {
text-decoration: none;
border-bottom-style: solid;
}
a#fom, a#pea_close {border-bottom: 1px dotted;}
a#pea_close {
padding-top: 20px;
display: block;
}
button.pea_cook_btn {
background: #e3e3e3;
border: 1px solid #bbb;
border-radius: 5px;
box-shadow: inset 0 0 1px 1px #f6f6f6;
color: #333;
font: bold 12px "helvetica neue", helvetica, arial, sans-serif;
line-height: 1;
padding: 5px 0;
text-align: center;
text-shadow: 0 1px 0 #fff;
width: 100px; 
margin-left: 20px;
}
button.pea_cook_btn:hover {
background: #d9d9d9;
-webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
-moz-box-shadow: inset 0 0 1px 1px #eaeaea;
box-shadow: inset 0 0 1px 1px #eaeaea;
color: #222;
cursor: pointer; }
button.pea_cook_btn:active {
background: #d0d0d0;
-webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
-moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
box-shadow: inset 0 0 1px 1px #e3e3e3;
color: #000; }
.pea_cook_more_info_popover {
display:none;
position: absolute;
top: 0;
z-index: 1000000;
height: 80%;
width: 100%;
left: 0;
}
.pea_cook_more_info_popover_inner {
margin: 40px auto;
min-width: 50%;
min-height: 200px;
padding: 50px;
max-width:60%;
background-color: rgba(0,0,0,0.75); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";    
}
.pea_cook_more_info_popover_inner a {
border-bottom: dotted thin #eee;
text-decoration: none;
}
.pea_cook_more_info_popover_inner a:hover {
text-decoration: none;
border-bottom-style: solid;
color: #ddd;
}
.pea_cook_more_info_popover h2{
font-size: 22px;
font-weight: bold;
}
.pea_cook_more_info_popover h3{
font-size: 22px;  font-weight: bold;
}
.eucookie {
float:left;
border-radius: 5px;
transition: background 0.5s;
margin: 10px;
}
.eucookie:hover {
cursor: pointer;
background-position: -20px -10px!important;
transition: background 0.5s;
}
.eucookie span {
width: 100%;
padding: 10px;
text-align: center;
float:left;
}.nivoSlider {
position:relative;
width:100%;
height:auto;
overflow: hidden;
}
.nivoSlider img {
position:absolute;
top:0px;
left:0px;
max-width: none;
}
.nivo-main-image {
display: block !important;
position: relative !important; 
width: 100% !important;
} .nivoSlider a.nivo-imageLink {
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
border:0;
padding:0;
margin:0;
z-index:6;
display:none;
background:white; 
filter:alpha(opacity=0); 
opacity:0;
} .nivo-slice {
display:block;
position:absolute;
z-index:5;
height:100%;
top:0;
}
.nivo-box {
display:block;
position:absolute;
z-index:5;
overflow:hidden;
}
.nivo-box img { display:block; } .nivo-caption {
position:absolute;
left:0px;
bottom:0px;
background:#000;
color:#fff;
width:100%;
z-index:8;
padding: 5px 10px;
opacity: 0.8;
overflow: hidden;
display: none;
-moz-opacity: 0.8;
filter:alpha(opacity=8);
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.nivo-caption p {
padding:5px;
margin:0;
}
.nivo-caption a {
display:inline !important;
}
.nivo-html-caption {
display:none;
} .nivo-directionNav a {
position:absolute;
top:45%;
z-index:9;
cursor:pointer;
}
.nivo-prevNav {
left:0px;
}
.nivo-nextNav {
right:0px;
} .nivo-controlNav {
text-align:center;
padding: 15px 0;
}
.nivo-controlNav a {
cursor:pointer;
}
.nivo-controlNav a.active {
font-weight:bold;
}
.nivo-controlNav img {
display:inline; position:relative;
margin: 5px;
opacity: 0.7;
}
.nivo-controlNav .active img,
.nivo-controlNav img:hover {
opacity: 1;
}body .metaslider .coin-slider,
body .metaslider .nivoSlider,
body .metaslider .nivoSlider img,
body .metaslider .rslides,
body .metaslider .rslides li,
body .metaslider .flexslider ul.slides,
body .metaslider .flexslider .slides li,
body .metaslider .flexslider .slides ul,
body .metaslider .flexslider .slides ol,
body .metaslider .flexslider .slides img,
body .metaslider .flexslider .flex-direction-nav,
body .metaslider .flexslider .flex-direction-nav li {
border: 0;
margin: 0;
list-style-type: none;
list-style: none;
padding: 0;
line-height: normal;
max-width: none;
max-height: none;
}
.metaslider {
position: relative;
z-index: 0;
} .metaslider.fullwidth {
overflow: hidden;
}
.metaslider .caption {
padding: 5px 10px;
word-wrap: break-word;
}
.metaslider .caption-wrap {
position: absolute;
bottom: 0;
left: 0;
background: black;
color: white;
opacity: 0.7;
margin: 0;
display: block;
width: 100%;
line-height: 1.4em;
}
.metaslider img {
height: auto;
padding: 0;
margin: 0;
-moz-user-select: none;
}
.metaslider a {
outline: none;
}
.metaslider.ms-left {
float: left;
margin: 0 20px 20px 0;
}
.metaslider.ms-right {
float: right;
margin: 0 0 20px 20px;
}
.metaslider li:before,
.metaslider li:after {
content: "" !important;
display: none !important;
bottom: auto !important;
margin: 0 !important;
}
.metaslider .caption-wrap .caption img {
width: auto;
}
.metaslider .slides img {
width: 100%;
display: block;
} .metaslider .flexslider {
background: none;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
border: 0;
margin: 0 0 40px;
max-width: none;
max-height: none;
}
.metaslider .flex-control-nav {
border: 0;
margin: auto;
list-style-type: none;
list-style: none;
padding: 0;
bottom: -27px;
line-height: 11px;
z-index: 2;
} .metaslider .flex-control-nav li {
margin: 0;
}
.metaslider .flex-control-nav li a {
margin: 0 6px;
padding: 0;
}
.metaslider .flexslider .slides li {
position: relative;
height: auto;
} .metaslider .flex-viewport {
direction: ltr;
} .metaslider .flex-direction-nav a {
-moz-transition: all .3s ease;
transition: all .3s ease;
}
.metaslider .flexslider .slides p {
margin: 0;
}
.metaslider .flexslider.filmstrip {
margin-top: 10px;
}
.metaslider .flexslider.filmstrip .slides li {
cursor: pointer;
opacity: 0.5;
}
.metaslider .flexslider.filmstrip .slides li.flex-active-slide,
.metaslider .flexslider.filmstrip .slides li:hover,
.metaslider .flexslider.filmstrip .slides li:focus {
opacity: 1.0 !important;
}
.metaslider .flex-control-thumbs li {
width: auto;
}
.metaslider ol.flex-control-thumbs img,
#content .metaslider ol.flex-control-thumbs img {
margin: 10px 5px 0;
width: auto;
}
.metaslider.nav-hidden .flexslider {
margin-bottom: 0;
}
.metaslider.nav-hidden.add-margin .flexslider {
margin-bottom: 40px;
}  .metaslider .flexslider .flex-direction-nav li a:before {
content:none!important;
}
.metaslider .flexslider .flex-direction-nav li a {
width: 30px;
height: 30px;
border: 0;
margin: -20px 0 0;
box-shadow: none!important;
display: block;
background-color: transparent;
background-image: url(//www.candpinsurance.co.uk/wp-content/plugins/ml-slider/assets/sliders/flexslider/bg_direction_nav.png);
background-repeat:  no-repeat;
position: absolute;
top: 50%;
z-index: 10;
cursor: pointer;
text-indent: -9999px;
opacity: 0;
-webkit-transition: all .3s ease;
-moz-transition: opacity .25s ease-in-out;
transition: all .3s ease;
}
.metaslider .flex-direction-nav .flex-next {
background-position: left 0;
}
.metaslider .flex-direction-nav .flex-next {
background-position: right 0;
text-align: left; text-indent: 9999px;
}
.metaslider .flexslider:hover .flex-next {
opacity: 0.8;
right: 5px;
}
.metaslider .flexslider:hover .flex-prev {
opacity: 0.8;
left: 5px; text-indent: -9999px;
}
.metaslider .flexslider:hover .flex-next:hover,
.metaslider .flexslider:hover .flex-prev:hover {
opacity: 1;
}
.metaslider .flexslider .flex-direction-nav .flex-disabled {
cursor: default;
pointer-events: none;
}
.metaslider .flexslider .flex-control-nav a {
box-shadow: none !important;
}
.metaslider .flexslider .slides > li {
position: relative;
} .metaslider .rslides_nav,
.metaslider .rslides_tabs a {
box-shadow: none !important;
}
.metaslider .rslides_tabs {
margin: 0 0 40px;
}
.metaslider .rslides_nav:focus,
.metaslider .rslides_nav:hover {
color: #ffffff;
} div.metaslider .theme-default .nivoSlider {
-webkit-box-shadow: 0 0 0;
-moz-box-shadow: 0 0 0;
box-shadow: 0 0 0;
}
.metaslider .slider-wrapper .nivo-directionNav a,
.metaslider .slider-wrapper .nivo-controlNav a,
.metaslider .slider-wrapper img {
border: 0;
box-shadow: none; list-style-type: none;
list-style: none;
padding: 0;
line-height: normal;
max-width: none;
max-height: none;
}
div.metaslider .slider-wrapper .nivo-controlNav a {
transition: none;
} .metaslider .coin-slider { max-width: 100%;
overflow:hidden;
}
.metaslider .coin-slider .cs-buttons a,
.metaslider .coin-slider > a {
box-shadow: none !important;
}
.metaslider .coin-slider a[href="javascript:void(0)"] {
cursor: default !important;
}.metaslider .theme-default .nivoSlider {
position:relative;
-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.metaslider .theme-default .nivoSlider img {
position:absolute;
top:0px;
left:0px;
display:none;
}
.metaslider .theme-default .nivoSlider a {
border:0;
display:block;
}
.metaslider .theme-default .nivo-controlNav {
text-align: center;
padding: 15px 0;
width: 100%;
z-index: 99;
}
.metaslider .theme-default .nivo-controlNav a {
display:inline-block;
width:22px;
height:22px;
background:url(//www.candpinsurance.co.uk/wp-content/plugins/ml-slider/assets/sliders/nivoslider/themes/default/bullets.png) no-repeat;
text-indent:-9999px;
border:0;
margin: 0 2px;
}
.metaslider .theme-default .nivo-controlNav a.active {
background-position:0 -22px;
}
.metaslider .theme-default .nivo-directionNav a {
display:block;
width:30px;
height:30px;
background:url(//www.candpinsurance.co.uk/wp-content/plugins/ml-slider/assets/sliders/nivoslider/themes/default/arrows.png) no-repeat;
text-indent:-9999px;
border:0;
opacity: 0;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
.metaslider .theme-default:hover .nivo-directionNav a { opacity: 1; }
.metaslider .theme-default a.nivo-nextNav {
background-position:-30px 0;
right:15px;
}
.metaslider .theme-default a.nivo-prevNav {
left:15px;
}
.metaslider .theme-default .nivo-caption {
font-family: Helvetica, Arial, sans-serif;
}
.metaslider .theme-default .nivo-caption a {
color:#fff;
border-bottom:1px dotted #fff;
}
.metaslider .theme-default .nivo-caption a:hover {
color:#fff;
}
.metaslider .theme-default .nivo-controlNav.nivo-thumbs-enabled {
width: 100%;
}
.metaslider .theme-default .nivo-controlNav.nivo-thumbs-enabled a {
width: auto;
height: auto;
background: none;
margin-bottom: 5px;
}
.metaslider .theme-default .nivo-controlNav.nivo-thumbs-enabled img {
display: block;
height: auto;
}.so-widget-sow-features-default-4202e32155cb .sow-features-list {
zoom: 1;
}
.so-widget-sow-features-default-4202e32155cb .sow-features-list:before {
content: '';
display: block;
}
.so-widget-sow-features-default-4202e32155cb .sow-features-list:after {
content: '';
display: table;
clear: both;
}
.so-widget-sow-features-default-4202e32155cb .sow-features-list .sow-features-feature {
position: relative;
float: left;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0 25px;
display: flex;
margin-bottom: 40px;
}
@media (min-width: 520px) {
.so-widget-sow-features-default-4202e32155cb .sow-features-list .sow-features-feature:nth-of-type(3n + 1) {
padding-left: 0;
clear: left;
}
.so-widget-sow-features-default-4202e32155cb .sow-features-list .sow-features-feature:nth-of-type(3n) {
padding-right: 0;
}
}
.so-widget-sow-features-default-4202e32155cb .sow-features-list .sow-features-feature.sow-icon-container-position-top {
flex-direction: column;
text-align: center;
}
.so-widget-sow-features-default-4202e32155cb .sow-features-list .sow-features-feature.sow-icon-container-position-top .sow-icon-container {
margin-bottom: 10px;
}
.so-widget-sow-features-default-4202e32155cb .sow-features-list .sow-features-feature.sow-icon-container-position-right {
text-align: left;
flex-direction: row;
}
.so-widget-sow-features-default-4202e32155cb .sow-features-list .sow-features-feature.sow-icon-container-position-right .sow-icon-container {
margin-right: 10px;
}
.so-widget-sow-features-default-4202e32155cb .sow-features-list .sow-features-feature.sow-icon-container-position-left {
text-align: left;
flex-direction: row-reverse;
}
.so-widget-sow-features-default-4202e32155cb .sow-features-list .sow-features-feature.sow-icon-container-position-left .sow-icon-container {
margin-left: 10px;
}
.so-widget-sow-features-default-4202e32155cb .sow-features-list .sow-features-feature.sow-icon-container-position-bottom {
text-align: center;
flex-direction: column-reverse;
}
.so-widget-sow-features-default-4202e32155cb .sow-features-list .sow-features-feature.sow-icon-container-position-bottom .sow-icon-container {
margin-top: 10px;
}
.so-widget-sow-features-default-4202e32155cb .sow-features-list .sow-features-feature .sow-icon-container {
width: 84;
height: 84;
font-size: 84;
text-decoration: none;
margin: auto;
}
.so-widget-sow-features-default-4202e32155cb .sow-features-list .sow-features-feature .sow-icon-container [class^="sow-icon-"],
.so-widget-sow-features-default-4202e32155cb .sow-features-list .sow-features-feature .sow-icon-container .sow-icon-image {
text-decoration: none;
color: #FFFFFF;
width: 84;
height: 84;
position: absolute;
top: 0;
display: flex;
align-items: center;
justify-content: center;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.so-widget-sow-features-default-4202e32155cb .sow-features-list .sow-features-feature h5 {
margin: 1em 0;
}
.so-widget-sow-features-default-4202e32155cb .sow-features-list .sow-features-feature h5 a {
color: inherit;
text-decoration: none;
}
.so-widget-sow-features-default-4202e32155cb .sow-features-list .sow-features-feature h5 a:hover {
text-decoration: underline;
}
.so-widget-sow-features-default-4202e32155cb .sow-features-list .sow-features-feature p.sow-more-text a {
font-weight: 500;
color: inherit;
text-decoration: none;
}
.so-widget-sow-features-default-4202e32155cb .sow-features-list .sow-features-feature p.sow-more-text a:hover {
text-decoration: underline;
}
.so-widget-sow-features-default-4202e32155cb .sow-features-list .sow-features-feature p:last-child {
margin-bottom: 0;
}
.so-widget-sow-features-default-4202e32155cb .sow-features-list .sow-features-feature.sow-features-feature-last-row {
margin-bottom: 0;
}
.so-widget-sow-features-default-4202e32155cb .sow-features-list .sow-features-feature .textwidget {
margin: auto;
}
.so-widget-sow-features-default-4202e32155cb .sow-features-list .sow-features-clear {
clear: both;
}
@media (max-width: 520px) {
.so-widget-sow-features-default-4202e32155cb .sow-features-list.sow-features-responsive {
margin: 0;
}
.so-widget-sow-features-default-4202e32155cb .sow-features-list.sow-features-responsive .sow-features-feature {
width: 100% !important;
float: none;
margin-bottom: 40px;
display: block;
}
.so-widget-sow-features-default-4202e32155cb .sow-features-list.sow-features-responsive .sow-features-feature:last-child {
margin-bottom: 0px;
}
.so-widget-sow-features-default-4202e32155cb .sow-features-list.sow-features-responsive .sow-features-clear {
clear: none;
}
}@font-face{font-family:'feature-background';src:url(//www.candpinsurance.co.uk/wp-content/plugins/so-widgets-bundle/widgets/features/css/fonts/feature-background.eot);src:url(//www.candpinsurance.co.uk/wp-content/plugins/so-widgets-bundle/widgets/features/css/fonts/feature-background.eot) format('embedded-opentype'),url(//www.candpinsurance.co.uk/wp-content/plugins/so-widgets-bundle/widgets/features/css/fonts/feature-background.woff) format('woff'),url(//www.candpinsurance.co.uk/wp-content/plugins/so-widgets-bundle/widgets/features/css/fonts/feature-background.ttf) format('truetype'),url(//www.candpinsurance.co.uk/wp-content/plugins/so-widgets-bundle/widgets/features/css/fonts/feature-background.svg) format('svg');font-weight:normal;font-style:normal}.sow-features-list .sow-icon-container{font-family:'feature-background';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-size:90px;position:relative;color:#404040}.sow-features-list .sow-icon-container.sow-container-round:before{content:"\e600"}.sow-features-list .sow-icon-container.sow-container-sticker:before{content:"\e601"}.sow-features-list .sow-icon-container.sow-container-rounded-sticker:before{content:"\e602"}.sow-features-list .sow-icon-container.sow-container-square:before{content:"\e603"}.sow-features-list .sow-icon-container.sow-container-rounded-square:before{content:"\e604"}.sow-features-list .sow-icon-container.sow-container-rounded-hex:before{content:"\e605"}.sow-features-list .sow-icon-container.sow-container-octagon:before{content:"\e606"}.sow-features-list .sow-icon-container.sow-container-hex:before{content:"\e607"}.sow-features-list .sow-icon-container.sow-container-frame:before{content:"\e608"}.sow-features-list .sow-icon-container.sow-container-explode:before{content:"\e609"}.captainform_popup_bg_form {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-sizing: border-box;
z-index: 9999999;
background: url(//www.candpinsurance.co.uk/wp-content/plugins/captainform/public/../admin/images/black-50.png);
background: rgba(0, 0, 0, .8);
outline: none;
}
.captainform_popup_box_form {
display: block;
position: absolute;
width: 500px;
height: 250px;
max-height: 100%;
max-width: 100%;
box-sizing: border-box;
top: 0;
left: 0;
bottom: 0;
right: 0;
font-size: 0;
border: none;
border-radius: 4px;
padding: 8px;
margin: auto;
}
.captainform_loader_form {
display: block;
overflow: hidden;
position: absolute;
width: 128px;
height: 128px;
box-sizing: border-box;
margin: auto;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: transparent url(//www.candpinsurance.co.uk/wp-content/plugins/captainform/public/../admin/images/ring.svg) no-repeat center center;
}
.captainform_popup_body_form {
display: block;
overflow: hidden;
box-sizing: border-box;
overflow-y: auto;
max-height: 1000px;
padding: 0 !important;
margin: 0 !important;
line-height: normal !important;
}
.captainform_popup_close_form {
position: absolute;
box-sizing: border-box;
right: 30px;
top: 30px;
width: 60px !important;
height: 60px !important; cursor: pointer;
overflow: hidden;
}
.captainform_popup_close_form:hover .captainform_form_popup_close_button_svg_shape {
opacity: .8;
}
.popup_iframe_form {
width: 100%;
overflow: hidden;
border: none;
margin: 0 !important;
padding: 0 !important;
box-sizing: border-box;
}.captainform_lightbox {
outline: none !important;
text-decoration: none;
border: none;
box-shadow: none !important;
}
.captainform_lightbox img {
max-width: 100%;
margin: 0 !important;
padding: 0 !important;
box-shadow: none !important;
border: none !important;
}
.captainform_lightbox[floating] {
position: fixed;
padding: 12px;
margin:0;
cursor: pointer;
line-height: 1em;
z-index: 100;
-webkit-transition: padding .2s;
-o-transition: padding .2s;
transition: padding .2s;
}
.captainform_lightbox[image] a,
.captainform_lightbox[image] a:hover,
.captainform_lightbox[floating] a,
.captainform_lightbox[floating] a:hover {
text-decoration: none;
box-shadow: none;
border: none;
}
.captainform_lightbox[floating]:hover {
opacity: .93;
}
.captainform_lightbox[floating].default {
left: 0;
top: 0;
bottom: 0;
}
.captainform_lightbox[floating].left,
.captainform_lightbox[floating].right {
-moz-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.captainform_lightbox[floating].left {
left: 0;
top: 40%;
border-radius: 0 0 4px 4px;
-moz-transform-origin: top left;
-webkit-transform-origin: top left;
-o-transform-origin: top left;
transform-origin: top left;
}
.captainform_lightbox[floating].left:hover { }
.captainform_lightbox[floating].right {
right: 0;
top: 40%;
border-radius: 4px 4px 0 0;
-moz-transform-origin: bottom right;
-webkit-transform-origin: bottom right;
-o-transform-origin: bottom right;
transform-origin: bottom right;
}
.captainform_lightbox[floating].right:hover {  }
.captainform_lightbox[floating].bottom {
width: auto;
right: 20%;
bottom: 0;
border-radius: 4px 4px 0 0;
}
.captainform_lightbox[floating].bottom:hover { }