.btabs nav{
display: block;
} .btabs .navbar {
display: none;
}
.btabs .tab-main-container {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
color: #333;
}
.btabs .tab-main-container a {
text-decoration: none;
}
.btabs .tab-main-container a:hover,
.btabs .tab-main-container a:focus {
text-decoration: underline;
}
.btabs .tab-main-container a:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btabs .tab-main-container ul,
.btabs ol {
margin-top: 0; }
.btabs .tab-main-container ul ul,
.btabs ol ul,
.btabs ul ol,
.btabs ol ol {
margin-bottom: 0;
}
.btabs .nav {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.btabs .nav > li {
position: relative;
display: block;
margin-bottom:0px;
}
.btabs .nav > li > a {
position: relative;
display: block;
padding: 10px 14px;
}
.btabs .nav > li > a:hover,
.btabs .nav > li > a:focus {
text-decoration: none; }
.btabs .nav > li.disabled > a {
color: #777777;
}
.btabs .nav > li.disabled > a:hover,
.btabs .nav > li.disabled > a:focus {
color: #777777;
text-decoration: none;
background-color: transparent;
cursor: not-allowed;
}
.btabs .nav .open > a,
.btabs .nav .open > a:hover,
.btabs .nav .open > a:focus {
background-color: #eeeeee;
border-color: #337ab7;
}
.btabs .nav .nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.btabs .nav > li > a > img {
max-width: none;
} .btabs .nav-tabs > li {
float: left; }
.btabs .nav-tabs > li > a {
margin-right: 2px;
line-height: 1.32; border-radius: 4px 4px 0 0;
} .btabs .nav-tabs > li.active > a,
.btabs .nav-tabs > li.active > a:hover,
.btabs .nav-tabs > li.active > a:focus {
cursor: default;
}
.btabs .nav-tabs.nav-justified {
width: 100%;
border-bottom: 0;
}
.btabs .nav-tabs.nav-justified > li {
float: none;
}
.btabs .nav-tabs.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.btabs .nav-tabs.nav-justified > .rtdropdown .rtdropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.btabs .nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.btabs .nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.btabs .nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.btabs .nav-tabs.nav-justified > .active > a,
.btabs .nav-tabs.nav-justified > .active > a:hover,
.btabs .nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #dddddd;
}
@media (min-width: 768px) {
.btabs .nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #dddddd;
border-radius: 4px 4px 0 0;
}
.btabs .nav-tabs.nav-justified > .active > a,
.btabs .nav-tabs.nav-justified > .active > a:hover,
.btabs .nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #ffffff;
}
}
.btabs .nav-pills > li {
float: left;
}
.btabs .nav-pills > li > a {
border-radius: 4px;
}
.btabs .nav-pills > li + li {
margin-left: 2px;
}
.btabs .nav-pills > li.active > a,
.btabs .nav-pills > li.active > a:hover,
.btabs .nav-pills > li.active > a:focus {
color: #ffffff;
background-color: #337ab7;
}
.btabs .nav-stacked > li {
float: none;
}
.btabs .nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.btabs .nav-justified {
width: 100%;
}
.btabs .nav-justified > li {
float: none;
}
.btabs .nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.btabs .nav-justified > .rtdropdown .rtdropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.btabs .nav-justified > li {
display: table-cell;
width: 1%;
}
.btabs .nav-justified > li > a {
margin-bottom: 0;
}
}
.btabs .nav-tabs-justified {
border-bottom: 0;
}
.btabs .nav-tabs-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.btabs .nav-tabs-justified > .active > a,
.btabs .nav-tabs-justified > .active > a:hover,
.btabs .nav-tabs-justified > .active > a:focus {
border: 1px solid #dddddd;
}
@media (min-width: 768px) {
.btabs .nav-tabs-justified > li > a {
border-bottom: 1px solid #dddddd;
border-radius: 4px 4px 0 0;
}
.btabs .nav-tabs-justified > .active > a,
.btabs .nav-tabs-justified > .active > a:hover,
.btabs .nav-tabs-justified > .active > a:focus {
border-bottom-color: #ffffff;
}
}
.btabs .tab-content > .tab-pane {
display: none;
}
.btabs .tab-content > .active {
display: block;
}
.btabs .nav-tabs .rtdropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btabs .clearfix:before,
.btabs .clearfix:after,
.btabs .nav:before,
.btabs .nav:after {
content: " ";
display: table;
}
.btabs .clearfix:after,
.btabs .nav:after {
clear: both;
}
.btabs .center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.btabs .pull-right {
float: right !important;
}
.btabs .pull-left {
float: left !important;
}
.btabs .hide {
display: none !important;
}
.btabs .show {
display: block !important;
}
.btabs .invisible {
visibility: hidden;
}
.btabs .text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.btabs .hidden {
display: none !important;
}
.btabs .affix {
position: fixed;
}
.btabs .dropup,
.btabs .rtdropdown {
position: relative;
}
.btabs .rtdropdown-toggle:focus {
outline: 0;
}
.btabs .rtdropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
text-align: left;
background-color: #ffffff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.btabs .rtdropdown-menu.pull-right {
right: 0;
left: auto;
}
.btabs .rtdropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.btabs .rtdropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333333;
white-space: nowrap;
}
.btabs .rtdropdown-menu > li > a:hover,
.rtdropdown-menu > li > a:focus {
text-decoration: none;
color: #262626;
background-color: #f5f5f5;
}
.btabs .rtdropdown-menu > .active > a,
.btabs .rtdropdown-menu > .active > a:hover,
.btabs .rtdropdown-menu > .active > a:focus {
color: #ffffff;
text-decoration: none;
outline: 0;
background-color: #337ab7;
}
.btabs .rtdropdown-menu > .disabled > a,
.btabs .rtdropdown-menu > .disabled > a:hover,
.btabs .rtdropdown-menu > .disabled > a:focus {
color: #777777;
}
.btabs .rtdropdown-menu > .disabled > a:hover,
.btabs .rtdropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed;
}
.btabs .open > .rtdropdown-menu {
display: block;
}
.btabs .open > a {
outline: 0;
}
.btabs .rtdropdown-menu-right {
left: auto;
right: 0;
}
.btabs .rtdropdown-menu-left {
left: 0;
right: auto;
}
.btabs .rtdropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.42857143;
color: #777777;
white-space: nowrap;
}
.btabs .rtdropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990;
}
.btabs .pull-right > .rtdropdown-menu {
right: 0;
left: auto;
}
.btabs .dropup .caret,
.btabs .navbar-fixed-bottom .rtdropdown .caret {
border-top: 0;
border-bottom: 4px dashed;
border-bottom: 4px solid \9;
content: "";
}
.btabs .dropup .rtdropdown-menu,
.btabs .navbar-fixed-bottom .rtdropdown .rtdropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px;
}
@media (min-width: 768px) {
.btabs .navbar-right .rtdropdown-menu {
left: auto;
right: 0;
}
.btabs .navbar-right .rtdropdown-menu-left {
left: 0;
right: auto;
}
}
.arrowdown{
position: relative;
display: block;
width: 1.50em;
height: 0.8em;
margin-right: 0.3em;
border-top: 0.2em solid #fff;
border-bottom: 0.2em solid #fff;
min-height:17px;
}
.rtdropdown-toggle{min-height:41px;}
.arrowdown:before {
content: "";
position: absolute;
top: 5px;
left: 0px;
width: 100%;
border-top: 0.2em solid #fff;
}
@supports (-webkit-appearance:none) and (x:0) {
.arrowdown:before {
top: 4px;
}
}
.overlay_{
opacity: 0.76;
position: absolute;
z-index: 100;
} .btabs  .bordered-tab-contents > .tab-content > .tab-pane { border-radius: 0px 0px 0px 0px;
padding: 10px;
margin-top:-1px;
margin-right:0px;
}
.btabs  .bordered-tab-contents > .nav-tabs {
margin-bottom: 0;
}
.btabs .tab-content{display:unset} .btab  li > a{border-radius:0px}
.btab .nav-tabs > li.active > a, .btab .nav-tabs > li.active > a:hover, .btab .nav-tabs > li.active > a:focus{
margin-top: 2px;
border-bottom: 0px;
}
.btabs .nav-tabs > li > a{border-radius:0px}
.btab .nav-tabs > li.active > a, .btab .nav-tabs > li.active > a:hover, .btab .nav-tabs > li.active > a:focus{
margin-top: 2px;
border-bottom: 0px;
}
.btabs{padding:5px;}
.btabs .tab-content{overflow:inherit}
.btabs .nav-tabs > li.active > a, .btabs .nav-tabs > li.active > a:hover, .btabs .nav-tabs > li.active > a:focus{outline:none;box-shadow:none}
.btabs .nav-tabs > li.active{outline:none;box-shadow:none}
.btabs .nav-tabs > li > a{margin-right:0px} .btabs .nav-tabs > li:first-child.active{top:0px}
.btabs .nav-tabs{margin:inherit}
.rtdropdown{max-width:51px}
.resptabs * {
box-sizing: border-box;
}ul.resp-tabs-list, p {
margin: 0px;
padding: 0px;
}
.resp-tabs-list li { font-size: 14px;
display: inline-block;
padding: 13px 15px;
margin: 0 0px 0 0;
list-style: none;
cursor: pointer;
float: left;
}
ul.vresp-tabs-list, p {
margin: 0px;
padding: 0px;
}
.vresp-tabs-list li { font-size: 16px;
display: inline-block;
padding: 13px 15px;
margin: 0 4px 0 0;
list-style: none;
cursor: pointer;
float: left;
}
.resp-tabs-container {
padding: 0px;
background-color: #fff;
clear: left;
}
.vresp-tabs-container {
padding: 0px;
background-color: #fff;
clear: left;
}
h2heading.resp-accordion {
cursor: pointer;
padding: 5px;
display: none;
}
.resp-tab-content {
display: none;
padding: 15px;
}
.vresp-tab-content {
display: none;
padding: 15px;
}
.resp-tab-active {
border: 1px solid #5AB1D0 ;
border-bottom: none;
margin-bottom: -1px ;
padding: 12px 14px 14px 14px;
border-top: 4px solid #5AB1D0 ;
border-bottom: 0px #fff solid ;
}
.vresp-tab-active {
border: 1px solid #5AB1D0 ;
border-bottom: none;
margin-bottom: -1px ;
padding: 12px 14px 14px 14px;
border-top: 4px solid #5AB1D0 ;
border-bottom: 0px #fff solid ;
}
.resp-tab-active {
border-bottom: none;
background-color: #fff;
}
.vresp-tab-active {
border-bottom: none;
background-color: #fff;
}
.resp-content-active, .resp-accordion-active {
display: block;
}
.resp-tab-content {
border: 1px solid #c1c1c1;
border-top-color: #5AB1D0;
}
.vresp-tab-content {
border: 1px solid #c1c1c1;
border-top-color: #5AB1D0;
}
h2heading.resp-accordion {
font-size: 18px;
border: 1px solid #c1c1c1;
border-top: 0px solid #c1c1c1;
margin: 0px;
padding: 10px 15px;
}
h2heading.resp-tab-active {
border-bottom: 0px solid #c1c1c1 ;
margin-bottom: 0px ;
padding: 10px 15px ;
}
h2heading.vresp-tab-active {
border-bottom: 0px solid #c1c1c1 ;
margin-bottom: 0px ;
padding: 10px 15px ;
}
h2heading.resp-tab-title:last-child {
border-bottom: 12px solid #c1c1c1 ;
background: blue;
} .resp-vtabs ul.vresp-tabs-list {
float: left;
width: 30%;
}
.resp-vtabs .vresp-tabs-list li {
display: block;
padding: 15px 15px ;
margin: 0 0 0px;
cursor: pointer;
float: none;
}
.resp-vtabs .vresp-tabs-container {
padding: 0px;
border: 1px solid #c1c1c1;
float: left;
width: 68%;
min-height: 250px; clear: none;
}
.resp-vtabs .vresp-tabs-container {
padding: 0px;
border: 1px solid #c1c1c1;
float: left;
width: 68%;
min-height: 250px; clear: none;
}
.resp-vtabs .vresp-tab-content {
border: none;
word-wrap: break-word;
}
.resp-vtabs li.vresp-tab-active {
position: relative;
z-index: 1;
margin-right: -1px ;
padding: 14px 15px 15px 14px ;
border-top: 1px solid;
border: 1px solid #5AB1D0 ;
border-left: 4px solid #5AB1D0 ; border-right: 1px #FFF solid ;
}
.resp-arrow {
width: 0;
height: 0;
float: right;
margin-top: 3px;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 12px solid #c1c1c1;
}
h2heading.resp-tab-active span.resp-arrow {
border: none;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 12px solid #9B9797;
}
h2heading.vresp-tab-active span.resp-arrow {
border: none;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 12px solid #9B9797;
} h2heading.resp-tab-active {
background: #DBDBDB; }
h2heading.vresp-tab-active {
background: #DBDBDB; }
.resp-easy-accordion h2heading.resp-accordion {
display: block;
}
.resp-easy-accordion .resp-tab-content {
border: 1px solid #c1c1c1;
}
.resp-easy-accordion .vresp-tab-content {
border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
border-bottom: 1px solid #c1c1c1; }
.resp-easy-accordion .vresp-tab-content:last-child {
border-bottom: 1px solid #c1c1c1; }
.resp-jfit {
width: 100%;
margin: 0px;
}
.resp-tab-content-active {
display: block;
}
.vresp-tab-content-active {
display: block;
}
h2heading.resp-accordion:first-child {
border-top: 1px solid #c1c1c1; } @media only screen and (max-width: 768px) {
ul.resp-tabs-list {
display: none;
}
ul.vresp-tabs-list {
display: none;
}
h2heading.resp-accordion {
display: block;
}
.resp-vtabs .vresp-tab-content {
border: 1px solid #C1C1C1;
}
.resp-vtabs .vresp-tabs-container {
border: none;
float: none;
width: 100%;
min-height: 100px;
clear: none;
}
.resp-accordion-closed {
display: none ;
}
.resp-vtabs .vresp-tab-content:last-child {
border-bottom: 1px solid #c1c1c1 ;
}
}
.tab-main-container .btab  li{margin:auto}.cookielawinfo-column-1 {width: 25%;}
.cookielawinfo-column-2 {width: 10%;}
.cookielawinfo-column-3 {width: 15%;}
.cookielawinfo-column-4 {width: 50%;} .cookielawinfo-simple thead {width: 100%;}
.cookielawinfo-simple td {padding: 5px 5px 5px 0;vertical-align: top;}
.cookielawinfo-simple thead th {padding-right: 10px;text-align: left;} .cookielawinfo-modern {border: 1px solid #e3e3e3;background-color: #f2f2f2;width: 100%;border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;}
.cookielawinfo-modern td, .cookielawinfo-modern th {padding: 5px;color: #333;}
.cookielawinfo-modern thead {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;padding: .2em 0 .2em .5em;text-align: left;color: #4B4B4B;background-color: #C8C8C8;background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e3e3e3), color-stop(.6,#B3B3B3));background-image: -moz-linear-gradient(top, #D6D6D6, #B0B0B0, #B3B3B3 90%);border-bottom: solid 1px #999;}
.cookielawinfo-modern th {font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size: 17px;line-height: 20px;font-style: normal;font-weight: normal;text-align: left;text-shadow: white 1px 1px 1px;}
.cookielawinfo-modern td {line-height: 20px;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size: 14px;border-bottom: 1px solid #fff;border-top: 1px solid #fff;}
.cookielawinfo-modern tr.cookielawinfo-row:hover {background-color: #fff;} .cookielawinfo-elegant {border: 1px solid #DFDFDF;background-color: #F9F9F9;width: 100%;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;color: #333;}
.cookielawinfo-elegant tr {border-top-color: white;border-bottom: 1px solid #DFDFDF;color: #555;}
.cookielawinfo-elegant th {text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;font-weight: normal;padding: 7px 7px 8px;text-align: left;line-height: 1.3em;font-size: 14px;}
.cookielawinfo-elegant td {font-size: 12px;padding: 4px 7px 2px;vertical-align: top;} .cookielawinfo-rounded {background-color: #f5f5f5;padding: 5px;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border: 1px solid #ebebeb;}
.cookielawinfo-rounded td, .rounded th {padding: 1px 5px;}
.cookielawinfo-rounded thead {text-shadow: 0 1px 0 white;color: #999;}
.cookielawinfo-rounded th {text-align: left;text-transform: uppercase;font-size: 11pt;border-bottom: 1px solid #fff;padding: 1px 5px;}
.cookielawinfo-rounded td {font-size: 10pt;padding: 5px;}
.cookielawinfo-rounded tr.cookielawinfo-row:hover {background-color: #fff;} table.cookielawinfo-classic {font-family: Verdana, Arial, Helvetica, sans-serif;border-collapse: collapse;border-left: 1px solid #ccc;border-top: 1px solid #ccc; color: #333;}
table.cookielawinfo-classic thead tr th {text-transform: uppercase;background: #e2e2e2;}
table.cookielawinfo-classic tfoot tr th, table.cookielawinfo-classic tfoot tr td {text-transform: uppercase;color: #000;font-weight: bold;}
table.cookielawinfo-classic tfoot tr th {width: 20%;}
table.cookielawinfo-classic tfoot tr td {width: 80%;}
table.cookielawinfo-classic td, table.cookielawinfo-classic th {border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;padding: 5px;line-height: 1.8em;font-size: 0.8em;vertical-align: top;width: 20%;}
table.cookielawinfo-classic tr.odd th, table.cookielawinfo-classic tr.odd td {background: #efefef;} table.cookielawinfo-winter {font: 85% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;padding: 0; margin: 10px 0 20px; border-collapse: collapse; color: #333; background: #F3F5F7;}
table.cookielawinfo-winter a {color: #3A4856; text-decoration: none; border-bottom: 1px solid #C6C8CB;}  
table.cookielawinfo-winter a:visited {color: #777;}
table.cookielawinfo-winter a:hover {color: #000;}  
table.cookielawinfo-winter caption {text-align: left; text-transform: uppercase;  padding-bottom: 10px; font: 200% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;}
table.cookielawinfo-winter thead th {background: #3A4856; padding: 15px 10px; color: #fff; text-align: left; font-weight: normal;}
table.cookielawinfo-winter tbody {border-left: 1px solid #EAECEE; border-right: 1px solid #EAECEE;}
table.cookielawinfo-winter tbody {border-bottom: 1px solid #EAECEE;}
table.cookielawinfo-winter tbody td, table.cookielawinfo-winter tbody th {padding: 10px; background: url(//www.purelifecare.co.uk/wp-content/plugins/cookie-law-info/images/td_back.gif) repeat-x; text-align: left;}
table.cookielawinfo-winter tbody tr {background: #F3F5F7;}
table.cookielawinfo-winter tbody tr.odd {background: #F0F2F4;}
table.cookielawinfo-winter tbody  tr:hover {background: #EAECEE; color: #111;}
table.cookielawinfo-winter tfoot td, table.cookielawinfo-winter tfoot th, table.cookielawinfo-winter tfoot tr {text-align: left; font: 120%  "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif; text-transform: uppercase; background: #fff; padding: 10px;} @media(max-width:800px) {
table.cookielawinfo-row-cat-table td, table.cookielawinfo-row-cat-table th
{
width:23%;
font-size:12px;
word-wrap: break-word;
}       
table.cookielawinfo-row-cat-table .cookielawinfo-column-4, table.cookielawinfo-row-cat-table .cookielawinfo-column-4
{
width:45%;
}
}
.cookielawinfo-row-cat-title{
border-bottom: 1px solid #eee;
text-align: center;
}
.cookielawinfo-row-cat-title-head{
text-align: center;
}
.cookielawinfo-row-cat-table{
width: 99%;
margin-left: 5px;
}